Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 33779 invoked from network); 16 Jun 2005 03:04:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Jun 2005 03:04:28 -0000 Received: (qmail 23163 invoked by uid 500); 16 Jun 2005 03:04:23 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 23127 invoked by uid 500); 16 Jun 2005 03:04:23 -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 23114 invoked by uid 99); 16 Jun 2005 03:04:23 -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.207 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.207) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 15 Jun 2005 20:04:17 -0700 Received: by wproxy.gmail.com with SMTP id 70so225620wra for ; Wed, 15 Jun 2005 20:03:40 -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=DYnYNuyMa+eaZxYljx053Ho3gvvsLjHMkhDEmvpkFa6dHnGqXkzO68eF1X9xodPXo4VCt//hxOnfViu9TiEq1yCnfe3Mc7simIb81siWIqSuPKy/AHa316iGtcjemXMsVX7Uv7n2zQenIDZKX+lHNDGC+M22d/xb8m3h8w1sWew= Received: by 10.54.51.26 with SMTP id y26mr320551wry; Wed, 15 Jun 2005 20:03:40 -0700 (PDT) Received: from ?192.168.1.3? ([210.211.105.39]) by mx.gmail.com with ESMTP id 27sm1022298wrl.2005.06.15.20.03.38; Wed, 15 Jun 2005 20:03:40 -0700 (PDT) Message-ID: <42B0EC01.8090408@gmail.com> Date: Thu, 16 Jun 2005 13:03:29 +1000 From: Stefan Schmidt User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: [jira] Commented: (GERONIMO-672) EJB Web Service Endpoint WSDL problem References: <200506160254.j5G2srtF013937@sun.savoirtech.com> In-Reply-To: <200506160254.j5G2srtF013937@sun.savoirtech.com> 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 currently checking out the latest code (I assume you have changed a few things there recently). And the I need to build Geronimo again (a painful task with all these errors I get there). Hopefully it works this time. Which Tomcat are you using? I am on Windows, do I install Tomcat separately (and reference it in /j2ee-server-tomcat-plan.xml)/ or do I put it somewhere into Geronimo? Stefan Jeff Genender wrote: >Yes of course. I suspect the error will be the same on the Tomcat side, >but lets give it a shot. > >Jeff > >-----Original Message----- >From: Stefan Schmidt [mailto:schmidtitc@gmail.com] >Sent: Wednesday, June 15, 2005 7:50 PM >To: dev@geronimo.apache.org >Subject: Re: [jira] Commented: (GERONIMO-672) EJB Web Service Endpoint WSDL >problem > >Hi Jeff, > > >I had a chat with Davic J the other day and he agreed that this is a bug. If >you want to test it yourself: the code, descriptors etc are actually taken >from the jBoss examples. The only thing you have to do to make it Geronimo >complient is to enter a proper HelloService.wsdl (if I remember correctly :-). I could also send the >hello-ejb.jar to you (it is a simple example with only a session bean - no >entity beans - no database). Btw, the same jBoss example running in front of >a servlet (hello-servlet.war) as a JSE runs smoothly. > >Are you still interested in testing Web services in Tomcat? > >Regards, > >Stefan Schmidt > > > >Jeff Genender (JIRA) wrote: > > > >> [ >>http://issues.apache.org/jira/browse/GERONIMO-672?page=comments#action >>_12313782 ] >> >>Jeff Genender commented on GERONIMO-672: >>---------------------------------------- >> >>Could this be a configuration issue with your webservices.xml or other >> >> >file? The error is stating is cannot find the wsdl at >ETA-INF/wsdl/HelloService.wsdl. Note the missing "M". Should this not be >META-INF/wsdl/HelloService.wsdl? > > >> >> >> >> >>>EJB Web Service Endpoint WSDL problem >>>------------------------------------- >>> >>> Key: GERONIMO-672 >>> URL: http://issues.apache.org/jira/browse/GERONIMO-672 >>> Project: Geronimo >>> Type: Bug >>> Components: webservices >>> Versions: 1.0-M4 >>>Environment: Windows XP SP2 >>> Reporter: Stefan Schmidt >>> >>> >>> >>> >> >> >> >> >>>When trying to read the WSDL file of a deployed EJB Endpoint >>> >>> >(http://localhost:8080/hello-ejb/Hello?wsdl) I get the following error msg >in the geronimo.log: > > >>>15:49:08,717 DEBUG [HttpServer] Try >>>HttpContext[/hello-ejb/Hello,null],0 >>>15:49:08,717 WARN [HttpConnection] GET /hello-ejb/Hello?wsdl HTTP/1.1 >>>HttpException(500,Internal Server Error,Could not fetch wsdl!) >>>15:49:08,717 DEBUG [HttpConnection] EXCEPTION >>>HttpException(500,Internal Server Error,Could not fetch wsdl!) >>> at >>> >>> >org.apache.geronimo.jetty.JettyEJBWebServiceContext.handle(JettyEJBWebServic >eContext.java:139) > > >>> at org.mortbay.http.HttpServer.service(HttpServer.java:954) >>> at org.mortbay.http.HttpConnection.service(HttpConnection.java:814) >>> at >>> >>> >org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:981) > > >>> at org.mortbay.http.HttpConnection.handle(HttpConnection.java:831) >>> at >>> >>> >org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) > > >>> at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) >>> at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) >>>Caused by: java.lang.IllegalStateException: No wsdl or schema known at >>> >>> >location: ETA-INF/wsdl/HelloService.wsdl > > >>> at >>> >>> >org.apache.geronimo.axis.server.AxisWebServiceContainer.getWsdl(AxisWebServi >ceContainer.java:253) > > >>> at >>> >>> >org.apache.geronimo.jetty.JettyEJBWebServiceContext.handle(JettyEJBWebServic >eContext.java:134) > > >>> ... 7 more >>>15:49:08,717 DEBUG [HttpConnection] RESPONSE: >>>HTTP/1.1 500 Internal Server Error >>>Date: Mon, 13 Jun 2005 05:49:08 GMT >>>Server: Jetty/5.1.4rc0 (Windows XP/5.1 x86 java/1.4.2_08 >>>Connection: close >>>The hello-ejb.jar EJB is a simple example taken from jBoss 4 WS examples. >>>Stefan Schmidt >>> >>> >>> >>> >> >> >> >> > > > > >