Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have create a REST interface for receving data from a database (postgres). For that I have take
trestrequests -> tflowtoiterate -> tpostgresinput -> tXMLMap->tRestResponse.
I have 12 Output flows from tRestRequest. For the most outputs the values (jsons) will be updated for every request, but for two not. If I query (SQL) the values over Postgres, I receive the new values, but over REST (for example SOAPUI or Chrome) the values are old. The modules are deployed on KARAF. Only if I start/stop the bundle the values are updated. What can be wrong?
Thx for your help
Benjamin
ok I fix the problem