[jboss-jira] [JBoss JIRA] (WFLY-1388) Cannot load module alias defined for root deployment
Jason Greene (JIRA)
jira-events at lists.jboss.org
Mon Aug 12 22:09:40 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Greene updated WFLY-1388:
-------------------------------
Fix Version/s: 8.0.0.Beta1
(was: 8.0.0.Alpha4)
> 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.Beta1
>
>
> 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
More information about the jboss-jira
mailing list