Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    fieldValueExpressions and DMI method

    Hello, I've just noticed that if I have a queue, client side, with two requests, and the 2nd request uses the fieldValueExpressions, but this 2nd request passes through a DMI, the field defined in the fieldValueExpressions is not available in the DMI.
    Is it expected behaviour?

    #2
    Please note that in the tomcat log, while stepping with the debugger inside the DMI, I see this (double actually):

    Code:
    Found response for FIRST = com.isomorphic.datasource.DSResponse@74ea59e8 which has data = [{NEXT_VAL=17}]
    Found response for FIRST = com.isomorphic.datasource.DSResponse@74ea59e8 which has data = [{NEXT_VAL=17}]
    then if in the debugger I execute:
    Code:
    dsRequest.applyFieldValueExpressions()
    (which actually is a private method)
    then I see another time those two logs above, and
    then the dsRequest.getFieldValue method returns the expected value.
    Last edited by claudiobosticco; 13 May 2019, 13:36.

    Comment

    Working...
    X