Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 15762 invoked from network); 6 Oct 2005 11:57:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Oct 2005 11:57:42 -0000 Received: (qmail 97347 invoked by uid 500); 6 Oct 2005 11:57:40 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 97302 invoked by uid 500); 6 Oct 2005 11:57:40 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 97290 invoked by uid 99); 6 Oct 2005 11:57:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2005 04:57:40 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of sean.schofield@gmail.com designates 64.233.162.203 as permitted sender) Received: from [64.233.162.203] (HELO zproxy.gmail.com) (64.233.162.203) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2005 04:57:42 -0700 Received: by zproxy.gmail.com with SMTP id z6so211604nzd for ; Thu, 06 Oct 2005 04:57:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EDKhrVyPip8fV+ZyjyU6BpaxeYX2A3gK5W2yqPiTiZKTlEAaArzQRBBQWsRSZFKRThsn2A12pxTvbEfkf1R9R3/3q2ujcKoCsm9Z40rkLlwBdqSn8mm44NS/+/7kGZQ8hMblchAyN0uImChKNKGMN3haFCNrmzwmmihtXWlRK2o= Received: by 10.36.88.9 with SMTP id l9mr50955nzb; Thu, 06 Oct 2005 04:57:17 -0700 (PDT) Received: by 10.36.252.70 with HTTP; Thu, 6 Oct 2005 04:57:17 -0700 (PDT) Message-ID: <2387fbc50510060457v317fe3ebp9e4b9237b4b2e5d7@mail.gmail.com> Date: Thu, 6 Oct 2005 07:57:17 -0400 From: Sean Schofield Reply-To: Sean Schofield To: MyFaces Development Subject: Re: [jira] Created: (MYFACES-672) RC2: Unsupported major.minor version 49.0 In-Reply-To: <1786443156.1128568552267.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1786443156.1128568552267.JavaMail.jira@ajax.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Bill ran the build this time so that's possible. Thanks for the heads up. sean On 10/5/05, Wendy Smoak (JIRA) wrote: > RC2: Unsupported major.minor version 49.0 > ------------------------------------------ > > Key: MYFACES-672 > URL: http://issues.apache.org/jira/browse/MYFACES-672 > Project: MyFaces > Type: Bug > Components: General > Versions: 1.1.1 > Environment: Tomcat 5.0.30, JDK 1.4.2_09 > Reporter: Wendy Smoak > Priority: Blocker > > > RC2 appears to have been compiled for JDK 1.5. Deploying the sample appl= ications in Tomcat 5.0 with JDK 1.4.2_09 results in 'UnsupportedClassVersio= nError' in the localhost log. > > 2005-10-05 19:54:49 StandardContext[/myfaces-tiles]Error configuring appl= ication listener of class org.apache.myfaces.webapp.StartupServletContextLi= stener > java.lang.UnsupportedClassVersionError: org/apache/myfaces/webapp/Startup= ServletContextListener (Unsupported major.minor version 49.0) > at java.lang.ClassLoader.defineClass0(Native Method) > at java.lang.ClassLoader.defineClass(ClassLoader.java:539) > > > > -- > 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 > >