{
return;
}
// Get the EJB Metadata
final JBossEnterpriseBeansMetaData ejbs = this.getEjbModuleMetadata(unit);
assert ejbs != null : "No EJBs found in this deployment, the deployer should have skipped this operation earlier";
final Iterator<JBossEnterpriseBeanMetaData> it = ejbs.iterator();
while (it.hasNext())
{
// Get the EJB
final JBossEnterpriseBeanMetaData ejb = it.next();
// Get an instantiator to use for the EJB