This content has been marked as final.
Show 2 replies
-
1. Re: Session Management in Jboss Cache?
manik Sep 2, 2008 7:03 AM (in response to doubledenim)Are you using EJB3 in JBoss AS? JBoss AS's EJB3/JPA implementation is based on Hibernate, which can use JBoss Cache as a 2nd level cache. I'd recommend enabling caching for your entities.
Refer to http://www.hibernate.org/hib_docs/annotations/reference/en/html/entity.html#d0e2911 for details. -
2. Re: Session Management in Jboss Cache?
doubledenim Nov 6, 2008 10:31 PM (in response to doubledenim)I'm using the EJB entity cache already. But I wanted to just cache other pojos which are only useful for the life of a user session without persisting to the db. Making a bunch of unnecesary inserts and updates is killing my applications performance.
I've had a crack at it and created i new thread.
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=145182
Still having problems with setting this up so any help would be greatly appreciated.