hi
when i execute my program in one thread (swing/main) everything goes right.
When i execute the jdo-related things  (queries and anything on database.
...) in a separate thread
(which serializes every bit of database-code, such that there's only 1
thread using the database), it goes wrong.
In my init code, i execute two OQL's which each read one table. The second
table is incomplete when the OQL is  executed in a separate thread. Any
explanation?
dieter cailliau

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

Reply via email to