[JBoss JIRA] (AS7-2060) Add correct package version information to packages exported by the javaee.api module
by Aaron Whiteside (Created) (JIRA)
Add correct package version information to packages exported by the javaee.api module
-------------------------------------------------------------------------------------
Key: AS7-2060
URL: https://issues.jboss.org/browse/AS7-2060
Project: Application Server 7
Issue Type: Bug
Components: EE, OSGi
Affects Versions: 7.0.2.Final
Reporter: Aaron Whiteside
Assignee: David Lloyd
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (AS7-1391) org.apache.commons.beanutils module should depend on org.apache.commons.collections
by Scott Kroll (JIRA)
org.apache.commons.beanutils module should depend on org.apache.commons.collections
-----------------------------------------------------------------------------------
Key: AS7-1391
URL: https://issues.jboss.org/browse/AS7-1391
Project: Application Server 7
Issue Type: Bug
Components: Modules
Affects Versions: 7.0.0.Final
Reporter: Scott Kroll
Assignee: David Lloyd
When deploying a project that depends on the org.commons.beanutils project, the classloader for the org.commons.beanutils module throws an exception:
java.lang.ClassNotFoundException:org.apache.commons.collections.Transformer from [Module "org.apache.commons.beanutils:main" from local module loader @6ef137d
After adding the org.commons.collections dependency to the org.commons.beanutils module, this is resolved.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months