RE: [VOTE] Release Cocoon 2.1.12

2013-03-15 Thread Robby Pelssers
Followed same approach as Thorsten and Francesco. Got same warnings regarding since com.sun.image.codec.jpeg while building. No showstopper. Samples started fine. * Most samples for aggregation and syndication no longer work (but this is not a showstopper)

RE: Cocoon spring configuration dumps loads of exceptions when spring context initialization fails.

2013-03-10 Thread Robby Pelssers
Not sure if this is of any help? http://stackoverflow.com/questions/5891032/in-a-spring-bean-is-it-possible-to-have-a-shutdown-method-which-can-use-transact Robby -Original Message- From: lgaw...@gmail.com [mailto:lgaw...@gmail.com] On Behalf Of Leszek Gawron Sent: Saturday, March 09,

RE: REST view and weird error

2013-02-26 Thread Robby Pelssers
To be more precise it happens when processing the map entry cocoon. So in this case there must be some circular reference.. finding that needle is a bit more difficult :( Robby -Original Message- From: Thorsten Scherler [mailto:scher...@gmail.com] Sent: Tuesday, February 26, 2013

RE: REST view and weird error

2013-02-26 Thread Robby Pelssers
And this line is responsible for the stackoverflow: LOG.debug(Passing pipeline parameter as attribute: key={} + , value={}, entry.getKey(), entry.getValue()); -Original Message- From: Robby Pelssers [mailto:robby.pelss...@nxp.com] Sent: Tuesday

RE: REST view and weird error

2013-02-26 Thread Robby Pelssers
Nice tip... [common-collection's MapUtils] I was about to write my own routine to do a verbose print. You saved me a lot of work :) Cheers, Robby -Original Message- From: Francesco Chicchiriccò [mailto:ilgro...@apache.org] Sent: Tuesday, February 26, 2013 3:22 PM To:

RE: REST view and weird error

2013-02-26 Thread Robby Pelssers
http://robbypelssers.blogspot.nl/2013/02/debugging-circular-references-in-maps.html Another useful lesson learned :) -Original Message- From: Thorsten Scherler [mailto:scher...@gmail.com] Sent: Tuesday, February 26, 2013 3:25 PM To: dev@cocoon.apache.org Subject: Re: REST view and weird

RE: REST view and weird error

2013-02-22 Thread Robby Pelssers
Hi Thorsten, Just one question. I'm a making a few assumptions here but is Settings not a HashMap already? Can't you just do @Override public RestResponse doGet() throws Exception { return new URLResponse(VIEW, getProps()); } I don’t see the point in putting a hashmap in

RE: REST view and weird error

2013-02-22 Thread Robby Pelssers
] Sent: Friday, February 22, 2013 3:07 PM To: 'dev@cocoon.apache.org' Subject: RE: REST view and weird error Wild guess: somewhere you add the map to itself map.put(map, map); creating an infinite recursion in map.toString(). HTH, Alfred. -Original Message- From: Robby Pelssers

RE: possible design flaw in linking of pipelines (C3)

2012-12-11 Thread Robby Pelssers
in linking of pipelines (C3) Robby, could you please open an issue on JIRA and attach the patch you are currently working on? Maybe I could help but I need to have your exact situation. Regards. On 07/12/2012 16:21, Robby Pelssers wrote: Just for the sake of it You wouldn't run into this issue

FW: [saxon] Cocoon3 build breaks if you add Saxon-HE

2012-12-08 Thread Robby Pelssers
implementations may accept that but there's nothing in the spec that encourages this assumption; it explicitly says that when an element has no attributes, an empty Attributes object should be passed. So I would definitely class this as a Cocoon bug. Michael Kay Saxonica On 08/12/2012 17:08, Robby

[jira] [Created] (COCOON3-115) Adding Saxon-HE 9.4 as dependency [cocoon-sax] broke unit tests

2012-12-08 Thread Robby Pelssers (JIRA)
Robby Pelssers created COCOON3-115: -- Summary: Adding Saxon-HE 9.4 as dependency [cocoon-sax] broke unit tests Key: COCOON3-115 URL: https://issues.apache.org/jira/browse/COCOON3-115 Project: Cocoon

[jira] [Closed] (COCOON3-115) Adding Saxon-HE 9.4 as dependency [cocoon-sax] broke unit tests

2012-12-08 Thread Robby Pelssers (JIRA)
[ https://issues.apache.org/jira/browse/COCOON3-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robby Pelssers closed COCOON3-115. -- Resolution: Fixed Assignee: Robby Pelssers Adding Saxon-HE 9.4 as dependency

RE: using both Xalan and Saxon with C3

2012-12-07 Thread Robby Pelssers
see what you mean now. Just out of curiosity, why would anyone need to use more than one xslt processor in one application ?? Thank you. On Thu, Dec 6, 2012 at 2:50 AM, Robby Pelssers robby.pelss...@nxp.com wrote: You missed the point Mansour... I meant simultaneously in 1 pipeline. But thx

zip-archive generator (reverse of zip-archive serializer)

2012-12-07 Thread Robby Pelssers
Hi guys, Not sure if we have a zip-archive generator already http://cocoon.apache.org/2.1/userdocs/ziparchive-serializer.html but it would be very cool to have one. Let me explain the use case: !-- {1}: a URI pointing to a zip containing XML documents -- map:match pattern=processzip/**

RE: [DISCUSS] Fix for COCOON3-105

2012-12-07 Thread Robby Pelssers
I might have time to check this weekend but I can't guarantee it. Robby -Original Message- From: Francesco Chicchiriccò [mailto:ilgro...@apache.org] Sent: Friday, December 07, 2012 12:50 PM To: dev@cocoon.apache.org Subject: Re: [DISCUSS] Fix for COCOON3-105 Hi all, any reaction on

possible design flaw in linking of pipelines (C3)

2012-12-07 Thread Robby Pelssers
Hi guys, Sorry if I make unnecessary noise here due to my incompetence. But I was trying to refactor org.apache.cocoon.sax.component.XSLTTransformer by enabling users to choose a transfomerfactory of their choice. I added a new constructor and did some basic refactoring. public

RE: possible design flaw in linking of pipelines (C3)

2012-12-07 Thread Robby Pelssers
implementation. Robby -Original Message- From: Robby Pelssers [mailto:robby.pelss...@nxp.com] Sent: Friday, December 07, 2012 4:12 PM To: dev@cocoon.apache.org Subject: possible design flaw in linking of pipelines (C3) Hi guys, Sorry if I make unnecessary noise here due to my

RE: using both Xalan and Saxon with C3

2012-12-05 Thread Robby Pelssers
... Robby -Original Message- From: Robby Pelssers [mailto:robby.pelss...@nxp.com] Sent: Tuesday, December 04, 2012 2:21 PM To: dev@cocoon.apache.org; us...@cocoon.apache.org Subject: using both Xalan and Saxon with C3 Hi guys, Just wondering how I would configure a C3 project so I could

RE: using both Xalan and Saxon with C3

2012-12-05 Thread Robby Pelssers
: Re: using both Xalan and Saxon with C3 If I am not wrong, you can always change the implementation for the xslt processor in the final WAR file by setting: META-INF/services/javax.xml.transform.TransformerFactory This is simple and clean. On Wed, Dec 5, 2012 at 5:21 AM, Robby Pelssers

using both Xalan and Saxon with C3

2012-12-04 Thread Robby Pelssers
Hi guys, Just wondering how I would configure a C3 project so I could use both Xalan and Saxon from my sitemap and java I currently took the approach to just create a file META-INF/services/javax.xml.transform.TransformerFactory With following content: net.sf.saxon.TransformerFactoryImpl But

[jira] [Commented] (COCOON3-114) The next year and previous year is incorrect of CalendarGenerator in the cocoon-optional module

2012-11-28 Thread Robby Pelssers (JIRA)
[ https://issues.apache.org/jira/browse/COCOON3-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13505382#comment-13505382 ] Robby Pelssers commented on COCOON3-114: The unit test only checks if the number

[jira] [Commented] (COCOON3-114) The next year and previous year is incorrect of CalendarGenerator in the cocoon-optional module

2012-11-28 Thread Robby Pelssers (JIRA)
[ https://issues.apache.org/jira/browse/COCOON3-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13505386#comment-13505386 ] Robby Pelssers commented on COCOON3-114: Hi ZhiQiang, I wish you would have

[jira] [Comment Edited] (COCOON3-114) The next year and previous year is incorrect of CalendarGenerator in the cocoon-optional module

2012-11-28 Thread Robby Pelssers (JIRA)
[ https://issues.apache.org/jira/browse/COCOON3-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13505382#comment-13505382 ] Robby Pelssers edited comment on COCOON3-114 at 11/28/12 12:06 PM

[jira] [Commented] (COCOON3-114) The next year and previous year is incorrect of CalendarGenerator in the cocoon-optional module

2012-11-28 Thread Robby Pelssers (JIRA)
[ https://issues.apache.org/jira/browse/COCOON3-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13505409#comment-13505409 ] Robby Pelssers commented on COCOON3-114: Ok... now i understand... only

keep running into issue while commiting [the specified baseline is not the latest baseline]

2012-11-28 Thread Robby Pelssers
http://www.apache.org/dev/version-control.html#latest-baseline I tried several times to commit the patch for [COCOON3-114] but with no success so far. Anyone experiencing similar issues? Robby

[jira] [Closed] (COCOON3-114) The next year and previous year is incorrect of CalendarGenerator in the cocoon-optional module

2012-11-28 Thread Robby Pelssers (JIRA)
[ https://issues.apache.org/jira/browse/COCOON3-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robby Pelssers closed COCOON3-114. -- Resolution: Fixed Assignee: Robby Pelssers Subversion: Committed revision 1414667

RE: keep running into issue while commiting [the specified baseline is not the latest baseline]

2012-11-28 Thread Robby Pelssers
: Wednesday, November 28, 2012 1:59 PM To: dev@cocoon.apache.org Subject: Re: keep running into issue while commiting [the specified baseline is not the latest baseline] On 28/11/2012 13:56, Robby Pelssers wrote: http://www.apache.org/dev/version-control.html#latest-baseline I tried several times

RE: [DISCUSS] Release plan

2012-11-18 Thread Robby Pelssers
Hi, Did anyone read any of these OSGI books by any chance? http://www.manning.com/hall/ http://www.manning.com/cummins/ http://www.manning.com/alves/ I am interested in buying one of these to get more acquainted and perhaps help out in the future. Robby -Original Message- From:

[jira] [Created] (COCOON3-111) SiteMap node parameters are not evaluated against a LanguageInterpreter

2012-11-14 Thread Robby Pelssers (JIRA)
Robby Pelssers created COCOON3-111: -- Summary: SiteMap node parameters are not evaluated against a LanguageInterpreter Key: COCOON3-111 URL: https://issues.apache.org/jira/browse/COCOON3-111 Project

[jira] [Closed] (COCOON3-111) SiteMap node parameters are not evaluated against a LanguageInterpreter

2012-11-14 Thread Robby Pelssers (JIRA)
[ https://issues.apache.org/jira/browse/COCOON3-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robby Pelssers closed COCOON3-111. -- Resolution: Fixed 1 change committed: [COCOON3-111] SiteMap node parameters are not evaluated

[jira] [Created] (COCOON3-110) baseUrl isalways overwritten by AbstractSitemapNode

2012-11-13 Thread Robby Pelssers (JIRA)
Robby Pelssers created COCOON3-110: -- Summary: baseUrl isalways overwritten by AbstractSitemapNode Key: COCOON3-110 URL: https://issues.apache.org/jira/browse/COCOON3-110 Project: Cocoon 3

[jira] [Closed] (COCOON3-110) baseUrl isalways overwritten by AbstractSitemapNode

2012-11-13 Thread Robby Pelssers (JIRA)
[ https://issues.apache.org/jira/browse/COCOON3-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robby Pelssers closed COCOON3-110. -- Resolution: Fixed bugfix has been committed with revision http://svn.apache.org/viewvc?view

RE: [DISCUSS] Release plan

2012-11-12 Thread Robby Pelssers
Hi Francesco, Sounds like a good plan to me. We should make sure that all open tasks are JIRA tickets and we should have on our front page listed which tickets are in scope for 3.0.0 release. (perhaps also with status). And if possible a target release date ;-) This will give everyone a

RE: [DISCUSS] Release plan

2012-11-12 Thread Robby Pelssers
-Original Message- From: Francesco Chicchiriccò [mailto:ilgro...@apache.org] Sent: Monday, November 12, 2012 11:32 AM To: dev@cocoon.apache.org Subject: Re: [DISCUSS] Release plan On 12/11/2012 11:17, Robby Pelssers wrote: Hi Francesco, Sounds like a good plan to me. We should make sure

RE: Cocoon presentation link and questions about new contributions

2012-10-11 Thread Robby Pelssers
Hi Javier, I'm intrigued of course and I would like to know a little more about your demo project. But I'm sure I don't fully understand what is exactly the use case you solved. I can perhaps explain how we use Cocoon (2.2) at my customer and you can explain what is the difference: -

some generic questions about dynamicity C3

2012-07-23 Thread Robby Pelssers
done in practice. Kind regards, Robby Pelssers

RE: Hi, Issue with Apache Cocoon 2.1.11 (Cocoon Confusion)

2012-07-20 Thread Robby Pelssers
Were you able to test it locally on your development machine? Just saying that your question is pretty vague. You make it sound like this would be a environment issue (not saying it isn't of course). But it might very well be a misconfiguration. I see some part about cdata-section-elements.

RE: [VOTE] Apache Cocoon XML Utilities 2.0.4

2012-06-15 Thread Robby Pelssers
+1 -Original Message- From: Francesco Chicchiriccò [mailto:ilgro...@apache.org] Sent: Friday, June 15, 2012 9:41 AM To: dev@cocoon.apache.org Subject: [VOTE] Apache Cocoon XML Utilities 2.0.4 I've created a Cocoon XML Utilities 2.0.4 release, with the following artifacts up for a vote:

RE: [VOTE] Apache Cocoon Maven Plugin 1.0.2

2012-06-15 Thread Robby Pelssers
+1 -Original Message- From: Francesco Chicchiriccò [mailto:ilgro...@apache.org] Sent: Friday, June 15, 2012 9:47 AM To: dev@cocoon.apache.org Subject: [VOTE] Apache Cocoon Maven Plugin 1.0.2 I've created a Cocoon Maven Plugin 1.0.2 release, with the following artifacts up for a vote:

RE: [VOTE] Apache Cocoon Spring Configurator 2.2.1

2012-06-15 Thread Robby Pelssers
+1 -Original Message- From: Francesco Chicchiriccò [mailto:ilgro...@apache.org] Sent: Friday, June 15, 2012 9:57 AM To: dev@cocoon.apache.org Subject: [VOTE] Apache Cocoon Spring Configurator 2.2.1 I've created a Cocoon Spring Configurator 2.2.1 release, with the following artifacts up

RE: Announcing ongoing releases

2012-06-11 Thread Robby Pelssers
Hi Francesco, I agree that new releases of subprojects are not that interesting to most users. So your proposal sounds good to me. Robby From: Francesco Chicchiriccò [mailto:ilgro...@apache.org] Sent: Monday, June 11, 2012 5:08 PM To: dev@cocoon.apache.org Subject: Announcing ongoing releases

issue with form encoding C2.2

2012-06-06 Thread Robby Pelssers
Hi all, Just wanted to have a short discussion on an issue that I wasted quite some hours on. Let me first explain that I configured my cocoon block with following two properties as per http://cocoon.apache.org/2.2/1366_1_1.html : org.apache.cocoon.containerencoding=UTF-8

RE: issue with form encoding C2.2

2012-06-06 Thread Robby Pelssers
, formEncoding); return env; } From: Robby Pelssers [mailto:robby.pelss...@nxp.com] Sent: Wednesday, June 06, 2012 1:10 PM To: dev@cocoon.apache.org; us...@cocoon.apache.org Subject: issue with form encoding C2.2 Hi all, Just wanted to have a short discussion on an issue

RE: issue with form encoding C2.2

2012-06-06 Thread Robby Pelssers
, by default Tomcat uses ISO-8859-1 for URL encoding so GET parameters will be affected. http://wiki.apache.org/tomcat/FAQ/CharacterEncoding#Q1 We had similar issues before and was fixed configuring the Tomcat connector as UTF-8. Salu2 2012/6/6 Robby Pelssers robby.pelss...@nxp.commailto:robby.pelss

RE: issue with form encoding C2.2

2012-06-06 Thread Robby Pelssers
] From: Robby Pelssers [mailto:robby.pelss...@nxp.com] Sent: Wednesday, June 06, 2012 1:27 PM To: dev@cocoon.apache.org Subject: RE: issue with form encoding C2.2 Hi Javier, I read about default encoding for using GET, but I’m actually ‘posting’ the form. I really am convinced that the only real

RE: issue with form encoding C2.2

2012-06-06 Thread Robby Pelssers
to quickly test a block using maven-jetty-plugin. Robby From: Robby Pelssers [mailto:robby.pelss...@nxp.com] Sent: Wednesday, June 06, 2012 1:37 PM To: dev@cocoon.apache.org Subject: RE: issue with form encoding C2.2 One step closer to proving the issue: The SettingsBeanFactoryPostProcessor.java preInit

RE: [VOTE] Javier Puerto as cocoon committer

2012-05-28 Thread Robby Pelssers
What can I say besides welcome Javier !! +1 Robby -Oorspronkelijk bericht- Van: Thorsten Scherler [mailto:thors...@apache.org] Verzonden: ma 28-5-2012 10:26 Aan: dev@cocoon.apache.org Onderwerp: [VOTE] Javier Puerto as cocoon committer Hello all, I propose Javier Puerto as a new

does flowscript also support sht like setTimeout and setInterval ??

2012-05-24 Thread Robby Pelssers
Hi guys, I was bulk processing DITA maps and topics from flowscript and noticed that following code is executed parallel. So basically the cocoon.processPipelineTo returns immediately so it seems. This results in max sessions reached to XMLDb and I run into an exception. Just checking what

RE: does flowscript also support sht like setTimeout and setInterval ?? [SOLVED]

2012-05-24 Thread Robby Pelssers
= clearTimeout; })(); From: Robby Pelssers [mailto:robby.pelss...@nxp.com] Sent: Thursday, May 24, 2012 2:56 PM To: dev@cocoon.apache.org Subject: does flowscript also support sht like setTimeout and setInterval ?? Hi guys, I was bulk processing DITA maps and topics from flowscript and noticed

RE: does flowscript also support sht like setTimeout and setInterval ?? [SOLVED]

2012-05-24 Thread Robby Pelssers
/ + id, null, new Packages.java.io.ByteArrayOutputStream()); }, index * 3000); index++; } ); cocoon.sendPage('index.html'); } From: Robby Pelssers [mailto:robby.pelss...@nxp.com] Sent: Thursday, May 24, 2012 3:58 PM To: dev@cocoon.apache.org Subject: RE: does

