It's this code:
| org.jboss.virtual.plugins.context.VfsArchiveBrowserFactory factory =
org.jboss.virtual.plugins.context.VfsArchiveBrowserFactory.INSTANCE;
| org.jboss.util.file.ArchiveBrowser.factoryFinder.put("vfsfile",
factory);
| org.jboss.util.file.ArchiveBrowser.factoryFinder.put("vfszip",
factory);
| org.jboss.util.file.ArchiveBrowser.factoryFinder.put("vfsjar",
factory);
| org.jboss.util.file.ArchiveBrowser.factoryFinder.put("vfs", factory);
|
but I can still see the field in common-core-2.2.10
| public abstract class ArchiveBrowser
| {
| public interface Filter
| {
| boolean accept(String filename);
| }
|
| //use concurrent hashmap since a protocol can be added on the fly
through the public attribute
| public static Map factoryFinder = new ConcurrentHashMap();
|
Check if you have up-to-date jboss-common-core.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196049#4196049
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196049
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user