I am trying to invoke the D2CoreMethod from a Java program using the D2Method class. When I call the D2Method.start() method, I get the following exception:
java.lang.ClassCastException: com.documentum.fc.client.DfSysObject___PROXY cannot be cast to com.emc.common.dctm.methods.IC6MethodReturn
at com.emc.d2.api.methods.D2Method.start(D2Method.java:484)
at com.emc.d2.api.methods.D2Method.start(D2Method.java:298)
at com.emc.d2.api.methods.D2Method.start(D2Method.java:275)
This D2Method and D2CoreMethod classes are in the D2-API-20.2.0.jar file. Has anyone used this D2Method successfully in D2 v20.2? This is a new content server and D2 installation.
TIA!