Hi, On Fri, 2020-05-15 at 15:32 +0530, Rajshekhar AP wrote: > Hi > > I hope this is the correct mailing list for my query. If it is not > please > let me know.
> > I am trying to install org.apache.sling.jms bundle by uploading it > via web > console. However, I am getting dependency errors for the following: > > javax.jms > javax.jmdns > javax.transaction > > Would I need to find and install the above bundles separately? Or am > I > missing something? You probably need a bundle exporting thes packages. I don't use it myself so I can't say which one, but searching for javax.jms on Maven Central [1] returns a number of results. I think those from glassfish have good chances of being OSGi-enabled. Thanks, Robert [1]: https://search.maven.org/search?q=javax.jms
