It seems that using Castor in a multithreaded environment causes many people
problems. I am trying to use it with JRun 4 to handle all persistence,
however I have been having problems with dates. If I try to store a
java.util.Date I consistantly get concurrent access problems. If I use the
long value instead of the date (using Date.getTime() instead of storing it
with a SimpleDateFormat.format()) I don't have the same problems. Is this a
problem that other people have encountered? If so, how did u resolve the
problem?

Any help on this matter would be greatly appreciated,

TIA

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to