Revision: 7730
Author: emmartins
Date: Sat Sep 19 12:17:05 2009
Log: dude, we were forgetting to use the jboss cache config in local
modesvn diff cache/src/main/java/org/mobicents/cache/MobicentsCache.java
http://code.google.com/p/mobicents/source/detail?r=7730
Modified:
/trunk/servers/cluster/cache/src/main/java/org/mobicents/cache/MobicentsCache.java
=======================================
---
/trunk/servers/cluster/cache/src/main/java/org/mobicents/cache/MobicentsCache.java
Mon Sep 14 07:09:02 2009
+++
/trunk/servers/cluster/cache/src/main/java/org/mobicents/cache/MobicentsCache.java
Sat Sep 19 12:17:05 2009
@@ -25,7 +25,7 @@
@SuppressWarnings("unchecked")
public MobicentsCache(Configuration cacheConfiguration) {
- this.jBossCache = new DefaultCacheFactory().createCache(false);
+ this.jBossCache = new
DefaultCacheFactory().createCache(cacheConfiguration,false);
this.managedCache = false;
startCache();
}