[ http://issues.apache.org/jira/browse/COCOON-1280?page=all ]

Ralph Goers updated COCOON-1280:
--------------------------------

    Bugzilla Id:   (was: 31493)
      Component: Blocks: XSP
                     (was: Blocks: (Undefined))
    Description: 
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.

  was:
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.


> XSP logicsheet jpath.xsl: incorrect call to JXPathContext.compile
> -----------------------------------------------------------------
>
>          Key: COCOON-1280
>          URL: http://issues.apache.org/jira/browse/COCOON-1280
>      Project: Cocoon
>         Type: Bug
>   Components: Blocks: XSP
>     Versions: 2.1.8-dev (Current SVN)
>  Environment: Operating System: All
> Platform: All
>     Reporter: Rob Berens
>     Assignee: Cocoon Developers Team
>  Attachments: patch.txt
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to