public JsfCrudAdapter employeeCrud() throws Exception {
JsfCrudAdapter adapter = cruds().get("Employee");
adapter.getController().addCrudControllerListener(new CrudControllerAdapter(){
@Override
public void afterUpdate(CrudEvent event) {
//throw new RuntimeException("Don't commit crudController"); un comment this to test tran support
}