ConfigHome cfgHome;
String ret=null;
try {
//cfgHome = ConfigUtil.getHome(getInitialContextProps());
cfgHome = ConfigUtil.getHome();
ret = ((Config)cfgHome.findByPrimaryKey(pId)).getConfigString();
} catch (Exception e) {
//e.printStackTrace();
System.err.println("getConfig(" + pId + ") introuvable");
return null;
}