Hi Rickard!
I need this fixed ASAP. I can't go on with my work without this. As I am
in this situation please tell me a little more why this bug is happening
and what you know about it. Do you have any idea why the container is
not set (is null) ? As far as I can see the right value is missing to be
transfered over the socket or is this meant to be that way for
optimization. But then later on there shouldn't be code called in
EntityProxy, which uses the container (which is null!).  Just give me a
point to start and I will try to help (and perhaps patch) as good as I
can. I have plenty of time for that now :-( and :-).

C ya,

Tobias

Rickard �berg wrote:
> 
> 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