IntelliJ IDEA 2016.2 Help

Editing Module with EJB Facet

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.

See Also

Last modified: 23 November 2016