Skip to content

Commit

Permalink
Merge pull request #84 from shawijayasekera/release_v2_0_0-rc1
Browse files Browse the repository at this point in the history
Fixed HUBDEV-1526
  • Loading branch information
shazni authored Mar 27, 2017
2 parents 9f73094 + c82c1a8 commit 6a9baae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<else>
<property expression="json-eval($.requestError.serviceException)"
name="serviceException" scope="default" type="STRING"/>
<filter regex="true" source="get-property('serviceException')">
<filter xpath="boolean($ctx:serviceException)">
<then>
<property
expression="json-eval($.requestError.serviceException.messageId)"
Expand All @@ -40,7 +40,7 @@
<property
expression="json-eval($.requestError.policyException)"
name="policyException" scope="default" type="STRING"/>
<filter regex="true" source="get-property('policyException')">
<filter xpath="boolean($ctx:policyException)">
<then>
<property
expression="json-eval($.requestError.policyException.messageId)"
Expand Down

0 comments on commit 6a9baae

Please sign in to comment.