Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 46090 invoked from network); 28 Apr 2009 00:08:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Apr 2009 00:08:25 -0000 Received: (qmail 98631 invoked by uid 500); 28 Apr 2009 00:08:25 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 98564 invoked by uid 500); 28 Apr 2009 00:08:25 -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 98556 invoked by uid 99); 28 Apr 2009 00:08:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2009 00:08:25 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [98.136.44.63] (HELO smtp108.prem.mail.sp1.yahoo.com) (98.136.44.63) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 28 Apr 2009 00:08:17 +0000 Received: (qmail 23150 invoked from network); 28 Apr 2009 00:07:56 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Message-Id:From:To:Content-Type:Content-Transfer-Encoding:Mime-Version:Subject:Date:X-Mailer; b=Zcw0FWd9UNlGqYkil6YemfDR8T1E8lRFh7e259I41j0vgDMwSlH3Pqu7GqetL4kUVVnrk/Ig9wlRe/sSdUdC3QyFa8GkKvjX3t3f1ooA2ff1r+1984wKlN3lTD2kYmSyabg8fLKMgw2vmEcPWWSqd6Y9LwZBZiXBG+XaDkf1dV8= ; Received: from unknown (HELO ?10.11.55.39?) (david_jencks@76.76.148.215 with plain) by smtp108.prem.mail.sp1.yahoo.com with SMTP; 28 Apr 2009 00:07:55 -0000 X-YMail-OSG: uR72B3sVM1ktwNotcDQExjv_hk5NZbS_T_m1vwq9iHDfVupuw6wKotfBwq6Ublq203lGXxQgMZvJIwkrsy6ItJcwSnjbNl8zAVa2M3E.DmG.5DgZFXBpD1QSKw4Z7fuVLWL6sqfoe2nktg4rfx3uyhvlhEXHMKEe8fkt42_A0w8HSEvAQTd8LbQDexz5.Jlw8a3s_mvtxMmbmlmLY_J3v6WxE4iXbVAGFOn_vgaB_Fs_1Z7rvT5UbHrFqfi1xuiFzFeJ1Sfo7us9928as47Q8npd8R2Xk7ekl.24Oy_akN3WJOGWW68- X-Yahoo-Newman-Property: ymail-3 Message-Id: From: David Jencks To: "Geronimo Dev List (JIRA)" Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: jaxws problem or user ignorance? Date: Mon, 27 Apr 2009 17:07:54 -0700 X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org I'm working on the jaspi tck. One of the apps has a jaxws web service in a war and an app client in a separate ear. The war has the xsd for the wsdl types, but the app client has the wsdl but not the xsd. The app client won't deploy... Deployer operation failed: File does not exist in the module: META-INF/ wsdl/AuthExceptionHelloService_schema1.xsd org.apache.geronimo.common.DeploymentException: File does not exist in the module: META-INF/wsdl/AuthExceptionHelloService_schema1.xsd at org .apache .geronimo .jaxws.builder.EndpointInfoBuilder.build(EndpointInfoBuilder.java:169) at org .apache .geronimo .cxf .builder.CXFServiceRefBuilder.createService(CXFServiceRefBuilder.java: 59) at org .apache .geronimo .jaxws .builder .JAXWSServiceRefBuilder.buildNaming(JAXWSServiceRefBuilder.java:164) at org .apache .geronimo .jaxws .builder .JAXWSServiceRefBuilder.buildNaming(JAXWSServiceRefBuilder.java:103) at org .apache .geronimo .naming .deployment .SwitchingServiceRefBuilder .buildNaming(SwitchingServiceRefBuilder.java:133) at org .apache .geronimo .j2ee .deployment .NamingBuilderCollection.buildNaming(NamingBuilderCollection.java:69) at org .apache .geronimo .client .builder.AppClientModuleBuilder.addGBeans(AppClientModuleBuilder.java: 692) at org .apache .geronimo .j2ee .deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java: 652) at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:256) at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:135) Is this supposed to work? Is the xsd even accessible from the deployed war? Is there some way the client is supposed to be able to retrieve the xsd given the wsdl? thanks david jencks