Does Aries JPA support using RESOURCE_LOCAL transactions? We would rather not use JTA-based transactions in our application. When we tried, it appears as if it's still going to the JTA TransactionManager to determine whether there is an existing transaction or not. How do I get it to use plain ole' JPA-based transactions?
Thanks, James
