]
Tom Jenkinson commented on JBTM-1422:
-------------------------------------
Hi Paul,
I disagree with it being Trivial as *if* it is an issue it looks quite important. I think
I can see where you are going with this (i.e. you don't think it is a real issue) and
if so I think it best to move it out of M2 as we have no real plans to address it in that
release (unlike the minors).
Tom
Deployment failure because of missing service dependencies
----------------------------------------------------------
Key: JBTM-1422
URL:
https://issues.jboss.org/browse/JBTM-1422
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Testing, XTS
Reporter: Gytis Trikleris
Assignee: Paul Robinson
Priority: Trivial
Fix For: 5.0.0.M2
See:
http://172.17.131.2/job/narayana/141
{noformat}
org.jboss.as.test.xts.simple.wsba.participantcompletion.client.WSBAParticipantCompletionTestCase
Time elapsed: 16103 sec <<< ERROR!
org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy:
wsba-participant-completion.war
at
org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:83)
at
org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
...
Caused by: java.lang.Exception: {
"JBAS014771: Services with missing/unavailable dependencies" =>
["jboss.module.service.\"deployment.wsba-participant-completion.war\".main
is missing
[jboss.module.spec.service.\"deployment.arquillian-service\".main]"],
"JBAS014879: One or more services were unable to start due to one or more
indirect dependencies not being available." => {
"Services that were unable to start:" =>
["jboss.deployment.unit.\"wsba-participant-completion.war\".FIRST_MODULE_USE"],
"Services that may be the cause:" => [
"jboss.module.spec.service.\"deployment.arquillian-service\".main",
"jboss.txn.TransactionSynchronizationRegistry",
"jboss.txn.UserTransactionRegistry"
]
}
}
...
{noformat}
{noformat}
org.jboss.as.test.xts.simple.wsat.client.WSATTestCase Time elapsed: 1846 sec
<<< ERROR!
org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy:
wsat.war
at
org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:83)
...
Caused by: java.lang.Exception: {
"JBAS014771: Services with missing/unavailable dependencies" =>
["jboss.module.service.\"deployment.wsat.war\".main is missing
[jboss.module.spec.service.\"deployment.arquillian-service\".main]"],
"JBAS014879: One or more services were unable to start due to one or more
indirect dependencies not being available." => {
"Services that were unable to start:" =>
["jboss.deployment.unit.\"wsat.war\".FIRST_MODULE_USE"],
"Services that may be the cause:" => [
"jboss.module.spec.service.\"deployment.arquillian-service\".main",
"jboss.txn.TransactionSynchronizationRegistry",
"jboss.txn.UserTransactionRegistry"
]
}
}
...
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: