Problem in Generated Corba Stubs in J2EE1.3.1
843833Nov 20 2002 — edited Nov 21 2002Hi 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