jta
Spring JTA Transaction manager question
We are using jboss managed EntityMangerFactory using following spring bean <jee:jndi-lookup id=\"entityManagerFactory\" jndi-name=\"persistence-units/myPU\"/>[详细]
2023-02-26 21:06 分类:问答IllegalArgumentException in class: ..., getter method of property: id
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.[详细]
2023-02-26 15:35 分类:问答Drools flow persistence - Named query not found: ProcessInstancesWaitingForEvent
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[详细]
2023-02-25 06:30 分类:问答Drools flow persistence - No active JTA transaction on joinTransaction call
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[详细]
2023-02-24 16:53 分类:问答Spring @Transactional - JPA context in transaction problem
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:[详细]
2023-02-19 07:45 分类:问答Cannot port WAR file from Tomcat to Glassfish. Error with RESOURCE_LOCAL versus JTA
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:[详细]
2023-02-18 06:10 分类:问答dynamically register transaction listener with spring?
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[详细]
2023-02-17 14:12 分类:问答Spring @Transactional - javax.persistence.TransactionRequiredException
In the following schema Controller -> Service -> DAO I\'m trying to make Service operations @Transactional[详细]
2023-02-15 19:15 分类:问答understanding JTA Spring and Bitronix
I am trying to understand what is the difference between JTA, Spring and Bitronix?开发者_如何学C[详细]
2023-02-14 06:24 分类:问答Does Spring JtaTransactionManager automatically omit non-used resources per transactions from Two-Phase Commit?
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[详细]
2023-02-14 01:18 分类:问答