Hi all, maybe i found the problem. I'm using Java 1.6 and by default the JVM uses jaxb libraries older than 2.2.7: in this way i get the problem discussed above.
If i switch JVM, using 1.7, the JVM downloads automatically 2.2.7 jaxb library: in this way the route definition works properly. So the solution is to include in the project the latest version of Jaxb library: in this way, in case we are using Java 1.6, the JVM is forced to use the new version of JAXB library. -- View this message in context: http://camel.465427.n5.nabble.com/Convert-a-Spring-xml-route-string-in-a-RouteDefinition-tp5746443p5746596.html Sent from the Camel - Users mailing list archive at Nabble.com.
