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

yes,

the scopes are already there

|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).

it is a way to define a scope of visibility for classes among classloaders
related to the same scope. By default all classes are visible in the default
scope.

|Jetty/JBoss should ignore the 2.3 spec recommendation to invert the
|classloading priorities and always delegate to the JBoss classloader.

yes

|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

yes, hence achieving the same result as what the cl stuff intends.

If you want to "not delegate" then we can use the RH classloaders in Jetty
natively.

|the Jetty JBoss module changing the compliance mode of the Jetty
|ContextLoader.

ok

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

ok

marcf
|
|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


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

Reply via email to