Hi, I am having trouble instanstiating 2 different web service clients from the same ECLIPSE (RPC) runtime. I have 2 plugins, and each instantiates a different web service. The first plugin is ok, but the second gets a class cast exception for the Busfactory (please note that each plugin by it self is fine. I.e. if i run each plugin separately the web services are ok) I have traced the problem in the following code snippet from the method --public static BusFactory newInstance(String className) -- busFactoryClass = Class.forName(className, true, classLoader).asSubclass(BusFactory.class); This throws a class cast exception for the second plugin. Can not understand why. I debugged it and the className seems correct (the same in the sucessful case) org.apache.cxfbusfactory Can you please help me? Thank you, Many Regards, Akis
