Files
openide/java/java-impl/resources/inspectionDescriptions/EjbDomInspection.html
2025-02-05 04:43:28 +00:00

15 lines
585 B
HTML

<html>
<body>
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:
<ul>
<li>References to non-instantiable classes
<li>References to classes that do not extend a required class
<li>References to classes with an inappropriate scope
<li>Empty tag and attribute values
<li>Tag and attribute values that do not match a required pattern (e.g. Java Identifiers)
<li>Tags that do not include required child tags or attributes
<li>Tags that define objects with duplicate names
</ul>
</body>
</html>