blob: 5630f621f0fe9af6053f47d7977cc7541c2cbc21 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/ -->
<link rel="stylesheet" type="text/css" href="../../org.eclipse.wtp.doc.user/common.css" />
<title>AccessBeanRegeneration</title>
</head>
<body id="tantaxbn"><a name="tantaxbn"><!-- --></a>
<h1 class="topictitle1">AccessBeanRegeneration</h1>
<div><p>This task performs the same operation as the <span class="uicontrol">Regenerate
Access Beans</span> menu action, for regenerating access beans in an
EJB project. This is not available in WebSphere<sup>®</sup> Studio Site Developer or WebSphere Application
Server Express.</p>
<div class="section"> <p><span class="uicontrol">Parameters</span></p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th align="left" valign="top" width="22.64808362369338%" id="d0e30">Attribute</th>
<th align="left" valign="top" width="56.79442508710801%" id="d0e32">Description</th>
<th align="left" valign="top" width="20.557491289198605%" id="d0e34">Required</th>
</tr>
</thead>
<tbody><tr><td align="left" valign="top" width="22.64808362369338%" headers="d0e30 ">EJBProjectName</td>
<td align="left" valign="top" width="56.79442508710801%" headers="d0e32 ">Name of the EJB Project (<em>Case Sensitive</em>)</td>
<td align="left" valign="top" width="20.557491289198605%" headers="d0e34 ">Yes</td>
</tr>
<tr><td align="left" valign="top" width="22.64808362369338%" headers="d0e30 ">SuspendProjectValidation</td>
<td align="left" valign="top" width="56.79442508710801%" headers="d0e32 ">Indicates whether validation should be suspended after
access bean generation. Otherwise all registered validators run on the project.</td>
<td align="left" valign="top" width="20.557491289198605%" headers="d0e34 ">No, default is <em>false</em></td>
</tr>
</tbody>
</table>
</div>
<p><span class="uicontrol">Examples</span></p>
<ul><li>Regenerate the access beans in the EJB project named "Sample", and allow
validation to proceed: <pre>&lt;accessBeanRegeneration
ejbProjectName = "Sample"
suspendProjectValidation = "false" &gt;
&lt;/accessBeanRegeneration&gt;</pre>
</li>
</ul>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="../topics/ph-antejb.html" title="">Ant tasks for EJB-enabled tools</a></div>
</div>
</div></body>
</html>