Re: cocoon 2.2 samples and jboss 5

2009-05-12 Thread Christoph Gaffga (triplemind.com)
I expecienced that two. Cocoon 2.2 does not deploy in jboss 5.0.1 on idea why, no output in logs... anybody any idea? Or anybody who has this configuration running? any feedback would be appreciated Christoph imran wrote: > hi all, > > Has anyone successfully deployed cocoon 2.2 samples insid

Re: map:aggregate with flow-content

2009-03-09 Thread Christoph Gaffga (triplemind.com)
is it possible, that map:aggregate processes it's elements in parallel? coz this problem reminds me of the never solved issue https://issues.apache.org/jira/browse/COCOON-2216 We had quite some hassle with the injected object model and only got it working with some dirty patches to cocoon and our a

IncludeCacheManager vs. SourceUtil.toSAX

2008-06-11 Thread Christoph Gaffga (triplemind.com)
hi, I wrote a generator that has to include several other pipelines. Now I have to migrate this to cocoon 2.2 and I have some doubt on how to include another pipeline. In the last version of my generator I was using (Default)IncludeCahceManager. But when I had a look at the IncludeTransform

Re: Problem with Starting Cocoon - Mac OS X Tiger

2007-09-16 Thread Christoph Gaffga (triplemind.com)
hi, as the last line: > 01:20:59.104 EVENT Started SocketListener on 0.0.0.0: > 01:20:59.106 EVENT Started [EMAIL PROTECTED] says, it should be reachable by http://localhost: it's not running inside tomcat, if you start it via ./cocoon.sh, it's started for quick demo in jetty servlet

Re: PermGen space problem with Cocoon on Tomcat

2007-07-20 Thread Christoph Gaffga (triplemind.com)
hi, permanent must nor be permanent ;-) you can also configure the permanent generation of the vm's heap: e.g. add to your CATALINA_OPTS: -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled -XX:PermSize=256m -XX:MaxPermSize=512m Especially redeploying often, dyn

Re: [Jexl] linebreaks in jexl expressions

2007-07-06 Thread Christoph Gaffga (triplemind.com)
I tried using the apache-cocoon JX generator (it uses jexl for it's > expressions within the template) to convert linebreak from strings to > elements. > > I ran into some problem with searches for linebreaks, like: > > ${value.indexOf('\n')} > > or > > ${value.indexOf(' ')} just for the record,

Re: [Jexl] linebreaks in jexl expressions

2007-07-05 Thread Christoph Gaffga (triplemind.com)
hi, > Did you try all the naive workarounds? yes, we tried most of those, and now tested the rest. For all of them we get NullPointerException. But I think it's a Jexl issue. kind regards, Christoph Tobia wrote: > Christoph Gaffga (triplemind.com) wrote: >> But the encoding

Re: [Jexl] linebreaks in jexl expressions

2007-07-05 Thread Christoph Gaffga (triplemind.com)
hi, > if all you want is to replace line breaks to , perhaps I can make > you happy with this xsl that does the job thanks for your reply. We are using a quite similar lf2br template in our XSLT at the moment. And we thought this should also be possible in JXGenerator using a macro for recursion.

Re: processing large files

2005-10-28 Thread Christoph Gaffga (triplemind.com)
hi, have you seen Nico Verwer's presentation "Performance on big documents". You can download it as mp3/pdf on http://www.cocoongt.org/Slides-and-recordings.html They used a nice two-step appoach for transforming bid documents. perhaps it helps, Christoph Boisvert, Éric wrote: > not much to

Re: Cocoon case studies

2005-03-29 Thread Christoph Gaffga (triplemind.com)
hey, seems your spread cocoon site is done with PHP :(( why not using cocoon if you want to spread it? regards, Christoph Gaffga [EMAIL PROTECTED] Mark Leicester wrote: Hi everyone, SpreadCocoon (http://www.spreadcocoon.com) is about marketing Cocoon, and I'd like to build up database of Cocoon ca

Re: cocoon in amd64 --- with Sun JDK1.5 (64 bit) ?

2004-11-27 Thread Christoph Gaffga \(triplemind.com\)
? > On Sat, 2004-11-27 at 11:46, Christoph Gaffga (triplemind.com) wrote: > > oh, I didn't build it on that machine, did it on a dual Xeon with Sun JDK > > 1.4.2 on RH9. The tomcat and cocoon are distributed from there to the > > cluster, so it's like copiing it fr

Re: cocoon in amd64 --- with Sun JDK1.5 (64 bit) ?

2004-11-27 Thread Christoph Gaffga \(triplemind.com\)
oh, I didn't build it on that machine, did it on a dual Xeon with Sun JDK 1.4.2 on RH9. The tomcat and cocoon are distributed from there to the cluster, so it's like copiing it from that environment. regards, Christoph - Original Message - From: "Ray Allis" <[EMAIL PROTECTED]> To: <[EM

Re: aggregate takes too much time

2004-10-11 Thread Christoph Gaffga \(triplemind.com\)
I didn't wanted to send a patch for that. The code is poorly documented nor tested under many circumtances, old license, etc. etc. It was just a workaround for a problem we had. But we use it in production environment with about 350.000 pages a day. So, for my usecase it's stable. And if you sugge