RE: "argument type mismatch" when using fn:replace

2010-08-17 Thread Robby Pelssers
Ok... I'm a bit lazy today so i just uploaded the attachment to my blog. http://robbypelssers.blogspot.com/2010/08/using-saxon-instead-of-xalan-with.html Cheers, Robby Pelssers <> - To unsubscribe, e-mail: use

RE: "argument type mismatch" when using fn:replace

2010-08-17 Thread Robby Pelssers
Here are some notes on how to add the saxon transformer in attached screenshot. Whenever you need xslt2.0 support just specify saxon and you're good to go. Robby Pelssers <> - To unsubscribe, e-mail: use

RE: memory leak in PoolableProxyHandler

2010-06-30 Thread Robby Pelssers
One question: Yesterday I downloaded the sources from cocoon/tags/cocoon-2.2/cocoon-sitemap-impl/cocoon-sitemap/impl-1.0.0. Next I made the necessary code change and installed the artifact in my local maven repo. But this does not ensure unfortunately that my colleague(s) use the same patc

RE: memory leak in PoolableProxyHandler

2010-06-30 Thread Robby Pelssers
ing the patch. Kind regards, Robby Pelssers -Original Message- From: Alexander Daniel [mailto:alexander.dan...@gmx.at] Sent: Tuesday, June 29, 2010 8:19 PM To: users@cocoon.apache.org Subject: Re: memory leak in PoolableProxyHandler On 29.06.2010, at 14:43, Robby Pelssers wrote: > C

memory leak in PoolableProxyHandler

2010-06-29 Thread Robby Pelssers
Can anyone tell me if the latest stable build downloadable from Cocoon2.2 home page contains the fix for the issue below? https://issues.apache.org/jira/browse/COCOON-2259 Kind regards, Robby

RE: Cocoon 2.2 + openjpa

2010-06-11 Thread Robby Pelssers
You might want to disable everything from the rcl.properties file. I had similar issues in the past and that helped fixing the classloader issue. Robby From: Ali Mahdoui [mailto:mahd...@hotmail.de] Sent: Friday, June 11, 2010 10:22 AM To: Cocoon users Subject: RE: Cocoon 2.2 + openjpa I h

RE: Cocoon 2.2 + openjpa

2010-06-11 Thread Robby Pelssers
I’d say… who cares if you’re using Cocoon2.2? Just start using openJPA as you would for any other java project… -Add the needed dependencies to your pom. -Start configuring some beans in your block-application-context.xml -write your pojo’s and annotate them -from flowscript do the work you n

RE: Aggregated Transformer

2010-06-11 Thread Robby Pelssers
";> And this would be the block calling the service: http://apache.org/cocoon/sitemap/1.0";> Is that more or less what you are trying to accomplish? Kind regards, Robby Pelssers

RE: Aggregated Transformer

2010-06-11 Thread Robby Pelssers
Is it not possible to define a resource which includes these 3 transformers? http://cocoon.apache.org/2.1/userdocs/concepts/sitemap.html And just call this chainedTransformer? Robby -Original Message- From: Luca Morandini [mailto:lmorand...@ieee.org] Sent: Fri

Cocoon2.2: how-to validate generated xml

2010-06-10 Thread Robby Pelssers
Hi all, I was looking for a validation transformer for Cocoon2.2 which basically validates according to some schema and does nothing except for throwing a validation exception. Anyone who can point me out if there's documentation on how-to. (cocoon.2.2) Thx in advance, Robby

RE: from wysiwyg-editor to database and/or nice html-output

2010-05-27 Thread Robby Pelssers
up with something like: Cheers, Robby Pelssers From: Bart Remmerie [mailto:remme...@gmail.com] Sent: Thursday, May 27, 2010 12:13 PM To: users Subject: from wysiwyg-editor to database and/or nice html-output Hi, One way or another, I can&

RE: how-to use xml catalog with apache cocoon 2.2

2010-05-25 Thread Robby Pelssers
helps, Jos On Tue, 2010-05-25 at 12:14 +0200, Robby Pelssers wrote: > Hi all, > > Just wondering if we have some online documentation explaining how to > configure Cocoon for using xml catalogs. > > Kind regards, > Robby ---

how-to use xml catalog with apache cocoon 2.2

2010-05-25 Thread Robby Pelssers
Hi all, Just wondering if we have some online documentation explaining how to configure Cocoon for using xml catalogs. Kind regards, Robby