RE: does flowscript also support sht like setTimeout and setInterval ?? [SOLVED]

2012-05-24 Thread Robby Pelssers
) at java.lang.reflect.Method.invoke(Method.java:597) Not sure yet if my problem is solvable ;-( Robby From: Robby Pelssers [mailto:robby.pelss...@nxp.com] Sent: Thursday, May 24, 2012 4:04 PM To: dev@cocoon.apache.org Subject: RE: does flowscript also support sht like setTimeout and setInterval ?? [SOLVED] Works nice

RE: does flowscript also support sht like setTimeout and setInterval ?? [SOLVED]

2012-05-24 Thread Robby Pelssers
valuePropositionFactory = cocoon.getComponent('valuePropositionFactory'); valuePropositionFactory.generateValuePropositions(ids); cocoon.sendPage('index.html'); } Robby From: Robby Pelssers [mailto:robby.pelss...@nxp.com] Sent: Thursday, May 24, 2012 4:41 PM To: dev@cocoon.apache.org Subject: RE

RE: question related to using servlet: in @src

2012-05-22 Thread Robby Pelssers
/05/2012 23:49, Robby Pelssers wrote: Hi all, I noticed the cocoon protocol got ditched in favour of the servlet protocol. However something puzzles me as test1 is not working but test2 is. I studied the sitemap from sample block and they use it all over the place. What am I missing here

