[jboss-user] [JBoss Cache: Core Edition] - Re: BerkeleyDB Deadlock Exception from JBoss Cache Loader: B

niuxuetao_fiserv do-not-reply at jboss.com
Mon Jun 22 15:22:41 EDT 2009


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



More information about the jboss-user mailing list