-
Bug
-
Resolution: Done
-
Minor
-
7.1.0.Beta1
-
None
Adding <capability name="javax.jms.api"/> to standalone.xml's osgi section does not result in the javax.jms api's being visible to OSGi bundles.
I found however that adding <capability name="javax.xml.bind.api"/> worked as expected for the javax.xml.bind case (meaning it exposes the correct versions for the packages).
It seems that <capability name="javax.jms.api"/> exposes a version of 0.0.0, which is obviously not 1.1.0 which is required by importers of javax.jms and thus bundles fail to deploy.
- is related to
-
AS7-6883 javax.jms package is not exported when running with standalone-osgi.xml
- Resolved