RE: question related to using servlet: in @src

2012-05-22 Thread Robby Pelssers
: Tuesday, May 22, 2012 8:50 AM To: dev@cocoon.apache.org Subject: Re: question related to using servlet: in @src On 22/05/2012 08:42, Robby Pelssers wrote: Hi Francesco, My sitemap did declare the servlet namespace map:sitemap xmlns:map=http://apache.org/cocoon/sitemap;http://apache.org/cocoon

RE: question related to using servlet: in @src

2012-05-22 Thread Robby Pelssers
Nope... still fails. I will try to start in debug mode and see how far I get. Meanwhile I will also try the sample block again and see if that (still) works. That one contains several similar use cases so they might be broken as well. Robby From: Robby Pelssers [mailto:robby.pelss

RE: question related to using servlet: in @src

2012-05-22 Thread Robby Pelssers
8:59 AM To: dev@cocoon.apache.org Subject: Re: question related to using servlet: in @src On 22/05/2012 08:53, Robby Pelssers wrote: I am reinstalling all artifacts now and see if that was the culprit. Forgot to do so yesterday evening probably because I followed your quick-start from latest

RE: Keep archetype synced

2012-05-22 Thread Robby Pelssers
Was also thinking about using some kind of xsl transform to generate the archetype pom. I will take a look this evening how xml-maven-plugin works. Robby -Original Message- From: Thorsten Scherler [mailto:scher...@gmail.com] Sent: Tuesday, May 22, 2012 5:02 PM To:

RE: Keep archetype synced

2012-05-22 Thread Robby Pelssers
I find the documentation a bit scarce but at least it supports xslt2.0. If you come to think of it, Cocoon would be a super maven plugin supporting zipping, transforming, file writing, ... :-) Robby -Original Message- From: Robby Pelssers [mailto:robby.pelss...@nxp.com] Sent

