And, this is my class which should have the cache object fully initialized within the
constructor:
| private final PojoCache cache;
|
| JBossPojoCacheStorage(Configuration config){
|
|
| cache = PojoCacheFactory.createCache(config,true);
|
|
| }
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239193#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...