So just to clarify all this...

RH is the next release of JBoss ("Rabbit Hole"?) and it will include a
classloader that supports scopes.

I gather that scopes are a way to control class loading that is not
directly related to the parent hierarchy of classloaders (inverted or
otherwise).

Jetty/JBoss should ignore the 2.3 spec recommendation to invert the
classloading priorities and always delegate to the JBoss classloader.
If a developer wants to replace things such as JAXP, they will be able
to do so via the JBoss scope mechanism.  This can be done simply by
the Jetty JBoss module changing the compliance mode of the Jetty
ContextLoader.

Note that standalone Jetty4 will continue to support the 2.3
recommendation by default for now.  We can review this before Jetty4
goes stable.

cheers




-- 
Greg Wilkins<[EMAIL PROTECTED]>          GB  Phone: +44-(0)7092063462
Mort Bay Consulting Australia and UK.    Mbl Phone: +61-(0)4 17786631
http://www.mortbay.com                   AU  Phone: +61-(0)2 98107029


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

Reply via email to