Return-Path: Delivered-To: apmail-archiva-issues-archive@www.apache.org Received: (qmail 52126 invoked from network); 14 Aug 2008 18:00:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Aug 2008 18:00:56 -0000 Received: (qmail 42645 invoked by uid 500); 14 Aug 2008 18:00:55 -0000 Delivered-To: apmail-archiva-issues-archive@archiva.apache.org Received: (qmail 42631 invoked by uid 500); 14 Aug 2008 18:00:55 -0000 Mailing-List: contact issues-help@archiva.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@archiva.apache.org Delivered-To: mailing list issues@archiva.apache.org Received: (qmail 42620 invoked by uid 500); 14 Aug 2008 18:00:55 -0000 Delivered-To: apmail-maven-archiva-issues@maven.apache.org Received: (qmail 42617 invoked by uid 99); 14 Aug 2008 18:00:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Aug 2008 11:00:55 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Aug 2008 17:59:59 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 0218414A8049 for ; Thu, 14 Aug 2008 13:00:27 -0500 (CDT) Message-ID: <19926708.1218736827006.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Thu, 14 Aug 2008 13:00:27 -0500 (CDT) From: "Fabrice Daugan (JIRA)" To: archiva-issues@maven.apache.org Subject: [jira] Commented: (MRM-905) EL Expression failed with empty/not functions In-Reply-To: <5087947.1218391707264.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRM-905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=145067#action_145067 ] Fabrice Daugan commented on MRM-905: ------------------------------------ Also, i think there are som common code with Contunuum, since the same error (but non blocker) occurs in the header. > EL Expression failed with empty/not functions > --------------------------------------------- > > Key: MRM-905 > URL: http://jira.codehaus.org/browse/MRM-905 > Project: Archiva > Issue Type: Bug > Components: web application > Affects Versions: 1.1 > Environment: Windows XP SP3 FR > java (JDK) "1.6.0_07" > apache tomcat "6.0.18" > activation-1.1.jar > mail-1.4.jar > derby-10.1.3.1.jar > Reporter: Fabrice Daugan > Assignee: Maria Odea Ching > Priority: Blocker > Fix For: 1.1.2 > > Attachments: catalina.2008-08-10.log, localhost.2008-08-10.log > > > After installing as Wiki said, as a tomcat WAR, i get parsing error in some JSP/TAG code. > Some examples : > org.apache.jasper.JasperException: /WEB-INF/jsp/components/companyLogo.jsp(22,0) "${!empty(organisationLogo)}" contient d'incorrecte(s) expression(s): javax.el.ELException: Function ':empty' not found > org.apache.jasper.JasperException: /WEB-INF/tags/currentWWUrl.tag(29,0) "${!empty(action) && !empty(namespace)}" contient d'incorrecte(s) expression(s): javax.el.ELException: Function ':empty' not found > I've added logs as attachments. > The workaround is very simple : > replace EL exepressions containing "empty(" with "empty (", and "not(" with "not (" as EL expression requires. > This is a VERY strange error since i've successufully setup Archiva on my profesionnal server, and i got these error on two distinct personnal systems. > I'll check the professionnal/personnal system differences. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira