Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Java client generated by Visibroker won't talk to TAO server

0 views
Skip to first unread message

Pere Cruz

unread,
Dec 3, 1999, 3:00:00 AM12/3/99
to
I have an IDL that was compiled with TAO for the C++ server implementation.
This IDL was then compiled with Visibroker for Java for the client.

The server uses POA. The client reads an IOR created for the object. uses
orb.string_to_object and gets a reference for the object. When a method in
the object is called I get this error. WHY???

Is it because Visibroker uses BOA and TAO uses POA?

ERROR : org.omg.CORBA.NO_IMPLEMENT: minor code: 0 completed: No
org.omg.CORBA.NO_IMPLEMENT: minor code: 0 completed: No
at org.omg.CORBA.portable.Delegate.request(Delegate.java:289)
at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:235)
at HdmsData._st_HdmsDataBag.action(Compiled Code)
at HdmsDataClient.main(HdmsDataClient.java:45)

0 new messages