Patch for additional JAX-WS/JAXB services

Paul Sandoz paul.sandoz at oracle.com
Thu Jun 14 07:31:38 PDT 2012


Hi,

Please see below for a patch to declare some additional JAX-WS/JAXB services.

I checked with the JAX-WS team that the BindingContextFactory is not relevant and the services file should not really be distributed with the source for the JDK.

Paul.

diff -r 5185aec6cc3d make/modules/jdk.depconfig
--- a/make/modules/jdk.depconfig	Mon Jun 11 15:28:01 2012 +0200
+++ b/make/modules/jdk.depconfig	Thu Jun 14 16:27:29 2012 +0200
@@ -543,6 +543,12 @@
   javax.xml.soap.SOAPFactory -> META-INF/services/javax.xml.soap.SOAPFactory
 
 @Provider(optional)
+  com.sun.tools.internal.ws.wscompile.WsimportOptions -> META-INF/services/com.sun.tools.internal.ws.wscompile.Plugin
+
+ at Provider(optional)
+  com.sun.tools.internal.xjc.Options -> META-INF/services/com.sun.tools.internal.xjc.Plugin
+
+ at Provider(optional)
   javax.sound.midi.spi.MidiDeviceProvider -> META-INF/services/javax.sound.midi.spi.MidiDeviceProvider
 
 @Provider(optional)




More information about the jigsaw-dev mailing list