This is an automated email from the git hooks/post-receive script. New change to branch feature/1190-encodage-path in repository lima. See http://git.chorem.org/lima.git from 32911a4 refs #1190 Le mode client serveur est fonctionnel new 139b85e refs #1190 Revue de code : -renommage LimaServiceConfig en LimaBusinessConfig ; -correction des Lima*Config pour la définition du nom de la propriété de conf, ainsi que le nom du fichier de conf par défaut (lima-config.properties) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 139b85e31afa3e25e5e1427be7469df2013a6dc8 Author: Arnaud Thimel <thimel@codelutin.com> Date: Thu Mar 12 14:08:27 2015 +0100 refs #1190 Revue de code : -renommage LimaServiceConfig en LimaBusinessConfig ; -correction des Lima*Config pour la définition du nom de la propriété de conf, ainsi que le nom du fichier de conf par défaut (lima-config.properties) Summary of changes: lima-business/README.txt | 12 ++++--- .../src/main/java/org/chorem/lima/LimaServer.java | 8 ++++- ...aServiceConfig.java => LimaBusinessConfig.java} | 26 +++++++------- .../org/chorem/lima/business/LimaInterceptor.java | 2 +- .../lima/business/ejb/AccountServiceImpl.java | 8 ++--- .../lima/business/ejb/EntryBookServiceImpl.java | 7 ++-- .../business/ejb/FinancialPeriodServiceImpl.java | 4 +-- .../ejb/FinancialTransactionServiceImpl.java | 16 ++++----- .../lima/business/ejb/FiscalPeriodServiceImpl.java | 8 ++--- .../lima/business/ejb/OptionsServiceImpl.java | 40 +++++++++++----------- .../lima/business/utils/BigDecimalToString.java | 4 +-- .../org/chorem/lima/business/AbstractLimaTest.java | 6 ++-- .../org/chorem/lima/business/LimaMiscTest.java | 4 +-- .../org/chorem/lima/business/LimaTestsConfig.java | 4 +-- .../accountingrules/AccountServiceRuleFrTest.java | 8 ++--- .../EntryBookServiceRuleFrTest.java | 8 ++--- .../FinancialPeriodServiceRuleFrTest.java | 8 ++--- .../FinancialTransactionServiceRuleFrTest.java | 8 ++--- .../FiscalPeriodServiceRuleFrTest.java | 8 ++--- .../accountingrules/ImportServiceRuleFrTest.java | 8 ++--- .../accountingrules/ReportServiceRuleFrTest.java | 8 ++--- .../src/main/java/org/chorem/lima/LimaMain.java | 4 +-- .../chorem/lima/LimaSwingApplicationContext.java | 4 +-- .../main/java/org/chorem/lima/LimaSwingConfig.java | 6 ++-- .../java/org/chorem/lima/ui/AbstractLimaTest.java | 8 ++--- .../java/org/chorem/lima/ui/LimaTestsConfig.java | 6 ++-- .../org/chorem/lima/web/action/ReportBuilder.java | 4 +-- .../chorem/lima/web/service/DocumentService.java | 4 +-- .../chorem/lima/web/service/HttpServerService.java | 14 ++++---- 29 files changed, 129 insertions(+), 126 deletions(-) rename lima-business/src/main/java/org/chorem/lima/business/{LimaServiceConfig.java => LimaBusinessConfig.java} (96%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.