Skip to Content
0
Former Member
May 15, 2008 at 10:44 AM

Adapter Module

17 Views

Hi Experts,

I have created adapter module and deployed sucessfuly --> Getting FileName using Sender File Adapter.

I get error "Error: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at localebjs, the whole lookup name is localejbs/localebjs/GetFilenameBean.

i have put a search query and found many replying put JNDI-name as below

"<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE ejb-j2ee-engine SYSTEM "ejb-j2ee-engine.dtd">

<ejb-j2ee-engine>

* <enterprise-beans>*

* <enterprise-bean>*

* <ejb-name>GetFilenameBean</ejb-name>*

* <server-component-ref>*

* <description>*

* </description>*

* <name>GetFilenameBean</name>*

* <type>interface</type>*

* <jndi-name>GetFilenameBean</jndi-name>*

* </server-component-ref>*

* <session-props/>*

* </enterprise-bean>*

* </enterprise-beans>*

</ejb-j2ee-engine>

I have done but still same error

Some doc says localejbs/JNDI-name , but in some i see localejbs/com.userFileSytem

I have deployed the application using the NWDS not anything specific from "Visual Studio" or SDM..can anyone help on this what"s going around me..

am not that much familiar with Ejbs.. kindly help me out.

Full points would be rewarded

Thxs

regards

Srinivas