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.schemas and spring.handlers for local transport in jaxws-spring 1.4 #5

Closed glassfishrobot closed 16 years ago

glassfishrobot commented 17 years ago

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

Environment

Operating System: All Platform: All

Affected Versions

[current]

glassfishrobot commented 17 years ago

Reported by al130959@java.net

glassfishrobot commented 16 years ago

al130959@java.net said: Changed from P2 to P3

glassfishrobot commented 16 years ago

kohsuke@java.net said: Thanks, and my apologies for the delay. Fixed in 1.8.

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-5

glassfishrobot commented 16 years ago

Marked as fixed on Tuesday, January 15th 2008, 3:29:43 am