0

I would like to use the Dozer Mapping tool for Camel and it works well with Spring XML.

I prefer to use Java DSL and I would like to somehow get the wizard to popup but I don't have a Components toolbox to drag and drop it.

Any suggestions?

THANK YOU!

Michael Joyner
  • 145
  • 1
  • 11

1 Answers1

1

Data Transformation Editor in Fuse Tooling is tied with Graphical Camel Editor (Spring or Blueprint DSL). Unfortunately, there is no way how to enable it on Java DSL.

You can raise a new issue (enhancement) here https://issues.jboss.org/projects/FUSETOOLS to let the developers know about it ;-)

Tomas Sedmik
  • 276
  • 1
  • 9
  • Thomas, will it work in a XML and Java DSL environment? I can create XML routes for the transoforms and then route back to Java DSL. Will that work? – Michael Joyner Aug 28 '18 at 03:16
  • Yes, that should be a feasible solution (separate transformation logic into another project based on Spring/Blueprint XML DSL and use `direct-vm` component to communicate with your Java DSL project) – Tomas Sedmik Aug 31 '18 at 08:10