RE: caching issue Cocoon2.2

2010-05-17 Thread Robby Pelssers
far?! Robby From: Jeroen Reijn [mailto:j.re...@onehippo.com] Sent: Monday, May 17, 2010 1:23 PM To: users@cocoon.apache.org Subject: Re: caching issue Cocoon2.2 Hi Robby. what kind of caching strategy are you using? Jeroen On Mon, May 3, 2010 at 2:35 PM, Robby Pelssers wrote: Hi all, I

RE: How to transform XML-URL-parameters a into a parse-able XML in a pipeline ?

2010-05-12 Thread Robby Pelssers
. value2xml.xslt: http://www.w3.org/1999/XSL/Transform";> Cheers, Robby -Original Message- From: Robby Pelssers [mailto:rob

RE: How to transform XML-URL-parameters a into a parse-able XML in a pipeline ?

2010-05-12 Thread Robby Pelssers
Try this: Request.jx -- http://apache.org/cocoon/templates/jx/1.0";> ${parameterName} ${cocoon.request[parameterName]} http://localhost:/fase3/foo?filter1=&filter2=SomeText

RE: Understanding Cocoon 2.2 URL Request Handlers

2010-05-11 Thread Robby Pelssers
I don't see the problem... Just create a launch configuration and start debuggin ;-) http://robbypelssers.blogspot.com/2010/05/quick-start-apache-cocoon.html Cheers, Robby -Original Message- From: Mark Diggory [mailto:mdigg...@gmail.com] Sent: Tuesday, May 11, 2010 5:55 PM To: users@c

RE: How can I create a new browser window from flowscript?

2010-05-11 Thread Robby Pelssers
That's not the way to do this... Just use an action instead of a form submit and add an event handler in your form definition... I added some samples of a complex application I built so you can check some stuff out if you like. Cheers, Robby formdefinition - h

RE: How can I create a new browser window from flowscript?

2010-05-11 Thread Robby Pelssers
Andre is completely right by the way... What you could do is make an asynchronous request posting the form data and create the popup on the fly on the client... Robby -Original Message- From: Andre Juffer [mailto:andre.juf...@oulu.fi] Sent: Tuesday, May 11, 2010 4:40 PM To: users@coco

RE: How can I create a new browser window from flowscript?

2010-05-11 Thread Robby Pelssers
http://developer.yahoo.com/yui/container/ It's very simple to use but feel free to ask for some samples if you can't work your way around it. Cheers, Robby -Original Message- From: Alberto Brosich [mailto:abros...@ogs.trieste.it] Sent: Tuesday, May 11, 2010 4:28 PM To: users@cocoon.apa

quickstart Apache cocoon

2010-05-04 Thread Robby Pelssers
I made some screenshots on how-to configure a run/debug configuration for starting a cocoon block. I'm learning Cocoon to a new guy so I figured it might be a nice opportunity to write articles on my blog. So expect more to follow. http://robbypelssers.blogspot.com/2010/05/quick-start-apache-c

RE: Betr.: caching issue Cocoon2.2

2010-05-03 Thread Robby Pelssers
? Groeten, Peter Urbanus "Robby Pelssers" 03-05-2010 14:35 Antwoord a.u.b. aan users@cocoon.apache.org Aan Cc Onderwerp caching issue Cocoon2.2 Hi all, I just noticed a strange issue but I'm not 100% sure if it has something to do with the cincl

caching issue Cocoon2.2

2010-05-03 Thread Robby Pelssers
sor25 org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor$TreeProcessorRedirector - Redirecting to 'cocoon:/' Any tips about unexpected caching behaviour which to look for? Thx in advance, Robby Pelssers

RE: Lowering in amount of users' posts?

2010-04-19 Thread Robby Pelssers
ase keep us informed ... Greetings Andreas - Original Message From: Robby Pelssers To: users@cocoon.apache.org Sent: Mon, April 19, 2010 1:03:48 PM Subject: RE: Lowering in amount of users' posts? I'll give this some more thought over the next few weeks... I'm in the

RE: switch Cocoon 2.2 spring dependencies from 2.5.1 to 2.5.6

2010-04-19 Thread Robby Pelssers
mping this version. Jeroen On 04/07/2010 05:04 PM, Robby Pelssers wrote: > I need to integrate spring-ws within my cocoon application and this is giving > me headaches (probably) due to dependency conflicts. > > So can anyone explain how to make the switch (on Cocoon side) from using &g