RE: anybody using saxon with C3?

2012-05-21 Thread Robby Pelssers
] Sent: Monday, May 21, 2012 5:03 PM To: dev@cocoon.apache.org Subject: Re: anybody using saxon with C3? On 21/05/2012 16:55, Robby Pelssers wrote: Hi guys, Just wondering if anyone is already using Saxon (and hence xslt2.0) with C3? Would be great if somebody can give some pointers. I know how

could not download XercesImpl from maven repo

2012-05-21 Thread Robby Pelssers
Hi all, I had to change XercesImpl version from dependency groupIdxerces/groupId artifactIdxercesImpl/artifactId version2.10.1/version /dependency to dependency groupIdxerces/groupId

question related to using servlet: in @src

2012-05-21 Thread Robby Pelssers
Hi all, I noticed the cocoon protocol got ditched in favour of the servlet protocol. However something puzzles me as test1 is not working but test2 is. I studied the sitemap from sample block and they use it all over the place. What am I missing here? map:match pattern=testdata

how to pass parameters to a service transformer

2012-05-15 Thread Robby Pelssers
Hi all, I've got a question regarding the service transformer. How do I pass any parameters to the service? The demo from get-started page is not clear on this topic. map:match pattern=custom-transformation-service/* map:generate src=service-consumer:/ map:transform

