Javier Rojas wrote: > Have you tried to provoke the lock-up by issuing the problematic > operation from within "tg-admin shell"? > > I did it, and it worked (more or less). When I tried to insert a > duplicate, an exception was raised, and I could not insert more > elements, although the error message said that it was necessary to > rollback the done things (sorry, don't have the exact text now), so I > issued a "hub.commit()" and after that I could keep inserting
In that case I would look into your controller code and find the places where you have to insert a few strategic try/except/elses with matching hub.begin() and hub.commit()/hub.rollback() statements. Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

