Hello,
I have created a datasource with jndi:
My problem is: the cache.<jee:jndi-lookup id="simple" jndi-name="jdbc/MyDataSource"/>
In this case at the first lookup, the datasource is cached. I don't want to deactivate the cache. But how can I manage an expiration time for the cache in order to do another lookup.
Please need help
Thanks.


Reply With Quote