Post
FollowEJB-JAR.xml are not being analyzed during the analysis
We had seen couple of scenarios where the ejb-jar.xml files are not being analyzed due to which links are not created.
This could happen when there is no reference to the ejb-jar.XML files in any of the project files in an application. You could also, see following warnings in Scan logs:
Line 485: 2019-01-17 01:36:52.063 WARNING cast.dmt.scanner.xml.doctypeNotIdentified The doctype <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> has been found in aramprocessor/etc/ejb-jar.xml but it's not recognized. You can add it to the configuration in the extension as explained in the documentation. Please report this case to CAST so that it could be integrated in next release of the extension.
Line 485: 2019-01-17 01:36:52.063 WARNING cast.dmt.scanner.xml.doctypeNotIdentified The doctype <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd"> has been found in aramprocessor/etc/ejb-jar.xml but it's not recognized. You can add it to the configuration in the extension as explained in the documentation. Please report this case to CAST so that it could be integrated in next release of the extension.
Auto discovery and configuration of Enterprise Java Bean (EJB) is not supported hence, the XML files should be added manually in the respective analysis unit so that they are picked up by the analyzer during the analysis.
Please sign in to leave a comment.