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
------------------------------
Original Message:
Sent: 11-13-2018 18:46
From: hirschel wasserman
Subject: ACE Policy documents
How do I extract the values contained in a Policy doc from within a Java compute node, or within ESQL? I cannot find anything in the documentation.
------------------------------
hirschel wasserman
------------------------------