Hi,

I am calling external apps (Mapfish) in my controller methods which
does a DBSession.commit. So I am using postpone_commits decorator to
let zope transaction handle my commits. It works fine as long as I run
my app as an independent TG2 app.

Now I want to mount my app under another app like this:

from vectorapp.controllers.root import RootController as VectorAppControler

class RootController(BaseController):
    vectorapp = VectorAppController()

Although the controller methods in vectorapp have a postpone_commit
decorator. I still get this error.
http://paste.chrisarndt.de/paste/d09a71eb9cf54390817efc107feea3b2

regards
Sanjiv

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to