Skip to Content
0
Aug 28, 2023 at 01:37 PM

NWDS 750 create an adapter module - issue of deploy - EJB jar file contains no class

38 Views

Dear members ,

I'm developing an adapter module in NWDS 750 SP21.

I have an issue at the deployment time. In the jar file of the EJB, there is no class of the bean (com/sap/adapterZReplaceHexa75_v2/ZReplaceHexa75_v2Bean.class).

Here is the contain of the file ejb-jar.xml

http://java.sun.com/xml/ns/j2ee" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" id="ejb-jar_ID" version="2.1" xsi:schemaLocation=" http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd">

<display-name>ZReplaceHexa75_v2_EJB</display-name>

<enterprise-beans>

<session>

<icon/>

<ejb-name>ZReplaceHexa75_v2</ejb-name>

<home>com.sap.aii.af.lib.mp.module.ModuleHome</home>

<remote>com.sap.aii.af.lib.mp.module.ModuleRemote</remote>

<local-home>com.sap.aii.af.lib.mp.module.ModuleLocalHome</local-home>

<local>com.sap.aii.af.lib.mp.module.ModuleLocal</local>

<ejb-class>com.sap.adapterZReplaceHexa75_v2.ZReplaceHexa75_v2Bean</ejb-class>

<session-type>Stateless</session-type>

<transaction-type>Container</transaction-type>

</session>

</enterprise-beans>

</ejb-jar>

and of course, the deployment of the EAR gives a warning class com.sap.adapterZReplaceHexa75_v2.ZReplaceHexa75_v2Bean is not present .Can somebody help me?Kind RegardsEric Koralewski