users@glassfish.java.net

Re: Fatal Error from EJB Compiler

From: <glassfish_at_javadesktop.org>
Date: Wed, 11 Jun 2008 11:51:16 PDT

Looks like TypeUtil.getMethod is trying to load class (javassist/util/proxy/MethodHandler) from the current thread context classloader, and this class was not available in that classloader.

How was javassist/util/proxy/MethodHandler class packaged in your application? The thread context classloader might not be set with all the necessary classpaths here..

Can you try to drop this class under $AS_INSTALL/lib and see if the problem can be worked around?
[Message sent by forum member 'hzhang_jn' (hzhang_jn)]

http://forums.java.net/jive/thread.jspa?messageID=279776