JOnAS integration: OpenJPA should auto-detect the JOnAS transaction manager ---------------------------------------------------------------------------
Key: OPENJPA-124 URL: https://issues.apache.org/jira/browse/OPENJPA-124 Project: OpenJPA Issue Type: New Feature Components: third-party Environment: JOnAS application server Reporter: Patrick Linskey OpenJPA does not automatically find the TransactionManager when deployed in a JOnAS environment. We should modify AutomaticManagedRuntime, either to detect JOnAS, or to always look at java:comp/UserTransaction. (JOnAS's UserTransaction is also their TransactionManager.) See http://hanzz.zapto.org/index.php?option=com_content&task=view&id=105&Itemid=31 for details. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.