Additional JAX-WS/JAXB services, issue with declaring service provider class
Alan Bateman
Alan.Bateman at oracle.com
Wed Jun 13 08:55:21 PDT 2012
On 13/06/2012 16:34, Paul Sandoz wrote:
> On Jun 13, 2012, at 5:12 PM, Alan Bateman wrote:
>
>> :
>>
>> Is there a META-INF/services/com.sun.xml.internal.ws.spi.db.BindingContextFactory that lists com.sun.xml.internal.ws.db.glassfish.JAXBRIContextFactory?
> Yes there is, see:
>
> jaxws/src/share/jaxws_classes/com/sun/tools/etc/META-INF/services
I think this is a build issue and
com.sun.xml.internal.ws.spi.db.BindingContextFactory is not being copied
into the $OUTPUTDIR/META-INF/services during the build. I just checked
rt.jar from a regular build and I don't see it in META-INF/services
either so this is specific to jigsaw/jigsaw. It might be worth checking
with the JAX-WS folks as to whether this should even be there,
especially given the "internal" in the package name.
-Alan.
More information about the jigsaw-dev
mailing list