Back to Intellij Community

EjbDomInspection

java/java-impl/resources/inspectionDescriptions/EjbDomInspection.html

2025.3-rc-2530 B
Original Source

Reports the following problems that might occur in your ejb-jar.xml and other XML descriptors that are used to deploy your EJB to a Java EE server:

  • References to non-instantiable classes
  • References to classes that do not extend a required class
  • References to classes with an inappropriate scope
  • Empty tag and attribute values
  • Tag and attribute values that do not match a required pattern (e.g. Java Identifiers)
  • Tags that do not include required child tags or attributes
  • Tags that define objects with duplicate names