[
https://issues.jboss.org/browse/WFLY-1388?page=com.atlassian.jira.plugin....
]
Jason Greene updated WFLY-1388:
-------------------------------
Fix Version/s: 8.0.0.CR1
(was: 8.0.0.Beta1)
Cannot load module alias defined for root deployment
----------------------------------------------------
Key: WFLY-1388
URL:
https://issues.jboss.org/browse/WFLY-1388
Project: WildFly
Issue Type: Bug
Components: Server
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Fix For: 8.0.0.CR1
A module defined like this cannot get loaded by its module-alias
{code}
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">
<deployment>
<resources>
<resource-root path="wrapped-resource.jar"
use-physical-code-source="true"/>
</resources>
<dependencies>
<module name="javax.api"/>
<module name="javax.jms.api"/>
<module name="org.apache.camel.core"/>
<module name="org.springframework.beans"/>
<module name="org.springframework.context"/>
<module name="org.springframework.core"/>
<module name="org.springframework.jms"/>
<module name="org.springframework.transaction"/>
<module name="org.slf4j"/>
</dependencies>
<module-alias name="org.apache.camel.component.jms"/>
</deployment>
</jboss-deployment-structure>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira