Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Problem in Generated Corba Stubs in J2EE1.3.1

843833Nov 20 2002 — edited Nov 21 2002
Hi All,
This is a serious problem I found in J2EE1.3.1 while I was tyring to run my Client Code. my classpath is set to j2ee.jar as well properly, still the error it says is.

Exception in thread "main" java.lang.NoClassDefFoundError: org/omg/CORBA_2_3/ORB

and a whole lot of exceptions.....

I tried to dig a bit more !!!

I opened the j2ee.jar and happened to see that there is only CORBA directory exists and no CORBA_2_3 directory.

Then tried decompiling stub file that is generated. Its imports are fine. But in the code it is being used as follows..

in = (org.omg.CORBA_2_3.portable.InputStream)_invoke(out);

How can it find this directory ????????? seems to be bug during stub generation.

Can some one suggest me an alternative, Pleaseeeeee....

Thanks in Advance.

Satya
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 19 2002
Added on Nov 20 2002
3 comments
123 views