Question

I have two databases in MSSQL ,and i want to connect to them using JPA2 I have managed to get it working with one . Can some one help me how do i do that?

Thanks a Lot.

Was it helpful?

Solution

Configure two persistence units and use two EntityManagerFactory (one per persistence unit).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top