Hi all,

I am working on an app, where I need to subscribe to realtime updates from
the server. environment = visual age for java. In the client, I have an
object implementing Remote, which exports itself with
PortableRemoteObject.exportObject, and this object is sent to a session bean
so that the notification mechanism on the server side, can call the update
method on the client. I generated the stub and skel files, but when I
actually run the application, I am getting this exception like :

java.rmi.NoSuchObjectException: CORBA INV_OBJREF 0 No; nested exception is:
        org.omg.CORBA.INV_OBJREF:
com.adp.fts.repo.client.realtime.RTNReceiver not exported or is a JRMP stub
minor code: 0  completed: No
        java.lang.Throwable(java.lang.String)
        java.lang.Exception(java.lang.String)
        java.io.IOException(java.lang.String)
        java.rmi.RemoteException(java.lang.String)
        java.rmi.NoSuchObjectException(java.lang.String)

Any leads on this?

tia,
Murali

===========================================================================
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".

Reply via email to