Hi JB:
thank you for the tip. My bundle requires both jms and jdbc services. I
guess the jms issue is resolved (I borrowed the jms version appender from
your commit in Decanter ;) ).
I simply added the following line, and the jms issue is not showing up,
which could mean that it is resolved:
<Import-Package>
javax.jms;version="[1,3)", *
</Import-Package>
Interesting thing is, I have another bundle that depends only on jdbc
service, and that bundle gets started successfully. While, for this bundle,
I am getting the error below:
missing requirement for .... osgi.service; effective:=active;
filter:="(&(objectClass=javax.sql.DataSource)(osgi.jndi.service.name=dw-datasource))"]]
Regards,
Cooshal.
--
Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html