ctx.getUserTransaction().commit();
}
}
}
}catch(NamingException re){
throw new EJBException(re);
}catch(FinderException fe){
System.out.println("[Exception][ContactFacadeEJB.deleteIndividual] Exception Thrown: "+fe);
}catch(RemoveException fe){
throw new EJBException(fe);
}catch(NotSupportedException nse){
throw new EJBException(nse);
}catch(RollbackException rbe){
//TODO we shouldn't do like this Since we aren't parsing the record information.
// Its a time being hack.
throw new AuthorizationFailedException("Individual - deleteIndividual");
}catch(SystemException se){
throw new EJBException(se);
}catch(HeuristicMixedException hme){
//TODO we shouldn't do like this Since we aren't parsing the record information.
// Its a time being hack.
throw new AuthorizationFailedException("Individual - deleteIndividual");
}catch(HeuristicRollbackException hre){