Re: REST view and weird error

2013-02-26 Thread Thorsten Scherler
On 02/26/2013 04:36 PM, Francesco Chicchiriccò wrote: > >>> as you have already found, the problem is the "cocoon" entry in the >>> sitemap's ObjectModel, always passed among parameters. >>> >>> I have been able to actually print the content of the "cocoon" entry >>> via common-collection's MapUtil

Re: REST view and weird error

2013-02-26 Thread Francesco Chicchiriccò
On 26/02/2013 15:25, Thorsten Scherler wrote: On 02/26/2013 03:21 PM, Francesco Chicchiriccò wrote: On 26/02/2013 13:43, Thorsten Scherler wrote: On 02/25/2013 02:10 PM, Thorsten Scherler wrote: ... Passing pipeline parameter as attribute: key=cocoon, value=[FAILED toString()] in MessageForma

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-26 Thread Thorsten Scherler
On 02/26/2013 03:21 PM, Francesco Chicchiriccò wrote: > On 26/02/2013 13:43, Thorsten Scherler wrote: >> On 02/25/2013 02:10 PM, Thorsten Scherler wrote: >>> ... >>> Passing pipeline parameter as attribute: key=cocoon, value=[FAILED >>> toString()] >>> >>> in MessageFormatter.arrayFormat. >>> >>> s

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: dev@cocoon.apache.

Re: REST view and weird error

2013-02-26 Thread Thorsten Scherler
On 02/26/2013 03:13 PM, Robby Pelssers wrote: > 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 :( > Jupp, look at this: {baseUrl=file:/home/thorsten/src/codebusters/CL

Re: REST view and weird error

2013-02-26 Thread Francesco Chicchiriccò
On 26/02/2013 13:43, Thorsten Scherler wrote: On 02/25/2013 02:10 PM, Thorsten Scherler wrote: ... Passing pipeline parameter as attribute: key=cocoon, value=[FAILED toString()] in MessageFormatter.arrayFormat. still investigating salu2 Actually you can see it if you start the cocoon-sample

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: Tuesd

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 1:

[jira] [Commented] (COCOON3-99) Provide FopSerializer with an embedded user configuration present in the cocoon block

2013-02-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/COCOON3-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13587150#comment-13587150 ] Hudson commented on COCOON3-99: --- Integrated in Cocoon 3.0 #247 (See [https://builds.apache.

[jira] [Closed] (COCOON3-99) Provide FopSerializer with an embedded user configuration present in the cocoon block

2013-02-26 Thread JIRA
[ https://issues.apache.org/jira/browse/COCOON3-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò closed COCOON3-99. - Resolution: Fixed http://svn.apache.org/r1450159 > Provide FopSe

[jira] [Commented] (COCOON3-70) Add extra method to LinkedSAXPipelineComponentBuilder

2013-02-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/COCOON3-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13587093#comment-13587093 ] Hudson commented on COCOON3-70: --- Integrated in Cocoon 3.0 #246 (See [https://builds.apache.

[jira] [Commented] (COCOON3-122) JSON generator and serializer

2013-02-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/COCOON3-122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13587094#comment-13587094 ] Hudson commented on COCOON3-122: Integrated in Cocoon 3.0 #246 (See [https://builds.apac

[jira] [Assigned] (COCOON3-99) Provide FopSerializer with an embedded user configuration present in the cocoon block

2013-02-26 Thread JIRA
[ https://issues.apache.org/jira/browse/COCOON3-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò reassigned COCOON3-99: - Assignee: Francesco Chicchiriccò > Provide FopSerializer with an embe

[jira] [Closed] (COCOON3-70) Add extra method to LinkedSAXPipelineComponentBuilder

2013-02-26 Thread JIRA
[ https://issues.apache.org/jira/browse/COCOON3-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò closed COCOON3-70. - Resolution: Fixed http://svn.apache.org/r1450156 > Add extra met

Re: REST view and weird error

2013-02-26 Thread Thorsten Scherler
On 02/25/2013 02:10 PM, Thorsten Scherler wrote: > ... > Passing pipeline parameter as attribute: key=cocoon, value=[FAILED > toString()] > > in MessageFormatter.arrayFormat. > > still investigating > > salu2 > Actually you can see it if you start the cocoon-sample block and request http://localho

[jira] [Assigned] (COCOON3-70) Add extra method to LinkedSAXPipelineComponentBuilder

2013-02-26 Thread JIRA
[ https://issues.apache.org/jira/browse/COCOON3-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò reassigned COCOON3-70: - Assignee: Francesco Chicchiriccò > Add extra method to LinkedSAXPipel

[jira] [Closed] (COCOON3-122) JSON generator and serializer

2013-02-26 Thread JIRA
[ https://issues.apache.org/jira/browse/COCOON3-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò closed COCOON3-122. -- Resolution: Fixed http://svn.apache.org/r1450148 > JSON gener

[jira] [Created] (COCOON3-122) JSON generator and serializer

2013-02-26 Thread JIRA
Francesco Chicchiriccò created COCOON3-122: -- Summary: JSON generator and serializer Key: COCOON3-122 URL: https://issues.apache.org/jira/browse/COCOON3-122 Project: Cocoon 3 Issue Ty

[jira] [Closed] (COCOON3-77) Text and JSON serializers

2013-02-26 Thread JIRA
[ https://issues.apache.org/jira/browse/COCOON3-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò closed COCOON3-77. - Resolution: Fixed > Text and JSON serializers > - > >

[jira] [Commented] (COCOON3-121) Create a generic generator that creates a root elemement and wraps the destination stream into it

2013-02-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/COCOON3-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13587064#comment-13587064 ] Hudson commented on COCOON3-121: Integrated in Cocoon 3.0 #245 (See [https://builds.apac

[jira] [Commented] (COCOON3-82) Allow Saxon to be used as a XSLT transformer

2013-02-26 Thread JIRA
[ https://issues.apache.org/jira/browse/COCOON3-82?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13586934#comment-13586934 ] Francesco Chicchiriccò commented on COCOON3-82: --- Saxon CE 1.1 is open source