} catch (NamingException e) {
logger.error("Cold not lookup : "+jndiName);
e.printStackTrace();
return;
}
IPersistenceUtil util;
if (useJbossUtil) {
if (usingJpa) {
util = new HibernateJBossUtil((EntityManagerFactory)factory);
} else {
util = new HibernateJBossUtil((SessionFactory) factory);