You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by David Jencks <da...@yahoo.com> on 2009/04/28 02:07:54 UTC

jaxws problem or user ignorance?

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