Hi Geeks

I ran into a strange problem.

I have an EJB which will send back events to the client.
The client can register the listener when it is an exported
RMI object and handed over to the EJB. Everything
compiles well and I can use all the other methods but when
I try to register a Listener the StatelessSessionContainer
throws an IllegalArgumetnException on Method.invoke()
when it tries to call the Bean method registering the listener.

Now I pretty puzzled because it compiles and can send
over to the server (server knows the Stub) but I get this
strange exception. Does anyone has a clue?

Thanx - Andy



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to