Return-Path: Delivered-To: apmail-tiles-users-archive@minotaur.apache.org Received: (qmail 88356 invoked from network); 2 May 2010 08:49:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 May 2010 08:49:49 -0000 Received: (qmail 51748 invoked by uid 500); 2 May 2010 08:49:48 -0000 Delivered-To: apmail-tiles-users-archive@tiles.apache.org Received: (qmail 51598 invoked by uid 500); 2 May 2010 08:49:46 -0000 Mailing-List: contact users-help@tiles.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@tiles.apache.org Delivered-To: mailing list users@tiles.apache.org Received: (qmail 51590 invoked by uid 99); 2 May 2010 08:49:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 May 2010 08:49:45 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of asaf.lahav@gmail.com designates 209.85.161.45 as permitted sender) Received: from [209.85.161.45] (HELO mail-fx0-f45.google.com) (209.85.161.45) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 May 2010 08:49:37 +0000 Received: by fxm12 with SMTP id 12so1195575fxm.32 for ; Sun, 02 May 2010 01:49:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=bzSE1SCF1zaUiM1Lw5IPvlHb6wXCeXZEzHiyimGbojs=; b=wuZZsOx1E0QQzt3oT9JQgeu3BU8GSIYjJC/mURxgYP0bXHdWjA45LTtsj7HplvdWTI HQTABLxQRoa1ovCx3Rp/GrWDj3VtVN8RrVsE8s3kCnuLEXOFiTBv1/HBO5r3Ime8vlmC CzyUMWxxtolzw89WkcmlLo8rPmrsMn4Mxtrh4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=uAe37ydUecFGktgKcxrFdcZmefbZGdQV543XCdxT/iCwK5s/LLfqg0frPRLLLnO5df nC3HwgjuZU6r+uHx4ZsqKlt8PX+hB+S9dmiCW+HVsOXIsa4wRlFKTScA1yvF5qFRCbg3 JBHWJjVFi7UKPgm/izkyJuQuyEk+sC6LDk1Eg= MIME-Version: 1.0 Received: by 10.239.167.145 with SMTP id g17mr1267747hbe.123.1272790157150; Sun, 02 May 2010 01:49:17 -0700 (PDT) Received: by 10.239.172.130 with HTTP; Sun, 2 May 2010 01:49:17 -0700 (PDT) In-Reply-To: References: Date: Sun, 2 May 2010 11:49:17 +0300 Message-ID: Subject: Re: initialization problems From: Asaf Lahav To: users@tiles.apache.org Content-Type: multipart/alternative; boundary=001485f03caa30cbc10485988d0f X-Virus-Checked: Checked by ClamAV on apache.org --001485f03caa30cbc10485988d0f Content-Type: text/plain; charset=ISO-8859-1 How do i use java based configuration? Is there any info about on the user manual? On Sat, May 1, 2010 at 11:48 AM, Antonio Petrelli < antonio.petrelli@gmail.com> wrote: > 2010/5/1 Asaf Lahav : > > Following is the Tomcat initialization log inidcating usage of deprecated > > classes... (in red). > >... > > 62 [main] WARN org.apache.tiles.factory.TilesContainerFactory - > DEPRECATION > > WARNING! You are using parameter-based initialization, that is no > > longer supported! > > Please see docs: > > http://tiles.apache.org/framework/tutorial/configuration.html > > This means that configuration through initialization parameters is no > deprecated in Tiles 2.2.x. You can live with it, or use Java-based > configuration: > http://tiles.apache.org/framework/tutorial/configuration.html > > Antonio > --001485f03caa30cbc10485988d0f--