You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "John Eaton (JIRA)" <ji...@apache.org> on 2008/09/17 13:33:44 UTC

[jira] Created: (JCR-1737) JSP page compilation errors when depoyed using oc4j

JSP page compilation errors when depoyed using oc4j
---------------------------------------------------

                 Key: JCR-1737
                 URL: https://issues.apache.org/jira/browse/JCR-1737
             Project: Jackrabbit
          Issue Type: Bug
          Components: jackrabbit-webapp
    Affects Versions: 1.4
         Environment: oc4j
            Reporter: John Eaton


An error in the Welcome.jsp was produced as follows:

cannot find symbol symbol : method log(java.lang.String,java.lang.Throwable)

In a response from the user group it was determined that there should be no expectation in Jackrabbit that the JspPage implementation will inherit from the GeneralServlet base class.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JCR-1737) JSP page compilation errors when depoyed using oc4j

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved JCR-1737.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5
         Assignee: Jukka Zitting

Fixed in revision 698489 by removing the log statement in welcome.jsp. Repository access problems should already be logged in RepositoryAccessServlet, where I now made the log output more detailed.

Thanks for reporting this issue!

> JSP page compilation errors when depoyed using oc4j
> ---------------------------------------------------
>
>                 Key: JCR-1737
>                 URL: https://issues.apache.org/jira/browse/JCR-1737
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: jackrabbit-webapp
>    Affects Versions: 1.4
>         Environment: oc4j
>            Reporter: John Eaton
>            Assignee: Jukka Zitting
>             Fix For: 1.5
>
>
> An error in the Welcome.jsp was produced as follows:
> cannot find symbol symbol : method log(java.lang.String,java.lang.Throwable)
> In a response from the user group it was determined that there should be no expectation in Jackrabbit that the JspPage implementation will inherit from the GeneralServlet base class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.