* @output an EJBException.
* @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();
}