Hi, Rob / Philip -- > PXE does try and do a rebind of the transaction manager - I'm not sure of > the need to do this - I'll find out!
PXE doesn't have to rebind the transaction manager if there's one already available. The default (standalone) configuration needs to set up its environment, so it sets up JOTM and binds it into JNDI. In a JBoss environment, it should be able to just use JBoss's TM that's already bound at java:TransactionManager. (See, e.g., http://tinyurl.com/8jqcy -- lines 94 and 106) If you want to send me the PXE configuration that you're using, I'll have a look at it. Best, -- Paul
