[jboss-jira] [JBoss JIRA] (WFLY-12089) jboss-deployment-structure.xml with fails to parse when annotations=true on a sub-deployment module
Bartosz Spyrko (Jira)
issues at jboss.org
Fri May 17 11:32:00 EDT 2019
[ https://issues.jboss.org/browse/WFLY-12089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bartosz Spyrko moved JBEAP-16922 to WFLY-12089:
-----------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-12089 (was: JBEAP-16922)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Server
(was: Server)
Affects Version/s: (was: 7.2.0.GA)
(was: 7.1.6.GA)
> jboss-deployment-structure.xml with fails to parse when annotations=true on a sub-deployment module
> ---------------------------------------------------------------------------------------------------
>
> Key: WFLY-12089
> URL: https://issues.jboss.org/browse/WFLY-12089
> Project: WildFly
> Issue Type: Bug
> Components: Server
> Reporter: Bartosz Spyrko
> Assignee: Bartosz Spyrko
> Priority: Major
>
> Follow up to JBEAP-13094 and JBEAP-14310
> annotations=true on a sub deployment module reference fails to deploy.
> This is the same test app from JBEAP-13094, the only change is the api jar is listed as a module in application.xml and then the j-d-s.xml depends on its deployment module.
> {code}
> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
> <jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">
> <sub-deployment name="application-exception-ejb.jar">
> <dependencies>
> <module name="deployment.application-exception-api.jar" annotations="true" meta-inf="export"/>
> </dependencies>
> </sub-deployment>
> <sub-deployment name="application-exception-client-singleton.jar">
> <dependencies>
> <module name="deployment.application-exception-api.jar" annotations="true" meta-inf="export"/>
> </dependencies>
> </sub-deployment>
> </jboss-deployment-structure>
> {code}
> {code}
> 23:28:46,235 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "application-exception-using-dynamic-module.ear")]) - failure description: {
> "WFLYCTL0412: Required services that are not installed:" => ["jboss.module.service.\"deployment.application-exception-using-dynamic-module.ear.application-exception-api.jar\".main"],
> "WFLYCTL0180: Services with missing/unavailable dependencies" => [
> "jboss.deployment.subunit.\"application-exception-using-dynamic-module.ear\".\"application-exception-client-singleton.jar\".PARSE is missing [jboss.module.service.\"deployment.application-exception-using-dynamic-module.ear.application-exception-api.jar\".main]",
> "jboss.deployment.subunit.\"application-exception-using-dynamic-module.ear\".\"application-exception-ejb.jar\".PARSE is missing [jboss.module.service.\"deployment.application-exception-using-dynamic-module.ear.application-exception-api.jar\".main]"
> ]
> }
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list