[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: BootstrapDeployersTest enhancements and AssembledDirecto
alesj
do-not-reply at jboss.com
Wed Jul 23 12:20:36 EDT 2008
"adrian at jboss.org" wrote : Remove the INFO filter I mentioned above, then you'll see the problem.
Aha, yes, I see what's the issue now. :-)
It's the getChildren that fails, we really never recurse into those bad jars.
But since we don't do the contents reading lazy - which we probably could/should -
the creation fails, and is correctly ignored. :-)
If the stuff would lazily read contents, it would depend on the recurseFilter it it would eventually fail,
e.g. comparing just name should have no impact, where checking some contents would.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166206#4166206
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166206
More information about the jboss-dev-forums
mailing list