* Verifies if it is possible to get a bean(stateless) by the mappedName
* defined in the deployment descriptor.
* @throws Exception if an error during the lookup occurs.
*/
public void verifyBeanMappedName() throws Exception {
ItfBasicBeanLocal bean = EJBHelper.getBeanByMappedName("SLSBBasicBeanByXMLMappedLocal");
bean.toString();
}