Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 83754 invoked from network); 26 Jul 2006 14:00:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jul 2006 14:00:50 -0000 Received: (qmail 67698 invoked by uid 500); 26 Jul 2006 14:00:48 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 67424 invoked by uid 500); 26 Jul 2006 14:00:47 -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 67413 invoked by uid 99); 26 Jul 2006 14:00:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 07:00:47 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mario.ruebsam@googlemail.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; Wed, 26 Jul 2006 07:00:46 -0700 Received: by ug-out-1314.google.com with SMTP id m2so3327209uge for ; Wed, 26 Jul 2006 07:00:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=Mk4XoTcqn/kaddz8ld0VfFZaQDG6Y7VFAtgi7vi9fC53P4JJxzsF9eNYwUNA8gWjbhI6ho5NnbecEjuOnR9J1QZHnE8Q6+CCYbArdWElYAJaTmf5eVxyapgPg8a+SW3WyWsF5v805B+aOjXRGuYK50+hXwBRtL57V+SNpOzfKZY= Received: by 10.66.242.20 with SMTP id p20mr5962590ugh; Wed, 26 Jul 2006 07:00:25 -0700 (PDT) Received: from ?192.168.8.11? ( [84.184.61.63]) by mx.gmail.com with ESMTP id h1sm1793987ugf.2006.07.26.07.00.23; Wed, 26 Jul 2006 07:00:24 -0700 (PDT) Message-ID: <44C7752F.4050904@gmail.com> Date: Wed, 26 Jul 2006 15:59:11 +0200 User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: user@geronimo.apache.org Subject: Re: Deploying EAR which has been already deployed in JBoss 4.0.4 References: <20060721122124.272820@gmx.net> <74e15baa0607240700m4d76e6f1y2667687c5e90ec64@mail.gmail.com> <20060725083318.254460@gmx.net> <6e9fb9cd0607252154w234e138bx3ad74d4f47e674d3@mail.gmail.com> <20060726061119.277410@gmx.net> <20060726092331.277400@gmx.net> <44C736B5.6000408@gmail.com> <20060726095513.277440@gmx.net> <44C74DC9.8080804@gmail.com> <20060726115132.188540@gmx.net> <44C75DF3.6090501@gmail.com> <20060726125017.61480@gmx.net> <44C76909.1000706@gmail.com> <20060726134518.61490@gmx.net> In-Reply-To: <20060726134518.61490@gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Mario Ruebsam X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Can you comment out the geronimo-properties-realm element as suggested before, in your geronimo-web.*.xml not the standard web.xml ? Thanks, Mario mika wrote: > > Well, I make the neccessary changes, but the error is the same like B4 (before ;-))! > > I changed the geronimo-web-csample.xml's in the following way (and the other xml's referring to their name too): > > xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.1"> > > > com.myapps > csample > 1.0 > war > > > > /sample > > geronimo-properties-realm > > > ejb/clientInterface > > ejb > ClientInterfaceJAR/EJBClientInterfaceEJB > > > > > But like said, the error remains the same: > > Error: Unable to distribute connector.ear: Unable to initialize > webapp GBean for ccserver.war > Qualifier patterns in the URLPatternSpec cannot match the first > URLPattern > > > There was created in the repository-folder a folder like com/myapp/TCapplication/1.0 like in geronimo-application.xml mentioned. > But this folder is empty! > > The environment-tags in /META-INF/geronimo-application.xml looks like: > > > > com.myapps > TCapplication > 1.0 > ear > > > > > Are these changes valid? What is the reason for the error? It seems, that G 1.1 can't deploy the ccserver.war... > > Thanks a lot, > mika