Index: topia/src/java/org/codelutin/topia/persistence/TopiaPersistenceProxy.java diff -u topia/src/java/org/codelutin/topia/persistence/TopiaPersistenceProxy.java:1.16 topia/src/java/org/codelutin/topia/persistence/TopiaPersistenceProxy.java:1.17 --- topia/src/java/org/codelutin/topia/persistence/TopiaPersistenceProxy.java:1.16 Wed Sep 21 20:34:51 2005 +++ topia/src/java/org/codelutin/topia/persistence/TopiaPersistenceProxy.java Thu Sep 22 12:45:38 2005 @@ -23,9 +23,9 @@ * Created: 16 juillet 2005 23:52:35 CEST * * @author Benjamin POUSSIN -* @version $Revision: 1.16 $ +* @version $Revision: 1.17 $ * -* Last update: $Date: 2005/09/21 20:34:51 $ +* Last update: $Date: 2005/09/22 12:45:38 $ * by : $Author: bpoussin $ */ @@ -511,13 +511,13 @@ } else { // methode pour acceder au champs Object result = getField(entity, fieldName, fieldType); - if (!ph.exists((String)result)) { - log.warn("L'objet d'id \"" + - result + "\" n'existe pas. Le champ \"" + - fieldName + "\" est mis à null."); - result = null; - } // FIXME code a supprime voir FIXME plus haut + // if (!ph.exists((String)result)) { + // log.warn("L'objet d'id \"" + + // result + "\" n'existe pas. Le champ \"" + + // fieldName + "\" est mis à null."); + // result = null; + // } // else { // result = ph.findByTopiaId((String)result); // }