You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Danny Trieu <tr...@gmail.com> on 2013/12/15 23:34:14 UTC

Example+request

Does tomee support XA?

Re: Example+request

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Yes,

quickly here are the main info:
1) TomEE supports Connectors (JCA spec) (so you can use
2) TomEE can create XADataSource since last version
(https://issues.apache.org/jira/browse/TOMEE-1049)
3) I never tested with default TomEE transaction manager but it should
support it (code is here to support it at least). If not just change
the Transaction Manager using tomee.xml to replace geronimo one by the
one you want.
Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau



2013/12/15 Danny Trieu <tr...@gmail.com>:
> Does tomee support XA?