-
Bug
-
Resolution: Done
-
Major
-
7.0.2.Final
-
None
Currently all packages exported by the module javaee.api to OSGi land are exported with version 0.0.0.
A lot of existing bundles that use classes/packages from javax.* specify a version, which makes this not work correctly in JBoss 7 AS.
This makes bundles that depend on for example: javax.jms;version=1.1 not work.
The correct version information should be exported by the javaee.api bundle. Because at the moment it's pretty much useless with the existing libraries/bundles.
- relates to
-
AS7-1601 Cannot deploy OSGi webapp bundle with *.war suffix
- Resolved