Bug in servlet service framework C2.2??

2012-05-15 Thread Robby Pelssers
this into a CSV file. ?xml version=1.0 encoding=UTF-8? !-- Author: Robby Pelssers This stylesheet transforms a CSV xml file into CSV -- xsl:stylesheet version=2.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform; xmlns:xs=http://www.w3.org/2001/XMLSchema; xmlns:fn=http://www.w3.org/2005/xpath-functions

RE: potential SAX builder helper class

2012-04-23 Thread Robby Pelssers
Looks definitely like an improvement in usability. +1 Robby -Original Message- From: simone.trip...@gmail.com [mailto:simone.trip...@gmail.com] On Behalf Of Simone Tripodi Sent: Monday, April 23, 2012 4:36 PM To: dev@cocoon.apache.org Subject: potential SAX builder helper class Hi all

RE: potential SAX builder helper class

2012-04-23 Thread Robby Pelssers
.99soft.org/ On Mon, Apr 23, 2012 at 4:40 PM, Robby Pelssers robby.pelss...@nxp.com wrote: Looks definitely like an improvement in usability.  +1 Robby -Original Message- From: simone.trip...@gmail.com [mailto:simone.trip...@gmail.com] On Behalf Of Simone Tripodi Sent: Monday, April 23

using proxy from flowscript in Cocoon2.2

