On Mon, Feb 11, 2013 at 2:43 PM, sekaijin <jean-yves.terr...@sap.aphp.fr> wrote: > 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)") >
Can you get the datasource using that lookup code? If not you would need to lookup it using the OSGi API. > 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. -- Claus Ibsen ----------------- Red Hat, Inc. FuseSource is now part of Red Hat Email: cib...@redhat.com Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen