[Sidnei] >>> I have a object that subclasses from Shared.DC.ZRDB.TM and it's bombing >>> with a 'TypeError: Savepoints unsupported' with Zope 2.8.
[Tim] >> Please find a full traceback and share it. ... [Sidnei] > Happens on line 632 of a current Zope 2.8 checkout: > > if not optimistic: > raise TypeError("Savepoints unsupported", datamanager) Sorry, but that doesn't help (I knew where the message was coming from). "Full traceback" means the whole stack, including why we got into the code you showed here to begin with (it's why we got to that line that's important, not that we ended up there -- and that's what a full traceback would tell us). > 'datamanager' is a MultiObjectResourceAdapter for a subclass of > Shared.DC.ZRDB.TM that was registered using the 'register' method of the > Transaction class. It's the traceback that's needed here. You're working too hard ;-) _______________________________________________ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - ZODB-Dev@zope.org http://mail.zope.org/mailman/listinfo/zodb-dev