This content has been marked as final. 
    
Show                 8 replies
    
- 
        1. Re: JBVFS-67, VFSCacheFactory.getInstance(String defaultCachalesj Nov 6, 2008 3:21 PM (in response to starksm64)Fine by me. 
- 
        2. Re: JBVFS-67, VFSCacheFactory.getInstance(String defaultCachstarksm64 Nov 6, 2008 3:43 PM (in response to starksm64)So are we doing another CR or putting out the GA with this issue? 
- 
        3. Re: JBVFS-67, VFSCacheFactory.getInstance(String defaultCachalesj Nov 6, 2008 3:50 PM (in response to starksm64)"scott.stark@jboss.org" wrote: 
 So are we doing another CR or putting out the GA with this issue?
 I'll do another CR with this addition,
 as I'm doing Deployers anyway tomorrow.
 So that it gets a few Hudson runs over the weekend,
 probably going GA early next week.
- 
        4. Re: JBVFS-67, VFSCacheFactory.getInstance(String defaultCachstarksm64 Nov 6, 2008 3:52 PM (in response to starksm64)I can do the CR4 today then so I can speed up the profileservice testing. 
- 
        5. Re: JBVFS-67, VFSCacheFactory.getInstance(String defaultCachalesj Nov 6, 2008 3:56 PM (in response to starksm64)"scott.stark@jboss.org" wrote: 
 I can do the CR4 today then so I can speed up the profileservice testing.
 OK.
 Just make sure you do 'svn update' on the branch, as I did some small re-factoring.
 Not being like me on my MC CR4 release, where I forgot to pick up Kabir's changes. :-(
 Re-doing the whole release.
- 
        6. Re: JBVFS-67, VFSCacheFactory.getInstance(String defaultCachstarksm64 Nov 6, 2008 3:59 PM (in response to starksm64)Ok, I'm in sync and I moved the completed JBVFS-66 to the CR4. 
- 
        7. Re: JBVFS-67, VFSCacheFactory.getInstance(String defaultCachstarksm64 Nov 6, 2008 5:58 PM (in response to starksm64)Its released and used by jbossas trunk r80622 with the default vfs cache impl to org.jboss.virtual.plugins.cache.TimedVFSCache in conf/initialize.xml 
- 
        8. Re: JBVFS-67, VFSCacheFactory.getInstance(String defaultCachalesj Nov 7, 2008 4:29 AM (in response to starksm64)Thinking about it, VFSCacheFactory::getInstance with just String parameter is not enough. 
 As some VFSCache impls have some parameters that you need to set.
 e.g. LRUVFSCache needs to take min and max
 I'll add VFSCacheFactory::getInstance(String, Map),
 pushing that map into constructor if not null.
 
    