Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 78187 invoked from network); 17 Nov 2005 23:13:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Nov 2005 23:13:52 -0000 Received: (qmail 43989 invoked by uid 500); 17 Nov 2005 23:13:48 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 43913 invoked by uid 500); 17 Nov 2005 23:13:48 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 43901 invoked by uid 99); 17 Nov 2005 23:13:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2005 15:13:47 -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 [216.136.173.57] (HELO smtp013.mail.yahoo.com) (216.136.173.57) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 17 Nov 2005 15:15:21 -0800 Received: (qmail 83842 invoked from network); 17 Nov 2005 23:13:25 -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=gME0ccf7DwW8ksF3P+P++jQQMFyWnnbZZVfkxMn2Y6Ueh56nDIr4l9ujLMYgLIoRTyInFj38hgw+0hMDBmCux1V3/IqJDLO04ec33CsvCuzLsKUV/9EHNRDO4dbwHDthv1VbbQk85icNHRc+kwBTVy/a86Chp3sFmJpx7OFwo1Q= ; Received: from unknown (HELO ?192.168.1.5?) (david?jencks@66.93.38.137 with plain) by smtp013.mail.yahoo.com with SMTP; 17 Nov 2005 23:13:25 -0000 Mime-Version: 1.0 (Apple Message framework v622) In-Reply-To: <437D0D9F.9070509@apache.org> References: <437D0D9F.9070509@apache.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: David Jencks Subject: Re: SchemaConversionUtils/GenericToSpecificPlanConverter woes continue? Date: Thu, 17 Nov 2005 15:13:20 -0800 To: dev@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 If you change the web namespace to http://geronimo.apache.org/xml/ns/j2ee/web-1.0 does it work? thanks david jencks On Nov 17, 2005, at 3:09 PM, Jacek Laskowski wrote: > Hi, > > I'm pretty sure that my recent problems with plans are related to the > last changes to org.apache.geronimo.schema.SchemaConversionUtils or > org.apache.geronimo.web.deployment.GenericToSpecificPlanConverter (it > is because I'm trying to pinpoint the root cause and I'm pointing to > at anything that changes ;)) > > The following plan is changed to the one where all the elements belong > to jet namespace. > > parentId="org/apache/geronimo/AdventureDataSource1.0.1" > configId="org/apache/geronimo/Adventure1.0.1"> > > > adventure.war > xmlns:naming="http://geronimo.apache.org/xml/ns/naming" > configId="NOT_USED"> > > false > > > service/OpcPurchaseOrderService service-ref-name> > > PurchaseOrderIntfPort > http > localhost > 8080 > /consumer/foo/po > > > > service/OpcOrderTrackingService service-ref-name> > > OrderTrackingIntfPort > http > localhost > 8080 > /consumer/foo/order > > > > jdbc/CatalogDB > AdventureDataSource > > > > > > > Am I missing something? > > Jacek >