JAX-WS = When Apache CXF is installed it “steals” default JDK JAX-WS implementation, how to solve?

后端 未结 5 1279
轮回少年
轮回少年 2020-11-28 03:15

I have a strange problem.

  1. Using wsimport I generated als JAX-WS Code from a WSDL (in a dedicated eclipse java project). This works fine in JDK6 without any

5条回答
  •  旧时难觅i
    2020-11-28 03:55

    For the default implementation put:

    com.sun.xml.internal.ws.spi.ProviderImpl
    

    inside /src/main/resources/META-INF/services/javax.xml.ws.spi.Provider

提交回复
热议问题