OK, it's look like JoSQL only works in DSL now, you have to use the
SqlBuilder to define SQL expression in the RouteBulder.
I just create a JIRA[1] for it and will commit a quick fix today.
[1]https://issues.apache.org/activemq/browse/CAMEL-3014
Willem
----------------------------------
Apache Camel, Apache CXF committer
Open Source Integration http://www.fusesource.com
Blog http://willemjiang.blogspot.com
Tiwtter http://twitter.com/willemjiang
Thiago Souza wrote:
I doubled checked, it's there. I can assure that both
"org.apache.camel.builder.sql.SqlBuilder" and "org.josql.Query" are visible
from the current classpath.
What I don't understand is how the "org.apache.camel.builder.sql.SqlBuilder"
is discovered. I don't see any metadata inside META-INF that would make it
discoverable.
BTW, i'm using camel 2.4.0.
Regards,
Thiago Souza