The current reference to the jpluging.jar Library in the toolkit does not work. You need to add the one in the installation directory ..\server\classes. The problem will be addressed in the FP 9.0.0.3
This is the code:
private MbPolicy sapcommPolUrl = null;
if (sapcommPolUrl == null) { sapcommPolUrl = getPolicy("UserDefined", "{SapCommPolicy}:SapEnvURLs"); if (sapcommPolUrl == null) { throw new MbUserException(this, "onSetup()", "", "", "Failed to lookup policy: " + "{SapCommPolicy}:SapEnvURLs" , null); } }
var value = sapcommPolUrl.getPropertyValueAsString("key");
------------------------------
Alejandro Yanes
Lead Integration Specialist
Sobeys Inc
NS
------------------------------