cancel
Showing results for 
Search instead for 
Did you mean: 

Bean Interfaces: Problem in 7.1 version

Former Member
0 Kudos

Hi All,

Facing a problem while creating an EAR file in 7.1 version

Using NWDS 7.1 version

Then have clicked on Build project. Its throwing the following error

Bean Interfaces: Stateless Bean "Encryption" should have atleast one of the following interface pairs: "local" and "localhome", "home" and "remote" or service endpoint interface

Bean Interfaces: The home interface "com.sap.aii.af.lib.mp.module.ModuleHome" cannot be found in the search path

Bean Interfaces: The local home interface "com.sap.aii.af.lib.mp.module.ModuleLocalHome" cannot be found in the search path

Bean Interfaces: The local interface "com.sap.aii.af.lib.mp.module.ModuleLocal" cannot be found in the search path

Bean Interfaces: The remote interface "com.sap.aii.af.lib.mp.module.ModuleRemote" cannot be found in the search path

Please suggest.

Thanks in advance

Ganesh

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos
Former Member
0 Kudos

Thanks for your response Shabarish.

Had the PDF that you have posted earlier. Problem was that ejb-jar.xml was not recognising the Jar files that I had used in NWDS 7.1 version.

Later I had removed all the files and created a new one with the same set of jar files and it worked fine. Might be strange but followed the same earlier procedure and with same jar files & it worked

One more question:

1) Can we implement KeyStore functionality in File adapter using Adapter Module configuration?

2) If you have any details on how to implement the KeyStore functionality in any of the adapters including File adapter, request to share the details.

thanks in advance.

Regards,

Ganesh

Answers (1)

Answers (1)

Former Member
0 Kudos

Question raised has been resolved and given the description also