RE: Lowering in amount of users' posts?

2010-04-19 Thread Robby Pelssers
rience yet). Robby -Original Message- From: Andre Juffer [mailto:andre.juf...@oulu.fi] Sent: Monday, April 19, 2010 12:37 PM To: users@cocoon.apache.org Subject: Re: Lowering in amount of users' posts? Robby Pelssers wrote: > There is no real need to move ... totally agree. B

RE: Lowering in amount of users' posts?

2010-04-19 Thread Robby Pelssers
There is no real need to move ... totally agree. But once you become familiar with - agile development - unit-testing (junit & spring-test) - dependency injection (Spring) - AOP - Cocoon-spring-configurator - reloading class loader (RCL) You might finally see the benefits from switching to new

RE: Lowering in amount of users' posts?

2010-04-19 Thread Robby Pelssers
Ok. I have to agree on the documentation issue. This certainly hasn't approved and for usage of sitemap components I still tend to use the Cocoon2.1.x docs. I do believe as well that Cocoon forms in combination with flowscript was state of the art back then but other frameworks are doing an

RE: Lowering in amount of users' posts?

2010-04-19 Thread Robby Pelssers
discussion is more about people resisting change in Software development in general because they have to adapt (again) to new technologies. Cheers, Robby Pelssers From: Andreas Kuehne [mailto:akue...@yahoo.com] Sent: Sunday, April 18, 2010 3:40 PM To: users@cocoon.apache.org Subject: Re

RE: exception handling sitemap

2010-04-15 Thread Robby Pelssers
I just checked the cocoon docs and it seems the notifying generator is deprecated... There is an ExceptionGenerator which basically delivers the same functionality. http://cocoon.apache.org/2.2/core-modules/core/2.2/937_1_1.html Cheers, Robby -Original Message- From: Robby Pelssers

RE: exception handling sitemap

2010-04-15 Thread Robby Pelssers
e should result either in Item-XX SUCCESS - The job unmarshalls the and updates the webservice with the correct status. Thx for the quick answer. Kind regards, Robby Pelssers -Original Message- From: Laurent Medioni [mailto:lmedi...@odyssey-group.com] Sent: Thursday, Ap

exception handling sitemap

2010-04-15 Thread Robby Pelssers
Hi all, I was wondering if I can access the exception thrown in the exception handler... What I would like to do is generate a generic xml document containing info about the exception... If it is possible, how can I accomplish this?

Question about sitemap context (ProcessInfoProvider ??)

2010-04-13 Thread Robby Pelssers
tionContext.xml: Is it possible to add the datasheetApplication bean to the sitemap context so I can do something like: Kind regards, Robby Pelssers

switch Cocoon 2.2 spring dependencies from 2.5.1 to 2.5.6

2010-04-07 Thread Robby Pelssers
conflicts. So can anyone explain how to make the switch (on Cocoon side) from using spring 2.5.1 to spring 2.5.6? And how big is the risk that Cocoon will not work anymore? Any help is very much appreciated. Kind regards, Robby Pelssers

RE: Cannot start Cocoon - 2.1, Vista 64

2010-03-25 Thread Robby Pelssers
Do you have a stacktrace available? That would help ;-) From: Roman Sokolyuk [mailto:romsok.t...@gmail.com] Sent: Thursday, March 25, 2010 5:19 PM To: users@cocoon.apache.org Subject: Cannot start Cocoon - 2.1, Vista 64 Hi, I am new to Cocoon - I am using 2.1. Running it on Vista 64. I b

cocoon.load question

2010-03-22 Thread Robby Pelssers
s pipeline should JSON on the fly cocoon.load(uri); Will this approach work or am I gonna run into big troubles? Thx in advance, Robby Pelssers

RE: Runnable in flowscript?

2010-03-19 Thread Robby Pelssers
h the sources and put a breakpoint in that method... Hope you find a solution and if you do ... please post back the solution. Cheers, Robby -Original Message- From: Robby Pelssers [mailto:robby.pelss...@ciber.com] Sent: Friday, March 19, 2010 8:11 PM To: users@cocoon.apache.org Subjec

RE: Runnable in flowscript?

2010-03-19 Thread Robby Pelssers
seems to be that inside the thread none of the cocoon-related objects can be used. On 3/19/2010 2:53 PM, Robby Pelssers wrote: > You're in fact using a closure here so I'm not sure if that's causing issues. > Can you add following debug statements? > > var r = new ja

RE: Runnable in flowscript?

2010-03-19 Thread Robby Pelssers
eplace the '' by {} just to be sure > output_stream.close(); > } > cocoon.sendPage( > fmt+"_pipe/"+url, > { > file_name : output_file.getCanonicalPath() > } >); > } > >

RE: Runnable in flowscript?

2010-03-19 Thread Robby Pelssers
mailto:f_ro...@spectron-msim.com] Sent: Friday, March 19, 2010 7:00 PM To: users@cocoon.apache.org Subject: Re: Runnable in flowscript? On 3/19/2010 1:56 PM, Robby Pelssers wrote: > Function processPipelineTo([String] uri, [Object] bizData, > [java.io.OutputStream] stream) > &

RE: Runnable in flowscript?

2010-03-19 Thread Robby Pelssers
sPipelineTo(fmt+"_pipe/"+url,'',output_stream); output_stream.close(); } cocoon.sendPage( fmt+"_pipe/"+url, {file_name : output_file.getCanonicalPath() } ); } On 3/19/2010 1:01 PM, Robby Pelssers wrote: > I actually see a bunch of typos (?) Always inde

RE: stacktrace when generating image with svg2png serializer

2010-03-19 Thread Robby Pelssers
-Original Message----- From: Robby Pelssers [mailto:robby.pelss...@ciber.com] Sent: Friday, March 19, 2010 6:26 PM To: users@cocoon.apache.org Subject: stacktrace when generating image with svg2png serializer I have following issue... when deploying the Cocoon application on my laptop on tom

stacktrace when generating image with svg2png serializer

2010-03-19 Thread Robby Pelssers
for the cause? DNS issues? Cheers, Robby Pelssers HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: Failed to process pipeline at - file

RE: Runnable in flowscript?

2010-03-19 Thread Robby Pelssers
I actually see a bunch of typos (?) Always indent your code properly dear friend so it's easy to track errors... I indented your code for this little exercise without making any modifications... So check yourself if those are typos or not !! Cheers, Robby Pelssers function creat

Tutorial: creating dynamic watermarks with Apache Cocoon

2010-03-18 Thread Robby Pelssers
I wrote a little article about creating dynamic watermarks where the text of the watermark depends on the content that is being processed. For the ones interested on the final result and a step-by-step tutorial explaining how to accomplish this: http://robbypelssers.blogspot.com/2010/03/creatin

RE: Saxon extensions / using Spring application Context

2010-03-09 Thread Robby Pelssers
return getImageCache().getBoxDimension(graphicId).getHeight(); } } I think it's a pretty cool solution (workaround) to get performance boosts in batch processing. Kind regards, Robby Pelssers -Original Message- From: Robby Pelssers [mailto:robby.pelss

Saxon extensions / using Spring application Context

2010-03-09 Thread Robby Pelssers
writing a custom java transformer (not using xslt) which has access to the applicationContext but this involves quite a bit of work so... Kind regards, Robby Pelssers

RE: tutorial example work with jetty but not on tomcat6

2010-03-08 Thread Robby Pelssers
nd the dependency in the webapps pom everything is just as it came out of the archetypes. Many thanks! Jens > Kind regards, > Robby Pelssers > > -Original Message- > From: Jens Reufsteck [mailto:jens.reufst...@staufenbiel.de] > Sent: Monday, March 08, 2010 11:54 AM > To:

RE: tutorial example work with jetty but not on tomcat6

