I think the deployment notes for JBoss should be modified. You need to add a line in your application module class to assure the classloading in javassist does not behave unexpectedly (causing "no classloader found" exceptions). See http://blog.progs.be/?p=52

The following line should be included :

|javassist.runtime.Desc.useContextClassLoader = true;|

Joachim

--
Joachim Van der Auwera
PROGS bvba, progs.be


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to