cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter Module Config Item can not be showed

Former Member
0 Kudos

Hi,

I have a problem while developing our Lotus Notes adapter for PI 7.1. In the adapter meta data, I've defined "ModuleConfigItem" element for the Outbound processing (Receiver) just like the sample adapter.

<ModuleConfig>

<ModuleConfigItem>

<Key>exit</Key>

<Name>JNDIName</Name>

<Value>deployedAdapters/xi-notes-adapter-resource/shareable/xi-notes-adapter-resource</Value>

</ModuleConfigItem>

</ModuleConfig>

But this module config item can not be showed in the "Module" tab, when I create a receiver communication channel. I must enter this item manuelly. But this doesn't happen on the XI 3.0 or 7.0.

I checked the SAP standard adapter and found out that the SOAP adapter has also defined a lot of ModuleConfigItem elements. But they can not be showed neither in the Module tab.

I also checked the syntax of the adapter meta data, compared it with other SAP standard adapters, could not find any errors.

Has someone any idea?

Thanks a lot in advance

best regards

Xiang

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It works now surprisely.