IntelliJ IDEA 2017.2 Help

Editing Module with EJB Facet

This feature is supported in the Ultimate edition only.

Though you can directly edit the source code of the deployment descriptor of a module with EJB facet, it is also possible to use a dedicated editor, where you can manage the contained beans, their relationships and security permissions.

To edit a module with EJB facet

  1. Open the EJB tool window.
  2. Right-click the desired module, and do one of the following:
    • Choose Jump to Source on the context menu.
    • Press F4.
    • Double-click the EJB module node.
  3. On the General tab of the editor, add new beans, edit existing beans, or delete them.
  4. On the Method Permissions tab, configure security roles.
  5. On the Transaction Attributes tab, specify transaction attributes for the bean methods.
Last modified: 29 November 2017

See Also