diff options
author | liamfallon <liam.fallon@est.tech> | 2020-11-16 13:13:43 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2020-11-16 13:18:32 +0000 |
commit | da12c1c622ebc2304965ff1f646dc9783c5363c6 (patch) | |
tree | 3ee158713320355320b22dd62b1f76345320d217 /examples/examples-onap-vcpe/src/test/resources/etc/Notes.txt | |
parent | 90bc246ffec30f7d97474d772d8bad73715cdd45 (diff) |
Update vCPE example for JSON Stringify
The JSON.stringify() call in the Rhino Javascript interpreter is not
working correctly. A previous patch introduced a method into the Apex
execution context to provide an alternative method for stringifying
JSON.
This patch updates the vCPE example in apex to use that new method.
Issue-ID: POLICY-2463
Change-Id: I85cc33dc4633b1b6f4c4db3d5ad8579c66d7c18c
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'examples/examples-onap-vcpe/src/test/resources/etc/Notes.txt')
-rw-r--r-- | examples/examples-onap-vcpe/src/test/resources/etc/Notes.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/examples-onap-vcpe/src/test/resources/etc/Notes.txt b/examples/examples-onap-vcpe/src/test/resources/etc/Notes.txt index d0a5a698e..aa378af6c 100644 --- a/examples/examples-onap-vcpe/src/test/resources/etc/Notes.txt +++ b/examples/examples-onap-vcpe/src/test/resources/etc/Notes.txt @@ -50,3 +50,6 @@ Run the engine in Docker, running with pasting into console using standard input On an extraction of the Apex tarball, run the Apex client bin/apexApps.sh full-client + +Run standalone version using Maven +mvn exec:java -Dexec.classpathScope="test" -Dexec.mainClass=org.onap.policy.apex.domains.onap.vcpe.OnapVcpeStandaloneRunner |