cancel
Showing results for 
Search instead for 
Did you mean: 

JNDI registration for custom module

Former Member
0 Kudos

Hello,

I have deployed my module with NWDI(NWDS 7.11). but it is not replecting in JNDI registry..and when I am executing this module the CC adapter goes into error with JNDI lookup not found...(becuz it is not present in the JNDI registry)..

so how to register the custom module in the JNDI registry?

any help will be appriciated...

Accepted Solutions (0)

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos

provide the jndi during your module development itself. when you deploy the module code the JNDI name gets automatically registered.

ref: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0b39e65-981e-2b10-1c9c-fc3f8e674...

prateek
Active Contributor
0 Kudos
how to register the custom module in the JNDI registry?

You just have to provide the JNDI name in ejb-j2ee-engine.xml file at Session Bean -> Select Bean -> Give JNDI Name.

No more registration required.

Regards,

Prateek