mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 17:09:38 +07:00
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
15 lines
585 B
HTML
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> |