[Zope3-Users] Re: IEndRequestEvent question

2006-06-07 Thread Florent Guillaume
he base one should really send an event there. How about adding a IAfterCall publication event? Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of R&D +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope3-users mail

[Zope3-Users] Re: How to prevent several notifications of events ?

2006-06-01 Thread Florent Guillaume
lve subtleties, for instance if you modify one object then delete it in the same request, you don't want to call your final handler for that object... Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of R&D +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] _

[Zope3-Users] Re: help with directlyProvides

2006-05-07 Thread Florent Guillaume
uot; in the zmi introspector, you will see something like: DirectlyProvided interfaces so what I'm saying is not that directlyProvides doesnt work, but that provided-list gets lost somewhere on the way into the database..

[Zope3-Users] Re: KeyError: Surrogate

2006-04-29 Thread Florent Guillaume
version of python... Except that this has nothing to do with unicode. The traceback is pretty clear that this has to do with the Surrogates that are part of the implementation of zope.interfaces. Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of R&D +33 1 40 33 71 59

[Zope3-Users] Re: zql

2006-04-24 Thread Florent Guillaume
ience be your guide." - Lucas Buck, American Gothic ___ Zope3-users mailing list [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope3-users -- "All guilt is relative, loyalty counts, and never let your conscience be your guide.&q

[Zope3-Users] Re: ZEO Zope3 and Twisted

2006-04-24 Thread Florent Guillaume
interested in moving that to twisted, but didn't receive any answer. Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of R&D +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope3-users mailing list Zope3-users@zope

[Zope3-Users] Re: Other SQLAlchemy thoughts, Zope transaction manager, etc...

2006-04-07 Thread Florent Guillaume
aybe wants to be a Transaction Manager for Python. If it's the latter, it could stand to have more documentation. Trying to figure out where to plug in (if possible) in this situation is tricky. And I imagine I'm probably overthinking everything at this point anyways. Maybe it'd be bet

[Zope3-Users] Re: FW: ZODB storage ways

2006-04-05 Thread Florent Guillaume
ered in every thread. It automatically commits or aborts as ZODB would do. I borrowed most of it from SQLOS. Warning : this code is not tested under all circumstances ! J�rgen from interfaces import IUser -- Florent Guillaume, Nuxeo (Paris, France) Director of R&D +33 1 40 33 71

[Zope3-Users] Re: Please Guido, pick me, pick me!

2006-02-03 Thread Florent Guillaume
Florent Guillaume wrote: Martin Aspeli wrote: "Zope 3.2 Zalza" (how many more lame names can we come up with?) Zope 3 / Rebirth is the lame name I'd vote for :) Or Zope 3 / Renaissance, if french names are still trendy. Florent -- Florent Guillaume, Nuxeo (Paris, France)

[Zope3-Users] Re: Please Guido, pick me, pick me!

2006-02-03 Thread Florent Guillaume
Martin Aspeli wrote: "Zope 3.2 Zalza" (how many more lame names can we come up with?) Zope 3 / Rebirth is the lame name I'd vote for :) Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of R&D +33 1 40 33 71 59 http://nuxeo.com

[Zope3-Users] Re: Fwd: Re: test() in TALES in Zope3

2006-02-01 Thread Florent Guillaume
alse. In the remaining cases, you can use (C and [foo] or [bar])[0] if it's important to have short-circuit semantics. Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of R&D +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] _

[Zope3-Users] Re: Problems with Zope 3.2.0b3 on Linux

2006-01-04 Thread Florent Guillaume
(filename) IOError: [Errno 2] No such file or directory: '/home/marco/zope3.2/bin/ftesting.zcml' +++ I have installed Zope 3.2 b3 on Windows also and I haven't noticed any problem so far. P.S.: sorry for my English... Regards, -- Florent Guillaume, Nuxeo (Paris, France

Re: [Zope3-Users] Re: ZCML, practicality, purity (was "Excellent perspective...")

2005-12-22 Thread Florent Guillaume
that code generation in the form of a "starter package" could help here? Well, not me, I think code generation is an abomination from the devil ;) Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of R&D +33 1 40 33 71 59 h

[Zope3-Users] Re: ZCML, practicality, purity (was "Excellent perspective...")

2005-12-22 Thread Florent Guillaume
figuration and provide fastest developer exeperience. Of course people aren't attracted to Zope 3 yet because they feel it's complex. And there's a reason: it *is* complex. For now. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of R&D +33 1

