[Fwd: [jira] Closed: (MNG-2339) ${project.*} are interpreted in the wrong place]

2008-02-27 Thread Joerg Heinicke
Eventually ... Joerg Original Message Subject: [jira] Closed: (MNG-2339) ${project.*} are interpreted in the wrong place Date: Wed, 27 Feb 2008 18:56:28 -0600 (CST) [http://jira.codehaus.org/browse/MNG-2339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]

[jira] Subscription: COCOON-open-with-patch

2008-02-27 Thread jira
Issue Subscription Filter: COCOON-open-with-patch (106 issues) Subscriber: cocoon Key Summary COCOON-2168 ResourceReader produces Java Heap Overflow when reading a huge resource https://issues.apache.org/jira/browse/COCOON-2168 COCOON-2162 [PATCH] Fix for Paginator when acces

Re: "xsltc" transformer masks exceptions from CIncluded resources

2008-02-27 Thread Tobia Conforto
I would like to include the patch to cocoon. One question: Does work the the patch for "xslt" and "xsltc" or just for the latter? Hi The patch seems to work for both xslt and xsltc, but I haven't tried other variants, such as Saxon. I'm still working on it though. I'm trying to cause all

Re: "xsltc" transformer masks exceptions from CIncluded resources

2008-02-27 Thread Antonio Gallardo
Hi Tobia, I would like to include the patch to cocoon. One question: Does work the the patch for "xslt" and "xsltc" or just for the latter? Best Regards, Antonio Gallardo Tobia Conforto escribió: Thank you for your insight. Actually XSLTC does preserve the cause, but it's wrapped in Trans

Re: "xsltc" transformer masks exceptions from CIncluded resources

2008-02-27 Thread Tobia Conforto
Thank you for your insight. Actually XSLTC does preserve the cause, but it's wrapped in TransformerExceptions. I managed to solve the issue by patching TraxTransformer so that it removes wrapping exceptions (of SAXException and TransformerException type, arbitrarily nested) before re-throwi