Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:3.2.1
Mapping documents:Annotated
Hi, i'm trying to use 2 databases with hibernate. The idea is to implement HighAvailability using 2 or more databases.
The problem is when i try to save an object with to sessions open. Does anyone know how to achive this... any way to use several databases updating diferences in each request?
i have a Controller that has references to diferents EntityManagerFactories where i get an array ( embeded in a object) of sessions for each database.
Please help.
Thanks in Advance.
Agustin Almonte