Hi again.
I saw that my problem is not in the OSCACHE, but in the locking.
I set isolation level = optimistic in the jdbc connection descriptor,
and I put in my table a field with locking=true
Every time I do an update on an element of this table I got the
OptmisticLockException.
It looks like the element is never released.
Have I to set any LockManager in the ojb.properies?
I have to put in my code something to release the element?
I tried to remove the cache with
OjbCache cache broker.serviceObjectCache();
cASOcacheVO = (CASOVO)cache.lookup(oid)
cache.remove(oid).
But it still doesn't work
I tried cahe.clear and still nothing.
What I have to do?
Please help me
Thanks