Skip to main content

Hello!

 

We are putting a JSON as a value to the default Object Store and we want to see it in the Cloud Hub, but this is what we see instead:

 

JSON in Object store not visible in CloudHub

 

 

What should I do with the json before we store it there? Is there some escape that needs to be done?

36 answers
  1. Jan 18, 2017, 8:37 PM

    I already said not to remove `object-to-string-transformer` after HTTP listener because the input payload after http will be input stream. You need to store the payload in a String or a Json or a format that is consumable in Object Store

    You can already see that in your error:-

     

    org.mule.module.json.JsonData" Payload : java.io.ByteArrayInputStream@1a278d05

0/9000