<!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="http://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;">
    Could not enlist in transaction on entering meta-aware object! (Posgres + SQLite))
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/fidox666">Fidox 666</a> in <i>Datasource Configuration</i> - <a href="http://community.jboss.org/message/558041#558041">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hello everyone, this might be repeated question, but i cant find a solution for my problem, i'm using:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>* jboss: 5.1.0.GA</p><p>* java: 1.6.0_20</p><p>* postgres: 8.3.11</p><p>* sqlite: 3.5.9</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I want to access two different data sources from a single ejb class (one for sqlite and other for postgres) using two different Entity Managers, first make a query for an object to the first em (postgres) and then save a new object to the second pm using this information. After doing the first query I get this exception:</p><div><strong style="font-weight: normal; "><br/></strong></div><div><strong>.</strong></div><div><strong>.</strong></div><div id="_mcePaste" style="padding-left: 30px;"><span style="font-size: 14pt;"><em style="font-size: 8pt; ">10:01:52,665 <strong>WARN</strong>&#160; [<strong>loggerI18N</strong>] [com.arjuna.ats.internal.jta.transaction.arjunacore.lastResource.disallow] [com.arjuna.ats.internal.jta.transaction.arjunacore.lastResource.disallow] Adding multiple last resources is disallowed. Current resource is org.jboss.resource.connectionmanager.TxConnectionManager$LocalXAResource@14db297</em></span></div><div id="_mcePaste" style="padding-left: 30px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; ">10:01:52,677 <strong>WARN</strong>&#160; [<strong>JDBCExceptionReporter</strong>] SQL Error: 0, SQLState: null</em></span></div><div id="_mcePaste" style="padding-left: 30px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; ">10:01:52,677 <strong>ERROR</strong> [<strong>JDBCExceptionReporter</strong>] Could not enlist in transaction on entering meta-aware object!; - nested throwable: (javax.transaction.SystemException: java.lang.Throwable: Unabled to enlist resource, see the previous warnings. tx=TransactionImple &lt; ac, BasicAction: 7f000101:92ed:4c6bd97a:206 status: ActionStatus.ABORT_ONLY &gt;); - nested throwable: (org.jboss.resource.JBossResourceException: Could not enlist in transaction on entering meta-aware object!; - nested throwable: (javax.transaction.SystemException: java.lang.Throwable: Unabled to enlist resource, see the previous warnings. tx=TransactionImple &lt; ac, BasicAction: 7f000101:92ed:4c6bd97a:206 status: ActionStatus.ABORT_ONLY &gt;))</em></span></div><div id="_mcePaste" style="padding-left: 30px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; ">10:01:52,702 <strong>ERROR</strong> [<strong>TxPolicy</strong>] javax.ejb.EJBTransactionRolledbackException: org.hibernate.exception.GenericJDBCException: Cannot open connection</em></span></div><div id="_mcePaste" style="padding-left: 30px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; ">10:01:52,714 <strong>ERROR</strong> [<strong>TimerImpl</strong>] Error invoking ejbTimeout</em></span></div><div id="_mcePaste" style="padding-left: 30px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; ">javax.ejb.EJBTransactionRolledbackException: org.hibernate.exception.GenericJDBCException: Cannot open connection</em></span></div><div id="_mcePaste" style="padding-left: 120px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb3.tx.Ejb3TxPolicy.handleInCallerTx(Ejb3TxPolicy.java:115)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:130)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:194)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:186)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb3.session.SessionSpecContainer.invoke(SessionSpecContainer.java:176)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb3.session.SessionSpecContainer.invoke(SessionSpecContainer.java:216)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:207)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:164)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: x-small;"><em style="font-size: 8pt; "><strong>at $Proxy493.getArticlebyName(Unknown Source) </strong></em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: x-small;"><em style="font-size: 8pt; "><strong>at com.act.ejb.</strong><em style="font-size: 8pt; "><strong>ArticleManagerTimer</strong></em><strong>.execute(</strong><em style="font-size: 8pt; "><em style="font-size: 8pt; "><strong>ArticleManagerTimer</strong></em></em><strong>.java:24</strong>1) </em></span></div><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><div style="padding-left: 90px; "><span style="font-size: x-small;"><em style="font-size: 8pt; ">at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at java.lang.reflect.Method.invoke(Method.java:597)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb3.EJBContainerInvocationWrapper.invokeNext(EJBContainerInvocationWrapper.java:69)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:73)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:59)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at sun.reflect.GeneratedMethodAccessor272.invoke(Unknown Source)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at java.lang.reflect.Method.invoke(Method.java:597)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_30960050.invoke(InvocationContextInterceptor_z_fillMethod_30960050.java)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_30960050.invoke(InvocationContextInterceptor_z_setup_30960050.java)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:68)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:190)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:80)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb3.stateless.StatelessContainer.callTimeout(StatelessContainer.java:249)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.as.ejb3.timerservice.TimedObjectInvokerBridge.callTimeout(TimedObjectInvokerBridge.java:44)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at org.jboss.ejb.txtimer.TimerImpl$TimerTaskImpl.run(TimerImpl.java:561)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at java.util.TimerThread.mainLoop(Timer.java:512)</em></span></div><div id="_mcePaste" style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span><span style="font-size: 8pt;"><em style="font-size: 8pt; ">at java.util.TimerThread.run(Timer.java:462)</em></span></div><div style="padding-left: 90px; "><span style="font-size: 8pt;"><em style="font-size: 8pt; "> </em></span>.</div><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; .</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I try to increase the transaction timeout on the <a class="jive-link-external-small" href="http://www.coderanch.com/forums/f-11/EJB-JEE">EJB</a> but nothing happens.</p><p>I have attached my data source file.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><p>Can someone please help me out with this? </p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Thanks in advance,</p></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Fido</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/558041#558041">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in Datasource Configuration at <a href="http://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>