cancel
Showing results for 
Search instead for 
Did you mean: 

Multimapping using Java in 7.3 AEX

Former Member
0 Kudos

Hi,

I'm trying to implement a 1:N multimapping (message split to 2 different inbound interfaces) using Java mapping in PI 7.31 AEX. In the oerational mapping test tab, the mapping works fine, but when I try to test end to end, the interface just stays in status Delivering at the Operation mapping step.

I tried testing my Integrated Config using a message mapping inplace of Java mapping in which case it worked fine. Has anyone faced a similar problem or issue?

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

iaki_vila
Active Contributor
0 Kudos

Hi Shiladitya,

Have you tried to put debug messages at beginning inside the java mapping in order to know if the java mapping start to be executed?

Regards,

Former Member
0 Kudos

Hi Shaliditya,

Did you check executing the java mapping code locally, with actual payload?

the only reason I could understand is that the java mapping program is taking too long to process input payload, or there is some infinite loop inside the code.

You can try to test it with small payload.

Regards,

Gavaksh

Former Member
0 Kudos

Yes have tried that also and there is no issue there.