User development,
A new message was posted in the thread "Exception while creating JBM tables":
http://community.jboss.org/message/521097#521097
Author : Jörg von Frantzius
Profile :
http://community.jboss.org/people/jfrantzius
Message:
--------------------------------------------------------------
I think I found the answer myself. I'm not 100% sure whether JBM is the same as
jbossmq, but in
http://www.mail-archive.com/jboss-user@lists.sourceforge.net/msg28525.html, David Jencks
says
I don't know what the Oracle error means, but you do not need an
xa
datasource for jbossmq xa. In fact the jbossmq xa jdbc connections are set
to autocommit while in use by jbossmq, as it handles transactions
independently of the database.
So, as
http://community.jboss.org/docs/DOC-9902
says, it seems enough to use java:/JmsXA, and no XA JDBC datasource is necessary for JMS.
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/521097#521097