djencks wrote: > > What is your persistence.xml? >
Thanks for your quick reply. I actually solved my problem shortly after posting. Just in case anyone else is having this problem it seems that geronimo 2.0.1 has a problem auto loading the geronimo transaction manager. I added the following properties to my persistence.xml and it started working just fine <property name="openjpa.TransactionMode" value="managed"/> <property name="openjpa.ManagedRuntime" value="jndi(TransactionManagerName=java:/TransactionManager)"/> -- View this message in context: http://www.nabble.com/JPA-issue-when-migrating-to-geronimo-2.0.1-tf4348941s134.html#a12393956 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
