[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: classloading dependencies
jhalliday
do-not-reply at jboss.com
Tue Feb 10 11:50:19 EST 2009
Ahh, I had a jboss-classloading.xml left over from the earlier experiment. It does not have a requirements bit at the moment, but it does have
<classloading xmlns="urn:jboss:classloading:1.0" export-all="NON_EMPTY">
which seems to override the default behaviour even though it's missing any explicit import-all clause. Changing to
<classloading xmlns="urn:jboss:classloading:1.0" export-all="NON_EMPTY" import-all="true">
makes it behave the way I want.
Thanks for the help.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208668#4208668
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4208668
More information about the jboss-dev-forums
mailing list