101102103104105106107108109110111
{ System.out.println("Caught EJBAccessException as expected"); } System.out.println("Checkout"); cart.checkout(); System.out.println("Should throw an object not found exception by invoking on cart after @Remove method"); try { cart.getCartContents();