javaee / metro-jaxws-commons

Metro has been contributed to Eclipse Foundation. This repository is for legacy review only. Please refer to the Eclipse EE4J Metro project for the very latest
https://eclipse-ee4j.github.io/metro-wsit/
Other
10 stars 9 forks source link

Missing entries in spring.handlers and spring.schemas #11

Open glassfishrobot opened 17 years ago

glassfishrobot commented 17 years ago

As of version 1.7 of jaxws-spring, the file META-INF/spring.handlers is missing entries for the namespaces http://jax-ws.dev.java.net/spring/core and http://jax-ws.dev.java.net/spring/servlet. They should be as follows:

http\://jax-ws.dev.java.net/spring/core=org.apache.xbean.spring.context.v2.XBeanNamespaceHandler http\://jax-ws.dev.java.net/spring/servlet=org.apache.xbean.spring.context.v2.XBeanNamespaceHandler

The corresponding entries are also missing from META-INF/spring.schemas:

http\://jax-ws.dev.java.net/spring/core.xsd=spring-jax-ws-core.xsd http\://jax-ws.dev.java.net/spring/servlet.xsd=spring-jax-ws-servlet.xsd

Environment

Operating System: All Platform: All

Affected Versions

[current]

glassfishrobot commented 17 years ago

Reported by veithen@java.net

glassfishrobot commented 17 years ago

Was assigned to kohsuke@java.net

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAX_WS_COMMONS-11