2 Replies Latest reply on Jun 28, 2008 7:26 AM by dimitris

    How to access files in a sar deployed via VFS

    mmusgrov

      I am tying to get our JBossTS tools swing app running on AS5. An intern had it working on JBossAS 4.2 by packaging it in a sar. The code expects the sar to be exploded so that it can use java.io.File, java.util.jar.JarFile etc to read in its' target config.

      What is the best way to port this code so that it works with the VFS abstraction?