RE: Problem with query in Cocoon

2012-03-22 Thread Robby Pelssers
You might give this a try: xquery version "1.0"; (: $Id: get-children-rubriques.xq 12373 2008-10-15 14:41:34Z pdechandol $ :) (: XQuery qui retourne la collection de notices Bmgexporub liée à une notice parent :) let $rubriques := fn:collection('Bmgexporub')/record[lien_rubrique_parent='Bm

RE: [C3] Working with archetypes [Was Re: parent of parent artifact?]

2012-03-21 Thread Robby Pelssers
ng requirements I'm willing to check how you could accomplish this using C3. Would be a nice exercise for myself as well. Robby From: Lars Huttar [mailto:lars_hut...@sil.org] Sent: Wednesday, March 21, 2012 9:05 PM To: users@cocoon.apache.org Cc: Robby Pelssers Subject: Re: [C3] Working with a

RE: Problem with Cocoon Forms continuation in Google Chrome

2012-03-21 Thread Robby Pelssers
in the server configuration provocate it. :-(( Le 13 mars 2012 à 12:56, Robby Pelssers a écrit : Of course it can. But to get an answer to that question I advise you to check the known bugs list of chrome itself. Did you already inspect the generated (x)html using chrome developer or f

RE: [C3] Working with archetypes [Was Re: parent of parent artifact?]

2012-03-21 Thread Robby Pelssers
Hi Lars, Can you explain what is the difference between mysite and mywebapp? Just checking because I'm not sure if mysite is a cocoon block in this case. I can tell you sth about our current setup. First of all our projects are situated in the same folder so any project referencing the parent

RE: pipeline in flowscript

2012-03-14 Thread Robby Pelssers
n.mika What I meant that know the exception is 'resource not found' instead 'file not found' 14.3.2012 21:52, Robby Pelssers kirjoitti: No... we're not getting closer. We should have been there if you paid attention ;-) Using the cocoon:// protocol you should have bli

RE: pipeline in flowscript

2012-03-14 Thread Robby Pelssers
M Lehtonen [mailto:m...@digikartta.net] Sent: Wednesday, March 14, 2012 8:41 PM To: users@cocoon.apache.org Subject: Re: pipeline in flowscript getting closer! No pipeline matched request: registration2.mika 14.3.2012 21:35, Robby Pelssers kirjoitti: Try var form = new Form("cocoon://re

RE: pipeline in flowscript

2012-03-14 Thread Robby Pelssers
istration.mika"); doesn't work var form = new Form("forms/registration2.xml"); does work - mika - 14.3.2012 20:39, Robby Pelssers kirjoitti: Hi Mika, I can reassure you that this is possible. Most use cases have a static form definition and you can bind d

RE: pipeline in flowscript

2012-03-14 Thread Robby Pelssers
Hi Mika, I can reassure you that this is possible. Most use cases have a static form definition and you can bind data from your database to the widgets declared in this form definition. Hack, you can even use repeaters to get some dynamic behavior or even create form definitions on the fly but

RE: Problem with Cocoon Forms continuation in Google Chrome

2012-03-13 Thread Robby Pelssers
sources are deployed. So I suppose something in the server configuration provocate it. :-(( Le 13 mars 2012 à 12:56, Robby Pelssers a écrit : Of course it can. But to get an answer to that question I advise you to check the known bugs list of chrome itself. Did you already inspect the

RE: Problem with Cocoon Forms continuation in Google Chrome

2012-03-13 Thread Robby Pelssers
lates. Is there new known problems with Google Chrome or Safari ? This problem didn't exist a week ago. Could it be generated by a Chrome update ? Patricia Le 13 mars 2012 à 11:56, Robby Pelssers a écrit : Could you perhaps isolate the problem into the smallest reproducible scenario and

RE: Problem with Cocoon Forms continuation in Google Chrome

2012-03-13 Thread Robby Pelssers
Could you perhaps isolate the problem into the smallest reproducible scenario and share this sample code (form definition / flowscript / jxtemplate). Which version of Cocoon are you using by the way? Robby From: Patricia Déchandol [mailto:pdechan...@ajlsm.com] Sent: Tuesday, March 13, 2012 11:

RE: parent of parent artifact?

2012-03-10 Thread Robby Pelssers
Hi Jos, Just speaking for myself here but the parent pom is mostly a pom that you just reference because it contains a list of dependencies including the version numbers. That way you just have to include any dependencies you need in your pom's referencing this parent pom and you can leave out

RE: parent of parent artifact?

2012-03-08 Thread Robby Pelssers
Original Message- From: Lars Huttar [mailto:lars_hut...@sil.org] Sent: Thursday, March 08, 2012 10:10 PM To: users@cocoon.apache.org Cc: Robby Pelssers Subject: Re: parent of parent artifact? Thanks, that's very helpful! We have a lot of what we call "applications" that run si

RE: parent of parent artifact?

2012-03-08 Thread Robby Pelssers
etypes, merely using them as shown in the previous mails. It will generate some skeleton maven projects for you. Any further questions? Robby -Original Message- From: Lars Huttar [mailto:lars_hut...@sil.org] Sent: Thursday, March 08, 2012 6:58 PM To: users@cocoon.apache.org Cc: Robby

RE: [C3] Working with archetypes [Was Re: parent of parent artifact?]

2012-03-08 Thread Robby Pelssers
Sent: Thursday, March 08, 2012 4:24 PM To: users@cocoon.apache.org Cc: Francesco Chicchiriccò; Robby Pelssers Subject: Re: [C3] Working with archetypes [Was Re: parent of parent artifact?] Thank you both, Francesco and Robby. I will be looking through these two sets of instructions (hopefully no

RE: pipeline component

2012-03-08 Thread Robby Pelssers
I still don't understand why you need 1 single component to do all the heavy lifting though. The power of Cocoon in my opinion is to have all these components work together to get the job done. For the zipping I still advise to use the zipserializer and inject any entries pointing to whatever o

RE: pipeline component

2012-03-08 Thread Robby Pelssers
Hi Jos, I know you're using C3. But your requirements are not yet completely clear to me. So the user fills in some form and on submit some pipeline is invoked that generates some report. Is that report XML, PDF, or plain XHTML? And instead of sending that report to the browser you want it zi

RE: parent of parent artifact?

2012-03-08 Thread Robby Pelssers
Notes Cocoon 3 quick start guide: Check out latest sources from trunk. In my case i checked them trunk out to c:/development/workspaces/cocoon3/trunk Next change directory into that folder and run mvn install: nxp10009@NXL01262 /c/development/workspaces/coc

RE: parent of parent artifact?

2012-03-07 Thread Robby Pelssers
: Robby Pelssers Subject: Re: parent of parent artifact? Robby, You're right, there is a parent folder after all. Sorry. So I wonder what the error means, and how to fix it? Yes, I checked out from http://svn.apache.org/repos/asf/cocoon/cocoon3/trunk r1171608 That's last September. Mayb

RE: parent of parent artifact?

2012-03-07 Thread Robby Pelssers
Hi Lars, The error is related to the cocoon.archetype-parent but there is indeed one master pom in a folder called parent. You can see check that it's there in SVN. PS. I don't think you need to checkout the archetypes first of all. They are projects which allow you to easily generate some ki

RE: how to make sitemap entries case insensitive

2012-01-30 Thread Robby Pelssers
Hi Jasha, Matching is not the issue for him I think. You're right that he can easily match on both .BMP and .bmp but there are some open ends to this: - Is the actual file extension using (always?) lower or uppercase? - Is there any direct support in the sitemap to translate

RE: how to make sitemap entries case insensitive

2012-01-30 Thread Robby Pelssers
Hi Joseph, Which version of cocoon are you using? If you're using C2.2 you could for instance add a flow controller to capture the extension and translating it to lowercase or uppercase. I think the most important task is to standardize usage of extensions in your project (always store files e

RE: connection reset?

2012-01-15 Thread Robby Pelssers
Are you using cocoon2.1 or 2.2? From the stacktrace I can make out you're using flowscript and you're using continuations as well. The problem is that these continuations time out after some time which will result in the stacktrace you see below. What you could do is catch this continuation e

RE: how do I specify function parameters in the URL

2012-01-03 Thread Robby Pelssers
Not sure if your setup is working like the sample below, but you can easily pass a parameter which you extract from the URI or just pass a request parameter Example 1: Example 2: Kind regards, Robby -Original Message- From: Paul Joseph [mailto:pjos...@gmail

RE: JX template generator leaves trace behind (jx namespace is added to final result tree)

2012-01-02 Thread Robby Pelssers
result tree) On 7 December 2011 11:22, Robby Pelssers mailto:robby.pelss...@nxp.com>> wrote: Hi guys, When using the jx:template generator I noticed (actually on regular occasions) it leaves behind xmlns:jx="http://apache.org/cocoon/templates/jx/1.0"; After googling a bit

Welcome Cédric Damioli and Robby Pelssers as Cocoon committers

2011-12-19 Thread Robby Pelssers
Hi all, First of all I would like to express my gratitude to all who have put their faith in me. And I'm extremely excited to have been given this opportunity which I will accept with proud. Secondly I would like to give a short introduction about myself. My name is Robby Pelssers, bo

JX template generator leaves trace behind (jx namespace is added to final result tree)

2011-12-07 Thread Robby Pelssers
Hi guys, When using the jx:template generator I noticed (actually on regular occasions) it leaves behind xmlns:jx="http://apache.org/cocoon/templates/jx/1.0"; After googling a bit around I noticed people having the same issue: http://marc.info/?l=xml-cocoon-users&m=118064449609598 But cleaning

RE: Cocoon Forms [absolute beginner]

2011-11-28 Thread Robby Pelssers
I agree. Although flowscript's continuations can be useful they do tend to claim lots of resources and as a cocoon beginner it might make more sense to jump onto the C3 wagon from the start. I think it offers a easier learning path although from (advanced --> writing custom components) documenta

RE: [C2.2] Bad performance with Cocoon/Tomcat

2011-11-22 Thread Robby Pelssers
You first might want to read this thread and let me know if it still applies. http://old.nabble.com/memory-leak-in-PoolableProxyHandler-td29023190.html Robby From: Matthias Müller [mailto:pym...@yahoo.de] Sent: Tuesday, November 22, 2011 3:52 PM To: users cocoon.apache.org Subject: [C2.2] Bad p

RE: [C2.2] Get Element from uploaded file

2011-11-18 Thread Robby Pelssers
t;/my/path/to/element"; var result = cocoon.getComponent('XPathEvaluator').evaluate(inputStream, xpath); Thanks again, Matthias ____ Von: Robby Pelssers An: Matthias Müller ; "users@cocoon.apache.org" Gesendet: 16:22 Donnerstag, 17.Novembe

RE: [C2.2] Get Element from uploaded file

2011-11-17 Thread Robby Pelssers
I actually had a similar need the other week and while I have used some XML-JAVA mappers like Castor and XStream in the past I decided to try another approach where I generated JSON which can be used from flowscript: /** flowscript function to generate the pdf **/ function json2Object(json) {

RE: [C2.2] Get Element from uploaded file

2011-11-17 Thread Robby Pelssers
There are many ways to accomplish this but below a possible approach: / Java Component to extract the filename **/ public interface FileNameExtractor { public String getFileName(String id); } public class PrototypeFileNameExtractor implements FileNameExtractor { public String getF

RE: outputing html

2011-11-14 Thread Robby Pelssers
e html in the static dir and see if it works. -Jose From: Robby Pelssers [mailto:robby.pelss...@nxp.com] Sent: Monday, November 14, 2011 3:08 PM To: users@cocoon.apache.org Subject: RE: outputing html Yep. That would also be possible. Actually, if you tell us a bit more how and where the files ar

RE: outputing html

2011-11-14 Thread Robby Pelssers
(no valid xml) and you don't need to transform it, you can also do On 14 November 2011 20:57, Robby Pelssers mailto:robby.pelss...@nxp.com>> wrote: Kind regards, Robby -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu<mailto:blan...@umich.edu&

RE: outputing html

2011-11-14 Thread Robby Pelssers
Kind regards, Robby -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Monday, November 14, 2011 8:55 PM To: users@cocoon.apache.org Subject: outputing html I think this is a very simple question. I have an html page I would like cocoon to output. So I'm think

Nullpointer in ZipSerializer (cocoon 2.2)

2011-11-10 Thread Robby Pelssers
***** But I now am facing the same nullpointer exception as in the link above. Anyone some usefull input on this matter? Cheers, Robby Pelssers

RE: fb:insert-node width dynamic src

2011-11-08 Thread Robby Pelssers
cript code. This makes me think to another problem : how javascript libraries (manipulating DOM document) is supported by the different navigators ? Using , to treat my forms, implies to be navigator dependent. Patricia Le 8 nov. 2011 à 16:27, Robby Pelssers a écrit : > Not sure how the f

RE: fb:insert-node width dynamic src

2011-11-08 Thread Robby Pelssers
Not sure how the fb:insert-node solution works but you might get away using the cinclude transformer. If you would generate or insert this tag into the xml you generate and next would run the cinclude transformer over the resulting xml The xml would get inserted at that point. Robby -Or

RE: [ cocoon3 ] map parameters

2011-11-07 Thread Robby Pelssers
Hi Andre, Are you sure these @Path annotations are correct? In your sitemap you specify the pattern "create/image/creator/*" In your component I see following annotations @Path("/image") public class ImageResource @POST @Path("/creator/{id}") @Consumes(MediaType.MULTIPART_FORM_DA

RE: [ cocoon3 ] map parameters

2011-11-07 Thread Robby Pelssers
At least this tells you that the default file generator receives the parameter correctly as default the filegenerator will look for the file starting with COB-INF as root folder. Robby -Original Message- From: Andre Juffer [mailto:ajuf...@cc.oulu.fi] Sent: Monday, November 07, 2011 12:

RE: [ cocoon3 ] map parameters

2011-11-07 Thread Robby Pelssers
Have you tried: Robby -Original Message- From: Andre Juffer [mailto:ajuf...@cc.oulu.fi] Sent: Monday, November 07, 2011 11:57 AM To: Cocoon Users Subject: [ cocoon3 ] map parameters Hi, I have the following pipeline in a sitemap of some block. This pipeline is called by other blocks

RE: thought I had fixe it

2011-10-25 Thread Robby Pelssers
He should have known that ;-) For all I know this is still Java Criteria criteria = null; While this is the javascript version: var criteria = null; Robby -Original Message- From: Paul Joseph [mailto:pjos...@gmail.com] Sent: Tuesday, October 25, 2011 11:41 AM To: users@cocoon.a

RE: thought I had fixe it

2011-10-24 Thread Robby Pelssers
Hi Paul, You would definitely come to that conclusion. But maybe it's worth taking a look at your own code that gets executed to render that single page. Do you see anything fishy? If not did you try any java profiler to find out which class is responsible for the memory consumption? It woul

RE: scaling problem

2011-10-21 Thread Robby Pelssers
ocoon 2.1.11 (should have mentioned earlier, that's what I am using.) On 10/21/2011 8:44 AM, Robby Pelssers wrote: > For what it's worth... check this thread and see if this applies: > http://www.mail-archive.com/users@cocoon.apache.org/msg45665.html > > Robby > > -O

RE: scaling problem

2011-10-21 Thread Robby Pelssers
For what it's worth... check this thread and see if this applies: http://www.mail-archive.com/users@cocoon.apache.org/msg45665.html Robby -Original Message- From: Paul Joseph [mailto:pjos...@gmail.com] Sent: Friday, October 21, 2011 2:42 PM To: users@cocoon.apache.org Subject: scaling pr

The power of Apache Cocoon, Xquery, and XSLT extensions

2011-09-30 Thread Robby Pelssers
Hi guys, For the ones interested... I wrote a new article showing a nice mix of Cocoon, Xquery and XSLT extensions available at http://robbypelssers.blogspot.com/2011/09/power-of-apache-cocoon-xquery-and-xslt.html Cheers, Robby Pelssers

RE: how to set initial value in MultiValueField widjet

2011-09-20 Thread Robby Pelssers
Hi Serge, Nice to hear you managed to resolve your own question. I see you are actually using an XML document as your datasource. I never had this particular use case so I never used the binding functionality. Thx for sharing your solution. I'm sure others will benefit from this. Robby Fro

RE: Cocoon3: string-template; collections

2011-09-20 Thread Robby Pelssers
Hi Andre, I found some example online but I haven't tested it personally. The example the syntax how to iterate $orders: {order| Order $order.OrderId$ }$ Let me know if that works out for you. Robby -Original Message- From: Andre Juffer [mailto:ajuf...@cc.oulu.fi]

RE: how to set initial value in MultiValueField widjet

2011-09-19 Thread Robby Pelssers
value in MultiValueField widjet Hello Robby! Sorry for my English. I mean, how to mark some values from values presented as "selected"? For fd:field I use fd:initial-value. But I don't know how to set initial-value for fd:multivaluefield. 2011/9/19 Robby Pelssers mailto:robby.pelss..

RE: how to set initial value in MultiValueField widjet

2011-09-19 Thread Robby Pelssers
; //now to lookup a widget you do sth like this var mymultivaluewidget = formWidget.lookupWidget("replace_this_by_widget_id"); mymultivaluewidget.setValues(somevalues); Hope this helps, Robby Pelssers -Original Message- From: Сергей Алешин [mailto:fkt...@gmail.com] Sent: Sunday,

FW: help needed for migrating Cocoon2.2 to Spring 3

2011-09-16 Thread Robby Pelssers
org.springframework spring-test ${spring.version} test So what could be wrong with our current config? Kind regards, Robby Pelssers

help needed for migrating Cocoon2.2 to Spring 3

2011-09-15 Thread Robby Pelssers
et my money on Cocoon3 (which does not even have a stable version yet) or wait for a new version of Cocoon2.2 which might never see daylight. Ps. If anyone could already give the steps to take to do it ourselves we would be very thankfull. Kind regards, Robby Pelssers

RE: Cocoon 2.2 production server configuration

2011-09-14 Thread Robby Pelssers
Hi Brecht, I checked out the Cocoon sources from SVN and applied the patch locally and installed the module in our repo. I mailed you my patched version of the jar. Kind regards, Robby From: Brecht Schoolmeesters [mailto:brecht.schoolmeest...@zappware.com] Sent: Wednesday, September 14, 2011 12

RE: Cocoon 2.2 production server configuration

2011-09-13 Thread Robby Pelssers
Hi Brecht, Just wondering how large the data is you are processing. We have a cocoon 2.2 app running stable with 512mb of memory. And I’m pretty sure it even uses less memory after we solved a memory leak. Check this thread http://old.nabble.com/memory-leak-in-PoolableProxyHandler-td29023190.

RE: Cocoon 3 - no conditional pipelines?

2011-07-11 Thread Robby Pelssers
Hi Lars, if you take a look at the cocoon-sitemap module you will see all supported nodes: - act - error - generate - match - otherwise - parameter - pipeline - pipelines - read - select - serialize - sitemap - transform - when So I think you're good to go with C3. Kind regards, Robby -O

question regarding the Cocoon 3 API

2011-07-07 Thread Robby Pelssers
Hi, Are my following assumptions right? - setConfiguration is typically used when using sitemap - but for setup(params) method the API states that this is the shared map for all components... so it should not be called directly but it gets indirectly called when executing pi

FW: question regarding chainability of methods current API

2011-07-06 Thread Robby Pelssers
My mail to @dev did not reach the mailinglist so trying again. Hi Simone, I have one question to the current interface of Pipeline. I know you wrote a SAXPipelineBuilder to allow chaining. But it would have been much nicer if the Pipeline interface itself would have been chainable. void ad

Cocoon 3 and XML DB API

2011-07-01 Thread Robby Pelssers
Just wanted to share that i'll be diving into Cocoon3 as well in the next few months. And i'll share my experience starting today: http://robbypelssers.blogspot.com/2011/07/cocoon-30-and-xml-db-api.html Kind regards, Robby - T

RE: Does ValidatingTransformer support DTD validation

2011-06-27 Thread Robby Pelssers
obby, have you checked this page [1]? I'm not sure if this is the same component, but is might lead you further. [1] http://wiki.apache.org/cocoon/ValidationTransformer Jeroen On Mon, Jun 20, 2011 at 3:24 PM, Robby Pelssers wrote: > Hi all, > > i am trying to use the validating tra

RE: problem with serialization Cocoon2.2

2011-06-23 Thread Robby Pelssers
could move the "work" to a separate pipeline, serialize that to p-topic in "basictype/*/*/*" and serialize that to HTML in "topic2xhtml/**". Hartelijke groet, Huib Verweij. Op 17 jun 2011, om 13:18 heeft Robby Pelssers het volgende geschreven: > > Hi all,

Does ValidatingTransformer support DTD validation

2011-06-20 Thread Robby Pelssers
Hi all, i am trying to use the validating transformer with a DTD but can't get it to work. I already took a look at the source and found this block of code in http://svn.apache.org/repos/asf/cocoon/trunk/blocks/cocoon-validation/cocoon-validation-impl/src/main/java/org/apache/cocoon/components/

problem with serialization Cocoon2.2

2011-06-17 Thread Robby Pelssers
ut for the topic2xhtml/** pattern It looks like the class attributes which should be added by the DTD are not added in use-case (a) which is why the transform fails. Any insight is appreciated. Kind regards, Robby Pelssers -

RE: validating xml

2011-05-09 Thread Robby Pelssers
-5-2011 15:37 Aan: users@cocoon.apache.org Onderwerp: Re: validating xml Hi Robby, Am 14.04.11 13:43, schrieb Robby Pelssers: > Hi all, > > i've got an interesting use case where my starting point is XML data (could > be 1 single file, aggregated xml data, xquery results, ...) >

RE: Coocoon NullPointerException Version 1.5

2011-04-27 Thread Robby Pelssers
though. I would add some extra logging statements to that xsp just for debugging purposes to find out what line is causing the nullpointer and start investigating from there. And you can safely replace the original xsp back after you're done. Robby -Oorspronkelijk bericht

RE: Coocoon NullPointerException Version 1.5

2011-04-27 Thread Robby Pelssers
ullPointerException Version 1.5 Hi Sam, Have you received the below mail?? Your mail id is not in this distribution list. So I just forwarded to u. Regards, Aarthi. -Original Message----- From: ext Robby Pelssers [mailto:robby.pelss...@ciber.com] Sent: Wednesday, April 27, 201

RE: how to access post parameters from sitemap [resolved]

2011-04-27 Thread Robby Pelssers
ameterName, parameterValue); } } Thx for all the help. Robby -Oorspronkelijk bericht- Van: Robby Pelssers [mailto:robby.pelss...@ciber.com] Verzonden: wo 27-4-2011 12:53 Aan: users@cocoon.apache.org Onderwerp: RE: how to access post parameters from sitemap Ok... I'm facing

RE: how to access post parameters from sitemap

2011-04-27 Thread Robby Pelssers
missing something? Anyone some pointers here? Cheers, Robby -Oorspronkelijk bericht- Van: Robby Pelssers [mailto:robby.pelss...@ciber.com] Verzonden: wo 27-4-2011 12:30 Aan: users@cocoon.apache.org Onderwerp: RE: how to access post parameters from sitemap Hi Thorsten, that is exact

RE: Coocoon NullPointerException Version 1.5

2011-04-27 Thread Robby Pelssers
First question that comes to my mind: Would it be possible for you to test on a plain tomcat instance and see if you get the same nullpointer? If it works fine there you already have some idea on where to continue the investigation. Robby -Oorspronkelijk bericht- Van: Johnson, Samuel

RE: how to access post parameters from sitemap

2011-04-27 Thread Robby Pelssers
ow to access post parameters from sitemap On Wed, 2011-04-27 at 12:03 +0200, Robby Pelssers wrote: > Hi Luca, > > thx for the reply... That was indeed the first option for me to consider. > Unfortunately this solution will not work for me since I setup a highly > generic pipe

RE: how to access post parameters from sitemap

2011-04-27 Thread Robby Pelssers
and...@ieee.org] Verzonden: wo 27-4-2011 11:29 Aan: users@cocoon.apache.org Onderwerp: Re: how to access post parameters from sitemap On 04/26/2011 04:10 PM, Robby Pelssers wrote: > > When I post to this url firebug shows the id's are posted just fine. But when > I debug the querySt

how to access post parameters from sitemap

2011-04-26 Thread Robby Pelssers
Hi all, I have setup a pipeline which currently is able to handle requests fine using RequestModule from http://wiki.apache.org/cocoon/InputModules An example url would be http://localhost:/search/results/basictype_in_category?id=PH3330L&id=PH3030AL sitemap.xmap:

RE: [C2.2] Original name of uploaded file

2011-04-18 Thread Robby Pelssers
I'm not sure how to retrieve filename in your case but below you can find a working sample of how to set the filename of attachment from flowscript: function downloadZIP(viewData) { //we have to change the filename of attachment var response = cocoon.respon

validating xml

2011-04-14 Thread Robby Pelssers
as rootnodes for validation. Would this approach work? Kind regards, Robby Pelssers - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

RE: configuring FOP NG for Cocoon2.2

2011-03-01 Thread Robby Pelssers
for me. The fop block uses fop-1.0, batik block uses batik-1.7. You can get it from http://www.megaupload.com/?d=KUCDZ3XE , hope it works for you. Faw On 3/1/2011 6:15 AM, Robby Pelssers wrote: > Hi all, > > I was wondering if someone had some notes on configu

configuring FOP NG for Cocoon2.2

2011-03-01 Thread Robby Pelssers
help or usefull pointers are appreciated. Cheers, Robby Pelssers - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

how-to execute pipeline as side-effect first [cocoon2.2]

2011-02-25 Thread Robby Pelssers
Hi all, I have a question related to following use case: I convert the contents of a few xml files into a DITA map and topics. I already have a pipeline which writes the map and topics to disc. A colleague of mine customizes the DITA toolkit stylesheets to our needs. Now I want the user to

RE: ValidationReportTransformer in 2.2?

2011-02-21 Thread Robby Pelssers
Hi all, seems like it yes... nice.. saves us a lot of time ;-) Thx for the quick response guys. Robby -Oorspronkelijk bericht- Van: Myles Byrne [mailto:bohmb...@gmail.com] Verzonden: ma 21-2-2011 10:28 Aan: users@cocoon.apache.org CC: Huib Verweij Onderwerp: Re: ValidationReportTransfo

RE: JXTemplate forEach assigns entire list to current

2011-02-19 Thread Robby Pelssers
For all I know you're using the forEach incorrect. should be Unless you really intended to show the varStatus?! Kind regards, Robby Pelssers -Oorspronkelijk bericht- Van: Peter Molnar [mailto:mp...@nanasoft.hu] Verzonden: za 19-2-2011 16:42 Aan: users@cocoon.apach

RE: ValidationReportTransformer in 2.2?

2011-02-18 Thread Robby Pelssers
2 So if anyone already is using this... let me know. Kind regards, Robby Pelssers -Oorspronkelijk bericht- Van: Myles Byrne [mailto:bohmb...@gmail.com] Verzonden: do 17-2-2011 15:11 Aan: users@cocoon.apache.org Onderwerp: ValidationReportTransformer in 2.2? Hi all, Has anyone got the ol

RE: How-to disable caching for Cocoon2.2 completely

2011-02-17 Thread Robby Pelssers
Hi Javier, I implemented the noncaching by default and i will deploy to our production server soon... I'll keep you informed if it resolves my issues. I think performance is still quite ok... Kind regards, Robby Pelssers -Oorspronkelijk bericht- Van: Javier Puerto [mailto

How-to disable caching for Cocoon2.2 completely

2011-02-17 Thread Robby Pelssers
out the performance without any caching and check if I can live with it... if so it will at least solve my corrupted cache issue. I sincerely look forward to any advise. Kind regards, Robby Pelssers - To unsubscribe, e-mail

RE: Trouble deploying a *.war file to Tomcat from Cocoon 2.2

2011-01-27 Thread Robby Pelssers
: E.g. com.mycompany block1 1.0-SNAPSHOT Kind regards, Robby Pelssers -Oorspronkelijk bericht- Van: Patrick Etienne [mailto:patrick.etie...@library.gatech.edu] Verzonden: do 27-1-2011 22:06 Aan: users@cocoon.apache.org; us...@tomcat.apache.org Onderwerp: Trouble

RE: Adding my Java code to flowscript

2011-01-24 Thread Robby Pelssers
importClass(Packages.java.util.ArrayList); function search() { var list = new ArrayList(); ... } Kind regards, Robby Pelssers -Oorspronkelijk bericht- Van: Des Magner [mailto:d...@icandriveatractor.com] Verzonden: zo 23-1-2011 1:25 Aan: users@cocoon.apache.org Onderwerp: Adding

RE: how-to use fop1.0 with Cocoon2.2

2011-01-12 Thread Robby Pelssers
ade a few changes to cocoon-fop-ng-impl and made a cocoon-batik-ng-impl and got it working. You can get the source for both blocks from: http://www.megaupload.com/?d=KUCDZ3XE Faw On 1/12/2011 8:55 AM, Robby Pelssers wrote: > Hi all, > > i was wondering if somebody already managed to u

how-to use fop1.0 with Cocoon2.2

2011-01-12 Thread Robby Pelssers
Hi all, i was wondering if somebody already managed to use fop1.0 with Cocoon2.2 and can he share some notes on how-to or is this already documented somewhere? Kind regards, Robby Pelssers - To unsubscribe, e-mail: users

RE: How to I can do to capture the html code

2010-11-05 Thread Robby Pelssers
// return control program to es.clickonline.transformation.Transformer return this.parseXmlStringReader(document.toString(),false); in this moment the remote url return html code and printed in myecl

RE: How to I can do to capture the html code

2010-11-05 Thread Robby Pelssers
A vague question if you ask me... What version of cocoon are you using by the way? 2.2? Let's assume you have one of 2 options below configured in your sitemap: You would invoke option 1 like: http://localhost:8080/mywebapp/myblock/mypage.html?id=1040 option 2 can be in

RE: Cocoon 2.2 block+sitemap question

2010-11-03 Thread Robby Pelssers
regards, Robby Pelssers -Oorspronkelijk bericht- Van: Fawzib Rojas [mailto:f_ro...@spectron-msim.com] Verzonden: wo 3-11-2010 13:29 Aan: users@cocoon.apache.org Onderwerp: Re: Cocoon 2.2 block+sitemap question I have a webapp (war) that we use at our company it has a few blocks (let say

RE: Cocoon 2.2 block+sitemap question

2010-11-02 Thread Robby Pelssers
I have a more urgent question to you... why would you want to sometimes not include block-b??? I think your design should be reconsidered drastically because this makes no sense to me... so i'll await your reponse for a good reason ;-) Robby -Oorspronkelijk bericht- Van: Fawzib Rojas

RE: Spring Bean Demo and RCL operational?

2010-10-06 Thread Robby Pelssers
nto: function demo() { var demoBean = cocoon.getComponent("demo"); demoBean.setName("Robby Pelssers") cocoon.sendPage("screens/spring-bean", { "message" : demoBean.message, "name": demoBean.name

RE: Spring Bean Demo and RCL operational?

2010-10-04 Thread Robby Pelssers
Ok... I did quickly checkout the sample block and you're right. The only problem is in the spring-bean.jx.xml com.nxp.spider2:blocktest #message should become com.nxp.spider2:blocktest #{message} Kind regards, Robby Pelssers -Original Message- From: Will

RE: Deploying a Cocoon 2.2 webapp in Tomcat 6.0.20

2010-10-04 Thread Robby Pelssers
Normally your pom will have dependency on the servlet-api assuming it will be provided. javax.servlet servlet-api 2.4 provided Somehow this does not seem the case for you. Can you check if the {tomcat-home}/lib contains the servlet-api.jar? Robby

RE: Deploying a Cocoon 2.2 webapp in Tomcat 6.0.20

2010-10-04 Thread Robby Pelssers
ebapp/block/ *) Did you make sure you have declared a dependency on the block in your webapp project? *) It's best to disable the reloading classloader when deploying as a war. Use it only while developing for quick prototyping Kind regards, Robby Pelssers -Oorspronkelijk bericht

RE: form encoding issues

2010-09-29 Thread Robby Pelssers
direction. Cheers, Robby Pelssers -Oorspronkelijk bericht- Van: Ron Van den Branden [mailto:ron.vandenbran...@kantl.be] Verzonden: wo 29-9-2010 11:11 Aan: users@cocoon.apache.org Onderwerp: form encoding issues Hi, I'm stumbling on a character encoding issue (cocoon-2.1.10) and r

Job Opportunity

2010-09-28 Thread Robby Pelssers
NXP Semiconductors Sales & Marketing organisation and particularly the Global Brand & Experience department is looking for an experienced developer in the area of Content Management, xml dB's & transformations. As NXP is working hard on the next steps of a Dita xml environment they are looki

RE: [HELP]Wrapped org.apache.excalibur.source.SourceException: Exception during processing of cocoon://MEdPortfolio/elfusers/Kelley.Goldsberry/portfolios/MEdPortfolio/portfolio.xee?cocoon-view=first (

2010-09-15 Thread Robby Pelssers
Maybe it would be helpfull to post the flow.js and let us know what line is causing the exception. Kind regards, Robby Pelssers -Oorspronkelijk bericht- Van: Jenna Bryant [mailto:jbry...@ms.k12.il.us] Verzonden: do 16-9-2010 1:19 Aan: users@cocoon.apache.org; users@cocoon.apache.org

Implicit declaration of global variable 'form' forbidden. Please ensure all variables are explicitely declared with the 'var' keyword

2010-09-15 Thread Robby Pelssers
exact same code. function MultipleDownload() { this.form = new Form("cocoon://multipledownloadform"); this.form.showForm("multipledownload"); } Anyone some idea of why i'm getting this org.mozilla.javascript.JavaScript

RE: wrong encoding used when opening xml file with encoding utf-8

2010-09-13 Thread Robby Pelssers
/2010 8:31 AM, Robby Pelssers wrote: > I'm generating an html table using Chinese characters and i set the encoding > and mimetype as follows: > > var response = cocoon.response; > response.setContentType("application/vnd.ms-excel; charset=utf-8&

RE: wrong encoding used when opening xml file with encoding utf-8

2010-09-13 Thread Robby Pelssers
Ok... i found the solution: I had to add following META as well to the generated html: Robby -Oorspronkelijk bericht- Van: Robby Pelssers [mailto:robby.pelss...@ciber.com] Verzonden: ma 13-9-2010 14:31 Aan: users@cocoon.apache.org Onderwerp

wrong encoding used when opening xml file with encoding utf-8

2010-09-13 Thread Robby Pelssers
ing the correct encoding? I know this question is a bit of topic but maybe somebody else ever faced and solved this issue. Kind regards, Robby Pelssers - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org

<    1   2   3   4   5   6   >