Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 91609 invoked from network); 8 Jun 2007 21:25:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jun 2007 21:25:48 -0000 Received: (qmail 57127 invoked by uid 500); 8 Jun 2007 21:25:51 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 56935 invoked by uid 500); 8 Jun 2007 21:25:50 -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 56920 invoked by uid 99); 8 Jun 2007 21:25:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 14:25:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 14:25:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DBDA57141F3 for ; Fri, 8 Jun 2007 14:25:25 -0700 (PDT) Message-ID: <28463087.1181337925896.JavaMail.jira@brutus> Date: Fri, 8 Jun 2007 14:25:25 -0700 (PDT) From: "johann renck (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Updated: (MYFACES-1661) java.lang.StringBuffer: method insert(ILjava/lang/CharSequence;)Ljava/lang/StringBuffer; not found In-Reply-To: <11916625.1181336546072.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/jira/browse/MYFACES-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] johann renck updated MYFACES-1661: ---------------------------------- Status: Patch Available (was: Open) > java.lang.StringBuffer: method insert(ILjava/lang/CharSequence;)Ljava/lang/StringBuffer; not found > -------------------------------------------------------------------------------------------------- > > Key: MYFACES-1661 > URL: https://issues.apache.org/jira/browse/MYFACES-1661 > Project: MyFaces Core > Issue Type: Bug > Components: General > Affects Versions: 1.1.4, 1.1.5 > Environment: windows xp sp1, weblogic 8.1, SUN jdk 1.4.2.05 > Reporter: johann renck > > javax.faces.webapp.UIComponentTag includes a method call that is not jdk 1.4 compatible inside the method > private static void getPathToComponent(UIComponent component, StringBuffer buf) > ... > StringBuffer intBuf = new StringBuffer(); > ... > buf.insert(0, intBuf); > ... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.