XA transactions timeout with essentials / eclipselink
I'm attempting to do an XA (container managed) tranasction throught a series of remote EJB calls. Database is 11g
When the JPA provider is toplink-essentials or EclipseLink the the end of the 2PC hangs. Eventually it times out with an "Error allocating connection". Monitoring of the connection pool shows there are lots of free
However this work with Hibernate 3.
How do I use XA transactions on 11g with toplink/eclipselink.