Hi!

Tobias Frech wrote:
> I am getting a NullPointerException on the client side, and it could be
> jBoss' fault. The NullPointerException is thrown later , but the cause
> is in:
> 
> org.jboss.ejb.plugins.jrmp.interfaces.GenericProxy.readExternal(java.io.ObjectInput
> in)
>       throws IOException, ClassNotFoundException
>    {
>         name = in.readUTF();
>         container = (ContainerRemote)in.readObject();
> 
> Right after that statement "container" is still null. I am now trying to
> figure out how that could happen. As I dont really undestand what is
> happening here anybody with some more knowledge is welcomed to take over
> here :-).
> As soon as you discover something new please notify me, as I am
> currently working on this.

This only happens when you send EJBObjects around between clients. It's
a bug, but I haven't figured out a good fix yet.

/Rickard

-- 
Rickard �berg

Email: [EMAIL PROTECTED]

Reply via email to