* @throws Exception if an error occurs.
*/
@Test(dependsOnMethods = {"verifySLMappedName"}, expectedExceptions = javax.ejb.EJBException.class)
public void verifySLBeanTypeElement() throws Exception {
ItfBasicBeanRemote bean = EJBHelper.getBeanByMappedName("SLSBBasicBeanByXMLMappedRemote");
bean.openTransaction();
}
/**
* Verifies if the bean defined as stateful is deployed as a stateless. The
* bean class begins an userTransaction, but does not make the commit. So,