Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 49881 invoked from network); 11 Jun 2005 23:13:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jun 2005 23:13:03 -0000 Received: (qmail 39855 invoked by uid 500); 11 Jun 2005 23:13:01 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 39833 invoked by uid 500); 11 Jun 2005 23:13:01 -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 39817 invoked by uid 99); 11 Jun 2005 23:13:01 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of schmidtitc@gmail.com designates 64.233.184.193 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.193) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 11 Jun 2005 16:12:59 -0700 Received: by wproxy.gmail.com with SMTP id 70so1389572wra for ; Sat, 11 Jun 2005 16:12:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=nQiyRcY1QkOlmV69R7uXtM/ii1f/uJp+mI7YayD/rx9pjU1BagDyzyOogkUz+yQD/mSeNMZrcI0NBwfYraX5+iAjWrQJDIKBtkqoe69JV9aOeGmfwuvLarcMOioWtmQQAVCWjEy/FLJW+f2CXmTJ0nmIzCeCIdDn2K09P+2WQ90= Received: by 10.54.36.66 with SMTP id j66mr1686435wrj; Sat, 11 Jun 2005 16:12:58 -0700 (PDT) Received: from ?192.168.1.3? ([210.211.105.39]) by mx.gmail.com with ESMTP id 8sm2702865wrl.2005.06.11.16.12.56; Sat, 11 Jun 2005 16:12:58 -0700 (PDT) Message-ID: <42AB6FF4.1060609@gmail.com> Date: Sun, 12 Jun 2005 09:12:52 +1000 From: Stefan Schmidt User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@geronimo.apache.org Subject: Re: Web Service tests References: <42A917F5.000001.24250@tide.yandex.ru> <0be789b15825c1887f17cda83a86fb16@yahoo.com> <42AA6FFD.1040902@gmail.com> <42AB24CD.2040206@apache.org> In-Reply-To: <42AB24CD.2040206@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I am using a build which is about two weeks old, so you might be correct that your fixes are not included. Are the 'latest unstable build' downloads current or do I have to use maven (last time it took 6 attempts before it worked without a build error)? :Stefan Jeremy Boynes wrote: > Quick question - are you using the current HEAD build? There were a > couple of bugs in our JAF implementation which would lead to similar > failures to the first one which I checked fixes in for earlier this week. > > -- > Jeremy > > Stefan Schmidt wrote: > >> Hi, >> >> I am currently trying to get some JAX-RPC Web services running on >> Geronimo. Since there are not too many examples out there I chose to >> try the jBoss examples which are described here: >> http://docs.jboss.org/jbossas/jboss4guide/r2/html/ch12.html. >> >> After inserting a proper url in the HelloService.wsdl (> location="http://localhost:8080/hello-servlet/Hello?WSDL"/>) I was >> able to deploy the war file with the JSE Web Service. >> >> The problem here is if I invoke >> http://localhost:8080/hello-servlet/Hello?method=hello&s=test I get >> the following SOAP-Fault: >> [....] >> soapenv:Server.userException >> - >> >> org.xml.sax.SAXParseException: Premature end of file. >> >> [...] >> >> ..when I use the supplied Client I get the following error: >> [..] >> [java] faultString: Tried to invoke method public abstract >> java.lang.String org.jboss.chap12.hello.Hello.hello(java.lang.String) >> throws java.rmi.RemoteException with arguments java.lang.String. The >> arguments do not match the signature.; nested exception is: >> [java] java.lang.IllegalArgumentException: object is not an >> instance of declaring class >> [...] >> >> In a second attempt I tried to deploy the hello-ejb.jar example which >> serves as an EJB endpoint. Unfortunately I get a exception during >> deployment: >> [...] >> 558 WARN [BasicLifecycleMonitor] Exception occured while notifying >> listener >> java.lang.NoSuchMethodError: >> org.apache.geronimo.webservices.SoapHandler.addWebService >> (Ljava/lang/String;Lorg/apache/geronimo/webservices/WebServiceContainer;)V >> >> at >> org.openejb.server.axis.WSContainer.(WSContainer.java:87) >> [...] >> >> Both of these Applications work perfectly in jBoss and I can't see >> why they shouldn't work in Geronimo. >> >> I would be grateful if someone could try to deploy these applications >> as well and tell me whether this is rather my problem or a Geronimo >> Problem. >> >> Thanks in advance. >> >> Stefan > > >