No not yet. From what I can tell, it seems that the EntityManagerFactory must be managed by Weblogic in order for it to take part in JTA transactions. I haven't been able to find any info on how to...
Type: Posts; User: jwilder; Keyword(s):
No not yet. From what I can tell, it seems that the EntityManagerFactory must be managed by Weblogic in order for it to take part in JTA transactions. I haven't been able to find any info on how to...
I'm using Spring 2m2 in Weblogic 9 and I'm trying to get my DAO's that extend JpaDaoSupport to participate in JtaTransactions. I'm using Hiberate 3.1 and their latest JPA implementation. If I use...