quality@glassfish.java.net

Re: Infinite loop in ORB and a BMT issue

From: Richard Kolb <rjdkolb_at_gmail.com>
Date: Thu, 20 May 2010 14:26:29 +0200

Hi Matthias

On 20 May 2010 14:01, matthias.fraass_at_tricoder.net <
matthias.fraass_at_gmail.com> wrote:

> thanks for looking into this.
> As my colleague said in the bug, you fist have to compile the sample.
>

Yes, thanks, I compiled and made a Maven project, see the attached file on
the issue. There is also a EJB JAR in the target dir.
https://glassfish.dev.java.net/issues/show_bug.cgi?id=11920

I got the issue with Derby, but not with Oracle.

But you are using DB2 right ? ( I saw the 'SELECT 1 FROM SYSIBM.SYSDUMMY1'
in the code that does not work on Derby )

I am guessing there is a XA issue with the DB2 JDBC driver. From my googling
I see there were previous Oracle issues like this.
http://forums.sun.com/thread.jspa?threadID=5048830
https://issues.apache.org/jira/browse/DERBY-1024 (should be fix)

Promise it works on Oracle 10g with the Oracle 11 JDBC driver and GlassFish
3.0.1 B18 (non-final)

Hope this helps


regards
Richard