Ales Justin [
http://community.jboss.org/people/alesj] replied to the discussion
"Using a deployer to add jars to a webapp classpath."
To view the discussion, visit:
http://community.jboss.org/message/536140#536140
--------------------------------------------------------------
My guess is that these new jars are not mounted soon enough.
for (VirtualFile jarFile :
vFile.getChildrenRecursively(JAR_FILTER))
Does this really need to be recursive?
If any jar inside that directory is already mounted, this is very consuming, as it will go
very deep. :-)
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/536140#536140]
Start a new discussion in JBoss Microcontainer at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]