views:

31

answers:

1

How do i delete an Hibernate Entity that is being cached by EHcache and by using Entitydelete in coldfusion?

+1  A: 

found the answer after a whole days worth of effort. Basically if in your EHcache you set diskpresistent = true, then ColdFusion will not clear the object regardless of if you call evictentity or not.

Faisal Abid