[Zope3-Users] Re: Anyone doing an ORM for Zope3?

2005-12-07 Thread Florent Guillaume
k, you can call that vaporware for now ;) but it's a very important project for us. Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of R&D +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope3-users mailing list Z

[Zope3-Users] Re: Zope3 broke when renaming folder

2005-11-16 Thread Florent Guillaume
ata.fs and start again, but this seems a bit nuclear, for what must surely be a bit of ZODB editing, if I but knew where to look. We can't help you without the precise circumstances, the error and the traceback. Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of R&D +33 1

[Zope3-Users] Re: apache as zope3's frontend and NTLM

2005-11-12 Thread Florent Guillaume
al authentication because that had already been done by Apache. The only thing this plug-in needs to do is convert the credentials data into an actual principal object. Hope that helps. Philipp -- Florent Guillaume, Nuxeo (Paris, France) Director of R&D +33 1 40 33 71 59 http://nuxeo.

[Zope3-Users] Re: event subscribers

2005-10-05 Thread Florent Guillaume
What workflow framework are you using ? And what's qarelease.interfaces.IRelease ? Is it a transition or something else ? That framework could be updated to do the same dance, if there's a clear "object" there. Or maybe some workflow event interfaces could be subclas

Re: [Zope3-Users] Self-updating components?

2005-07-20 Thread Florent Guillaume
, goto 3 8. Check-in code from local You don't want to checkin code that ends up being wrong. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of R&D +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Re: [Z3lab-checkins] r24502 - in z3lab/cpsskins/trunk: . browser/editor browser/skin elements/formats

2005-06-30 Thread Florent Guillaume
ide > a service seems really silly to me. I agree with that. My intent is more to provide "adaptation point" where you are really allowing something to extend your framework (aspect-oriented style). Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of R&D +33 1 40 3

Re: [Zope3-Users] Compiling Zope 3 (Mac OS X 10.4.1, Xcode v2.1). Failure.

2005-06-30 Thread Florent Guillaume
27;s GCC 4.0 implementation. > > Workaround was simple: compile on a machine running an earlier > version of Xcode Tools and then copy across the binaries. You can switch witch version of GCC is used for compilation using gcc_select. Florent -- Florent Guillaume, Nuxeo (Paris, Franc

[Zope3-Users] Re: [Z3lab-checkins] r24502 - in z3lab/cpsskins/trunk: . browser/editor browser/skin elements/formats

2005-06-29 Thread Florent Guillaume
onentLookupError: return '' ... c used as iterable ... return ... than testing directly for the provided interface, as it gives an opportunity for an adapter to do its job. It's probably slower though, and maybe not a pattern generally used for marker interfaces. Opinions ?

Re: [Zope3-Users] Zsolt PUTNOKY is out of the office

2005-06-08 Thread Florent Guillaume
am not able to read any mails on this address. If the matter is urgent, > please send a mail to [EMAIL PROTECTED] -- Florent Guillaume, Nuxeo (Paris, France) CTO, Director of R&D +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED] ___ Zope3-

Re: [Zope3-Users] Probably the dumbest question I have ever asked: Can an object be in more than one place?

2005-05-30 Thread Florent Guillaume
s like > the obvious solution now. Yes, you can do that. There are no restriction to storing objects in multiple places, this is python. The only restriction is with respect to the Container interfaces, an object can only have one __parent__. But if you just store objects by other methods than Conta

Re: [Zope3-Users] Using LDAP with PAU?

2005-05-19 Thread Florent Guillaume
someone could point me > to? Or am I missing something about LDAP principal auth that's > obvious to everyone but me? :-) > > TIA, > > Dylan > ___ > Zope3-users mailing list > Zope3-users@zope.org > http://mail.zo

Re: [Zope3-Users] LDAP support -- current status?

2005-05-17 Thread Florent Guillaume
d LDAP auth plugin components. It seems to work correctly and the adapter tests OK. But my pluggable auth utility still can't see the ldap plugin. I feel like I must be pretty close here... any suggestions greatly appreciated. Thanks, Dylan -- Florent Guillaume, Nuxeo (Paris, France)

Re: [Zope3-Users] feedback while asking response

2005-04-14 Thread Florent Guillaume
if later on a ConflictError then occurs and the request has to be retried from scratch, the user will already have received data on its socket. I'm not even sure what the zserver code is able to do (send further data after the one from the aborted transaction ? fail ?). Florent -- Florent Gu