[
https://issues.jboss.org/browse/WFLY-11618?page=com.atlassian.jira.plugin...
]
Eduardo Martins moved JBEAP-16265 to WFLY-11618:
------------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-11618 (was: JBEAP-16265)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Quickstarts
(was: Quickstarts)
Affects Version/s: 15.0.1.Final
(was: 7.2.0.GA.CR4)
Unable to deploy jts quickstart
-------------------------------
Key: WFLY-11618
URL:
https://issues.jboss.org/browse/WFLY-11618
Project: WildFly
Issue Type: Bug
Components: Quickstarts
Affects Versions: 15.0.1.Final
Reporter: Eduardo Martins
Assignee: Eduardo Martins
Priority: Major
Due to the line in _application-component-2/src/main/resources/META-INF/jboss-ejb3.xml_
file:
{noformat}
<iiop:ejb-name>InvoiceManagerEJBImpl</iiop:ejb-name>
{noformat}
instead of
{noformat}
<ejb-name>InvoiceManagerEJBImpl</ejb-name>
{noformat}
*jts* quickstart fails with the following error:
{noformat}
[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"}}}}
{noformat}
I suppose this commit
(
https://github.com/jbossas/eap-quickstarts/commit/1cb5b5e74c19076d2a5c6fb...)
should be cherrypicked to the current quickstarts branch.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)