We are using jboss managed EntityMangerFactory using following spring bean <jee:jndi-lookup id=\"entityManagerFactory\" jndi-name=\"persistence-units/myPU\"/>
I have two classes Role and Privilege with the relation ManyToMany. When adding a Privilege to a Role, and then calling saveOrUpdate(role), I get the exception below.
I have a problem with drools flow persistence (MySQL), I get the following exception: 2011-04-15 14:38:27,244 INFO[STDOUT] (http-0.0.0.0-8000-5) Hibernate: insert into ProcessInstanceInfo (externalVa
I\'ve been trying to configure persistence to work with drools flow on JBOSS 6.0.0.Final by following the documentation Drools-Flow-Persistence but I keep getting a exception as below (although hibern
I\'m using Spring + JSF + JPA configuration hosted on Glassfish v3.1. I\'m experiencing some strange (at least for me) behavior of @Transactional annotation. Here is my simplified example:
I\'m trying to take a WAR, which deploys and runs fine on Tomcat, and deploy it on Glassfish. The initial error message in Glassfish is:
I have a springframework application in which I would like to add a transaction listener to a transaction which is currently in progress.The motivation is to trigger a post commit action which notifie
In the following schema Controller -> Service -> DAO I\'m trying to make Service operations @Transactional
I am trying to understand what is the difference between JTA, Spring and Bitronix?开发者_如何学C
I\'m wondering how Spring enlists resources for a given annotated transaction. Say I have 3 XA enabled datasources D1, D2 and D3. At some times transactions might occur between D1 and D2, at other tim