cancel
Showing results for 
Search instead for 
Did you mean: 

NWDS 7.3 Adapter Module Deployment Error

Former Member
0 Kudos

I'm developing a adapter module in NWDS 7.3.

When I try to deploy the EAR development component, I receive below error. It looks it has problem importing these libraries during the deployment. There is no error when you build development component.

  [javac] ERROR: C:\workspace\ADAPTER-MODULE\sap.com\usermodule_ejb\_comp\ejbModule\com\sap\adatpermodule\XmlTestBean.java:11: package com.sap.engine.interfaces.messaging.api does not exist

     [javac] ERROR: import com.sap.engine.interfaces.messaging.api.*;

     [javac] ERROR: ^

i see the adapter module development available are all using standard EJB and EAR projects. None of them uses development components. Does it make any difference?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Chen

Please make sure that you have included all the module jars in your EJB project before deploying it on the server.

Former Member
0 Kudos

Hi Indrajit,

All the module jars are there.

I just tried without development comportment, they are deployed successfully. I doubt there is a setting I missed when using development comportment here.