[jira] Created: (GERONIMO-562) ejbTimeout has wrong thread classloader, so no ENC available

2005-02-01 Thread David Jencks (JIRA)
ejbTimeout has wrong thread classloader, so no ENC available Key: GERONIMO-562 URL: http://issues.apache.org/jira/browse/GERONIMO-562 Project: Apache Geronimo Type: Bug Components: OpenEJB

Re: [jira] Created: (GERONIMO-562) ejbTimeout has wrong thread classloader, so no ENC available

2005-02-01 Thread David Jencks
that's what I'm trying, but idea is really slow today... will report on the results if I ever get them. thanks david jencks On Feb 1, 2005, at 9:29 AM, Dain Sundstrom wrote: Oh IC. So the problem is the class loader needs to be at least the j2ee-server classloader because the j2eee-system and

Re: [jira] Created: (GERONIMO-562) ejbTimeout has wrong thread classloader, so no ENC available

2005-02-01 Thread David Jencks
Preliminary indications are that this fixes the problem. Will clean up and commit. thanks david jencks On Feb 1, 2005, at 9:35 AM, David Jencks wrote: that's what I'm trying, but idea is really slow today... will report on the results if I ever get them. thanks david jencks On Feb 1, 2005,

Re: [jira] Created: (GERONIMO-562) ejbTimeout has wrong thread classloader, so no ENC available

2005-02-01 Thread Dain Sundstrom
Oh IC. So the problem is the class loader needs to be at least the j2ee-server classloader because the j2eee-system and system class loaders do not contain the class org.apache.geronimo.naming.java.javaURLContextFactory so Sun's jndi code can not lookup java: I think we should change the