JBoss AS 7 upgrade to Java 7, JBoss VFS
问题 We have an spring application which dynamically loads components based in the lib folder. This application needs to be deployed on different AS, like Jetty,Tomcat,JBoss.. Now, JBoss has this VFS feature, where it does not really unpack your war it seems, and uses vfs:// for files inside the war/jar.. Currently we are in the process of upgrading (from Java6) to Java7, and we encounter the following problem. First of all, snowdrop 1.0.0GA no longer works under Java7, because the InputStream was