Невозможно выполнить хранимую процедуру, используя Mule 4 - PullRequest
0 голосов
/ 17 января 2020

Я пытаюсь выполнить процедуру сохранения, но получаю ошибку ниже. Пожалуйста, кто-нибудь поможет мне в этом.

Ошибка:

ERROR 2020-01-17 18:13:55,573 [[MuleRuntime].cpuIntensive.01: [imf.org].imf-orgFlow1.CPU_INTENSIVE @d5e7f1] [event: 1ee63c30-3955-11ea-aeb0-000d3a9f109e] org.mule.runtime.core.internal.exception.OnErrorPropagateHandler: 

********************************************************************************

Message        : "You called the function 'Value Selector' with these arguments: 

 1: String ("{\r\n\t\"CountryCode\": \"IND\",\r\n\t\"CategoryIds\": \"1\",\r\n\t\"Years\"...)

 2: Name ("CountryCode")

 But it expects one of these combinations:
(Array, Name)
(Array, String)
(Date, Name)
(DateTime, Name)
(LocalDateTime, Name)
6| CountryCode: payload.CountryCode ,

         ^^^^^^^^^^^^^^^^^^^
...