FuelSDK-Java
FuelSDK-Java copied to clipboard
seistub cannot be cast to org.apache.cxf.frontend.clientproxy - RAISING AGAIN
I am trying to use the fuelsdk in an osgi environment. I am getting this error -
java.lang.ClassCastException: com.sun.xml.internal.ws.client.sei.SEIStub cannot be cast to org.apache.cxf.frontend.ClientProxy
This is because OSGi loads the system bundle before the bundle in which fuelsdk's dependency has been embedded
I know the problem and I have seen many solutions but none of them works.
Help is highly appreciated Thanks