> Since jBoss creates one ClassLoader per EJB JAR, and configures
> the container separately for each EJB JAR (including different resources,
> instance pooling, persistence manager, etc.),

This is incorrect. We configure containers separately *per bean* and not per
JAR ;-) Each bean in a JAR may have its own container configuration.

/Rickard




Reply via email to