[jboss-dev-forums] [Design of POJO Server] - Re: AbstractDeploymentUnit.getMetaDataFiles()
scott.stark@jboss.org
do-not-reply at jboss.com
Wed Oct 18 18:28:22 EDT 2006
"scott.stark at jboss.org" wrote : 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.
|
This has been rewritten to make the jar handlers proper structural file handlers with the correct parent/child relationships between entries. All of the vfs unit tests are now passing.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979213#3979213
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979213
More information about the jboss-dev-forums
mailing list