2 Replies Latest reply on Mar 29, 2008 6:33 AM by mstruk

    Is JBVFS-2 resolved

    alesj

      Moving Marko's comment to where it belongs. ;-)
      It's about this: http://jira.jboss.com/jira/browse/JBVFS-2

      "mstruk" wrote:

      Is anyone still experiencing this problem? Because it looks like it's not happening anymore ...

      JARCacheUnitTestCase contains a line that deletes a test jar file before creating a new version of it.

      It was necessary, and was working at the time. Now it's not necessary, and doesn't work anymore.

      If I remove it, the test passes.



        • 1. Re: Is JBVFS-2 resolved
          wolfc

          It's still failing at rev 71370:

          junit.framework.ComparisonFailure: VFS found the wrong manifest expected:<...2> but was:<...1>
           at junit.framework.Assert.assertEquals(Assert.java:81)
           at org.jboss.test.virtual.test.JARCacheUnitTestCase.test1(JARCacheUnitTestCase.java:106)

          and so is the ZLIB problem if I don't delete the file:
          java.io.EOFException: Unexpected end of ZLIB input stream
           at java.util.zip.ZipFile$2.fill(ZipFile.java:335)
           at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
           at java.util.jar.Manifest$FastInputStream.fill(Manifest.java:407)
           at java.util.jar.Manifest$FastInputStream.readLine(Manifest.java:343)
           at java.util.jar.Manifest$FastInputStream.readLine(Manifest.java:375)
           at java.util.jar.Attributes.read(Attributes.java:359)
           at java.util.jar.Manifest.read(Manifest.java:167)
           at java.util.jar.Manifest.<init>(Manifest.java:52)
           at org.jboss.test.virtual.test.JARCacheUnitTestCase.test1(JARCacheUnitTestCase.java:104)


          • 2. Re: Is JBVFS-2 resolved
            mstruk

            Hmm ... I guess I was jumping to conclusions :)

            But the test really passes for me.

            What OS and java are you using?


            - marko