Hi!
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.
Tobias