[
https://jira.jboss.org/jira/browse/JBVFS-67?page=com.atlassian.jira.plugi...
]
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