Error when copiling the stub

keviin kevin <[email protected]>
Newsgroups gmane.comp.corba.jacorb.devel
Message-ID <CAKsgNfUL2ctN5mmp3BK0=L5tx4_Rux7qaVACjA9uHcnYj4St3g@mail.gmail.com>
In chapitre 4 , the grid demo. When I try to compile _MyServerStub.java I
get an error

 cannot find symbol
symbol  : class ServantObjectExt
location: package org.omg.CORBA.portable
                if ( _so instanceof org.omg.CORBA.portable.
ServantObjectExt)
                                                          ^
stock/_MyServerStub.java:83: cannot find symbol
symbol  : class ServantObjectExt
location: package org.omg.CORBA.portable

((org.omg.CORBA.portable.ServantObjectExt)_so).normalCompletion();
                                            ^
stock/_MyServerStub.java:88: cannot find symbol
symbol  : class ServantObjectExt
location: package org.omg.CORBA.portable
                if ( _so instanceof
org.omg.CORBA.portable.ServantObjectExt)
                                                          ^
stock/_MyServerStub.java:89: cannot find symbol
symbol  : class ServantObjectExt
location: package org.omg.CORBA.portable

((org.omg.CORBA.portable.ServantObjectExt)_so).exceptionalCompletion(re);
                                            ^
stock/_MyServerStub.java:94: cannot find symbol
symbol  : class ServantObjectExt
location: package org.omg.CORBA.portable
                if ( _so instanceof
org.omg.CORBA.portable.ServantObjectExt)
                                                          ^
stock/_MyServerStub.java:95: cannot find symbol
symbol  : class ServantObjectExt
location: package org.omg.CORBA.portable

((org.omg.CORBA.portable.ServantObjectExt)_so).exceptionalCompletion(err);
                                            ^
6 errors
_______________________________________________
jacorb-developer maillist  -  [email protected]
https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.