[jboss-jira] [JBoss JIRA] (WFCORE-3670) module defined with an alias in jboss-deployment-structure.xml with fails to parse when annotations=true
Chao Wang (JIRA)
issues at jboss.org
Tue Mar 6 22:28:00 EST 2018
[ https://issues.jboss.org/browse/WFCORE-3670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chao Wang moved JBEAP-14332 to WFCORE-3670:
-------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-3670 (was: JBEAP-14332)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Server
(was: Server)
Affects Version/s: 4.0.0.Final
(was: 7.1.1.CR2)
> module defined with an alias in jboss-deployment-structure.xml with fails to parse when annotations=true
> --------------------------------------------------------------------------------------------------------
>
> Key: WFCORE-3670
> URL: https://issues.jboss.org/browse/WFCORE-3670
> Project: WildFly Core
> Issue Type: Bug
> Components: Server
> Affects Versions: 4.0.0.Final
> Reporter: Chao Wang
> Assignee: Chao Wang
>
> This is a follow up to JBEAP-13094.
> Having a deployment with jboss-deployment-structure like this:
> {code}
> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
> <jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">
> <module name="deployment.application-exception-api">
> <resources>
> <resource-root path="application-exception-api.jar"/>
> </resources>
> <dependencies>
> <module name="javax.ejb.api" export="true"/>
> <module name="javaee.api" export="true"/>
> <module name="javax.api" export="true"/>
> </dependencies>
> <module-alias name="deployment.api" />
> </module>
> <sub-deployment name="application-exception-ejb.jar">
> <dependencies>
> <module name="deployment.api" annotations="true" meta-inf="export"/>
> </dependencies>
> </sub-deployment>
> </jboss-deployment-structure>
> {code}
> it fails to parse.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list