I am trying to build my Java application with ice version 3.4.1 but one of library used in the application with internal dependency of ice 3.2.1 is not able to build with 3.4.1. The reason is that dispatchstatus interface has been removed from versions later than 3.2.1 and replaced with enum. is ICE not backward compatible? What is required to resolve this problem?
cannot access IceInternal.DispatchStatus
class file for IceInternal.DispatchStatus not found
public class MyListener extends _IResponseListenerDisp implements JmxVisitable {

Reply With Quote
