I consistently get the following error when I try to run some javassist generated code:

java.lang.VerifyError: (class: fractals/psychos/core/system/transfer/ApplicationInfo, 
method: saveData signature: (Lfractals/psychos/core/system/entity/Application; 
Lnet/sf/hibernate/Session;)V) Incompatible argument to function...
...

I've looked into the decompiled version of that class (I use dj's JAD utility for 
that: a great tool IMO), and here's what I get:

    public void saveData(Application application, Session session)
        throws HibernateException
    {
        System.out.println("saving data...");
...

which looks fairly standard.
And indeed when use the decompiled class as input to plain javac, everything's working 
fine. But this somehow makes javassist a lot less needed...

I'd be glad to send the incriminated bytecodes to anyone interested.

any idea?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838566#3838566

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838566


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to