Return-Path: X-Original-To: apmail-cocoon-cvs-archive@www.apache.org Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3131D74BC for ; Wed, 9 Nov 2011 15:29:42 +0000 (UTC) Received: (qmail 60236 invoked by uid 500); 9 Nov 2011 15:29:42 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 60179 invoked by uid 500); 9 Nov 2011 15:29:41 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 60172 invoked by uid 99); 9 Nov 2011 15:29:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2011 15:29:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2011 15:29:39 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 398F023889EC for ; Wed, 9 Nov 2011 15:29:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1199796 - /cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/COB-INF/sitemap.xmap Date: Wed, 09 Nov 2011 15:29:18 -0000 To: cvs@cocoon.apache.org From: thorsten@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111109152918.398F023889EC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: thorsten Date: Wed Nov 9 15:29:17 2011 New Revision: 1199796 URL: http://svn.apache.org/viewvc?rev=1199796&view=rev Log: Fixing parameter call since we now allow objects in the sitemap we need to make sure to request a string otherwise we will get java.lang.ClassCastException: java.util.Locale cannot be cast to java.lang.String at org.apache.cocoon.sax.component.I18nTransformer.setup(I18nTransformer.java:787) at Bug and solution reported by Ajay Deshwal. Modified: cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/COB-INF/sitemap.xmap Modified: cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/COB-INF/sitemap.xmap URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/COB-INF/sitemap.xmap?rev=1199796&r1=1199795&r2=1199796&view=diff ============================================================================== --- cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/COB-INF/sitemap.xmap (original) +++ cocoon/cocoon3/trunk/cocoon-sample/src/main/resources/COB-INF/sitemap.xmap Wed Nov 9 15:29:17 2011 @@ -437,7 +437,7 @@ - +