-
Jun 15th, 2009, 04:39 PM
#1
jax-ws & Spring Support??? [Unable to locate Spring NamespaceHandler]
Guys:
I am getting following error: Unable to locate Spring NamespaceHandler for XML schema namespace [http://jax-ws.dev.java.net/spring/servlet].....does this ever worked with Spring?
My configuration:
tomcat-5.5.27
jdk-1.5_18
spring-2.5.6-SCE01
metro_1.5
jax-ws-spring-1.8.jar
xbean-spring-3.4.3.jar
Spring config header...
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns
="http://www.springframework.org/schema/p"
xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:ws="http://jax-ws.dev.java.net/spring/core"
xmlns:wss="http://jax-ws.dev.java.net/spring/servlet"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schem...-beans-2.5.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schem...ng-aop-2.5.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schem...ing-tx-2.5.xsd
http://jax-ws.dev.java.net/spring/core https://jax-ws.dev.java.net/spring/core.xsd
http://jax-ws.dev.java.net/spring/servlet https://jax-ws.dev.java.net/spring/servlet.xsd">
<wss:binding url="/ws">
<wss:service>
<ws:service bean="#webService" />
</wss:service>
</wss:binding> <!-- this bean implements web service methods -->
<bean id="webService" class="com.ws.service.impl.SearchDelegate" />
</beans>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules