I'm trying to integrate WS-AT inside a JBoss 7 application the problem that I'm facing is that when I call
UserTransactionFactory.userTransaction()
a null is returned, after researching a bit I discovered that it is probably related with xts not being available.
The only usable trace that I get is:
13:43:26,855 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
JBAS014775: New missing/unsatisfied dependencies:
service jboss.web.host.default-host (missing) dependents: [service jboss.ws.endpoint-publish.ws-t11-client, service jboss.ws.endpoint-publish.ws-t11-coordinator, service jboss.web.httpservice.factory, service jboss.ws.endpoint-publish.ws-t11-participant, JBAS014799: ... and 2 more ]
Attached my standalone.xml
Any ideas?
Thanks in advance
Ander
Hello Ander,
this is caused by you using "se-bos-app" as a virtual host name. XTS only worked with virtual host named as "default-host" in that version of JBoss AS. Try using this name instead. Or you can upgrade to WildFly 8.0.0.Final, this issue was fixed there.
Gytis