Hello,
 
I seem to have found a weired problem:
 
I write a value to a database using Castor JDO. The value is a string of length 10. The database field is only of lenth 3. Thus only the first three characters are in the database. Then I read the same object back and I can see all characters again (i.e. all 10 characters I have written).
 
Castor seems to have cached what I was writing. Is there a chaching mechanism built into Castor JDO and how do I switch that off?
 
Many thanks,
 
   Steffen
 

Reply via email to