[jboss-jira] [JBoss JIRA] Created: (JBAS-4803) Transaction Manager issue in JBOss Application Server 4.2.1
kavipriya gnanasambandam (JIRA)
jira-events at lists.jboss.org
Thu Oct 4 12:18:03 EDT 2007
Transaction Manager issue in JBOss Application Server 4.2.1
-----------------------------------------------------------
Key: JBAS-4803
URL: http://jira.jboss.com/jira/browse/JBAS-4803
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Transaction Manager
Affects Versions: JBossAS-4.2.1.GA
Environment: JBoss Application Server 4.2.1 with Spring and Hibernate
Reporter: kavipriya gnanasambandam
Assigned To: Adrian Brock
Priority: Critical
I am running an audited transaction in JBoss Application Server 4.2.1 with Spring and Hibernate.
I am getting failures in my testcases stating that org.springframework.transaction.NoTransactionException: No active JTA transaction.
Please find the below log
org.springframework.transaction.NoTransactionException: No active JTA transaction
2007-10-04 11:40:15,309 ERROR [STDERR] at org.springframework.transaction.jta.JtaTransactionManager.registerAfterCompletionWithExistingTransaction(JtaTransactionManager.java:834)
2007-10-04 11:40:15,309 ERROR [STDERR] at org.springframework.transaction.support.AbstractPlatformTransactionManager.triggerAfterCompletion(AbstractPlatformTransactionManager.java:871)
2007-10-04 11:40:15,309 ERROR [STDERR] at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:774)
2007-10-04 11:40:15,309 ERROR [STDERR] at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:722)
2007-10-04 11:40:15,309 ERROR [STDERR] at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:325)
2007-10-04 11:40:15,309 ERROR [STDERR] at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:111)
2007-10-04 11:40:15,309 ERROR [STDERR] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
2007-10-04 11:40:15,309 ERROR [STDERR] at com.taxware.twe.common.storage.StorageNotificationInterceptor.invoke(StorageNotificationInterceptor.java:91)
2007-10-04 11:40:15,309 ERROR [STDERR] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
2007-10-04 11:40:15,309 ERROR [STDERR] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:210)
2007-10-04 11:40:15,309 ERROR [STDERR] at $Proxy86.isAborted(Unknown Source)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list