[jboss-user] [Microcontainer] - Re: HDScanner deployment error
alesj
do-not-reply at jboss.com
Thu Dec 11 14:24:58 EST 2008
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
More information about the jboss-user
mailing list