[jira] Assigned: (COCOON3-28) [PATCH] documentation for stax-pipelines

2009-02-27 Thread Reinhard Poetz (JIRA)
[ https://issues.apache.org/jira/browse/COCOON3-28?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reinhard Poetz reassigned COCOON3-28: - Assignee: Reinhard Poetz (was: Cocoon Developers Team) [PATCH] documentation for

[jira] Assigned: (COCOON3-27) [PATCH] Add Java5 support

2009-02-27 Thread Reinhard Poetz (JIRA)
[ https://issues.apache.org/jira/browse/COCOON3-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reinhard Poetz reassigned COCOON3-27: - Assignee: Reinhard Poetz (was: Cocoon Developers Team) [PATCH] Add Java5 support

[jira] Closed: (COCOON3-27) [PATCH] Add Java5 support

2009-02-27 Thread Reinhard Poetz (JIRA)
[ https://issues.apache.org/jira/browse/COCOON3-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reinhard Poetz closed COCOON3-27. - Resolution: Fixed Patch applied - thanks Kilian and Andreas. [PATCH] Add Java5 support

IncludeXMLConsumer with RedundantNamespacesFilter does not output comments

2009-02-27 Thread Thorsten Scherler
Hi all, I encountered a very weird problem that happened suddenly. I am using the dispatcherTransformer [1] and in the method structurerProcessingEnd() I am doing: ... StringXMLizable xml = new StringXMLizable(out.toString()); xml.toSAX(new IncludeXMLConsumer(super.xmlConsumer)); ... I as

[jira] Created: (COCOON-2253) StringXMLizable in combination with IncludeXMLConsumer does not handle xml-comments

2009-02-27 Thread Thorsten Scherler (JIRA)
StringXMLizable in combination with IncludeXMLConsumer does not handle xml-comments --- Key: COCOON-2253 URL: https://issues.apache.org/jira/browse/COCOON-2253 Project:

[jira] Updated: (COCOON-2253) StringXMLizable in combination with IncludeXMLConsumer does not handle xml-comments

2009-02-27 Thread Thorsten Scherler (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thorsten Scherler updated COCOON-2253: -- Attachment: TestComment.java Class that will show the error. Save it where you have

[jira] Issue Comment Edited: (COCOON-2253) StringXMLizable in combination with IncludeXMLConsumer does not handle xml-comments

2009-02-27 Thread Thorsten Scherler (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12677346#action_12677346 ] thorsten edited comment on COCOON-2253 at 2/27/09 4:36 AM:

[jira] Updated: (COCOON-2253) StringXMLizable in combination with IncludeXMLConsumer does not handle xml-comments

2009-02-27 Thread Thorsten Scherler (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thorsten Scherler updated COCOON-2253: -- Affects Version/s: 2.2 StringXMLizable in combination with IncludeXMLConsumer does

[jira] Commented: (COCOON-2253) StringXMLizable in combination with IncludeXMLConsumer does not handle xml-comments

2009-02-27 Thread Thorsten Scherler (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12677352#action_12677352 ] Thorsten Scherler commented on COCOON-2253: --- This happens with jdk 1.5 and 1.6.

[jira] Updated: (COCOON-2253) StringXMLizable in combination with IncludeXMLConsumer does not handle xml-comments

2009-02-27 Thread Thorsten Scherler (JIRA)
[ https://issues.apache.org/jira/browse/COCOON-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thorsten Scherler updated COCOON-2253: -- Affects Version/s: 2.1.12-dev (Current SVN) StringXMLizable in combination with

Re: IncludeXMLConsumer with RedundantNamespacesFilter does not output comments

2009-02-27 Thread Thorsten Scherler
On Fri, 2009-02-27 at 10:09 +0100, Thorsten Scherler wrote: Hi all, I encountered a very weird problem that happened suddenly. ... You can test it by doing ... I opened an issue https://issues.apache.org/jira/browse/COCOON-2253 which contains a test class and instructions to use them.

Re: IncludeXMLConsumer with RedundantNamespacesFilter does not output comments

2009-02-27 Thread Andreas Hartmann
Hi Thorsten, Thorsten Scherler schrieb: On Fri, 2009-02-27 at 10:09 +0100, Thorsten Scherler wrote: Hi all, I encountered a very weird problem that happened suddenly. ... You can test it by doing ... I opened an issue https://issues.apache.org/jira/browse/COCOON-2253 which contains a test

Re: IncludeXMLConsumer with RedundantNamespacesFilter does not output comments

2009-02-27 Thread Andreas Hartmann
Andreas Hartmann schrieb: Hi Thorsten, Thorsten Scherler schrieb: On Fri, 2009-02-27 at 10:09 +0100, Thorsten Scherler wrote: Hi all, I encountered a very weird problem that happened suddenly. ... You can test it by doing ... I opened an issue

Re: IncludeXMLConsumer with RedundantNamespacesFilter does not output comments

2009-02-27 Thread Andreas Hartmann
Andreas Hartmann schrieb: Hi Thorsten, Thorsten Scherler schrieb: On Fri, 2009-02-27 at 10:09 +0100, Thorsten Scherler wrote: Hi all, I encountered a very weird problem that happened suddenly. ... You can test it by doing ... I opened an issue

Re: IncludeXMLConsumer with RedundantNamespacesFilter does not output comments

2009-02-27 Thread Thorsten Scherler
On Fri, 2009-02-27 at 14:18 +0100, Andreas Hartmann wrote: Hi Thorsten, Thorsten Scherler schrieb: On Fri, 2009-02-27 at 10:09 +0100, Thorsten Scherler wrote: Hi all, I encountered a very weird problem that happened suddenly. ... You can test it by doing ... I opened an