|
Home > Archive > EAserver > November 2005 > JBuilder + EAServer + CORBA + Servlet = [Failure]
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
JBuilder + EAServer + CORBA + Servlet = [Failure]
|
|
| DFinol 2005-11-21, 8:25 pm |
| Greetings,
I'm developing a Servlet to retrieve information using a
CORBA Component in the EAServer. So far so good,
I got the stubs (the component was created by another
person), I added them to my JBuilder project but when I
tried to compiled them I got com.sybase.CORBA missing
packages.
I added the libraries easerver.jar and easclient.jar to the
project, now I only get a few errors when building:
Error #: 302 : cannot access class
com.sybase.CORBA.LocalStack; java.io.IOException: class not
found: class com.sybase.CORBA.LocalStack at line XX, column
XX
Error #: 300 : method clone(java.lang.Throwable) not found
in class com.sybase.CORBA.ObjectVal at line 219, column 83
Error #: 300 : method
_isLocalJava(com.sybase.CORBA._Request) not found in class
n_PECE._st_n_prueba_pece at line 163, column 28
All of these errors happen in _st_n_component.java file.
Any suggestions why this is happening? the component was
built using powerbuilder and the stubs too.
| |
| Mark Maslow 2005-11-21, 8:25 pm |
| com.sybase.CORBA.LocalStack can be found in easserver.jar.
Don't know about the other problems.
In article <4382223a.45fa.1681692777@sybase.com>, DFinol says...
> Greetings,
>
> I'm developing a Servlet to retrieve information using a
> CORBA Component in the EAServer. So far so good,
>
> I got the stubs (the component was created by another
> person), I added them to my JBuilder project but when I
> tried to compiled them I got com.sybase.CORBA missing
> packages.
> I added the libraries easerver.jar and easclient.jar to the
> project, now I only get a few errors when building:
>
> Error #: 302 : cannot access class
> com.sybase.CORBA.LocalStack; java.io.IOException: class not
> found: class com.sybase.CORBA.LocalStack at line XX, column
> XX
>
> Error #: 300 : method clone(java.lang.Throwable) not found
> in class com.sybase.CORBA.ObjectVal at line 219, column 83
>
> Error #: 300 : method
> _isLocalJava(com.sybase.CORBA._Request) not found in class
> n_PECE._st_n_prueba_pece at line 163, column 28
>
> All of these errors happen in _st_n_component.java file.
>
> Any suggestions why this is happening? the component was
> built using powerbuilder and the stubs too.
>
| |
| DFinol 2005-11-21, 8:25 pm |
| Hello,
Is not present in my easserver.jar (EAServer's 5.2
easerver.jar).
Was it deprecated and removed?
[color=darkred]
> com.sybase.CORBA.LocalStack can be found in easserver.jar.
>
> Don't know about the other problems.
>
>
> In article <4382223a.45fa.1681692777@sybase.com>, DFinol
| |
| Mark Maslow 2005-11-21, 8:25 pm |
| Don't know - we're back in the 4.x world. You might try using
JagManager to generate new stubs and see if that solves your problem.
In article <43822f89.46bf.1681692777@sybase.com>, DFinol says...
> Hello,
>
> Is not present in my easserver.jar (EAServer's 5.2
> easerver.jar).
>
> Was it deprecated and removed?
>
>
| |
| DFinol 2005-11-22, 3:24 am |
| Same deal.
Is there an API somewhere in this website with information
about the different Jars?, I can't for the love of God find
the missing classes.
[color=darkred]
> Don't know - we're back in the 4.x world. You might try
> using JagManager to generate new stubs and see if that
> solves your problem.
>
>
> In article <43822f89.46bf.1681692777@sybase.com>, DFinol
|
|
|
|
|