Show TOC Start of Content Area

Procedure documentation Editing the ejb-j2ee-engine.xml  Locate the document in its SAP Library structure

Use

The ejb-j2ee-engine.xml is a SAP-specific deployment descriptor that you use to specify the enterprise beans with more details. You still cannot replace the ejb-j2ee-engine.xml with annotations.

Procedure

...

       1.      In the Project Explorer, open the ejbModule/META-INF directory of the project, and select the ejb-j2ee-engine.xml node.

       2.      Choose Open withXML Editor in the context menu.

       3.      In the XML Editor, use the context menu to add and remove root elements or child elements to other root elements in the deployment descriptor.

This graphic is explained in the accompanying text

ejb-j2ee-engine.xml in the XML editor

       4.      When ready, save your changes.

More Information

      ejb-j2ee-engine_3_0.xsd – Detailed description of the ejb-j2ee-engine.xml XML schema.

      Setting a Session Timeout

      Setting the MDB Properties in the ejb-j2ee-engine.xml

End of Content Area