Index: topia/src/java/org/codelutin/topia/TopiaContext.java diff -u topia/src/java/org/codelutin/topia/TopiaContext.java:1.48 topia/src/java/org/codelutin/topia/TopiaContext.java:1.49 --- topia/src/java/org/codelutin/topia/TopiaContext.java:1.48 Wed Sep 7 15:34:59 2005 +++ topia/src/java/org/codelutin/topia/TopiaContext.java Fri Sep 16 14:10:45 2005 @@ -23,10 +23,10 @@ * * @author Benjamin Poussin * Copyright Code Lutin -* @version $Revision: 1.48 $ +* @version $Revision: 1.49 $ * -* Mise a jour: $Date: 2005/09/07 15:34:59 $ -* par : $Author: bpoussin $ +* Mise a jour: $Date: 2005/09/16 14:10:45 $ +* par : $Author: thimel $ */ package org.codelutin.topia; @@ -74,8 +74,6 @@ protected TopiaTransaction transaction = null; - protected TopiaAssociationManager associationManager = null; - protected CategorisedListenerSet listeners = new CategorisedListenerSet( TopiaEntityListener.class); @@ -416,17 +414,6 @@ cacheService.put(serviceInterfacez, result); } return result; - } - - /** - * Retourne l'objet gérant les associations entre les entités - - // FIXME cette methode sert encore ? arnaud tu as une reponse ? - */ - public TopiaAssociationManager getAssociationManager() { - if (associationManager == null) - associationManager = new TopiaAssociationManager(); - return associationManager; } /**