I am not a Web Logic guy (WebSphere and Tomcat), but I believe that, like
IBM, BEA 'optimizes' their platform by writing much of the EJB functionality
in C++ and compiling to 'native threads.'  This looks like a class from
Orion that is there to 'talk' to the EJB and could be deleted...check the
manifest file in your .jar or .ear and then check javadoc to see if it is
used.

'test' especially seems to speak to this.

You might also check platform portability issues that are not explicitly
supported in the 'naked' J2EE:  i.e.  anything that is not com.roo. (your
wrote it) or com.sun (Sun/Blackdown/etc. wrote it)

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Ismael Blesa
Part
Sent: Wednesday, January 31, 2001 11:55 AM
To: Orion-Interest
Subject: Re: App that runs on OrionServer but throws
ajava.lang.VerifyError on weblogic 6.0


I think that this question is not a question that should not be posted in
this maillist.

Here there is a lot of people that has experience on j2ee programming and
use OrionServer for developing J2EE applications but later they have to port
their application to another J2EE application server, because OrionServer is
not known and customer wants known ( but not necessary better ) application
servers like Bea, Websphere, .etc.

Then if you do not want to see any mail with subject like this one you are
free to ignore it.

I have written a very explanatory subjet to avoid that people that is not
interested on this subject to open it.

When I have the solution I will post it on the mail list to let other people
to avoid this error take it or leave it .

If you want other type of aclaration feel free to send me a private email

KirkYarina wrote:

> The BEA support channels would seem to be a better place to ask this
> question.  Would you ask a Win2K question on a linux support list?
>
> Kirk Yarina
>
> At 05:21 PM 1/30/01 +0100, you wrote:
> >We have developed a web application that works fine under OrionServer.
> >It has JSP, JavaBeans and Taglibs.
> >Now we are testing with Bea Weblogic and there are some strange errors
> >thrown by the server.
> >
> >It complains about (java.lang.VerifyError: (class:
> >com/test/logic/integration/connectors/BeanConnector, method: connect
> >signature:
> >com/test/logic/MyData;Lcom/test/logic/Environment;Ljava/lang/String;)V)
> >Incompatible object argument for function call)
> >
> >
> >It is a very strange error, I have compiled all my code with javac
> >(1.3.0_01) and also with jikes last version. I have changed also bea
> >weblogic to point jdk to my installed jdk.
> >
> >
> >The best of all this strange error is that this method is not called.
> >ie: looking on the print messages I have put on the code, execution
> >stops before the invocation of this method. I think that this error
> >comes when the java virtual machine tries to load this class.
> >
> >
> >Anybody has any idea about what is causing this error to appear?
> >
> >Regards,
> >Ismael ([EMAIL PROTECTED])



Reply via email to