AccessBeanRegeneration
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
- Regenerate the access beans in the EJB project named "Sample", and allow validation to proceed:
<accessBeanRegeneration ejbProjectName = "Sample" suspendProjectValidation = "false" > </accessBeanRegeneration>
Parent topic
Working with Ant
Related tasks
EJBDeploy
EJBExport