Forum OpenACS Development: Re: Deadlocks

Collapse
3: Re: Deadlocks (response to 2)
Posted by Malte Sussdorff on
I solved the problem with content_folder__new by making content::folder::new call content::item::new directly.

I solved content_party_revision__new by calling content::revision::new within contact::party::revision.

I added the lock to acs_rel__new and commit on HEAD.