Define a ClassLoader Per Bean

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1986

This topic has not yet been written. The content below is from the topic description.
7.9. Custom ClassLoader In the Microcontainer you can define a custom ClassLoader per bean. When defining a classloader for the whole deployment, make sure you don't create a cyclic dependency -- for instance, a newly defined classloader that depends on itself. Example 7.18. Defining a ClassLoader Per Bean org.jboss.demos.ioc..+