Re: Objects inherited in subrequests

2008-07-14 Thread Christoph Gaffga (triplemind.com)
sorry, was to quick :(( So I decided to patch the DefaultIncludeCacheManager to work in the same way as the IncludeTransformer does, by setting up the child threads with the same context/environment: // Setup this thread's environment RequestContextHolder.setRequestAttributes(

Re: multithreaded Content Aggregator migration from 2.1 to 2.2

2008-07-03 Thread Christoph Gaffga (triplemind.com)
hi, we found the problem in DefaultIncludeCacheManager and fixed it. I just submitted a patch together with some more information on the problem. see: https://issues.apache.org/jira/browse/COCOON-2216 thanks for your help. regards, Christoph Joerg Heinicke wrote: InheritableThreadLocal

Re: Objects inherited in subrequests

2008-06-12 Thread Christoph Gaffga (triplemind.com)
Grzegorz Kossakowski wrote: Therefore I would like to propose introduction of a new scope called request-inheritable which would allow beans (like ObjectModel) to be inherited but by cloning. What do you think? hmm, just tried to solve that problem and found that in IncludeTransformer it

Re: [GT2007] [VOTE] Conference location + time

2007-04-11 Thread Christoph Gaffga (triplemind.com)
A) The Netherlands, Amsterdam +1 B) Italy, Rome / Milano +2 C) England, London / Norwich +0 When: A) Late september +1 B) Beginning of October (between the holidays season and ApacheCon) +2 C) End of October +0

Re: a new cocoon logo?

2005-11-02 Thread Christoph Gaffga (triplemind.com)
I've always wondered why the logo isn't a cocoon? that's exactly what I liked about the new logo (Frédéric's). The arragement of the letters let it look like a cocoon (at least a bit). Perheps having a combination of the old cocoon 'logo' and a little cocoon makes it easier to remember (A

Re: Do we have a powered by Apache Cocoon logo?

2004-12-15 Thread Christoph Gaffga (triplemind.com)
Do you have it in vector format? I think we need to create a big and a small version. now for every size, I uploaded the logo again as SVG: http://www.triplemind.com/images/powered-by-cocoon.svg Christoph Bertrand Delacretaz wrote: Le 14 déc. 04, à 20:06, Christoph Gaffga (triplemind.com

Re: Do we have a powered by Apache Cocoon logo?

2004-12-14 Thread Christoph Gaffga (triplemind.com)
some time ago I was also looking for that. Zhe only I found was a build with logo. It was somewhere under cocoon.apache.org or in the wiki. Can't remember, but I have a copy on http://www.triplemind.com/third-party.html Christoph Bertrand Delacretaz schrieb: ...if not, is there a volunteer with

Re: Do we have a powered by Apache Cocoon logo?

2004-12-14 Thread Christoph Gaffga (triplemind.com)
looks something like http://www.triplemind.com/images/powered-by-cocoon160x48.png than. It's a little dirty I think. Perheaps a border in the same style as the cocoon logo would make it better. Christoph Bertrand Delacretaz wrote: Le 14 déc. 04, à 16:43, Christoph Gaffga (triplemind.com) a écrit

Re: DO NOT REPLY [Bug 32690] - [i18n] extending the I18nTransformer

2004-12-14 Thread Christoph Gaffga (triplemind.com)
thank for the hint, I'll try to implement it that way. kind regards, Christoph [EMAIL PROTECTED] wrote: DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=32690. ANY REPLY MADE TO THIS

Re: [betwixt] Howto serialize the classname when writing XML

2004-09-29 Thread Christoph Gaffga \(triplemind.com\)
sorry auto-completion :( wanted [EMAIL PROTECTED] not [EMAIL PROTECTED] :) /sorry - Original Message - From: Christoph Gaffga (triplemind.com) [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 9:27 PM

Re: [betwixt] Howto serialize the classname when writing XML

2004-09-29 Thread Christoph Gaffga \(triplemind.com\)
a concrete example would be useful (so i'm sure i understand you correctly)...? (i'm guessing that you want to map a com.example.SomeException class to xml which looks something like: exception messageMysterious problem/message classcom.example.SomeExceptionclass /exception) exactly that