Re: [elephant-devel] fix of ele-postmodern to work with recreate-instance-using-class

2008-01-09 Thread Ian Eslick
On Jan 9, 2008, at 4:02 AM, Alex Mizrahi wrote: the problem was actually quite easy -- pm-btree needs to initialize it's transient each time it's created or deserialized. it participates both as descendant from "persistent" as pm-btree itself, and as persistent- object in form of pm-indexe

Re: [elephant-devel] fix of ele-postmodern to work with recreate-instance-using-class

2008-01-09 Thread Robert L. Read
On Wed, 2008-01-09 at 11:02 +0200, Alex Mizrahi wrote: > is my English that poor so nobody understand me??). > No, your English is great. I think there were so many emails yesterday that it was hard to know exactly whom to respond to. Thanks, this is great work; I'm sorry I couldn't figure it o

[elephant-devel] fix of ele-postmodern to work with recreate-instance-using-class

2008-01-09 Thread Alex Mizrahi
the problem was actually quite easy -- pm-btree needs to initialize it's transient each time it's created or deserialized. it participates both as descendant from "persistent" as pm-btree itself, and as persistent-object in form of pm-indexed-btree. (so pm-btree is quite a good test for a new s