[jboss-jira] [JBoss JIRA] Created: (JBVFS-67) Add VFSCacheFactory.getInstance(String defaultCacheImpl)

Scott M Stark (JIRA) jira-events at lists.jboss.org
Thu Nov 6 12:12:13 EST 2008


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.GA


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