Show TOC

Editing the ejb-j2ee-engine.xmlLocate this document in the navigation structure

Context

The ejb-j2ee-engine.xml is an 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 EJB project.
  2. Select the ejb-j2ee-engine.xml file. In the context menu, choose Open .
  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. You can also choose the Source tab and edit the XML source directly.
  4. When ready, save your changes.

Next Steps