Check for the Seam framework

This rule flags the presence of the Seam Framework in the project. In order to run Seam on WebSphere application server, you will need to make sure its configuration is correct for WebSphere. The application migration tool has two rules that detect the use of the Seam framework.

One rule is a Java rule that checks for the use of the package org.jboss.seam in Java files. The second rule is an XML file rule that checks for Seam framework configuration. The XML rule looks for any of the following items:

References to Seam are only flagged once per project. Even if you have both Java and XML Seam artifacts in your application, only one rule per project will have results. Moreover, only the first entry in a Java file that triggers the Java rule will be flagged, and all other entries that match the rule criteria will be skipped. Similarly, only the first entry in an XML file that triggers the XML rule will be flagged, and all other entries that match the rule criteria will be skipped.

For additional information, see: