Hi!
When I try to delete an object I get the following Exception...

Caused by: org.exolab.castor.jdo.LockNotGrantedException:
persist.writeTimeout ...

What does that mean?
The way I try to delete the object is:
I have an opened transaction, and call a delete-func with the id of the
object to be deleted (as parameter).
In this delete function I then load the object I want to delete and
afterwards call remove for the just loaded object.

Has anybody an idea what I do wrong?!?

Update and insert works fine, so it can not be the mapping or something
like this.

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

Reply via email to