Hi ,
i have a custom service packaged in a EAR . I dont have the source code for this.
All i know is that custom service is calling core DFS services like object service. My problem is
i dont know whether the calls are being handled locally or Remotely.
How do i know from the server side whether the calls are local or Remote.
CustomService{
or
IObjectService objSvc = ServiceFactory.getInstance().getService(IObjectService.class, context);
}
Any ideas will be appreciated.