throw new JbpmException("couldn't get idm session factory from jndi address "+jndiName, e);
}
}
try {
return new IdentityConfigurationImpl().configure(resource).buildIdentitySessionFactory();
} catch (Exception e) {
throw new JbpmException("couldn't instanatiate identity session factory: "+e.getMessage(), e);
}
}