hello,
I try to use camel-jdbc as OSGI
my datasource is defined in another bundle and is published via OSGI
I can retrieve via
lookup("jdbc:osgi:service/javax.sql.DataSource/(name=nomDatasource)")
but I do not know how to configure my url in my routeBuilder in java DSL
configure () {
//the name of the datasource to use is defined in the configuration at
boot bundle
String url = getUrlFromConfigDb(); returns jdbc:nomDatasource at the
moment but it does not work
from (...)
...
. to (url)
...
}
Thank you for your help
A+JYT
--
View this message in context:
http://camel.465427.n5.nabble.com/jdbc-osgi-services-javax-sql-DataSource-name-nomDatasource-tp5727351.html
Sent from the Camel - Users mailing list archive at Nabble.com.