Hi all,
I'm trying to deploy a webservice, using jboss 4.0.4.GA and jbossws 1.0.1.GA. 
All the deployment artifacts are generated by wstools.sh, but when jboss try to 
deploy the service, the following error occurs:


  | 16:32:40,909 ERROR [JBossXSErrorHandler] 
[domain:http://www.w3.org/TR/xml-schema-1]::[key=src-resolve]::Message=src-resolve:
 Cannot resolve the name 'tns:Throwable' to a(n) 'type definition' component.
  | 16:32:40,910 ERROR [JBossXSErrorHandler] 
[domain:http://www.w3.org/TR/xml-schema-1]::[key=src-resolve]::Message=src-resolve:
 Cannot resolve the name 'tns:Item' to a(n) 'type definition' component.
  | 16:32:40,910 ERROR [JBossXSErrorHandler] 
[domain:http://www.w3.org/TR/xml-schema-1]::[key=src-resolve]::Message=src-resolve:
 Cannot resolve the name 'tns:Item' to a(n) 'type definition' component.
  | 16:32:40,949 ERROR [JBossXSErrorHandler] 
[domain:http://www.w3.org/TR/xml-schema-1]::[key=src-resolve]::Message=src-resolve:
 Cannot resolve the name 'tns:Throwable' to a(n) 'type definition' component.
  | 16:32:40,950 ERROR [JBossXSErrorHandler] 
[domain:http://www.w3.org/TR/xml-schema-1]::[key=src-resolve]::Message=src-resolve:
 Cannot resolve the name 'tns:Item' to a(n) 'type definition' component.
  | 16:32:40,950 ERROR [JBossXSErrorHandler] 
[domain:http://www.w3.org/TR/xml-schema-1]::[key=src-resolve]::Message=src-resolve:
 Cannot resolve the name 'tns:Item' to a(n) 'type definition' component.
  | 16:32:40,983 ERROR [JBossXSErrorHandler] 
JBossWS_org.jboss.ws_samples_rpcstyle_types50532.xsd[domain:http://www.w3.org/TR/xml-schema-1]::[key=src-resolve]::Message=src-resolve:
 Cannot resolve the name 'tns:Throwable' to a(n) 'type definition' component.
  | 16:32:40,984 ERROR [JBossXSErrorHandler] 
JBossWS_org.jboss.ws_samples_rpcstyle_types50532.xsd[domain:http://www.w3.org/TR/xml-schema-1]::[key=src-resolve]::Message=src-resolve:
 Cannot resolve the name 'tns:Item' to a(n) 'type definition' component.
  | 16:32:40,984 ERROR [JBossXSErrorHandler] 
JBossWS_org.jboss.ws_samples_rpcstyle_types50532.xsd[domain:http://www.w3.org/TR/xml-schema-1]::[key=src-resolve]::Message=src-resolve:
 Cannot resolve the name 'tns:Item' to a(n) 'type definition' component.
  | 16:32:41,003 ERROR [JBossXSErrorHandler] 
[domain:http://www.w3.org/TR/xml-schema-1]::[key=src-resolve]::Message=src-resolve:
 Cannot resolve the name 'tns:Throwable' to a(n) 'type definition' component.
  | 16:32:41,003 ERROR [JBossXSErrorHandler] 
[domain:http://www.w3.org/TR/xml-schema-1]::[key=src-resolve]::Message=src-resolve:
 Cannot resolve the name 'tns:Item' to a(n) 'type definition' component.
  | 16:32:41,004 ERROR [JBossXSErrorHandler] 
[domain:http://www.w3.org/TR/xml-schema-1]::[key=src-resolve]::Message=src-resolve:
 Cannot resolve the name 'tns:Item' to a(n) 'type definition' component.
  | 16:32:41,067 ERROR [JBossXSErrorHandler] 
[domain:http://www.w3.org/TR/xml-schema-1]::[key=src-resolve]::Message=src-resolve:
 Cannot resolve the name 'tns:Throwable' to a(n) 'type definition' component.
  | 16:32:41,068 ERROR [JBossXSErrorHandler] 
[domain:http://www.w3.org/TR/xml-schema-1]::[key=src-resolve]::Message=src-resolve:
 Cannot resolve the name 'tns:Item' to a(n) 'type definition' component.
  | 16:32:41,069 ERROR [JBossXSErrorHandler] 
[domain:http://www.w3.org/TR/xml-schema-1]::[key=src-resolve]::Message=src-resolve:
 Cannot resolve the name 'tns:Item' to a(n) 'type definition' component.
  | 16:32:41,251 ERROR [MainDeployer] Could not create deployment: 
file:/home/amarcos/jboss-4.0.4.GA/server/default/deploy/colt/aptCatalog.war
  | org.jboss.ws.WSException: Cannot obtain servlet mapping for servlet link: 
ServiceValidation
  |     at 
org.jboss.ws.deployment.JSR109ServerMetaDataBuilder.initServicePathJSE(JSR109ServerMetaDataBuilder.java:315)
  |     at 
org.jboss.ws.deployment.JSR109ServerMetaDataBuilder.buildMetaData(JSR109ServerMetaDataBuilder.java:202)
  |     at 
org.jboss.ws.deployment.ServiceEndpointDeployer.create(ServiceEndpointDeployer.java:78)
  |     at 
org.jboss.ws.integration.jboss.DeployerInterceptor.create(DeployerInterceptor.java:80)
  |     at 
org.jboss.ws.integration.jboss.DeployerInterceptorJSE.create(DeployerInterceptorJSE.java:74)
  |     at 
org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.create(SubDeployerInterceptorSupport.java:180)
  |     at 
org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:91)
  |     at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  |     at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  |     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  |     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  |     at $Proxy44.create(Unknown Source)
  |     at org.jboss.deployment.MainDeployer.create(MainDeployer.java:953)
  |     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:807)
  |     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
  |     at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
  |     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |     at java.lang.reflect.Method.invoke(Method.java:585)
  |     at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  |     at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
  |     at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  |     at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
  |     at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  |     at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  |     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  |     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  |     at $Proxy6.deploy(Unknown Source)
  |     at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
  |     at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:610)
  |     at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
  |     at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274)
  |     at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)
  | 

Can anyone help me with this problem?

Thanks a lot,
   Antonio.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954750#3954750

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954750

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to