You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2014/05/05 16:05:14 UTC

[jira] [Created] (SLING-3545) SLING2617Test fails due to missing ELContextWrapper/JspValueExpression

Bertrand Delacretaz created SLING-3545:
------------------------------------------

             Summary: SLING2617Test fails due to missing ELContextWrapper/JspValueExpression
                 Key: SLING-3545
                 URL: https://issues.apache.org/jira/browse/SLING-3545
             Project: Sling
          Issue Type: Bug
          Components: Scripting
            Reporter: Bertrand Delacretaz


The SLING2617Test (from launchpad/integration-tests) fails, probably due to the recent JSP compiler changes, due to the following classes not being found.

I'm not familiar with that code but I suspect those were implementation classes that are gone now.

The failing script is taglib-test.jsp [1].

{code}
The type org.apache.sling.scripting.jsp.jasper.JasperException cannot be resolved. It is indirectly referenced from required .class files
org.apache.sling.scripting.jsp.jasper.el.ELContextWrapper cannot be resolved to a type
org.apache.sling.scripting.jsp.jasper.el.JspValueExpression cannot be resolved to a type
{code}

[1] https://svn.apache.org/repos/asf/sling/trunk/launchpad/integration-tests/src/main/resources/integration-test/taglib-test.jsp



--
This message was sent by Atlassian JIRA
(v6.2#6252)