2010-03-08 Thread Robby Pelssers
uot;;> Apart from the parent pom and the dependency in the webapps pom everything is just as it came out of the archetypes. Many thanks! Jens > Kind regards, > Robby Pelssers > > -Original Message- > From: Jens Reufsteck [mailto:jens.reufst...@staufen

RE: tutorial example work with jetty but not on tomcat6

2010-03-08 Thread Robby Pelssers
Did you add a dependency for the flowscript in your pom.xml? org.apache.cocoon cocoon-flowscript-impl 1.0.0 Maybe you can copy paste your dependencies and also the relevant snippets from your block-servlet-service.xml? Kind regards, Robby Pelssers

RE: Cannot set width of selection-list

2010-03-03 Thread Robby Pelssers
Hi Tomek, I did not tested this but taking a quick look at forms-field-styling.xsl I assume that you can use the @class attribute on a element. So can you try In your css file: .questionCount { width:30px } Kind regards, Robby Pelssers -Original Message- From: Tomek

how-to remove DTD or skip DTD processing while using the include transformer

2010-02-23 Thread Robby Pelssers
the doctype probably already is removed at that time. So does anyone know if it’s somehow possible to disable/skip that DTD preprocessing so the @class attributes are not included? Kind regards, Robby Pelssers

RE: Problem handling invalid continuation exception

2010-02-22 Thread Robby Pelssers
Do you use ajax in your form ? Regards, Tomek Piechowicz Robby Pelssers pisze: > Comparing your solution to mine > > > > > > > > > > > >

RE: Problem handling invalid continuation exception

2010-02-22 Thread Robby Pelssers
Comparing your solution to mine Shows only a few differences: - you serialize to xml instead of xhtml - I use only one slash '/' for calling the cocoon protocol

RE: Cocoon.load

2010-02-18 Thread Robby Pelssers
It's not clear to me if you use cocoon2.2 but otherwise you can use following snippet: cocoon.load("servlet:forms:/resource/internal/flow/javascript/Form.js"); Kind regards, Robby Pelssers -Original Message- From: Schmitz, Jeffrey A [mailto:jeffrey.a.sch

RE: Can't use switch with cocoon.request.get in flowscript [SOLUTION]

2010-02-09 Thread Robby Pelssers
Hmm, Yes ... I actually tried to create a new String which probably still did create a java.lang.String var cmd = new String(cocoon.request.getParameter("cmd")); // -> If I'm right I tried this solution but it did not work I just tried the proposed typeconversion var cmd = Strin

RE: Can't use switch with cocoon.request.get in flowscript [SOLUTION]

2010-02-09 Thread Robby Pelssers
returned from cocoon.request.get, but if //statements do. if (cmd == "Open") { cmd = "Open"; } if (cmd == "Create Model") { cmd = "Create Model"; } if (cmd == "Account") { cmd = "Account

RE: Can't use switch with cocoon.request.get in flowscript

2010-02-08 Thread Robby Pelssers
t, but the switch command doesn't unless I do the workaround. cmd='Open' Command did not match any of the above Jeff Work: 314-232-1997 Cell: 636-448-5990 > -Original Message- > From: Robby Pelssers [mailto:robby.pelss...@ciber.com] > Sent: Monday, February 0

RE: Can't use switch with cocoon.request.get in flowscript

2010-02-08 Thread Robby Pelssers
ate Model"); break; } ... Case default: { print("Command did not match any of the above"); break; } } Kind regards, Robby Pelssers -Original Message- From: Schm

RE: Table Manipulation

2010-02-02 Thread Robby Pelssers
It's probably better to ask this question on the proper mailing list... this is xslt related and more specific xsl-fo. Cheers, Robby Pelssers -Original Message- From: anandhthiyagarajan [mailto:anandhthiyagara...@gmail.com] Sent: Tuesday, February 02, 2010 6:40 PM To:

RE: putting flowscript in a debugger

2010-01-25 Thread Robby Pelssers
Maybe read through http://cocoon.apache.org/2.1/howto/howto-flow-debugger.html and see if there are any differences. Cheers, Robby Pelssers -Original Message- From: Paul Joseph [mailto:pjos...@gmail.com] Sent: Monday, January 25, 2010 5:44 PM To: users@cocoon.apache.org Subject: Re

some images don't load properly in webpage (using resource reader Cocoon2.2)

2010-01-18 Thread Robby Pelssers
it due to some timeout exception? Are there any known issues with the resource reader or is this more probably caused by the webbrowser? And does somebody have any suggestions on solving this? Kind regards, Robby Pelssers

RE: Question regarding zip serializer (filename becomes xxxx.continue)

2010-01-13 Thread Robby Pelssers
Robby -Original Message- From: Jasha Joachimsthal [mailto:j.joachimst...@onehippo.com] Sent: Wednesday, January 13, 2010 1:13 PM To: users@cocoon.apache.org Subject: Re: Question regarding zip serializer (filename becomes .continue) Hi Robby, 2009/12/15 Robby Pelssers : > Hi

mistake in cocoon3.0 userguide ?

2010-01-04 Thread Robby Pelssers
be a org.apache.cocoon.pipeline.component.Producer, the latter org.apache.cocoon.pipeline.component.Consumer. Kind regards, Robby Pelssers

RE: Generate directory listing from a zip and unzip

2009-12-17 Thread Robby Pelssers
on the filegenerator or directorygenerator with only minor adjustments. Kind regards, Robby Pelssers -Original Message- From: Florent André [mailto:florent.andre-...@4sengines.com] Sent: Thursday, December 17, 2009 3:50 PM To: Users Subject: Generate directory listing from a zip and unzip

RE: Use Case for Cocoon with JSF?

2009-12-17 Thread Robby Pelssers
I think that if you're generating the userinterface using JSF, it doesn't really make much sense to transform it later on with Cocoon. In that case I'd stick completely with JSF itself. I could imagine the other use case where you generate JSF templates on the fly using Cocoon. Kind regards, Robby

RE: Question regarding zip serializer (filename becomes xxxx.continue) [SOLVED]

2009-12-15 Thread Robby Pelssers
" ); cocoon.sendPage( productId + ".zip", { "data": viewData2 } ); } Cheers, Robby Pelssers htt

RE: Re: how-to iterate over attributes of javascript object within template block [SOLVED]

2009-12-15 Thread Robby Pelssers
etter implementations. Cheers, Robby Pelssers http://robbypelssers.blogspot.com/ -Original Message- From: news [mailto:n...@ger.gmane.org] On Behalf Of Luca Morandini Sent: Tuesday, December 15, 2009 4:07 PM To: users@cocoon.apache.org Subject: Re: how-to iterate over attributes of javascript object w

Question regarding zip serializer (filename becomes xxxx.continue)

2009-12-15 Thread Robby Pelssers
Hi all, I've setup some Pipelines which transform some xml documents into DITA format. So what I and up with is a and several 's. The user should be able to render a html preview or download the DITA result fragments as zip-file. So in my flowscipt I check which submitbutton the use

RE: how-to iterate over attributes of javascript object within template block [SOLVED]

2009-12-15 Thread Robby Pelssers
this; this.keys().forEach( function(index, key) { values.push(that[key]); } ) return values; } So now I can do following in my jx-template: Works like a charm ;-)

