Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.1
Name and version of the database you are using: MySQl 5.0.20a with Connector/J 3.1.12 on Linux Box
I'm actually using hibernate 3.1 and EJB (with Session Beans) in some JBoss container application and currently in trouble:
There are two parts of the same application running in different enviroments (deployment), each one with your respective Session Factory
An user's Session Factory (usuarioData database) and a log's Session Factory (logData database).
I want to delete a user and your logs, but if there any kind of problem, i want BOTH intact.
I mean: ONE transaction with TWO Session Factorys... is that possible?
Regards,