targetBean.setEjbName(jbossSessionBean.getEjbName());
targetBean.setEjbClass(jbossSessionBean.getEjbClass());
targetBean.setServiceEndpointInterface(jbossSessionBean.getServiceEndpoint());
targetBean.setHome(jbossSessionBean.getHome());
targetBean.setLocalHome(jbossSessionBean.getLocalHome());
targetBean.setJndiName(jbossSessionBean.determineJndiName());
targetBean.setLocalJndiName(jbossBeansMetaData.determineLocalJndiName());
PortComponent pcmd = jbossSessionBean.getPortComponent();
if (pcmd != null)
{