<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Jboss 7.1.3.Final (eap 6.0.1)  javax.resource.ResourceException: IJ000459: Transaction is not active
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/georgesg">ANAND KUMAR GEORGE PREM KUMAR</a> in <i>Datasource Configuration</i> - <a href="https://community.jboss.org/message/816716#816716">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>I am trying to migrate applications using ejb2.1 from jboss 4.3 to Jboss 7.1.3. final.&#160; We are using Oracle 10g database and ojdbc6.jar as oracle driver. Attached is my standalone-full.xml and complete console logs for your reference. I am getting the below exception when the EJB tries to get database connection though jboss connection pool</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>15:35:47,337 ERROR [stderr] (Thread-123) java.sql.SQLException: javax.resource.ResourceException: IJ000460: Error checking for a transaction</p><p>15:35:47,337 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:147)</p><p>15:35:47,337 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.cassis.cx.base.JDBCPersistenceManagerBase.getConnection(JDBCPersistenceManagerBase.java:211)</p><p>15:35:47,337 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.cassis.cx.job.JobJDBCMgr.updateWithActiveJob(JobJDBCMgr.java:318)</p><p>15:35:47,337 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.cassis.cx.job.Job_Bean.ejbPassivate(Job_Bean.java:84)</p><p>15:35:47,337 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)</p><p>15:35:47,338 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)</p><p>15:35:47,338 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)</p><p>15:35:47,338 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.reflect.Method.invoke(Method.java:597)</p><p>15:35:47,338 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.InvokeMethodOnTargetInterceptor.processInvocation(InvokeMethodOnTargetInterceptor.java:57)</p><p>15:35:47,338 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</p><p>15:35:47,338 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)</p><p>15:35:47,338 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</p><p>15:35:47,338 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)</p><p>15:35:47,338 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</p><p>15:35:47,339 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45)</p><p>15:35:47,339 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</p><p>15:35:47,339 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)</p><p>15:35:47,339 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.entity.EntityBeanComponentInstance.passivate(EntityBeanComponentInstance.java:200)</p><p>15:35:47,339 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.entity.entitycache.ReferenceCountingEntityCache.release(ReferenceCountingEntityCache.java:109)</p><p>15:35:47,339 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.entity.interceptors.EntityBeanEjbCreateMethodInterceptorFactory$1$1.afterCompletion(EntityBeanEjbCreateMethodInterceptorFactory.java:115)</p><p>15:35:47,339 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.arjuna.ats.internal.jta.resources.arjunacore.SynchronizationImple.afterCompletion(SynchronizationImple.java:96)</p><p>15:35:47,339 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.afterCompletion(TwoPhaseCoordinator.java:402)</p><p>15:35:47,339 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.end(TwoPhaseCoordinator.java:103)</p><p>15:35:47,340 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.arjuna.ats.arjuna.AtomicAction.commit(AtomicAction.java:164)</p><p>15:35:47,340 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commitAndDisassociate(TransactionImple.java:1165)</p><p>15:35:47,340 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.commit(BaseTransaction.java:117)</p><p>15:35:47,340 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.arjuna.ats.jbossatx.BaseTransactionManagerDelegate.commit(BaseTransactionManagerDelegate.java:75)</p><p>15:35:47,340 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.tx.CMTTxInterceptor.endTransaction(CMTTxInterceptor.java:90)</p><p>15:35:47,340 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:230)</p><p>15:35:47,340 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:302)</p><p>15:35:47,340 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:188)</p><p>15:35:47,341 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</p><p>15:35:47,341 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)</p><p>15:35:47,341 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</p><p>15:35:47,341 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:42)</p><p>15:35:47,341 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</p><p>15:35:47,341 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59)</p><p>15:35:47,341 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</p><p>15:35:47,341 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.interceptors.EjbExceptionTransformingInterceptorFactories$2.processInvocation(EjbExceptionTransformingInterceptorFactories.java:89)</p><p>15:35:47,341 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</p><p>15:35:47,342 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)</p><p>15:35:47,342 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</p><p>15:35:47,342 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:32)</p><p>15:35:47,342 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</p><p>15:35:47,342 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45)</p><p>15:35:47,342 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</p><p>15:35:47,342 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)</p><p>15:35:47,342 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165)</p><p>15:35:47,342 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:181)</p><p>15:35:47,343 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)</p><p>15:35:47,343 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)</p><p>15:35:47,343 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72)</p><p>15:35:47,343 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.cassis.cx.base.Dispatcher_Local$$$view75.dispatch(Unknown Source)</p><p>15:35:47,343 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.cassis.cx.dcrypto.EJBMobilematrixSystemMessageHandlerContext.dispatch(EJBMobilematrixSystemMessageHandlerContext.java:60)</p><p>15:35:47,343 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.cassis.dcrypto.MobilematrixSystemMessageHandler.dispatch(MobilematrixSystemMessageHandler.java:318)</p><p>15:35:47,343 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.cassis.dcrypto.MobilematrixSystemMessageHandler.receiveMessage(MobilematrixSystemMessageHandler.java:139)</p><p>15:35:47,343 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.cassis.membership.MemberMessageChannel$Receiver.run(MemberMessageChannel.java:1436)</p><p>15:35:47,344 ERROR [stderr] (Thread-123) Caused by: javax.resource.ResourceException: IJ000460: Error checking for a transaction</p><p>15:35:47,344 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.jca.core.connectionmanager.tx.TxConnectionManagerImpl.getManagedConnection(TxConnectionManagerImpl.java:362)</p><p>15:35:47,344 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.allocateConnection(AbstractConnectionManager.java:464)</p><p>15:35:47,344 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:139)</p><p>15:35:47,344 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; ... 56 more</p><p>15:35:47,345 ERROR [stderr] (Thread-123) Caused by: javax.resource.ResourceException: IJ000459: Transaction is not active: tx=TransactionImple &lt; ac, BasicAction: 0:ffff0a4109f0:5b1fa7c8:518a0041:70 status: ActionStatus.COMMITTED &gt;</p><p>15:35:47,345 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.jca.core.connectionmanager.tx.TxConnectionManagerImpl.getManagedConnection(TxConnectionManagerImpl.java:352)</p><p>15:35:47,345 ERROR [stderr] (Thread-123)&#160;&#160;&#160;&#160;&#160;&#160;&#160; ... 58 more</p><p>15:35:47,345 WARN&#160; [com.arjuna.ats.jta] (Thread-123) ARJUNA016029: SynchronizationImple.afterCompletion - failed for org.jboss.as.ejb3.component.entity.interceptors.EntityBeanEjbCreateMethodInterceptorFactory$1$1@e71207 with exception: javax.ejb.EJBException: java.sql.SQLException: javax.resource.ResourceException: IJ000460: Error checking for a transaction</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.cassis.cx.base.JDBCPersistenceManagerBase.getConnection(JDBCPersistenceManagerBase.java:218) [MobileMatrixCX-1.0.0-SNAPSHOT.jar:]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.cassis.cx.job.JobJDBCMgr.updateWithActiveJob(JobJDBCMgr.java:318) [MobileMatrixCX-1.0.0-SNAPSHOT.jar:]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.cassis.cx.job.Job_Bean.ejbPassivate(Job_Bean.java:84) [MobileMatrixCX-1.0.0-SNAPSHOT.jar:]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.6.0_29]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [rt.jar:1.6.0_29]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_29]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_29]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.InvokeMethodOnTargetInterceptor.processInvocation(InvokeMethodOnTargetInterceptor.java:57) [jboss-as-ejb3-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final-redhat-2.jar:1.1.1.Final-redhat-2]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final-redhat-2.jar:1.1.1.Final-redhat-2]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final-redhat-2.jar:1.1.1.Final-redhat-2]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final-redhat-2.jar:1.1.1.Final-redhat-2]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final-redhat-2.jar:1.1.1.Final-redhat-2]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.entity.EntityBeanComponentInstance.passivate(EntityBeanComponentInstance.java:200) [jboss-as-ejb3-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.entity.entitycache.ReferenceCountingEntityCache.release(ReferenceCountingEntityCache.java:109) [jboss-as-ejb3-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.entity.interceptors.EntityBeanEjbCreateMethodInterceptorFactory$1$1.afterCompletion(EntityBeanEjbCreateMethodInterceptorFactory.java:115) [jboss-as-ejb3-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.arjuna.ats.internal.jta.resources.arjunacore.SynchronizationImple.afterCompletion(SynchronizationImple.java:96)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.afterCompletion(TwoPhaseCoordinator.java:402)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.end(TwoPhaseCoordinator.java:103)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.arjuna.ats.arjuna.AtomicAction.commit(AtomicAction.java:164)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commitAndDisassociate(TransactionImple.java:1165)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.commit(BaseTransaction.java:117)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.arjuna.ats.jbossatx.BaseTransactionManagerDelegate.commit(BaseTransactionManagerDelegate.java:75)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.tx.CMTTxInterceptor.endTransaction(CMTTxInterceptor.java:90) [jboss-as-ejb3-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:230) [jboss-as-ejb3-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:302) [jboss-as-ejb3-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:188) [jboss-as-ejb3-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final-redhat-2.jar:1.1.1.Final-redhat-2]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final-redhat-2.jar:1.1.1.Final-redhat-2]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:42) [jboss-as-ejb3-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final-redhat-2.jar:1.1.1.Final-redhat-2]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [jboss-as-ejb3-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final-redhat-2.jar:1.1.1.Final-redhat-2]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.interceptors.EjbExceptionTransformingInterceptorFactories$2.processInvocation(EjbExceptionTransformingInterceptorFactories.java:89) [jboss-as-ejb3-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final-redhat-2.jar:1.1.1.Final-redhat-2]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final-redhat-2.jar:1.1.1.Final-redhat-2]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:32) [jboss-as-ejb3-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final-redhat-2.jar:1.1.1.Final-redhat-2]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final-redhat-2.jar:1.1.1.Final-redhat-2]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final-redhat-2.jar:1.1.1.Final-redhat-2]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165) [jboss-as-ee-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:181) [jboss-as-ee-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final-redhat-2.jar:1.1.1.Final-redhat-2]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final-redhat-2.jar:1.1.1.Final-redhat-2]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72) [jboss-as-ee-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.cassis.cx.base.Dispatcher_Local$$$view75.dispatch(Unknown Source) [MobileMatrixCX-1.0.0-SNAPSHOT.jar:]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.cassis.cx.dcrypto.EJBMobilematrixSystemMessageHandlerContext.dispatch(EJBMobilematrixSystemMessageHandlerContext.java:60) [MobileMatrixCX-1.0.0-SNAPSHOT.jar:]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.cassis.dcrypto.MobilematrixSystemMessageHandler.dispatch(MobilematrixSystemMessageHandler.java:318) [mmtx_base-1.0.0-SNAPSHOT.jar:]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.cassis.dcrypto.MobilematrixSystemMessageHandler.receiveMessage(MobilematrixSystemMessageHandler.java:139) [mmtx_base-1.0.0-SNAPSHOT.jar:]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.cassis.membership.MemberMessageChannel$Receiver.run(MemberMessageChannel.java:1436) [mmtx_base-1.0.0-SNAPSHOT.jar:]</p><p>Caused by: java.sql.SQLException: javax.resource.ResourceException: IJ000460: Error checking for a transaction</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:147) [ironjacamar-jdbc-1.0.13.Final-redhat-1.jar:1.0.13.Final-redhat-1]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.cassis.cx.base.JDBCPersistenceManagerBase.getConnection(JDBCPersistenceManagerBase.java:211) [MobileMatrixCX-1.0.0-SNAPSHOT.jar:]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; ... 55 more</p><p>Caused by: javax.resource.ResourceException: IJ000460: Error checking for a transaction</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.jca.core.connectionmanager.tx.TxConnectionManagerImpl.getManagedConnection(TxConnectionManagerImpl.java:362)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.allocateConnection(AbstractConnectionManager.java:464)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:139) [ironjacamar-jdbc-1.0.13.Final-redhat-1.jar:1.0.13.Final-redhat-1]</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; ... 56 more</p><p>Caused by: javax.resource.ResourceException: IJ000459: Transaction is not active: tx=TransactionImple &lt; ac, BasicAction: 0:ffff0a4109f0:5b1fa7c8:518a0041:70 status: ActionStatus.COMMITTED &gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.jca.core.connectionmanager.tx.TxConnectionManagerImpl.getManagedConnection(TxConnectionManagerImpl.java:352)</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; ... 58 more</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/816716#816716">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in Datasource Configuration at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>