Return-Path: Delivered-To: apmail-shale-issues-archive@locus.apache.org Received: (qmail 73188 invoked from network); 18 Sep 2008 04:35:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Sep 2008 04:35:15 -0000 Received: (qmail 14806 invoked by uid 500); 18 Sep 2008 04:35:12 -0000 Delivered-To: apmail-shale-issues-archive@shale.apache.org Received: (qmail 14766 invoked by uid 500); 18 Sep 2008 04:35:12 -0000 Mailing-List: contact issues-help@shale.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@shale.apache.org Delivered-To: mailing list issues@shale.apache.org Received: (qmail 14741 invoked by uid 99); 18 Sep 2008 04:35:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Sep 2008 21:35:12 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 04:34:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F1555234C1DB for ; Wed, 17 Sep 2008 21:34:24 -0700 (PDT) Message-ID: <468522201.1221712464987.JavaMail.jira@brutus> Date: Wed, 17 Sep 2008 21:34:24 -0700 (PDT) From: "Craig McClanahan (JIRA)" To: issues@shale.apache.org Subject: [jira] Updated: (SHALE-251) Java 1.5 method java.lang.String.replace(Ljava/lang/CharSequence;Ljava/lang/CharSequence;) used in org.apache.shale.test.mock.MockValueBinding.parse In-Reply-To: <12242065.1155339501246.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/struts/browse/SHALE-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig McClanahan updated SHALE-251: ----------------------------------- Comment: was deleted > Java 1.5 method java.lang.String.replace(Ljava/lang/CharSequence;Ljava/lang/CharSequence;) used in org.apache.shale.test.mock.MockValueBinding.parse > ---------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: SHALE-251 > URL: https://issues.apache.org/struts/browse/SHALE-251 > Project: Shale > Issue Type: Bug > Components: Test > Affects Versions: 1.0.3-SNAPSHOT > Environment: MyFaces Tomahawk 1.1.5 snapshot from 2006-08-11 > Reporter: Mike Kienenberger > Assignee: Craig McClanahan > Fix For: 1.0.3 > > Attachments: MockValueBinding.java.patch.txt > > > java.lang.NoSuchMethodError: java.lang.String.replace(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String; > at org.apache.shale.test.mock.MockValueBinding.parse(MockValueBinding.java:328) > at org.apache.shale.test.mock.MockValueBinding.getValue(MockValueBinding.java:112) > at javax.faces.component.UIOutput.getValue(UIOutput.java:75) > The following Java 1.5 code snuck into the Shale 1.0.3 snapshot test framework, which is documented to be Java 1.4 compatible. > This is causing the default build for MyFaces (which includes running the tests) to fail. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.