[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: classloading dependencies
alesj
do-not-reply at jboss.com
Tue Feb 10 11:14:10 EST 2009
"kabir.khan at jboss.com" wrote :
| I think for that to work, you need to set importAll on the requesting classloader?
Sure.
But this is done via this
| <bean name="ClassLoadingDefaultDeployer" class="org.jboss.deployers.plugins.classloading.ClassLoadingDefaultDeployer">
| <property name="defaultMetaData">
| <classloading xmlns="urn:jboss:classloading:1.0" export-all="NON_EMPTY" import-all="true"/>
| </property>
| </bean>
|
So, unless you have some other means of creating CLMD,
this will kick in, mocking the old behavior.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208652#4208652
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4208652
More information about the jboss-dev-forums
mailing list