Hi, I am trying to follow the karaf tutorial, Database Access <http://liquid-reality.de/display/liquid/2012/01/13/Apache+Karaf+Tutorial+Part+6+-+Database+Access> part. Things are working fine from Karaf. However, I am doing my development in Maven/Eclipse and using BndTools with Felix 5.6.1 framework for my execution and bnd-maven-plugin to build my bundles. In my BndTools, I want to be able to see whether my datasources are available using the command 'jdbc:ds-list', the same way I successfully did in karaf. So, I determined the list of bundles installed with the karaf 'jdbc' feature and added all those bundles to my execution requirement in my bndrun (from a local index I built with the bnd index plugin). However, I am not able to get the 'jdbc' commands (jdbc:ds-list does not work and 'help' does not show the 'jdbc' commands). Am I missing something? Aren't the commands built in standard way in OSGi and therefore usable seamlessly inside any framework?
Thank you! -- -- ------------------ OPS4J - http://www.ops4j.org - [email protected] --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
