Community

Using a deployer to add jars to a webapp classpath.

reply from Ales Justin in JBoss Microcontainer - View the full discussion

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

Start a new discussion in JBoss Microcontainer at Community