I'm not sure this is our problem. We've never seen the concurrent access problem.
We just see the XAConnection come back and the JDBC conneciton inside is null. Which is not condusiving to getting things to work. It seems to be at the thread level or something, cuz it is intermettent and when it does happen, it doesn't matter how many times we call get conenction the XAConnection comes back with a null JDBC connection.. d. -----Original Message----- From: Fred Loney [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 30, 2001 5:55 PM To: Ferguson, Doug; JBoss User (E-mail) Subject: Re: [JBoss-user] Connectin Pool Problem Typo corrected below. ----- Original Message ----- From: "Fred Loney" <[EMAIL PROTECTED]> To: "Ferguson, Doug" <[EMAIL PROTECTED]>; "JBoss User (E-mail)" <[EMAIL PROTECTED]> Sent: Tuesday, October 30, 2001 3:31 PM Subject: Re: [JBoss-user] Connectin Pool Problem > The following description might be related to the GC problem you > experienced: > > http://www.mail-archive.com/[email protected]/msg11706.ht > ml > > The sync problem is manifested as an exception and/or stalled connection > under heavy load. > The fix was confirmed to correct the problem by the person reporting it. > The fix requires recompiling class with the sync block added as > described in the note and updating jboss.xml with the modified class... *** Should be "jboss.jar", not "jboss.xml". _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
