[jboss-jira] [JBoss JIRA] Resolved: (JBVFS-67) Add VFSCacheFactory.getInstance(String defaultCacheImpl)
Scott M Stark (JIRA)
jira-events at lists.jboss.org
Thu Nov 6 17:48:36 EST 2008
[ https://jira.jboss.org/jira/browse/JBVFS-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Scott M Stark resolved JBVFS-67.
--------------------------------
Resolution: Done
Done, the input default cache class name is used in preference to the system property if its not null or empty.
> Add VFSCacheFactory.getInstance(String defaultCacheImpl)
> --------------------------------------------------------
>
> Key: JBVFS-67
> URL: https://jira.jboss.org/jira/browse/JBVFS-67
> Project: JBoss VFS
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Affects Versions: 2.0.0.CR3
> Reporter: Scott M Stark
> Assignee: Scott M Stark
> Fix For: 2.0.0.CR4
>
>
> We cannot set a value in the jboss-beans.xml that specifies the default cache impl to use for the VFSCacheFactory. With this we can do:
> <bean name="VFSCache">
> <constructor factoryClass="org.jboss.virtual.spi.cache.VFSCacheFactory" factoryMethod="getInstance">
> <parameter>org.jboss.virtual.plugins.cache.TimedVFSCache</parameter>
> </constructor>
> <start ignored="true"/>
> </bean>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list