The EJB verifier helps you check the code in your beans and see if it is valid. The verifier tests EJBs based on rules in the EJB specification. Note that not all rules in the EJB specification are implemented in the Verify tool at this time. To see the a list of the rules verified and not verified, see Rules Implemented by the Verify EJB Tool.
To verify an EJB:
To verify all EJBs in a module:
To fix an error, in the Message Log window, right-click on an error and choose Fix Source. For example, if you add a new create() method to the interface but not in the bean class, the Verify tool will pick this up. When you choose to fix the source, the stub methods will be created on the bean class (rather than deleting the interface, which would also fix the error).
Developing Enterprise JavaBeans
Rules Implemented by the Verify EJB Tool
Copyright © 1997, 2004, Oracle. All rights reserved.