java.lang.NoClassDefFoundError: javax/transaction/RollbackExceptionHi, I migrating my app from WebLogic to JBoss AS 5.1.0 and I have deployed my app (an ear with 2 wars) to JBoss successfully. Now I am trying to run my existing integration tests and I got java.lang.NoClassDefFoundEr...
Howto implement Webservice TransactionmanagementHello Everyone, I would like to implement an compensation mechanism for webservice calls that write into other systems (using JAX-WS). I call webservices from my (stateless) EJB Services. I thought of ...
Thread Difference between resource manager and adapter
Difference between resource manager and adapterI am trying to understand but not getting very clear answer as to what's the difference between resource manager and adapter. Also, I am still puzzled if resource manager run on the application server or on ex...
Transaction timeout after 10 minutesThe application in question contains a Stateful Session Bean (SFSB) which has one method which runs for a particularly long time. In my case some times for several minutes. However after exactly 10 minutes the transac...
hanging transaction / exhausted connectionsHello, I'm maintaining an application on jboss in which the developers decided to put business logic in the front end / jsp's and servlets etc.. also of course to accomplish this the transactions are started an...
Concurrency problem:I have the following situation:
I'm using JBoss 5.0, hibernate 3.3.2 and Oracle 10g xe.
The problem is when 2 clients A, B call at same time the m method.
Basically when call the method m to make a change i...
Transaction Timeout -> ExceptionHi there, is there a possibility on JBoss 5.1 to configure that the Transactionmanager throws an Exception an gives it to the Application (EJB), when the transaction run's into the default timeout?
activeMQ 5.4 and JBoss 5.1 configHi * We used ActiveMQ 5.3.2 with JBoss 4.0.5, Spring 2.5.5. without any problem. We are in the process of upgrading to JBoss 5.1 and faced a few issues with ActiveMQ as an RA. We have upgraded to ActiveMQ 5.4....
Thread Transaction-time doesn't take into effect -- JBoss510 GA
Transaction-time doesn't take into effect -- JBoss510 GAHi, According to my test, the transaction-timeout setting on the method does't work. It doesn't throw the exception even if the transaction time exceeds the set time. Similar issue reported https://jira.jbos...
Thread Exception: Trying to start a new tx when old is not complete
Exception: Trying to start a new tx when old is not completeAm using hibernate for inserting some records to a table in an Oracle 10g DB from a spring based application. THe application is deployed on JBOSS 4.2.2 which has 2 data sources defined for 2 different schemas (using ...
Oracle XA DS for JBoss 5.1Hi looking at the example oracle-xa-ds.xml it still says: <!-- ===================================================================== --> <!-- ATTENTION: DO NOT FORGET TO SET Pad=...
Thread what is the transaction factory class for jta in hibernate jboss5.1
what is the transaction factory class for jta in hibernate jboss5.1Hello all, What transaction factory class name will be added in hibernate.cfg.xml file so that it uses the default transaction manager provided by the jboss 5.1 server. Please help me . I am using hibe...
Thread Why is one in 2000 transactions mysteriously timed out immediately?
Why is one in 2000 transactions mysteriously timed out immediately?Hi all, I have a remote client holding several instances of a stateful session bean, and it is repeatedly calling the same method on all the instances. The bean is hosted in JBoss 6M3, and I have also tried th...
Using jts TransactionManagerHello, what do I have to do, to use the jts transaction manager? We have some transactions spanning over multiple application servers (running in different virtual machines). But the default (jta) transactio...