hi people,
i have follwing problem:
I want the client to pass remote object to the server. (server should be
able to invoke a method on client - in this way i try to implement an
event mechanism).
Client interface extends java.rmi.Remote, Client implementation
implements this interface and extends javax.rmi.PortableremoteObject.
When passing the remote object to the server I get following Exception:
java.rmi.RemoteException: Not supported
at
com.inprise.vbroker.rmi.PortableRemoteObjectImpl.exportObject(PortableRemoteObjectImpl.java:10)
at
javax.rmi.PortableRemoteObject.exportObject(PortableRemoteObject.java:55)
at javax.rmi.PortableRemoteObject.<init>(PortableRemoteObject.java:44)
at ejbtest.EventConsumer.<init>(EventConsumer.java:17)
at ejbtest.EventClient.main(EventClient.java:36)
What is here not supported? Do I do something wrong? Are there other
solutions for implementing remote events?
thanks in advance for your inputs
regards
Szymon Smyka
----------------------------------------------------------------------
Czy kto� chce kupi� Twoj� kart� graficzn� Ile warte jest Twoje auto?
Gdzie znajdziesz prac� na wakacje? Kogo dziewczyny szukaj� na wakacje?
Chcesz wiedzie�? KLIKNIJ! http://witryna.pl/scripts/ct.pl?url=3Dbox.st
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".