by Darrell Duniam >> Thu, 4 May 2006 21:19:20 GMT
Him
We have a wrapper method which we use to invoke a transient method using process::executeTransientMethod.
The signature of our wrapper method is:
runHookLinkPublic(_hookType : Integer; _hookObject : CM_Object; _receiver : CM_Object; _paramListType : ParamListType) updating;
We are passing an instance of a subclass of a subclass of ObjectSet to the "_paramListType" parameter, but we get a compile error 6071 (Incompatible parameter type). According to the documentation, a ParamListType should map to a variable list of ANY type.
Would anyone have any idea why we are getting the compile error please ? We're using JADE version 6.0.24.
regards,
darrell.