Tagged Questions

1
vote
3answers
2k views

JPA Multiple Transaction Managers

i have one applicationContext.xml file, and it has two org.springframework.orm.jpa.JpaTransactionManager (each with its own persistence unit, different databases) configured in a Spring middleware …
0
votes
2answers
398 views

eclipse default jpa implentation library where to download?

hi, in eclipse, the "default implementation library" what jars files do i need to include if i do not want to use server runtime? i'm refering to this tutorial …