[jboss-dev-forums] [Design of POJO Server] - Re: AbstractDeploymentUnit.getMetaDataFiles()

scott.stark@jboss.org do-not-reply at jboss.com
Fri Oct 13 01:35:55 EDT 2006


I found a problem with the lazy getChildren implementation. It produces incorrect relative path names on the resulting directory entries. The following two tests are failing because of this:

JarVirtualFileHandlerTest.testSubSubChildPathName
FileVFSUnitTestCase.testClassScan

The directory entry children are going to have to be linked with their parent entry when the jar is parsed in the JarHandler.initJarFile to get the paths correct is looks like.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978071#3978071

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978071



More information about the jboss-dev-forums mailing list