Home
Overview
Available Tasks (General)
projectBuild
compileWorkspace
getJavacErrorCount
getProjectData
setDebugInfo
Available Tasks (J2EE)
AppClientExport
EARExport
UtilJar
WARExport
Available Tasks (EJB enabled tools only)
AccessBeanRegeneration
EJBDeploy
EJBExport
AccessBeanRegeneration

Description

This task performs the same operation as the Regenerate Access Beans menu action, for regenerating access beans in an EJB project.  Not available in WSSD or WAS 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>
Regenerates the access beans in the EJB project named "Sample", and allows validation to proceed.