Re: [JBoss-dev] Bug in jnp (handling references to remote JNDI servers)

2001-04-26 Thread Alf Werder
marc fleury wrote: > call for that?), and frankly I just don't know how that is done. Does this > work on BEA Yes, it does. Even more, the Proxies generated by BEA are that robust, that tey are still useable, even if the server as been down in the meanwhile. -alf -- Alf Werder | System

RE: [JBoss-dev] Bug in jnp (handling references to remote JNDI servers)

2001-04-26 Thread marc fleury
|> To fix this, all proxy objects need to know the host, they are |> originating from. If you really want to do that (because you really need to use the code you just showed us) then go ahead and work on the JNP stub classes also the home must be able to extract that information from the IC (is t

Re: [JBoss-dev] Bug in jnp (handling references to remote JNDI servers)

2001-04-26 Thread Scott M Stark
Right, the name should be the full jnp url not just the local jndi name. - Original Message - From: "Alf Werder" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 26, 2001 8:50 AM Subject: Re: [JBoss-dev] Bug in jnp (handling references to remote

Re: [JBoss-dev] Bug in jnp (handling references to remote JNDI servers)

2001-04-26 Thread Alf Werder
f you want. > > - Original Message - > From: "Francisco Reverbel" <[EMAIL PROTECTED]> > To: "JBoss-Dev" <[EMAIL PROTECTED]> > Sent: Thursday, April 26, 2001 3:39 AM > Subject: Re: [JBoss-dev] Bug in jnp (handling references to remote JN

Re: [JBoss-dev] Bug in jnp (handling references to remote JNDI servers)

2001-04-26 Thread Scott M Stark
D]> To: "JBoss-Dev" <[EMAIL PROTECTED]> Sent: Thursday, April 26, 2001 3:39 AM Subject: Re: [JBoss-dev] Bug in jnp (handling references to remote JNDI servers) > I run into a similar problem with EJB handles: > > BeanA is on host1, JBoss1 > BeanB is on host2, JBos

Re: [JBoss-dev] Bug in jnp (handling references to remote JNDI servers)

2001-04-25 Thread Scott M Stark
There are two issues here. The first is simply that the default jndi.properties file does not contain the correct java.naming.factory.url.pkgs property value. It is missing the org.jnp.interfaces package prefix which is where the jnp url context factory is located. This is the correct jndi.propert

Re: [JBoss-dev] Bug in jnp (handling references to remote JNDI servers)

2001-04-25 Thread Scott M Stark
I'll look into it. The jnp url context factory is who is responsible for creating a context capable of resolving the remote name. I don't believe the problem is with the current checkRef() logic. - Original Message - From: "Anatoly Akkerman" <[EMAIL PROTECTED]> To: "JBoss-Dev" <[EMAIL PR

RE: [JBoss-dev] Bug in jnp (handling references to remote JNDI servers)

2001-04-25 Thread marc fleury
We are getting you a rw passwd, go ahead and fix what you want. marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of |Anatoly Akkerman |Sent: Wednesday, April 25, 2001 4:54 PM |To: JBoss-Dev |Subject: [JBoss-dev] Bug in jnp (handling references to