You can also implement a custom Job Factory ... I am having some problems getting it all to work at the moment but I think the concept is correct.... the JobFactory builds the JobDetail object when a...
Type: Posts; User: macalla; Keyword(s):
You can also implement a custom Job Factory ... I am having some problems getting it all to work at the moment but I think the concept is correct.... the JobFactory builds the JobDetail object when a...
This seems to work fine...
/**
*
*
* @hibernate.class
* table="MCS_USERS_PRODUCTS"
* @hibernate.jcs-cache usage="read-write"
*
I wrote a Junit and it appears the cache is working, although not as well as I would have like, the posted configuration seems to be all that is needed, so this thread can be closed.
Hello All,
I am trying to enable EHCahce for my spring-hibernate app running in a web applicaiton. I am using Spring 1.1.3 and Hibernate 2.1.
It appears that the cache is not intercepting and...