Author: rchapelet Date: 2009-08-28 11:51:12 +0200 (Fri, 28 Aug 2009) New Revision: 2656 Modified: trunk/callao-service/src/main/resources/Callao_bdd.properties Log: la sauvegarde de callao se fait dans le repertoire courant, et non plus dans le temp. Il se met dans ./callao Modified: trunk/callao-service/src/main/resources/Callao_bdd.properties =================================================================== --- trunk/callao-service/src/main/resources/Callao_bdd.properties 2009-08-28 09:38:25 UTC (rev 2655) +++ trunk/callao-service/src/main/resources/Callao_bdd.properties 2009-08-28 09:51:12 UTC (rev 2656) @@ -7,7 +7,8 @@ hibernate.connection.username=sa hibernate.connection.password= hibernate.connection.driver_class=org.h2.Driver -hibernate.connection.url=jdbc:h2:file:///tmp/callao/callao +hibernate.connection.url=jdbc:h2:file:~/.callao/callao +#hibernate.connection.url=jdbc:h2:file:~/.callao/callao #topia.service.history=org.nuiton.topia.history.TopiaHistoryServiceImpl @@ -20,4 +21,4 @@ org.chorem.callao.entity.TimeSpanImpl, org.chorem.callao.entity.TransactionImpl, \ org.chorem.callao.entity.UsersImpl, org.chorem.callao.entity.LogImpl -#topia.service.security=org.nuiton.topia.security.TopiaSecurityServiceImpl \ No newline at end of file +#topia.service.security=org.nuiton.topia.security.TopiaSecurityServiceImpl