[jboss-jira] [JBoss JIRA] (WFLY-4656) Export dependency for "javax.jms.api" in org.jboss.genericjms module
Miroslav Novak (JIRA)
issues at jboss.org
Thu May 21 08:47:19 EDT 2015
Miroslav Novak created WFLY-4656:
------------------------------------
Summary: Export dependency for "javax.jms.api" in org.jboss.genericjms module
Key: WFLY-4656
URL: https://issues.jboss.org/browse/WFLY-4656
Project: WildFly
Issue Type: Feature Request
Components: JCA, JMS
Affects Versions: 10.0.0.Alpha1, 9.0.0.CR1
Reporter: Miroslav Novak
Assignee: Jesper Pedersen
More info in WFLY-4642.
If deployment with MDB has dependency to module "org.jboss.genericjms" then module "javax.jms.api" is not loaded for the deployment and deploy fails.
This is a change in module loading behaviour against previous versions of Wildfly/EAP and complicates migration/usability.
We can avoid this by exporting "javax.jms.api" dependency in "org.jboss.genericjms" module. It should look like:
{code}
<module xmlns="urn:jboss:module:1.3" name="org.jboss.genericjms">
...
<dependencies>
...
<module name="javax.jms.api" slot="main" export="true"/>
...
</dependencies>
</module>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list