This task performs the same operation as the Regenerate Access Beans menu action, for regenerating access beans in an EJB project. This is not available in WebSphere® Studio Site Developer or WebSphere Application Server Express.
Parameters
Attribute | Description | Required |
---|---|---|
EJBProjectName | Name of the EJB Project (Case Sensitive) | Yes |
SuspendProjectValidation | Indicates whether validation should be suspended after access bean generation. Otherwise all registered validators run on the project. | No, default is false |
Examples
<accessBeanRegeneration ejbProjectName = "Sample" suspendProjectValidation = "false" > </accessBeanRegeneration>