Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 98374 invoked from network); 1 Dec 2005 19:10:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Dec 2005 19:10:41 -0000 Received: (qmail 36685 invoked by uid 500); 1 Dec 2005 19:10:39 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 36663 invoked by uid 500); 1 Dec 2005 19:10:38 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 36652 invoked by uid 99); 1 Dec 2005 19:10:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2005 11:10:38 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [66.163.169.226] (HELO smtp106.mail.sc5.yahoo.com) (66.163.169.226) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 01 Dec 2005 11:12:04 -0800 Received: (qmail 6697 invoked from network); 1 Dec 2005 19:10:13 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:Mime-Version:In-Reply-To:References:Content-Type:Message-Id:Content-Transfer-Encoding:From:Subject:Date:To:X-Mailer; b=RUEjsjNIWaFse4uuTfu3KsPtuQXW3JV+DEFeK19L6qZFe5R9TL6+YAfuZMb+LwvRn+80zzaokXqDDoeFQAYllKhLklra4j92XDQnLuk5t5kSrx0sPQLfE5nZMaPQEGc/GsVXMN9ZjTqskFoksFEAp9Sy3FSUbz7j5deEofRf5us= ; Received: from unknown (HELO ?192.168.1.5?) (david?jencks@66.93.38.137 with plain) by smtp106.mail.sc5.yahoo.com with SMTP; 1 Dec 2005 19:10:13 -0000 Mime-Version: 1.0 (Apple Message framework v622) In-Reply-To: <8d7083ba0512011002n425d4121rf242ebe7f11c2406@mail.gmail.com> References: <8d7083ba0512011002n425d4121rf242ebe7f11c2406@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Message-Id: <545bae8428340adaf1e638551a3607ac@yahoo.com> Content-Transfer-Encoding: quoted-printable From: David Jencks Subject: Re: Leading white space in uri causing error while deploy Date: Thu, 1 Dec 2005 11:10:08 -0800 To: user@geronimo.apache.org X-Mailer: Apple Mail (2.622) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks, this should be fixed now. david jencks On Dec 1, 2005, at 10:02 AM, Rajiv M wrote: > hello, > =A0 > This is an extract of datasource deployment plan which gave me an=20 > error as > "invalid URI specified at index..." when I tried to deploy the=20 > datasource: > =A0 > > > =A0 configId=3D"MysqlDatabase"=A0 > =A0 parentId=3D"org/apache/geronimo/Server"> > > > =A0 > =A0=A0=A0 mysql/jars/mysql-connector-java-3.1.8-bin.jar > =A0 > > After checking for a while I found that the tag had=A0white = space=20 > characters before the actual value. On trimming these white spaces,=20 > the datasource deployed successfully. > =A0 > Why was not the white space characters ignored when the deployer=20 > processed the plan? > =A0 > Thanks, > Rajiv=