<div dir="ltr"><div>thanks, i&#39;ve read only half of it and i&#39;ll explain why. we had not gotten to actually recovering from a transaction for simple reason that we are unable to actually create one. as soon as we begin a transaction, we get 2 different  jdbc data sources to oracle under a stateless session ejb, when we use the 2nd getConnection jboss hangs for a half a minute, and then bombs with unable to enlist data source exception. we tried to walk though the debugger and it seems somethings during the lock of a transaction, (we used jboss 4.2.0 which uses jbossjta 4.2.3 sp3 which we didn&#39;t have the source code for, so now we are trying jboss 4.2.3 which uses jbossjta 4.2.3 sp7 which we do have sources for) </div>

<div>before the exception occurs we see 2 warnings from arjuna i18logger about multiple threads, it seems the transaction is aborting (but never got to the code that actually aborted it).</div>
<div>the same code worked btw on websphere 6.1 </div>
<div>i&#39;ve seen somewhere that you could use a property called something like allowMultipleResources in jbossjta.properties file , but that didn&#39;t work as well.</div>
<div> </div>
<div>this reminded me of the case in jboss 3.2.5, we used spring 1.2.8 to get jta transaction, but each time we actually got a transaction it was already &quot;dead&quot; because of a time out,even though we just got it from begin transaction method.</div>

<div> </div>
<div> </div>
<div><br><br> </div>
<div class="gmail_quote">On Thu, Apr 23, 2009 at 2:50 PM, John Mazzitelli <span dir="ltr">&lt;<a href="mailto:mazz@redhat.com">mazz@redhat.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="im">&gt; i&#39;m searching for a problem we&#39;ve been having about opening multiple XA Data sources for oracle,<br>&gt; (opening the second hands jboss and throws an meta-aware exception, this happens in jboss 4.2)<br>
<br></div>This might help :-)<br><br><a href="http://management-platform.blogspot.com/2008/11/transaction-recovery-in-jbossas.html" target="_blank">http://management-platform.blogspot.com/2008/11/transaction-recovery-in-jbossas.html</a><br>
</blockquote></div><br></div>