}
}
ejbs = descr.getEntityEjbs();
while (ejbs.hasNext())
{
Entity ejb = (Entity) ejbs.next();
String name = ejb.getName();
String local = ejb.getLocal();
String localHome = ejb.getLocalHome();
if (local != null)
{
log("Adding ejb-ref for local entity ejb "
+ ejb.getName(),
Project.MSG_VERBOSE);
CactifyWarTask.EjbRef ref = new CactifyWarTask.EjbRef();
ref.setType("Entity");
ref.setName("ejb/" + name);
ref.setLocalInterface(local);