[Castore-commits] Facade.java 1.12 1.13

Céline BENOIT cbenoit at adullact1.hosting.cri74.org
Ven 4 Aou 17:03:29 CEST 2006


Update of /cvsroot/castore/castore-core/src/java/fr/emn/castor/users
In directory adullact1:/tmp/cvs-serv19639/src/java/fr/emn/castor/users

Modified Files:
	Facade.java 
Log Message:
java 1.5

Index: Facade.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/users/Facade.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Facade.java	21 Jun 2006 14:18:52 -0000	1.12
--- Facade.java	4 Aug 2006 15:03:27 -0000	1.13
***************
*** 116,120 ****
       */
      public void addNewEvent(
!             final String eventSignature, final String idUser, final Map data) {
          this.eventFactory.analyzeEvent(eventSignature, idUser, data);
      }
--- 116,121 ----
       */
      public void addNewEvent(
!             final String eventSignature, final String idUser,
!             final Map<String, String> data) {
          this.eventFactory.analyzeEvent(eventSignature, idUser, data);
      }
***************
*** 187,194 ****
          this.userFactory = JDOUserMaintenance.getInstance();
          this.eventFactory = JDOUserEventFactory.getInstance();
!         
!         this.theAuthentificationFactory = 
!         	AuthentificationFactory.getInstance(
!         		PropertiesHelper.getProperty("authentification.methode"));
      }
  
--- 188,195 ----
          this.userFactory = JDOUserMaintenance.getInstance();
          this.eventFactory = JDOUserEventFactory.getInstance();
! 
!         this.theAuthentificationFactory = AuthentificationFactory
!             .getInstance(PropertiesHelper
!                 .getProperty("authentification.methode"));
      }
  




Plus d'informations sur la liste de diffusion Castore-commits