Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 76859 invoked from network); 18 Nov 2008 09:20:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Nov 2008 09:20:08 -0000 Received: (qmail 8548 invoked by uid 500); 18 Nov 2008 09:20:05 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 8323 invoked by uid 500); 18 Nov 2008 09:20:04 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 8148 invoked by uid 99); 18 Nov 2008 09:20:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2008 01:20:03 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aousov@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2008 09:18:41 +0000 Received: by ug-out-1314.google.com with SMTP id 30so140988ugs.39 for ; Tue, 18 Nov 2008 01:19:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=Lmi0uMazIwYn/4GAL9uugG4WGZRdJdoliiaHzLQbI8k=; b=ILjjvngTfmA0YQjlTs286iMaQ6Jvwn963fx03eyTlmBN/094agTCaDX6gFJA/e8UCm 0k6nXulDCH0BMUDufgJu7za8QtoOUV+M3u4tN2fkLscjUAbObgIsAgFVLGa06OxsWf7b VsuUdPhs5wzEJ8Z22wnRhtBo7emUscjT/Oxgg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=IOfn6uyFs5G1V68lO6aGcuUjLq2TEd1XmBCciKhH9l/J/zRVCw2ZSorzntUh2yEaiW kLbsERqHaqCcTddvvJxHrBFx2JjjS2TCHu8QbvD7Fa3lbdLL1qUbmN4lBJ/MEHS9ci68 F448b2YUoicx4YFKixggIkpzp8Zij9/u19z/M= Received: by 10.66.248.5 with SMTP id v5mr1986932ugh.75.1226999955030; Tue, 18 Nov 2008 01:19:15 -0800 (PST) Received: from ?89.105.149.147? ([89.105.149.147]) by mx.google.com with ESMTPS id g30sm6137178ugd.32.2008.11.18.01.19.14 (version=SSLv3 cipher=RC4-MD5); Tue, 18 Nov 2008 01:19:14 -0800 (PST) Message-ID: <4922889B.9040808@gmail.com> Date: Tue, 18 Nov 2008 16:19:23 +0700 From: Alexey Ousov User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: users@tomcat.apache.org Subject: Configuring JNDI resources Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello All! I have a simple but important question about JNDI configuration in Tomcat 5.5. As I know, Tomcat 5.5 introduces new syntax, for example I have the following resource: Everything is fine, except I need to pass another one property to FBConnectionPoolDataSource, and unfortunately this property is named "setType(String)", but I cannot have two attributes named "type" in one element. While using old syntax with it was possible. Is it possible to pass "type" property with new syntax? --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org