bind()

"imed archipi" <[email protected]> Thu, 16 Feb 2006 09:55:33 +0000
Newsgroups gmane.comp.corba.orbacus
Message-ID <[email protected]>
Hi!

I'm using JBuilder 7 Entrepise edition, and I'm trying to test a simple example. The configuration is good since JBuilder compile the IDL sources with success.
The example is :
<<<<<<<<<<<<<
module HelloWM {

interface HelloWI {
void show_hello();
};
};
>>>>>>>>>>>>>

So I want that the Client, when he clicks on a button, the server answers him and show a message box "Hello!".
After compiling this IDL file I got the java files (stub, helper,...etc).

In JBuilder, to implement the client and the server there is a wizard tool in File/New/CORBA: Corba Client interface, Corba Server interface or Corba Server application.
While trying to compile the application , I've got thes error messages:

"HelloWIClientImpl1.java": Error #: 300 : method bind(java.lang.String, org.omg.CORBA.ORB) not found in class HelloWM.HelloWIHelper

"HelloWIServerImpl1.java": Error #: 302 : cannot access class helloworld.HelloWM._HelloWIImplBase; java.io.IOException: class not found: class helloworld.HelloWM._HelloWIImplBase at line 22, column 60

There are other error messages, but I think that they will be resolved auto;atically when these errors above will be resolved.

NOTE:
- "HelloWIClientImpl1.java" is generated by the Corba Client Interface wizard tool;

- "HelloWIServerImpl1.java" is generated by the Corba Server Interface wizard tool;
- I could not find: "_HelloWIImplBase"

Would you like to help me!

Thanks.

Regards. Imed.

_______________________________________________
OB-Users Mailing List - [email protected]
http://mail.ooc.nf.ca/mailman/listinfo/ob-users
Visit our support FAQ before you send a message.
http://www.orbacus.com/faq/support.html