[c3] StAX xmlSerializer does not support NS

2011-09-14 Thread Thorsten Scherler
Hello together, I just found out that the StAX xmlSerializer is eating all namespaces. I reckon that is a bug, or? salu2 -- Thorsten Scherler thorsten.at.apache.org codeBusters S.L. - web based systems consulting, training and solutions http://www.codebusters.es/

Re: [c3] StAX xmlSerializer does not support NS

2011-09-14 Thread Thorsten Scherler
On Wed, 2011-09-14 at 16:14 +0200, Thorsten Scherler wrote: Hello together, I just found out that the StAX xmlSerializer is eating all namespaces. I reckon that is a bug, or? Hmm, I am playing around with StAXPipelineTest and namespaces and there it actually is working. seems my usage in my

[c3] protocols - error: unknown protocol: servlet

2011-09-14 Thread Thorsten Scherler
Hi all, I am trying to call a pipeline from within a RESTController but I do not want to return a URLResponse but consume the inputStream in my class. I looked at URLResponse and there we do public URLResponse(String url){ this.url = new URL(new URL(servlet:), url); ... } From the

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

2011-09-14 Thread Andre Juffer (JIRA)
Text and JSON serializers - Key: COCOON3-77 URL: https://issues.apache.org/jira/browse/COCOON3-77 Project: Cocoon 3 Issue Type: Improvement Components: cocoon-optional Affects Versions: 3.0.0-alpha-3

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

2011-09-14 Thread Andre Juffer (JIRA)
[ https://issues.apache.org/jira/browse/COCOON3-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andre Juffer updated COCOON3-77: Attachment: tribc-cocoon-3.xml pom.xml EncodingTextSerializer.java

[jira] [Issue Comment Edited] (COCOON3-77) Text and JSON serializers

2011-09-14 Thread Andre Juffer (JIRA)
[ https://issues.apache.org/jira/browse/COCOON3-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13104878#comment-13104878 ] Andre Juffer edited comment on COCOON3-77 at 9/14/11 9:10 PM: --