|It looks like webapps are no longer finding classes contained by jars from
|WEB-INF/lib.

does the integration code pick up those web-inf/lib jars, if so to what
classloader does it add them to? the mlet? If that is the case, in that code
try adding the jars to a new URLClassLoader (JBoss' kind).  What you want to
find out is how the visibility on those classes was dependent on the
integration code.

|Since the Jetty installation is identical, and the integration code reports
|the webapp as successfully deployed, I guess there is something going on in
|the ClassLoader passed by JBoss to Jetty on the webapp's deployment thread.
|
|Is anyone aware of changes to this that may be causing this symptom ?

The only difference from your point of view is that the one big MLet stuff
is no longer in use. again please find where JBoss loads these web-inf/lib
classes on your behalf. ( i find this strange btw, why we we load these
classes for you??)

marcf



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to