how-to iterate over attributes of javascript object within template block

2009-12-15 Thread Robby Pelssers
Hi all, I know i'm kinda pushing it by what I'm trying to accomplish here but it would be cool if it would work. Suppose I have following objects defined in my flowscript: var topics = [ { "title": "Product profile", "id": "product_profile" }, { "ti

RE: log4j issues...

2009-12-11 Thread Robby Pelssers
If you used the maven archetype to create a webapp block there should be a src/main/webapp/WEB-INF/log4j.xml Mine looks like this: http://jakarta.apache.org/log4j/";> Kind regards, Robby Pelssers -Original Message--

RE: Problem with

2009-12-08 Thread Robby Pelssers
Some test data The output I want is: ### Some test data Some test data ### String "Some test data" for two times. One is from XSLT (first call) and another one is from first include. I agree that I can use different pipeline bu

RE: Problem with

2009-12-08 Thread Robby Pelssers
--- From: Robby Pelssers [mailto:robby.pelss...@ciber.com] Sent: Tuesday, December 08, 2009 2:15 PM To: users@cocoon.apache.org Subject: RE: Problem with Can you elaborate your use case by attaching small xml snippets? From what I understand you have some Xml snippet containing an include tag.

RE: Problem with

2009-12-08 Thread Robby Pelssers
de/1.0"/> Does that approach a solution to your problem? Robby -Original Message- From: Anish [mailto:anish.s...@techblue.co.uk] Sent: Tuesday, December 08, 2009 1:53 PM To: users@cocoon.apache.org Subject: Re: Problem with Robby Pelssers wrote: > I actually do the sa

RE: Problem with

2009-12-08 Thread Robby Pelssers
I actually do the same but not 1 one go... I split my transformations in multiple sequential includes and that gives me no problem: Maybe this won't work fo

RE: Problem with

2009-12-08 Thread Robby Pelssers
If you know upfront how many times these recursive calls occur you could solve it by using a different namespace. Eg. http://www.mycompany.com";> And you transform the result with xslt into an and call the include transformer again after each step. Cheers, Robby -Original Message- Fro

RE: problem with zip serializer Cocoon 2.2: Component with role 'org.apache.cocoon.serialization.Serializer/' and key 'map' is not defined in this service selector

2009-12-04 Thread Robby Pelssers
erializer/' with key='map' which might explain why the service selector can't find this serializer. But that's just guessing on my part. Robby From: Robby Pelssers [mailto:robby.pelss...@ciber.com] Sent: Friday, December 04, 2009 4:07 PM To: users@cocoon.ap

problem with zip serializer Cocoon 2.2: Component with role 'org.apache.cocoon.serialization.Serializer/' and key 'map' is not defined in this service selector

2009-12-04 Thread Robby Pelssers
and do I need to add some extra configuration to the custom serializer? May thx in advance, Robby Pelssers

RE: cocoon 3: xslt and pickup java scripts: Firebug

2009-11-25 Thread Robby Pelssers
the minimized tag syntax for compatibility reasons. Even if Firefox renders your XHTML properly, older browsers that only understand HTML will choke and die on the DIV that is not properly closed in HTML. Read 4.3 and 4.6 here. -Original Message- From: Robby Pelssers [mailto:robby.p

RE: cocoon 3: xslt and pickup java scripts: Firebug

2009-11-25 Thread Robby Pelssers
I've seen this behavior for other tags as well... For instance with empty tags In that case subsequent tags are sometimes treated as children of the empty preceding tag. Kind regards, Robby -Original Message- From: Jos Snellings [mailto:jos.snelli...@pandora.be] Sent: Wednesday, No

RE: Cocoon 3 and Cforms

2009-11-24 Thread Robby Pelssers
Hi Reinhard (and others), Just curious which javascript clients you're using... I recently build a highly dynamic form with CForms (combination of repeater / case widgets) but I'm not entirely happy with the performance... So if you have any good leads to an open-source javascript library for

RE: Cocoon 3 configuration problem [java.lang.RuntimeException: Cannot invoke listener org.springframework.web.context.ContextLoaderListener]

2009-11-16 Thread Robby Pelssers
reinh...@apache.org] Sent: Monday, November 16, 2009 10:50 AM To: users@cocoon.apache.org Subject: Re: Cocoon 3 configuration problem [java.lang.RuntimeException: Cannot invoke listener org.springframework.web.context.ContextLoaderListener] Robby Pelssers wrote: > Hi Reinhard, > >

RE: Cocoon 3 configuration problem [java.lang.RuntimeException: Cannot invoke listener org.springframework.web.context.ContextLoaderListener]

2009-11-16 Thread Robby Pelssers
uration problem [java.lang.RuntimeException: Cannot invoke listener org.springframework.web.context.ContextLoaderListener] Robby Pelssers wrote: > I just ran into another problem when starting the sample: > Caused by: > org.springframework.beans.factory.BeanDefinitionStoreException: Unable > to read

RE: Cocoon 2.2 serialize/transform only parts of XSL content

2009-11-15 Thread Robby Pelssers
previous script (if someone wonders about this later on): sitemap.xmap page.xslt Removed dummy function (no longer needed to display javascript) Thank you so incredible much! Best regards, JeVeoy Robby Pelssers-3 wrote: > &g

RE: Cocoon 2.2 serialize/transform only parts of XSL content

2009-11-12 Thread Robby Pelssers
hard space in your xslt for including scripts &#160; If that still doesn't work let me know. Cheers, Robby Pelssers -Original Message- From: JeVeoy [mailto:jor...@wisloff.org] Sent: Thursday, November 12, 2009 3:21 PM To: users@cocoon.a

RE: Cocoon 3 configuration problem [java.lang.RuntimeException: Cannot invoke listener org.springframework.web.context.ContextLoaderListener]

2009-11-12 Thread Robby Pelssers
lBeanDefinitionReader.java:398) ... 66 more 2009-11-12 10:29:21.137::INFO: Started selectchannelconnec...@0.0.0.0: [INFO] Started Jetty Server From: Robby Pelssers [mailto:robby.pelss...@ciber.com] Sent: Thursday, November 12, 2009 10:27 AM To: users@cocoon.apache.org Subje

RE: Cocoon 3 configuration problem

2009-11-12 Thread Robby Pelssers
Oops... My mistake ;-)I was running the command from the wrong folder. Cheers, Robby From: Robby Pelssers [mailto:robby.pelss...@ciber.com] Sent: Thursday, November 12, 2009 9:49 AM To: users@cocoon.apache.org Subject: Cocoon 3 configuration problem Hi all, I wanted to

