And create the cache instance like this :
CacheFactory<String, String> factory = new DefaultCacheFactory<String,
String>();
|
| techDataCache = factory.createCache("cache-configuration.xml", true);
| techDataCache.create();
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163610#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...