344345346347348349350351352353354
Stateful stateful = (Stateful)getInitialContext().lookup("Stateful"); assertNotNull(stateful); try { stateful.testExceptionCause(); fail("no exception caught"); } catch (Exception e) { Throwable cause = e.getCause();