Cocoon 3 configuration problem

2009-11-12 Thread Robby Pelssers
CET 2009 [INFO] Final Memory: 1M/4M [INFO] So what's the way to go nowadays for a Cocoon-3 quickstart? Kind regards, Robby Pelssers

RE: using Spring AOP in cocoon block [SOLVED]

2009-10-06 Thread Robby Pelssers
info() to System.out.println() to do a quick test and the output was what I'd expect: setMessage about to change to Changed message from flowscript ;-) on com.ciber.myb...@16b4e30 Nice stuff Finally being able to play around with AOP in cocoon ;-) Cheers, Robby Pelssers

RE: using Spring AOP in cocoon block

2009-10-06 Thread Robby Pelssers
Hi Soren, I'm googling like crazy... I already read that thread ;-) And I added another dependency to my pom.xml: cglib cglib-nodep 2.2 Cool... I just figured out what was happening... My pointcut was also matching non spring beans which resulted in the exception

RE: using Spring AOP in cocoon block

2009-10-06 Thread Robby Pelssers
factory.support.AbstractAutowireCapableBeanFactory.postProcessObjectFromFactoryBean(AbstractAutowireCapableBeanFactory.java:1340) at org.springframework.beans.factory.support.FactoryBeanRegistrySupport$1.run(FactoryBeanRegistrySupport.java:137) ... 65 more 2009-10-06 14:11:34.597::INFO:

