Open hariraogotit opened 3 months ago
Hi @hariraogotit could you fix this problem? How did fixed if you fixed!
@ThiarllesMaster - I got it working by adding implementation 'com.sun.xml.ws:rt:4.0.1'
Specifically https://stackoverflow.com/a/78487339/4068218 post helped me.
Team,
Very similar to https://github.com/jakartaee/jax-ws-api/issues/90
I am getting
class com.sun.xml.ws.spi.ProviderImpl cannot be cast to class jakarta.xml.ws.spi.Provider
I am using Java 21. Spring boot 3.3 Gradle 8.7
My deps include
implementation group: 'com.sun.xml.ws', name: 'jaxws-rt', version: '2.3.1'
Kindly advise on the combination of jars to be used?
I have spent couple of days on this issue now.
Any leads are much appreciated.
Some debug screenshots