I\'m using a XA datasource on Jboss 6, using <check-valid-connection-sql> and <background-validation-millis> to auto-reconnect when one of the connections is dead. This works, but the prob
I have a chain of 3 Spring JMS listeners A, B and C implemented on DefaultMessageListenerContainer (DMLC). All DMLCs are deployed in one Java EE application.
Below is my understand that JTA/ JTS handle transaction time out issue. But I cannot find my document or material to back my understand. Is my understand right? Do u know any material is refer to this
Does Websphere Application Server (7.0, preferably) have a log for transaction manager? I\'d like to see how and when transactions are started for my application\'s threads, whether and when they comm
I am new to JTA and i am trying to implement the JTA 2 pc .In business method I want if fun1 fails then fun3 should alsobut its not happening.
We utilize in-memory LRU caches for several different models across our application. To avoid issues arising from transactions being rolled back (like stale entries), a notion of transactional c开发者
I think I am not getting something right with JMS and JTA. I am running in a Java EE container with all CMTs. Here is what I am doing:
I apologize if this is an obvious question, but I\'m going through the Java EE 6 tutorial while reading a couple books and it\'s getting hard to correlate all of the information.
We meet an scenario that works with multi thread. In the main Thread, do some logic and update the database, in a point, it will call another service to update database, which is run in another Threa
I really hope you can help me. I\'ve been looking all over the internet for answers and none of them works.