diff options
author | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2017-12-04 16:43:59 -0500 |
---|---|---|
committer | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2017-12-04 16:44:06 -0500 |
commit | 944224b1a452ba90913bac6bee842f5a6bd61770 (patch) | |
tree | a9c58365afea882ff9ddfdea33ea1f5bea35b53f /aai-resources/bundleconfig-local | |
parent | 4febf4b4c10d435e2a12e4df34d590254263e38b (diff) |
Update the aai-resources to verify bulk limits
Issue-ID: AAI-529
Change-Id: Ia87e3298ce9c46f3b409587df6e9bd6e2065ec8a
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
Diffstat (limited to 'aai-resources/bundleconfig-local')
-rw-r--r-- | aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties | 4 | ||||
-rw-r--r-- | aai-resources/bundleconfig-local/etc/appprops/error.properties | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties b/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties index 98d4c57..27a744c 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties +++ b/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties @@ -147,3 +147,7 @@ aai.server.rebind=g # This is a fake one just for test so please ignore ecm.auth.password.x=OBF:1igd1i9a1jnb1yte1vv11vu91yt81jk71i6o1idt aai.run.migrations=false +aai.jms.enable=false + +#limit set for bulk consumer APIS +aai.bulkconsumer.payloadlimit=30 diff --git a/aai-resources/bundleconfig-local/etc/appprops/error.properties b/aai-resources/bundleconfig-local/etc/appprops/error.properties index 9ad86ec..a20dce5 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/error.properties +++ b/aai-resources/bundleconfig-local/etc/appprops/error.properties @@ -114,6 +114,7 @@ AAI_6143=5:4:INFO:6143:400:3000:Ghost vertex found AAI_6144=5:4:WARN:6144:400:3000:Cycle found in graph AAI_6145=5:4:ERROR:6145:400:3000:Cannot create a nested/containment edge via relationship AAI_6146=5:4:ERROR:6146:400:3000:Ambiguous identity map found, use a URI instead +AAI_6147=5:4:ERROR:6147:400:3000:Payload Limit Reached, reduce payload #--- aaicsvp: 7101-7199 AAI_7101=5:4:ERROR:7101:500:3002:Unexpected error in CSV file processing |