You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Joachim Van der Auwera <jo...@progs.be> on 2007/12/04 13:04:47 UTC

deploy on JBoss, no classloader found

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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org