Atomikos Forum |
|
I am getting the following exception when trying to retrieve data from the db.
Stacktrace: SEVERE: Servlet.service() for servlet default threw exception com.atomikos.datasource.ResourceException: resume for XID com.atomikos.spring.jdbc.tm0000300017com.atomikos.spring.jdbc.tm2 raised -5: invalid arguments were given for the XA operation at com.atomikos.datasource.xa.XAResourceTransaction.resume(Unknown Source) Can anyone tell me what does this error mean? Some more info: Database : SQL Server JDBC Driver : jtds-1.2.2 TransactionEssentials : 3.3.4 Hibernate : 3.2 Spring: 2.5.3 |