Hi all,
In the following class the code related to adding an interception point to
an new instance invocation is commented. Is there any reason for that?.
In org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl line-222
// if (!_process.processInterceptors(mex,
InterceptorInvoker.__onNewInstanceInvoked)) {
// __log.debug("Not creating a new instance for mex " + mex + ";
interceptor prevented!");
// return;
// }
Without this code snippet, I felt it is not possible to invoke a MEX
interceptor when a new instance invocation. Is it true?
Regards,
Denis Weerasiri.