-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: integrity-plugin
-
None
Provide a configuration for the PTC Integrity Plugin to allow creation of "Local Integration Point" instead of "Remote Integration Point".
To do this, only the APISession class must be altered to use the API call IntegrationPointFactory.createLocalIntegrationPoint(...) IntegrationPointFactory.createIntegrationPoint(...).
Currently, we need this, because the Remote Integration Point over HTTP protocol does not work properly (only a part of sources is checkedout).
The local native client uses a proprietary RMI protocol which is both faster and does actually work (for us).