Re: AW: AW: OutOfMemoryError

2006-07-11 Thread Dan Durkin
Ralph Goers wrote: Christofer Dutz wrote: Hi Oleg Well exactly this is why I used JRockit, because I didn’t want to bother finding out how to tweak it ;) I know that the way the Garbagecollector works can be configured using command-line parameters, but I don’t know which ones and if they

Re: XML Merge Best Practices

2005-10-13 Thread Dan Durkin
Julian, You may want to look using the cinclude transformer and then some additional xslt transformations for the merging logic. HTH, Dan Julian wrote: Mark, Does XSLT stream or does it use DOM via Cocoon pipelines? I plan on doing some further processing of the merged document

Re: Tomcat + Cocoon (as only a renderer)

2005-07-13 Thread Dan Durkin
Stefan Podkowinski wrote: On 7/13/05, suplizio [EMAIL PROTECTED] wrote: You did understand my question correctly: I want my servlet/jsp Tomcat web app to call Cocoon to perform presentation layer rendering. [...] First of all, is there another way to communicate with cocoon rather than

Re: logging pool levels

2005-06-16 Thread Dan Durkin
Thanks Antonio, I'll check this out. Antonio Gallardo wrote: On Jue, 9 de Junio de 2005, 11:52, Dan Durkin dijo: I'm trying to stress test and application. As part of this I'm setting the pool-max attribute in the sitemap and cocoon.conf. Is there a way to see pool levels to know if a pool

logging pool levels

2005-06-09 Thread Dan Durkin
I'm trying to stress test and application. As part of this I'm setting the pool-max attribute in the sitemap and cocoon.conf. Is there a way to see pool levels to know if a pool is large enough or not? Thanks for any pointers. Dan

Re: Flow Input Module Access

2005-05-04 Thread Dan Durkin
Have you tried using the RealPath inputmodule in the sitemap and passing in the result to you flow function as a parameter? oceatoon wrote: Hello Every one I can't seem to get the result of the realpath input module within Flow ? I tried this out of the hat but the hat is out of its magic ;-)

Re: [CForms] Validate 2 group separately

2005-05-02 Thread Dan Durkin
Have a look at the multipageform sample in the forms block. It validates, several group widgets seperately. Dan Lionel Crine wrote: I solved the problem doing two form-tempate elements in a row. Lionel Lionel Crine wrote: Hi, I want to validate the tabs separately in order to send only the fields

Re: [CFORMS] What is the proper syntax for gathering all validation messages in one place?

2005-04-20 Thread Dan Durkin
Helma, looks like the syntax is: fi:validation-errors headerpCorrect these errors please:/p/header footerpAnd then resubmit the form./p/footer /fi:validation-errors This is appear within the ft:template tag. http://cocoon.apache.org/2.1/userdocs/forms/xslt.html#fi%3Avalidation-errors cheers,

Re: build error, cocoon 2.1.7, ant 1.6.2, linux

2005-04-05 Thread Dan Durkin
this maybe a problem with the ant file can you try and specify --noconfig looks like without this ant looks at config for installed versions which may cause problems. I don't have a system handy to verify. If true, the cocoon/build.sh may need to specify --noconfig below are some snippets

Re: Request parameters forwarding or not

2005-04-04 Thread Dan Durkin
You may be able to use the cocoon:raw: protocol. it's mentioned here : http://cocoon.apache.org/2.1/developing/webapps/authentication.html#The+authentication+resource there's a note in the doc: You might be wondering why we explicitly pass the request parameters on to the internal pipeline

Re: act: hiding {1}

2004-12-15 Thread Dan Durkin
Leszek Gawron wrote: Jorg Heymans wrote: ../{1} IIRC {../1} Is the use of the RequestParameterModule the new preferred way of doing this? In this case having a sitemap fragment like: map:match pattern=ws/* map:generate type=request/ map:transform src=xslt/ws/{1}-setup.xsl label=setup/

Re: Paremeter in Sitemape ( request.getRemoteUser() )

2004-12-06 Thread Dan Durkin
[EMAIL PROTECTED] wrote: Hi all, i want to use a sitemap parameter which refers to / use the request.getRemoteUser(). Here is my actual part of the sitemap: map:transform type=xslt src=xsl/XMELD_Trefferliste.xsl map:parameter name=varUser value={request:getRemoteUser()}/ ?? thos

Re: Getting JDBC drivers to work

2004-11-24 Thread Dan Durkin
check out the jdbc section on http://wiki.apache.org/cocoon/HowTos [EMAIL PROTECTED] wrote: Hi All, Sorry to ask this question here, but as a cocoon user I hope and expect that many of you have experience on this issue. I'm kinda desperate... I don't have enough experience with installing

getting the item label of a selection-list item in javascript

2004-11-09 Thread Dan Durkin
When a selection-list item is changed is there a way to get the label associated with the item. The event source widget has the item value but I'd like to also get the label. fd:on-value-changed javascript var value = event.source.value; // would like // var label =

Re: newbie question re. fd:aggregate-widget

2004-11-09 Thread Dan Durkin
Paul, Could try something like: fd:split pattern=([0-9a-zA-Z]+)-([0-9a-zA-Z]+)-([0-9a-zA-Z]+)-([0-9a-zA-Z]+)-([0-9a-zA-Z]+) Dan Paul Joseph wrote: Hi, I am able to use the fd:aggregate widget and it works well, but I know only how to use a split pattern that handles numbers (!) as follows:

org.apache.cocoon.ProcessingException: Unable to get transformer handler for

2004-02-05 Thread Dan Durkin
I have an existing cocoon app running in 2.0.4 and I'm trying to get it running in cocoon-2.1.4-dev the cvs head from a day or 2 ago. There are many stylesheets with xsl:include statements and it seems like this is part of the problem. When I hit a stylesheet that depends on an include I get