But how does this relate to classes or beans deployed before JBoss-CL is in place; which is in classloader.xml in bootstrap/ ?
Afais, the config should be completely generic,
and then jboss-cl would come in as an impl detail.
Perhaps some sort of lookup chain?
* something that knows how to handle bootstrap lookups
* other impl details such as jboss-cl
Since jboss-cl handling impl should also know how to handle boostrap lookups,
we can/could remove/replace the first element in this chain, once jboss-cl is in place.