Mark Ramm schrieb:
> This normally does not happen and should not happen at all, can you
> post a test-case that reproduces this?
> 
> --Mark
> 
> On 8/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>> It appears there is a problem passing model variables/objects to a Kid
>> template?
>>
>> When I do I get the following...
>>
>>
>>   File "/usr/lib/python2.4/site-packages/sqlobject/dbconnection.py",
>> line 908, in __getattr__
>>     self.assertActive()
>>   File "/usr/lib/python2.4/site-packages/sqlobject/dbconnection.py",
>> line 832, in assertActive
>>     assert not self._obsolete, "This transaction has already gone
>> through ROLLBACK; begin another transaction"
>> AssertionError: This transaction has already gone through ROLLBACK;
>> begin another transaction

It for sure is a problem in TG 1.1, I just hit the same wall. It seems 
as if the transaction is already closed when the expose decorator 
renders the result.

I'll look into the problem and try to either fix it or create a testcase.

Diez

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to