Hello !
We are using OJB 1.0.3 with following cache settings on Oracle database.
<object-cache
class="org.apache.ojb.broker.cache.ObjectCacheDefaultImpl">
<attribute attribute-name="cacheExcludes" attribute-value=""/>
<attribute attribute-name="timeout" attribute-value="900"/>
<attribute attribute-name="autoSync" attribute-value="false"/>
<attribute attribute-name="cachingKeyType" attribute-value="0"/>
<attribute attribute-name="useSoftReferences" attribute-value="true"/>
</object-cache>
Once in a while the cache goes out of sync with the database and objects
looses references to other objects and application breaks. The objects in
question reference to each other with auto-update="true" in reference-
descriptor on both object mappings.
Can you please let us know what's going wrong with Object caching and anything
wrong with above setting?
Many Thanks in Advance
Regards
Ravi
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]