DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8379>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8379 Exception when xinclude is combined with xspExpr(Node) Summary: Exception when xinclude is combined with xspExpr(Node) Product: Cocoon 2 Version: 2.0.2 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: sitemap components AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] If XPS page contains <xsp:expr>Node</xsp:expr> and the xinclude transformer is part of the pipeline then follwing expression occurs. It seem that AbstractEnvironment.resolve() needs system id, but XSPObjectHelper.xspExpr() doesn't set one. org.xml.sax.SAXException: Invalid System ID at org.apache.cocoon.environment.AbstractEnvironment.resolve(AbstractEnvironment.java:332) at org.apache.cocoon.transformation.XIncludeTransformer.setDocumentLocator(XIncludeTransformer.java:184) at org.apache.cocoon.xml.AbstractXMLPipe.setDocumentLocator(AbstractXMLPipe.java:75) at org.apache.xalan.transformer.TransformerIdentityImpl.setDocumentLocator(TransformerIdentityImpl.java:843) at org.apache.xml.utils.TreeWalker.<init>(TreeWalker.java:118) at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:324) at org.apache.cocoon.xml.dom.DOMStreamer.stream(DOMStreamer.java:143) at org.apache.cocoon.components.language.markup.xsp.XSPObjectHelper.xspExpr(XSPObjectHelper.java:347) at org.apache.cocoon.www.oem.customer.main_xml.generate(main_xml.java:868) at org.apache.cocoon.generation.ServerPagesGenerator.generate(ServerPagesGenerator.java:260) at org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEventPipeline.java:251) at org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingStreamPipeline.java:399) at org.apache.cocoon.www.sitemap_xmap.matchN101FE(sitemap_xmap.java:1619) at org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:1396) at org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:1335) at org.apache.cocoon.sitemap.Handler.process(Handler.java:222) at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:179) at org.apache.cocoon.sitemap.SitemapManager.process(SitemapManager.java:154) at org.apache.cocoon.Cocoon.process(Cocoon.java:575) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]