Re: jndi names changed in 2.1?

2008-09-23 Thread David Jencks
On Sep 23, 2008, at 12:25 AM, Łukasz Budnik wrote: Hi David, I followed your advice and read the actual JNDI name from geronimo.log. It turned out to be simply RemoteServiceImpl + Remote. But if we're still in JNDI names. One of My SLSB uses JMS resources like this: @Resource(name = "ODEBPE

Re: jndi names changed in 2.1?

2008-09-23 Thread Łukasz Budnik
Hi David, I followed your advice and read the actual JNDI name from geronimo.log. It turned out to be simply RemoteServiceImpl + Remote. But if we're still in JNDI names. One of My SLSB uses JMS resources like this: @Resource(name = "ODEBPELProcessInvocationOrderConnectionFactory") private Conn

Re: jndi names changed in 2.1?

2008-09-22 Thread David Jencks
On Sep 22, 2008, at 2:34 PM, Łukasz Budnik wrote: Hi all, I've been using Geronimo 2.0.2 some time ago and I was able to access remote SLSB this way: DataWeaver2EnterpriseModuleProxy.jar/ModuleProxyImpl/ org.xh.dataweaver.interfaces.ejb.ModuleProxy now I'm using Geronimo 2.1 and I'm trying

jndi names changed in 2.1?

2008-09-22 Thread Łukasz Budnik
Hi all, I've been using Geronimo 2.0.2 some time ago and I was able to access remote SLSB this way: DataWeaver2EnterpriseModuleProxy.jar/ModuleProxyImpl/org.xh.dataweaver.interfaces.ejb.ModuleProxy now I'm using Geronimo 2.1 and I'm trying to access remote bean in the same manner: Properties en