Hi! I am using ODMJ API in OJB 1.0.1 with:
<object-cache class="org.apache.ojb.broker.cache.ObjectCacheEmptyImpl"> <attribute attribute-name="timeout" attribute-value="900"/> <attribute attribute-name="autoSync" attribute-value="true"/> </object-cache> ImplicitLocking=false This is what I do: 1. Open database, start a transaction 2. Retrieve a list of objects from database (approx 200) using PB API 3. Lock each object one by one 4. Modify a certain field in each of them 5. commit the transaction I observe that not all objects get updated in the database and for them an "UPDATE" sql statement is not shown in spy log. Please let me know if somebody has seen this behaviour and if it is a bug or what I might be doing wrong. Thanks in advance for your time and help. Ashish --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
