-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
7.2.0.GA.CR4
-
None
Due to the line in application-component-2/src/main/resources/META-INF/jboss-ejb3.xml file:
<iiop:ejb-name>InvoiceManagerEJBImpl</iiop:ejb-name>
instead of
<ejb-name>InvoiceManagerEJBImpl</ejb-name>
jts quickstart fails with the following error:
[ERROR] Failed to execute goal org.wildfly.plugins:wildfly-maven-plugin:2.0.0.Final:deploy (default-cli) on project jts-application-component-2: Failed to execute goal deploy: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"jts-application-component-2.jar\".PARSE" => "WFLYSRV0153: Failed to process phase PARSE of deployment \"jts-application-component-2.jar\" [ERROR] Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYEJB0085: Exception while parsing jboss-ejb3.xml: /content/jts-application-component-2.jar/META-INF/jboss-ejb3.xml [ERROR] Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[31,9] [ERROR] Message: Missing required element(s): EJB_NAME"}}}}
I suppose this commit (https://github.com/jbossas/eap-quickstarts/commit/1cb5b5e74c19076d2a5c6fb3fd22251ebe3dd6d1) should be cherrypicked to the current quickstarts branch.
- is cloned by
-
WFLY-11618 Unable to deploy jts quickstart
- Closed
- is related to
-
JBEAP-13651 Unable to deploy jts quickstart
- Closed