Re: [hibernate-dev] what's going on jboss.org???

2009-04-23 Thread Elhanan Maayan
no getting multiple resource message, but exactly the warnings he http://www.jboss.org/feeds/post/transaction_timeouts_and_ejb3_jpa was getting, ("invoked while multiple threads active within..") but i have no idea why it's aborting the transaction, maybe because the 2nd getConnection takes somewha

Re: [hibernate-dev] what's going on jboss.org???

2009-04-23 Thread Chris Bredesen
If you're getting the multiple last resources message, then you're not using XA resources. The allowMultipleLastResources setting is a very dangerous thing to use and I would not recommend enabling it. All that said, I don't understand why there'd be any long timeouts with all of this -

Re: [hibernate-dev] what's going on jboss.org???

2009-04-23 Thread Elhanan Maayan
thanks, i've read only half of it and i'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

Re: [hibernate-dev] what's going on jboss.org???

2009-04-23 Thread John Mazzitelli
> i'm searching for a problem we've been having about opening multiple XA Data > sources for oracle, > (opening the second hands jboss and throws an meta-aware exception, this > happens in jboss 4.2) This might help :-) http://management-platform.blogspot.com/2008/11/transaction-recovery-in-jb

Re: [hibernate-dev] what's going on jboss.org???

2009-04-23 Thread David Page
Agreed. Even though I work for a company with paid support for JBoss EAP jboss.orgis a crucial resource. On Thu, Apr 23, 2009 at 7:37 AM, Elhanan Maayan wrote: > this is getting absurd, it's a been a week now, and the site is down > compeletly , > > i'm searching for a problem we've been having a

[hibernate-dev] what's going on jboss.org???

2009-04-23 Thread Elhanan Maayan
this is getting absurd, it's a been a week now, and the site is down compeletly , i'm searching for a problem we've been having about opening multiple XA Data sources for oracle, (opening the second hands jboss and throws an meta-aware exception, this happens in jboss 4.2) all the issues that rel