i am creating a web service using 3rd party wsdl that helps me in getting a kind of notification. now i have to save that notification in DB and perform several other operations related to DataBase.
Ok, I\' new to this.What I want to do is say \"these classes are persisted over here (database a), and these classes over there (database b)\".I think I\'m supposed to define the classes explicitly un
Can we have more than one JPA persistence units pointing to same database, in different Java projects and deployed on the server at the same time? By same time I mean, not deployed at the same second
I hava a JavaEE/ EJB3 application in which I\'ll need to connect diferent databases. It\'s on JBOSS 5.10GA.
I have one persistence unit configured in my persistence.xml but i have two databases. Those databases are identical, regarding the schema. What i am trying to do is:
Does Seam support multiple persistence units in its configuration?Also, when would you want to have or need multiple persistence units?
I am trying to use 2 persistence units within the same transaction in a Java EE application deployed on Glassfish.
Hey guys, my goal is create an EntityManager using properties dependent on which database is in use.I\'ve seen something like this done in all my Google searches(I made the code more basic for the pur