cancel
Showing results for 
Search instead for 
Did you mean: 

adapter module problem

Former Member
0 Kudos

I developed a adapter module. When I put it in the inbound channel (mail receiver), it works well. But we I put it in the outbound channel (mail sender), I got following error:

2007-02-22 13:26:34 Success The message status set to DLNG.

2007-02-22 13:26:34 Success Mail: call completed

2007-02-22 13:26:34 <i>Error Mail: failed to call the module processor: java.lang.NullPointerException</i>

Can anyone help?

Thanks!

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Hui,

in comm channel....in processing seq.....give localejbs/<yourEJBClassName> first and then the default mail adapter module..... save and activate it.....again test your scenario.

Thanks,

Rajeev Gupta

bhavesh_kantilal
Active Contributor
0 Kudos

Hui,

Are you using a Standard Module or a Custom Module?

In your custom module you would need to change the logic according to the direction of the message. have you done this?

Regards

Bhavesh

Former Member
0 Kudos

Hi,

Please see the below link

https://websmp108.sap-ag.de/~sapdownload/011000358700003237612005E/HowToCreateAdapterModules.pdf

Dynamic configuration in adapter modules - /people/daniel.graversen/blog/2006/10/05/dynamic-configuration-in-adapter-modules

Regards

Chilla..