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#4239193

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239193
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to