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])