https://jax-ws-commons.dev.java.net/issues/show_bug.cgi?id=5
Issue #|5
Summary|Missing entries in spring.schemas and spring.handlers
|for local transport in jaxws-spring 1.4
Component|jax-ws-commons
Version|current
Platform|All
OS/Version|All
URL|
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P2
Subcomponent|spring
Assigned to|kohsuke
Reported by|al130959
------- Additional comments from al13...@dev.java.net Fri May 25 22:54:23 +0000
2007 -------
In order to get local transport to work, there is an entry missing for
local-transport in each of the two files META-INF/spring.services and
META-INF/spring.handlers:
In spring.schemas, the line
http\://jax-ws.dev.java.net/spring/local-transport.xsd=spring-jax-ws-local-transport.xsd
must be added, while in spring.handlers, the line
http\://jax-ws.dev.java.net/spring/local-transport=org.apache.xbean.spring.context.v2.XBeanNamespaceHandler
is missing.
After fixing this, can you please push version 1.4.1 (or so), so that I can
reference an official version in the java.net Maven2 repository from my POM
file?
Thanks & best regards,
Andreas