cancel
Showing results for 
Search instead for 
Did you mean: 

java class implementation in interface mapping

Former Member
0 Kudos

I have an additional java class implemented in interface mapping for special characters parsing apart from the regular mapping step.

If I test the mapping using mapping test tool, I am able to see the target fields populating correctly. But during runtime, I am seeing

target fields are populating but with zero's. I am wondering if I got to do any additional configuration steps for the additional java

class that I implemented in the interface mapping. Any help in this regards is highly appreciated.

thanks

kumar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Problem is something else and solved myself

agasthuri_doss
Active Contributor
0 Kudos

Hey,

>I am wondering if I got to do any additional configuration steps for the additional java

>class that I implemented in the interface mapping

Might not be

Cheers

Agasthuri

Former Member
0 Kudos

Hi,

If it is working frine from mapping test tool, it means it should work at runtime also. Please send the piece of code and test data you are using for the same.

There is no need of having any extra class file as you are not getting any runtime error. It is just that your code is not functioning properly with the data you have provided at runtime.

Thanks

Amit