cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Adapter module development

Former Member
0 Kudos

Hi

I have developed a custom adapter module and converted the ear to sda using dctool.bat. While deploying the sda using JSPM, following error comes up and the deployment fails.

ejb-jar.xml The Session Bean does not implement any interfaces

The NWDS version is 7.1 and the module function is to change the filename (dynamic file configuration is not being used since we want to try out the module functionality)

Please could you help shed light on how I can fix the issue and get the module deployed

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

I guess the references which u have provided in ur deployment descriptor files (ejb-jar.xml and application-j2ee-engone.xml) are not correct?

Mark has already provided u the document, so u can cross check these files again.

Thanks

Amit Srivastava

markangelo_dihiansan
Active Contributor
0 Kudos

Hello Girish,

In NWDS there is an option to add your XI server as a Java AS. When deploying the module, you just right-click on the EAR project and then select Run on Server. It will get deployed. The deployment method mentioned here is what we are using

http://scn.sap.com/docs/DOC-16229

Regards,

Mark