DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31493>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31493 XSP logicsheet jpath.xsl: incorrect call to JXPathContext.compile Summary: XSP logicsheet jpath.xsl: incorrect call to JXPathContext.compile Product: Cocoon 2 Version: Current CVS 2.1 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: blocks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The xsp logix sheet jpath.xsl incorrectly calls the JXPathContext.compile method from an instance. This leads to a compilation error for the generated java source. compile should be called as a static method i.e JXPathContext.compile i.s.o. jxpathContext.compile.
