JBossSessionBeanMetaData enterpriseBean) throws ClassNotFoundException
{
String homeJndiName = enterpriseBean.getHomeJndiName();
if (homeJndiName != null && !homeJndiName.trim().equals(""))
{
RemoteHomeBindingImpl homeBinding = new RemoteHomeBindingImpl(homeJndiName);
addClassAnnotation(container, RemoteHomeBinding.class, homeBinding);
}
// JBCTS-718
// If jndi-name is defined, use the value specified