Configure Hibernate to use JBC as the 2nd level cache -- see 
http://www.hibernate.org/hib_docs/v3/reference/en/html/performance.html#performance-cache

The configuration file for JBoss Cache needs to be named treecache-service.xml 
and needs to be on the classpath visible to Hibernate.  Hibernate will find it 
and instantiate a cache using that configuration.  All caches that are started 
with the same config on the same network will see each other and form a cluster.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977662#3977662

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

Reply via email to