jdk 1.4.1
jboss-head ~Nov 20th, noon

EAR structure:
thirdparty.jar // thirdparty library
util.jar       // util classes that inherit/utilize thirdparty classes
ejb.jar        // beans and classes that inherit/utilize util and thirdparty
classes
META-INF/application.xml
META-INF/jboss-app.xml

I build my EAR file and deploy it.  I run a test and everything is fine.
When I redeploy the exact same EAR file (no re-compiles or rebuilds), my EAR
seems to deploy fine, but when my Session bean goes to return an object
defined in ejb.jar that inherits from an object in util.jar, that inherits
from an object in thirdparty.jar, I get this weird java.lang.VerifyError
saying that the one of the methods returns a wrong type.

Could this be caused by some ClassLoader hanging around with an old
reference to one of these classes?  Would a class with a different codebase
cause this kind of exception?

Thanks,
Michael


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to