cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter Module is not Invoking

Former Member
0 Kudos

Hi

I have done one adapter module and i have given that in Sender Communication Channel. I have written audit log as well. But its not invoking.I am not getting any thing on Audit Log. My Scenario is working normally. Actually i have to get Host name at destination side but i am not getting

I ave created on jar file. I have extrancted that jar file and i found the following files

<javafile>.class

<javafile>.java

ejb-j2ee-engine.xml

ejb-jar.xml

but i have extract other in built adapter module jar file their i found manifest.mf apart from above mention files.

I have create the jar files using nwds version 7.0

My Adapter module is not working. I have done everything fine.Can anyone tell me the solution

Best Regards

Ravi Shankar B

Message was edited by:

RaviShankar B

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi SUN,

also I have the same problem! Have you solved it? How have you solved it?

Can you help me?

Thanks!

prateek
Active Contributor
0 Kudos

Hi,

Ur module name shud b like this

localejbs/<yourEJBClassName>

If you specify an incorrect or non-existing module name, it is simply ignored.

Check the following:

1. Your stateless session bean should implement SessionBean and Module.

2. The bean should have the following method

public ModuleData process()

Try to create a file in XI Server directory from your adapter module code and this way check whether your module is called or not.

<i>[Reward if helpful]</i>

Regards,

Prateek

Former Member
0 Kudos

Hi

As u mentioned i have given my Jndi name GetHostName( Class name is also GetHostName) In my adpater Module i have given localejbs/GetHostName. But still my adapter module is not invoking

Best Regards

Ravi Shankar B

Former Member
0 Kudos

ravi,

can we have a look at your xml files like application.xml,apllication-j2ee-engine.xml

Thanks

regards

krishna