[Zope3-Users] some basic questions about utility

2006-11-05 Thread Shailesh Kumar
Hi all, Could you please clarify some basic doubts about the usage of utilities? Here they are. Suppose I have registered a utility using ZCML directive in my web application. Is the utility created the moment zope starts up, during the parsing of my app's ZCML? Can I think of it as a

[Zope3-Users] Re: some basic questions about utility

2006-11-05 Thread Philipp von Weitershausen
Shailesh Kumar wrote: Suppose I have registered a utility using ZCML directive in my web application. Is the utility created the moment zope starts up, during the parsing of my app's ZCML? Can I think of it as a singleton instance? Yes. Can I do some application specific startups like

[Zope3-Users] getId in zope3?

2006-11-05 Thread Peter Bengtsson
In Zope2 every object has an 'id' which meant that you can use someobject.getId() to find out what name the object is stored under in its container. Is there an equivalent in zope3? ...or am I looking for a solution to a problem that doesn't exist? -- Peter Bengtsson, work www.fry-it.com home

Re: [Zope3-Users] getId in zope3?

2006-11-05 Thread Jim Washington
Peter Bengtsson wrote: In Zope2 every object has an 'id' which meant that you can use someobject.getId() to find out what name the object is stored under in its container. Is there an equivalent in zope3? ...or am I looking for a solution to a problem that doesn't exist? Hi, Peter Have a

Re: [Zope3-Users] getId in zope3?

2006-11-05 Thread Gary Poster
On Nov 5, 2006, at 1:12 PM, Peter Bengtsson wrote: In Zope2 every object has an 'id' which meant that you can use someobject.getId() to find out what name the object is stored under in its container. Is there an equivalent in zope3? __name__

[Zope3-Users] Re: A system error occurred message

2006-11-05 Thread Philipp von Weitershausen
Hi Shailesh, I'm CC'ing the list again so that it gets archived. Please always respond to the list as well. Shailesh Kumar wrote: Thank you Philipp it works. Just a small question. In a URL like: http://localhost:8080/++debug++errors/@@undoPrincipalTransactions.html how does the

Re: [Zope3-Users] getId in zope3?

2006-11-05 Thread Stephan Richter
On Sunday 05 November 2006 13:58, Gary Poster wrote: On Nov 5, 2006, at 1:12 PM, Peter Bengtsson wrote: In Zope2 every object has an 'id' which meant that you can use   someobject.getId() to find out what name the object is stored under   in its container. Is there an equivalent in zope3?

Re: [Zope3-Users] getId in zope3?

2006-11-05 Thread Fred Drake
On 11/5/06, Stephan Richter [EMAIL PROTECTED] wrote: This is officially an implementation detail; zope.traversing.api.getName() is the API call. Interesting; I'd never known it was anything other than __name__. These APIs just keep changing... (Er, this indicates a serious documentation

Re: [Zope3-Users] getId in zope3?

2006-11-05 Thread Jim Fulton
Fred Drake wrote: On 11/5/06, Stephan Richter [EMAIL PROTECTED] wrote: This is officially an implementation detail; zope.traversing.api.getName() is the API call. Interesting; I'd never known it was anything other than __name__. These APIs just keep changing... No, the APIs haven't

[Zope3-Users] Workflow

2006-11-05 Thread Karel Antonio Verdecia Ortiz
Hi: Is there a workflow engine for zope3 ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users