Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 98149 invoked from network); 20 Dec 2007 16:24:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Dec 2007 16:24:55 -0000 Received: (qmail 64415 invoked by uid 500); 20 Dec 2007 16:24:43 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 64185 invoked by uid 500); 20 Dec 2007 16:24:42 -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 64174 invoked by uid 99); 20 Dec 2007 16:24:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Dec 2007 08:24:42 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Dec 2007 16:24:30 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1J5OC5-0004Mz-U3 for dev@geronimo.apache.org; Thu, 20 Dec 2007 08:24:21 -0800 Message-ID: <14439820.post@talk.nabble.com> Date: Thu, 20 Dec 2007 08:24:21 -0800 (PST) From: ivanrc To: dev@geronimo.apache.org Subject: Re: J2EE application client in geronimo 2.0.2 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: iriano@indra.es References: <14434684.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org I=C2=B4m has created application client with that deployment descriptors (geronimo-application-client.xml and application-client.xml) but when I deploy it, I obtain this error: D:\temp\ejb3\geronimo_client>java -jar D:\geronimo-tomcat6-jee5-2.0.2/bin/deploy er.jar --user system --password manager --host localhost --port 1099 deploy app_ client.jar Error: Unable to distribute app_client.jar: Cannot deploy the requested application module because no deployer is able to handle it. This can happen if you have omitted the J2EE deployment descriptor, disabled a deployer module, or if, for example, you are trying to deploy an EJB module on a minimal Geronimo server that does not have EJB support installed. =20 (moduleFile=3DD:\geronimo-tomcat6-jee5-2.0.2\servers\node1\var\temp\geronim= o-d eployer42379.tmpdir\app_client.jar) D:\temp\ejb3\geronimo_client>pause Presione una tecla para continuar . . . Do you know what is the problem? My jar is named app_client.jar and it contains.. - client/MainClient.class that contains main static method=20 - META-INF/application-client.xml: =20 JAXB Client - META-INF/geronimo-application-client.xml: =20 JEE5 JAXBClient 1.1 car =20 JEE5 JAXBClientServer 1.1 car - META-INF/MANIFEST.MF contains: Main-Class: client.MainClient prasad wrote: >=20 > Most of the tests in the webservices-testsuite have a client piece in > it. You will find simple examples of the plan there. >=20 > http://svn.apache.org/repos/asf/geronimo/server/branches/2.0/testsuite/we= bservices-testsuite/ >=20 > Cheers > Prasad >=20 > On Dec 20, 2007 6:33 AM, ivanrc wrote: >> >> Hello, >> >> Can I deploy J2EE 5 application client in geronimo 2.0.2?. there is no >> way >> to do it work!. The previous versions of application-client.xml and >> geronimo-application-client.xml for geronimo 1.1 don=C2=B4t work in gero= nimo >> 2.0.2. >> >> Please write me down some examples of application-client.xml and >> geronimo-application-client.xml. >> >> Thanks. >> >> -- >> View this message in context: >> http://www.nabble.com/J2EE-application-client-in-geronimo-2.0.2-tp144346= 84s134p14434684.html >> Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com. >> >> >=20 >=20 --=20 View this message in context: http://www.nabble.com/J2EE-application-client= -in-geronimo-2.0.2-tp14434684s134p14439820.html Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com.