A simple graphical Editor working with Camel Spring DSL

2014-08-22 Thread giacomolm
Hi all, In recent years I used Camel for academic purposes, it's a great integration framework and i want to thank you for your work. As part of my recent work, I developed a web based graphical editor that allows to work with xml DSLs. Aim of this work is to provide an abstract tool that support

RE: Convert a Spring xml route string in a RouteDefinition

2014-01-29 Thread giacomolm
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 th

RE: Convert a Spring xml route string in a RouteDefinition

2014-01-28 Thread giacomolm
Hi, thank you for your reply. I tried and it works! thanks a lot.. However i want to know more: it's possible to set the dafault camel namespace without prepending this kind of string? I saw that JAXB gives the possibility to set predefined namespace in a class: this can be done with a package l

Convert a Spring xml route string in a RouteDefinition

2014-01-24 Thread giacomolm
Hi all, I saw that camel can load route from xml [1]: very useful functionality. Now i'm trying to define a route starting only from a raw string consisting of a single route. In example, suppose we have a string (compliant to Spring xml) like this: " " In other words, my goal is to obta