{
ejbImplementationClass = Class.forName(ejbImplementationClassName, false, cl);
}
catch (ClassNotFoundException e)
{
throw new ProcessingException("Could not load EJB Implementation Class " + ejbImplementationClassName
+ " from the specified ClassLoader: " + cl);
}
// If there are already local business interfaces specified
if (smd.getBusinessLocals() != null && smd.getBusinessLocals().size() > 0)