Barfing bean = container.constructProxy(Barfing.class);
tm.begin();
try
{
bean.barf(new NotAnAppException());
fail("Should have thrown EJBTransactionRolledbackException (EJB 3.0 14.3.1 table 14)");
}
catch(EJBTransactionRolledbackException e)
{
// good