Re: [Zope3-dev] WFMC in core?

2006-12-14 Thread Christian Theune
Jim Fulton wrote: > On Dec 13, 2006, at 6:31 PM, Christian Theune wrote: >> That's definitely a good question. This might lead us to the >> discussion >> what Zope 3 is. > > Yes, which I don't particularly want to do now. :) Ack. I'm just interested in finding out priorities for bugs (for me).

Re: [Zope3-dev] WFMC in core?

2006-12-14 Thread Adam Groszer
Hello Christian, It seems that the activity has the attribute, but it's not declared in the interface. z.wfmc interface was/is quite out of sync with the implementation I think. I already fixed some, but looks like there are still some lurking. Thursday, December 14, 2006, 12:09:21 AM, you wrote:

[Zope3-dev] "Core" topic in Collector

2006-12-14 Thread Jim Fulton
Christian Theune wrote: Jim Fulton wrote: ... Is it what needs to be fixed before a release? I think "core" is largely is a meaningless label in a system, the collector where we collect too much information already. Hmm. Would that mean we should provide better different labels in the colle

[Zope3-dev] Cleaning up the widget mess a little bit: bug or feature

2006-12-14 Thread Christian Theune
Hi, Zagy and I stumbled over the widgets today, and I already had a workaround sitting on a widget that we wrote and wanted to remove this issue. The issue is that the method "_getCurrentValue" sometimes returns an 'input value' and sometimes 'a form value' (specifically: it returns a form value

[Zope3-dev] Do not serialize one attribute

2006-12-14 Thread Florian Lindner
Hello, I have a object, derived from Persistent when contain one attribute which is not serializable and that's not a problem for me, but Zope complains about that. Can I mark this attribute somehow as "not to serialize" and make Zope call a member function when it has unserialized this object s

[Zope3-dev] Re: Do not serialize one attribute

2006-12-14 Thread Rocky Burt
On Thu, 2006-14-12 at 23:04 +0100, Florian Lindner wrote: > I have a object, derived from Persistent when contain one attribute which is > not serializable and that's not a problem for me, but Zope complains about > that. > Can I mark this attribute somehow as "not to serialize" and make Zope cal

Re: [Zope3-dev] Do not serialize one attribute

2006-12-14 Thread Jeff Shell
On 12/14/06, Florian Lindner <[EMAIL PROTECTED]> wrote: Hello, I have a object, derived from Persistent when contain one attribute which is not serializable and that's not a problem for me, but Zope complains about that. Can I mark this attribute somehow as "not to serialize" and make Zope call a

Re: Re: [Zope3-dev] Do not serialize one attribute

2006-12-14 Thread Jeff Shell
On 12/14/06, Jeff Shell <[EMAIL PROTECTED]> wrote: On 12/14/06, Florian Lindner <[EMAIL PROTECTED]> wrote: > Hello, I have a object, derived from Persistent when contain one > attribute which is not serializable and that's not a problem for me, > but Zope complains about that. Can I mark this a