RE: using Spring AOP in cocoon block

2009-10-06 Thread Robby Pelssers
xml application context and just do I'll try to get something simple working and when I do I'll write some documentation. Cheers, Robby Pelssers -Original Message- From: Søren Krum [mailto:soren.k...@uninett.no] Sent: Monday, October 05, 2009 8:28 AM

using Spring AOP in cocoon block

2009-10-04 Thread Robby Pelssers
Can someone tell me what is needed to get AOP working in a cocoon block? * Dependencies * Block configuration * ...? Kind regards, Robby

RE: static setSelectionList

2009-09-30 Thread Robby Pelssers
t); //set default value on widget projectNoteWidget.setValue(3); ----- Kind regards, Robby Pelssers -Original Message- From: Robby Pelssers [mailto:robby.pelss...@ciber.com] Sent: Saturday, September 19, 2009 1:49 PM To: users@cocoon.apache.org S

RE: sending data from flowscript to another pipeline

2009-09-28 Thread Robby Pelssers
myData}); and have a look at http://cocoon.apache.org/2.1/userdocs/flow/api.html André Le 28/09/2009 15:24, > Robby Pelssers (par Internet, dépôt users-return-98126-andre.davignon=developpement-durable.gouv...@cocoon.apache.org) a écrit : > Hi all, > > > > I have a sea

sending data from flowscript to another pipeline

2009-09-28 Thread Robby Pelssers
Hi all, I have a searchform (cocoon forms) where the user get's back some dataset and by default I show an html table containing the data. I now would like to add an export to CSV button which converts my dataset to CSV and prompts the user with a download option. Is this possible and if

RE: [Cocoon 2.1.11] Saxon and speed improvements

2009-09-24 Thread Robby Pelssers
I can't give you a performance comparison but I'm always sticking with SAXON. I'm very happy with it's performance and I've done quite a few projects. And one big benefit is that saxon allows me to write xslt in a more compact way. Kind regards, Robby -Original Message- From: Kamal Bhat

Cocoon Daisy wiki down or unresponsive

2009-09-23 Thread Robby Pelssers
Can somebody take a look and give it a restart perhaps? http://cocoon.zones.apache.org/daisy/cdocs/1201.html Cheers, Robby

RE: problems with "Getting Started" 2.2 [was: Starting out with Cocoon 2.2]

2009-09-23 Thread Robby Pelssers
True… the same here… but if I had no prior maven knowledge this might be a bit trickier to spot. I guess it’s time to have that documentation published again… HINT HINT. Robby From: Dominic Mitchell [mailto:d...@happygiraffe.net] Sent: Wednesday, September 23, 2009 10:30 PM To: users@co

<    1   2   3   4   5   6   >