In the Spring declarative transaction manager: My configuration tx:method: <tx:method name=\"handle*\" propagation=\"REQUIRED\" no-rollback-for=\"java.lang.RuntimeException\" rollback-for=\"java.l
I am working on an EJB3 application with mainly stateless session beans (SLSB). They use container managed transactions (CMT).
I\'m new to hibernate and I want it to use the database connection from the application server via JNDI.
T开发者_运维问答here is a method commit in user transaction class. When we do commit on it, first it finds that if there is a transaction associated with this thread. My question is how at core java l
For our web application built with Seam with have a bunch of server test cases. These run on multiple systems (Mac OS X and Linux); normally, you can clone the repository and run the test cases withou
I am using Spring and Hibernate with Jta Transactions, I have 2 databases, and I have a problem in a transactional method.
I have a @Stateless EJB using container managed transaction. Is there a way to access the \"status\" of javax.transaction.UserTransaction? That is, calling UserTransaction.getStatus() inside the bean
I have a JSF/EJB/JPA application which uses container managed persistence. There is one case where a call is made to an external service via HTTP which has a cost, this
I want to Integrate Spring and H开发者_如何学Goibernate and use JTA for managing the transactions.I would also like to delegate transaction handling to the App server, which in my case is JBoss. I hav
I\'ve been reading about \"Java Transaction\"开发者_如何学运维 , and i\'ve beenconfused about what\'s it? and what\'s useful in?You can google around and find pages like this: http://www.java-tips.org