5 Replies Latest reply on Mar 10, 2011 11:21 AM by alesj

    Jboss 6.0 reading a manifest from a jar within a jar

    gregorymace

      I'm using a plugin that used to work with JBoss 5.1.0.GA and does not work with 6.0.1  The code is parsing a .rar file to read manifests from jar files it contains.

       

      The old protocol came in as vfsfile: and the URL and JarInputStream had no problem reading the internal jar's manifest, but now on 6.0 the protocol comes in as vfs:  and the manifest just comes back null.  Do I need to configure a separate handler to deal with the new protocol.  If there is something I'm missing, could someone let me know.