2012-04-16 Thread Robby Pelssers
Hi all, I have a use case where I need to post data to an Alfresco service which returns JSON response. Currently I just posted the page and showed the JSON data but ideally I want to stay on the same page and make an XMLhttpRequest from the client side. As this is crossdomain I need to

RE: using proxy from flowscript in Cocoon2.2

2012-04-16 Thread Robby Pelssers
To: dev@cocoon.apache.org Subject: Re: using proxy from flowscript in Cocoon2.2 Client-side: http://dojotoolkit.org/documentation/tutorials/1.7/ajax/ On 04/16/2012 02:54 PM, Robby Pelssers wrote: Hi all, I have a use case where I need to post data to an Alfresco service which returns JSON

RE: using proxy from flowscript in Cocoon2.2

2012-04-16 Thread Robby Pelssers
@cocoon.apache.org Subject: Re: using proxy from flowscript in Cocoon2.2 On 04/16/2012 03:34 PM, Robby Pelssers wrote: Hi Andre, Thx for the link but I'm pretty confident with client side techniques actually. I've used AJAX a lot in the past using YUI and even blogged about this http

Cocoon2.2 maven jetty plugin issue

2012-04-11 Thread Robby Pelssers
Hi guys, I have been facing an issue related to the maven jetty plugin which is used to start a single C2.2 block. Just for the record I have to mention that this has always worked in the past. I have a strong suspicion that this is somehow related to our upgrade to Maven 3. Did anybody

RE: Cocoon2.2 maven jetty plugin issue

2012-04-11 Thread Robby Pelssers
In reply to my own question. We don't see consistent behaviour. Some blocks startup properly so this might be caused by another issue. It's too bad from the stacktrace I don't get any insight into the issue ;-( Robby From: Robby Pelssers [mailto:robby.pelss...@nxp.com] Sent: Wednesday

RE: c3 pipelines (was Re: [jira] [Commented] (COCOON3-96) Add support for internal-only pipelines)

2012-04-04 Thread Robby Pelssers
Exactly my thought. I never comprehended the difference between the configure() and setup() either. I'm pretty sure I asked the same in a old thread. Even for component developers this leads to confusion. Nice to see some good discussion being started !! Robby -Original Message-

RE: c3: null pointer exception in ResponseHeaderCollector.isModifiedResponse

2012-03-28 Thread Robby Pelssers
Hi all, I'm still not sure if you were able to come up with the smallest possible test case for this issue. I just upgraded Cocoon trunk and did a clean install. Next I started the cocoon-sample and I can confirm that invoking following URL's work just fine on my windows 7 64-bit machine:

RE: [C3] Merge parent and cocoon-docs [WAS Re: [DISCUSS] online APIs doc]

2012-03-23 Thread Robby Pelssers
Amen !! -Original Message- From: simone.trip...@gmail.com [mailto:simone.trip...@gmail.com] On Behalf Of Simone Tripodi Sent: Friday, March 23, 2012 2:56 PM To: dev@cocoon.apache.org Subject: Re: [C3] Merge parent and cocoon-docs [WAS Re: [DISCUSS] online APIs doc] thanks a lot for the

RE: [VOTE] release Apache Cocoon Thien Maven Skin 1.0.1

2012-03-17 Thread Robby Pelssers
+ 1 Robby -Original Message- From: simone.trip...@gmail.com [mailto:simone.trip...@gmail.com] On Behalf Of Simone Tripodi Sent: Saturday, March 17, 2012 1:47 PM To: dev@cocoon.apache.org Subject: [VOTE] release Apache Cocoon Thien Maven Skin 1.0.1 Hi all, last year I did some work on

