cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter Module error

Alfredo_Lagunar
Participant
0 Kudos

Hi Experts,

I have developed an adapter module following guide 'How Tou2026 Create Modules for the J2EE Adapter Engine'.

I have deployed it via SDM and seems to be OK, I can see it in VA in the Deploy and EJB Nodes.

I have insert as the first step in my communication channel, but in Message Monitoring the system gives me the following error:

'Exception caught by adapter framework: local bean not found: localejbs/sap.com/MailFilename'

'Delivery of the message to the application using connection AFW failed, due to: local bean not found: localejbs/sap.com/MailFilename.'

Y tied to put localejbs/sap.com/<EAR_project_name>/<jndi-name> and localejbs/sap.com/<jndi-name>

Can you help me?

Best Regards,

Alfredo Lagunar.

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

Instead of localejbs/sap.com/MailFilename, use

localejbs/MailFilename Or

localejbs/<JNDI Name>

Regards,

Prateek

Answers (1)

Answers (1)

VijayKonam
Active Contributor
0 Kudos

You need to mention the adapater module location as exactly mentioned in the guide. Check in SDM how this module is being shown.

VJ