[shrinkwrap-issues] [JBoss JIRA] Created: (SHRINKWRAP-276) Invalid byte stream for ZipExporter

Jesper Pedersen (JIRA) jira-events at lists.jboss.org
Tue May 3 13:34:18 EDT 2011


Invalid byte stream for ZipExporter
-----------------------------------

                 Key: SHRINKWRAP-276
                 URL: https://issues.jboss.org/browse/SHRINKWRAP-276
             Project: ShrinkWrap
          Issue Type: Bug
          Components: api
    Affects Versions: 1.0.0-alpha-13
            Reporter: Jesper Pedersen


Alpha13 generates an incorrect byte stream for a ResourceAdapterArchive; the resulting archive gives:

java.util.zip.ZipException: error in opening zip file
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(ZipFile.java:114)
        at java.util.zip.ZipFile.<init>(ZipFile.java:75)
        at sun.tools.jar.Main.list(Main.java:979)
        at sun.tools.jar.Main.run(Main.java:224)
        at sun.tools.jar.Main.main(Main.java:1149)

Alpha12 works as expected.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the shrinkwrap-issues mailing list