RE: [C3] Concurrency issues with ComponentProvider

2012-03-15 Thread Robby Pelssers
Hi Igor, Interesting to find out how you disabled it. I am myself facing issues with C2.2 and RCL. This might have been caused by upgrading to Maven3 which again seems to have issues with the maven-jetty-plugin. So after some googling yesterday I switched to a newer jetty-maven-plugin

RE: [C3] Concurrency issues with ComponentProvider

2012-03-15 Thread Robby Pelssers
Could you elaborate a bit further how to remove all references to RCL? Did you check out the Cocoon sources and modify those? And where should I look for these references? Or are you referring to just commenting out all these instructions in the .rcl files? Because the latter sure does not

RE: [C3] Concurrency issues with ComponentProvider

2012-03-15 Thread Robby Pelssers
learn how to make builds that does not include RCL anyway... On 2012-03-15 10:58, Robby Pelssers wrote: Could you elaborate a bit further how to remove all references to RCL? Did you check out the Cocoon sources and modify those? And where should I look for these references? Or are you

RE: Cocoon jail

2012-03-15 Thread Robby Pelssers
Hey Francesco, First of all... great job. Secondly, is this part of automated build? So if we make changes to samples block this site will get auto-updated? I do have a potential improvement. The ones remembering the C2.1x samples on cocoon.zones.apache.org will remember that the main page

possible design flaw in servlet service (c2.2)

2012-03-14 Thread Robby Pelssers
Hi guys, I was just having a chat with my colleague about writing servlet services in one block and using them in another block. And I told him apparently you can only return xml from a servlet service. I found this out by writing a service (plain old XSLT) which takes as input XML and

RE: possible design flaw in servlet service (c2.2)

2012-03-14 Thread Robby Pelssers
service (c2.2) On 03/14/2012 11:19 AM, Robby Pelssers wrote: Hi guys, I was just having a chat with my colleague about writing servlet services in one block and using them in another block. And I told him apparently you can only return xml from a servlet service. I found this out by writing

question regarding Apache infrastructure

2012-02-03 Thread Robby Pelssers
Hi all, I know in the past there was a Cocoon demo app running showing most features of Cocoon. Is it still possible to host a demo app on Apache infrastructure? And if so, are there any docs out there explaining the conditions and how-to's? Kind regards, Robby

RE: Porting to current cocoon version

2012-01-16 Thread Robby Pelssers
I totally agree with Jos. If your app mainly consists of transformations with XSLT, you should be able to migrate within a few days. If your complete app depends on XSP's you will have to spent a lot more time of course. But we've been in the same situation and I guess 2 or 3 people should be

RE: HTML5 serializer

2012-01-09 Thread Robby Pelssers
: RE: HTML5 serializer On Mon, 2012-01-09 at 08:32 +0100, Robby Pelssers wrote: Hi Thorsten, Adding meta in general is not a concern faik but setting the correct encoding is. Examples are ?xml version=1.0 encoding=UTF-8? for xml files That is correct for the doc declaration

RE: HTML5 serializer

2012-01-08 Thread Robby Pelssers
encoding which can be configured as a Serializer property. Robby -Original Message- From: Thorsten Scherler [mailto:scher...@gmail.com] Sent: Sunday, January 08, 2012 10:28 PM To: dev@cocoon.apache.org Subject: RE: HTML5 serializer On Fri, 2012-01-06 at 19:56 +0100, Robby Pelssers wrote

RE: cocoon-sample home page

2012-01-06 Thread Robby Pelssers
, Peter Hunsberger peter.hunsber...@gmail.commailto:peter.hunsber...@gmail.com wrote: I like the look, what's the non HTML 5 / CSS 3 fallback do or look like? Peter Hunsberger On Thu, Jan 5, 2012 at 2:01 PM, Robby Pelssers robby.pelss...@nxp.commailto:robby.pelss...@nxp.com wrote: Hi guys, I

RE: cocoon-sample home page

2012-01-06 Thread Robby Pelssers
HTML 5 / CSS 3 fallback do or look like? Peter Hunsberger On Thu, Jan 5, 2012 at 2:01 PM, Robby Pelssers robby.pelss...@nxp.commailto:robby.pelss...@nxp.com wrote: Hi guys, I took a stab at giving the sample home page a more modern look using htm5 /css3. I was wondering what you think about

cocoon-parent pom breaking build

2012-01-06 Thread Robby Pelssers
Hi guys, I think the cocoon-parent pom is causing issues. But as I am using maven3 it might be wise that I don't touch that file as it might break with others still using maven 2. Can someone using maven 2 take a look if he finds errors in that pom? Thx in advance, Robby

RE: cocoon-parent pom breaking build

