-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
Running org.jboss.narayana.quickstarts.jta.TestCase Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 18.563 sec <<< FAILURE! Results : Tests in error: org.jboss.narayana.quickstarts.jta.TestCase: Cannot deploy: test.war Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
The log file says:
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYMSGAMQ0055: Could not parse file /home/hudson/workspace/narayana-quickstarts/wildfly-10.0.0.Alpha4-SNAPSHOT/standalone/tmp/vfs/temp/temp174d29cf17a7dbea/content-a7b7e754b2627502/WEB-INF/test-jms.xml
Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[23,1]
Message: Unexpected element '{urn:jboss:messaging-deployment:1.0}messaging-deployment'"}}
at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)
at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:85)
at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:42)
at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.deploy(ServerDeploymentHelper.java:55)
at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:77)
... 96 more
Which leads me to believe it is likely due to the parsing in test-jms.xml.
- relates to
-
JBTM-2451 BlackTie quickstarts failing to deploy to WildFly
- Closed