Yes, the JMS issue looks good. For the datasource, are you sure about the JNDI name ?
Did you check the actual name with jdbc:ds-list command ? Regards JB On 08/05/2019 15:45, cooshal wrote: > 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 > -- Jean-Baptiste Onofré [email protected] http://blog.nanthrax.net Talend - http://www.talend.com
