Joined: Tue Apr 12, 2005 9:50 am Posts: 13 Location: Karlsruhe, Germany
|
Hi,
I wondered if/how it is possible to configure Hibernate (3) to use a pre-deployed TreeCache.
My point is the following:
I want to use TreeCache as 2nd-level-cache in a JBoss clustered environment, but I don't want to define the exact network-parameters at packaging-time. Instead I think it would make sense if I could assume that there is a running TreeCache on the node my application will be deployed to and a reference to this could be obtained by hibernate using JNDI. Hibernate would just have to configure the eviction policy for its cache-region.
Has anyone got a solution for this environment?
bye,
Stephan
|
|