2012-01-06 Thread Robby Pelssers
: Francesco Chicchiriccò [mailto:ilgro...@apache.org] Sent: Friday, January 06, 2012 11:52 AM To: dev@cocoon.apache.org Subject: Re: cocoon-parent pom breaking build On 06/01/2012 11:41, Robby Pelssers wrote: Hi guys, I think the cocoon-parent pom is causing issues. But as I am using maven3

RE: cocoon-parent pom breaking build

2012-01-06 Thread Robby Pelssers
I only added the style.css without a license. That is fixed now. Sorry for the inconvenience people. Was not fully aware of this. Robby From: Robby Pelssers [mailto:robby.pelss...@nxp.com] Sent: Friday, January 06, 2012 11:56 AM To: dev@cocoon.apache.org Subject: RE: cocoon-parent pom breaking

[jira] [Created] (COCOON3-88) Add JavaWrapper for JsLint to the project

2012-01-06 Thread Robby Pelssers (Created) (JIRA)
Affects Versions: 3.0.0-alpha-3 Reporter: Robby Pelssers Priority: Minor It might be useful to add validation for Javascript files to Cocoon3. http://code.google.com/p/jslint4java/ If there is a similar outstanding validator for CSS (csslint) ?? we could also consider

RE: cocoon-sample home page

2012-01-06 Thread Robby Pelssers
://html5test.com/results.html Perhaps we can move to HTML5 and use a bare minimum of it. :) Best Regards, Antonio Gallardo. On 05/01/12 14:17, Peter Hunsberger wrote: I like the look, what's the non HTML 5 / CSS 3 fallback do or look like? Peter Hunsberger On Thu, Jan 5, 2012 at 2:01 PM, Robby

RE: HTML5 serializer

2012-01-06 Thread Robby Pelssers
/ On 6 January 2012 15:48, Robby Pelssers robby.pelss...@nxp.commailto:robby.pelss...@nxp.com wrote: Hi all, I've been looking at how to add a HTML5 serializer to the project. So far my investigations have led to add following code to org.apache.cocoon.sax.component.XMLSerializer public

RE: HTML5 serializer

2012-01-06 Thread Robby Pelssers
January 2012 16:56, Robby Pelssers robby.pelss...@nxp.commailto:robby.pelss...@nxp.com wrote: I am using Cocoon2.2 but am planning to switch to C3 in the upcoming months. And in my mail I was actually referring to C3.You are right about what you write but I'd prefer to have a Serializer

RE: HTML5 serializer

2012-01-06 Thread Robby Pelssers
@cocoon.apache.org Subject: Re: HTML5 serializer Le 06/01/12 15:48, Robby Pelssers a écrit : Hi all, I've been looking at how to add a HTML5 serializer to the project. So far my investigations have led to add following code to org.apache.cocoon.sax.component.XMLSerializer public static XMLSerializer

RE: cocoon-sample home page

2012-01-05 Thread Robby Pelssers
at 2:01 PM, Robby Pelssers robby.pelss...@nxp.comwrote: Hi guys, ** ** I took a stab at giving the sample home page a more modern look using htm5 /css3. I was wondering what you think about it so far and if I can commit my changes. ** ** Robby winmail.dat

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, born

RE: [C3] new pipeline component: variabelExpander

2011-12-15 Thread Robby Pelssers
Hi Simone, This sounds useful. But it's not really clear to me as to how this differs from the Stringtemplate generator which is also part of C3. Robby -Original Message- From: simone.trip...@gmail.com [mailto:simone.trip...@gmail.com] On Behalf Of Simone Tripodi Sent: Thursday,

RE: [C3] new pipeline component: variabelExpander

2011-12-15 Thread Robby Pelssers
://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Thu, Dec 15, 2011 at 5:32 PM, Robby Pelssers robby.pelss...@nxp.com wrote: Hi Simone, This sounds useful. But it's not really clear to me as to how this differs from

RE: [2.1] Future of Cocoon 2.1.x... again :)

2011-12-12 Thread Robby Pelssers
What JDK are you using? It seems like you will need a very old JDK for this branch to work. Robby From: Francesco Chicchiriccò [mailto:ilgro...@apache.org] Sent: Monday, December 12, 2011 11:22 AM To: dev@cocoon.apache.org Subject: Re: [2.1] Future of Cocoon 2.1.x... again :) On 12/12/2011

RE: [2.1] Future of Cocoon 2.1.x... again :)

2011-12-12 Thread Robby Pelssers
regards, Robby From: Francesco Chicchiriccò [mailto:ilgro...@apache.org] Sent: Monday, December 12, 2011 11:27 AM To: dev@cocoon.apache.org Subject: Re: [2.1] Future of Cocoon 2.1.x... again :) On 12/12/2011 11:24, Robby Pelssers wrote: What JDK are you using? It seems like you will need a very old JDK

  1   2   >