On Sun, 9 Oct 2005 08:59:06 -0700 David Jencks <[EMAIL PROTECTED]> wrote: > I can't tell from the stack trace, but my guess is that > the jndi lookup is occuring during the init method of a > servlet. Unfortunately as noted in > http://issues.apache.org/jira/browse/GERONIMO-513 we > currently have no way to force the target of a jndi > reference to start before the client. Very > unfortunately the only workaround I know of at the moment > is to deploy the datasource as a separate module. > > I think we need to fix this for 1.0 > > thanks > david jencks >
This code is called from listener's init method. The issue GERONIMO-513 which you adduced affects version M3, but this approach correctly worked under versions M3 and M4. It only does not work under Geronimo 1.0 M5. I suppose that problem is that you have changed something during removing <global-jndi-name>. -- Best regards. Andrey Grebnev ---------------------------------------------------- Треть суток на треть дешевле! МАРК-ИТТ ввёл льготные цены на ночной трафик в Народном Интернете цены на трафик на 30% ниже дневных в период с 1:00 до 9:00. 600-й - 1.75р, Профессиональный - 1.89р, Деловой - 1.96р, 5-ка - 2,03р, Домашний - 2,10р
