| com.sun.xml.ws.client.sei.SEIStub cannot be cast to org.apache.cxf.frontend.ClientProxy [message #811828] |
Fri, 02 March 2012 16:53 |
JavaJ Missing name Messages: 45 Registered: July 2009 |
Member |
|
|
|
I'm trying to connect to a cxf webservice in a rcp application. It works in my env but not in anyone elses. The message "com.sun.xml.ws.client.sei.SEIStub cannot be cast to org.apache.cxf.frontend.ClientProxy" is caused from the rt.jar file webservices classes that get bundled with java 6 and are being used instead of the cxf.jar file that is in my plugin because the classpath is finding the rt.jar classes first. How can i tell my rcp application to use the cxf.jar and it's classes first? Anyway to change the classpath?
|
|
|
Powered by
FUDForum. Page generated in 0.03852 seconds