Topia-commits
Threads by month
- ----- 2026 -----
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
April 2014
- 7 participants
- 73 discussions
Author: athimel
Date: 2014-04-03 19:55:16 +0200 (Thu, 03 Apr 2014)
New Revision: 3047
Url: http://forge.nuiton.org/projects/topia/repository/revisions/3047
Log:
Fix site id
Modified:
branches/topia-2.9.x/pom.xml
Modified: branches/topia-2.9.x/pom.xml
===================================================================
--- branches/topia-2.9.x/pom.xml 2014-04-03 17:43:45 UTC (rev 3046)
+++ branches/topia-2.9.x/pom.xml 2014-04-03 17:55:16 UTC (rev 3047)
@@ -97,7 +97,7 @@
<distributionManagement>
<site>
- <id>${platform}</id>
+ <id>doc.${platform}</id>
<url>${our.site.repository}/${projectId}</url>
</site>
</distributionManagement>
1
0
Author: athimel
Date: 2014-04-03 19:43:45 +0200 (Thu, 03 Apr 2014)
New Revision: 3046
Url: http://forge.nuiton.org/projects/topia/repository/revisions/3046
Log:
Update licenses (mainly years)
Modified:
branches/topia-2.9.x/pom.xml
branches/topia-2.9.x/src/site/rst/index.rst
branches/topia-2.9.x/src/site/site_fr.xml
branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/invoker.properties
branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/pom.xml
branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/postbuild.groovy
branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/src/main/xmi/topiatest-absract.properties
branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/src/test/java/org/nuiton/topia/testabstract/TopiaAbstractTest.java
branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/src/test/resources/TopiaContextImpl.properties
branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/src/test/resources/log4j.properties
branches/topia-2.9.x/topia-persistence/src/it/settings.xml
branches/topia-2.9.x/topia-persistence/src/license/THIRD-PARTY.properties
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/TopiaContext.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/TopiaContextFactory.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/TopiaException.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/TopiaNotFoundException.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/TopiaRuntimeException.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/TopiaVetoException.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaContextAdapter.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaContextEvent.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaContextListener.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntitiesEvent.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntitiesVetoable.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntityEvent.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntityListener.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntityVetoable.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaTransactionEvent.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaTransactionListener.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaTransactionVetoable.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/package-info.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/EntityFilter.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/EntityState.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaConnectionProvider.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaContextImpl.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaContextImplementor.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaFilter.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaFiresSupport.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaQuery.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaSQLQuery.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaService.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaTransactionAware.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaUtil.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/package-info.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/BinderHelperTransformer.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOAbstractTransformer.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOHelperTransformer.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOImplTransformer.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOTransformer.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/DTOTransformer.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityDAOTransformer.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityDTOTransformer.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityHibernateMappingGenerator.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityTransformer.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/QueryHelperTransformer.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/ServiceTransformer.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaGeneratorUtil.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaJavaValidator.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaMetaTransformer.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaRelationValidator.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaStereoTypes.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaTagValues.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/package-info.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/package-info.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/DepthEntityVisitor.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/EntityVisitor.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/HorizontalEntityVisitor.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/SearchFields.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAO.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAODeprecated.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAOImpl.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAOLegacy.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntity.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntityAbstract.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntityContextable.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntityEnum.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaId.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaPersistenceHelper.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/CsvProgressModel.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/EntityCsvModel.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/TopiaCsvCommons.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/AbstractImportModel.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/CsvFileImportResult.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/CsvImportResult.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/EntityAssociationImportModel.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/ImportModelFactory.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/ImportStrategy.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/TopiaCsvImports.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/package-info.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/EntityAssociationExportModel.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/ExportEntityVisitor.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/ExportModelFactory.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/PrepareDataForExport.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/TopiaCsvExports.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/package-info.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/package-info.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/AssociationMeta.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/ColumnMeta.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/DbMeta.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/MetaFilenameAware.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/Metadatas.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/TableMeta.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/package-info.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/package-info.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/pager/FilterRule.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/pager/FilterRuleGroupOperator.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/pager/FilterRuleOperator.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/pager/TopiaPagerBean.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/pager/TopiaPagerBeanBuilder.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Collector.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Creator.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/DBMapping.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Deletor.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/DiffState.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityListUpdator.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityOperator.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityOperatorStore.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/ListUpdator.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Loador.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityBinder.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityHelper.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityIdsMap.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityMap.java
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityRef.java
branches/topia-2.9.x/topia-persistence/src/site/rst/TopiaDocumentation.rst
branches/topia-2.9.x/topia-persistence/src/site/rst/devel/Devel.rst
branches/topia-2.9.x/topia-persistence/src/site/rst/devel/HibernateMapping.rst
branches/topia-2.9.x/topia-persistence/src/site/rst/devel/Isolation.rst
branches/topia-2.9.x/topia-persistence/src/site/rst/devel/SchemaMigration.rst
branches/topia-2.9.x/topia-persistence/src/site/rst/devel/Todo.rst
branches/topia-2.9.x/topia-persistence/src/site/rst/devel/event.rst
branches/topia-2.9.x/topia-persistence/src/site/rst/devel/project.rst
branches/topia-2.9.x/topia-persistence/src/site/rst/devel/security.rst
branches/topia-2.9.x/topia-persistence/src/site/rst/index.rst
branches/topia-2.9.x/topia-persistence/src/site/rst/user/FAQ.rst
branches/topia-2.9.x/topia-persistence/src/site/rst/user/TopiaQuery.rst
branches/topia-2.9.x/topia-persistence/src/site/rst/user/continue_devel.rst
branches/topia-2.9.x/topia-persistence/src/site/rst/user/extend_model.rst
branches/topia-2.9.x/topia-persistence/src/site/rst/user/start_using_api.rst
branches/topia-2.9.x/topia-persistence/src/site/rst/user/tagvalues.rst
branches/topia-2.9.x/topia-persistence/src/site/site_fr.xml
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/TestHelper.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/TopiaContextFactoryTest.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/TopiaDatabase.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/EntityStateTest.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaConnectionProviderHardCoded.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaConnectionProviderTest.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaContextImplTest.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaContextReplicateTest.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaQueryTest.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaUtilTest.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/generator/QueryHelperTransformerTest.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/generator/TopiaGeneratorUtilTest.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/generator/TopiaModelPropertiesProviderTest.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/generator/TopiaTestCase.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/EntityVisitorExportXmlTest.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/ExportXMLVisitor.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/NaturalIdTest.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/TopiaContextFindTest.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/TopiaDAOTest.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/CollectorTest.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/EntityOperatorTest.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/TopiaEntityBinderTest.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/TopiaEntityHelperTest.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/TopiaEntityRefTester.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/TopiaEntityRefTesterTest.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/test/ano1882/DAOAbstractTransformerTest.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/test/ano1991/TopiaQueryTest.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/test/evo1912/EntityDTOTransformerTest.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/EnumTest.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/ExtraDAOEntityDAOImpl.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/Gender.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/Title.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/beangen/RoueImpl.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/deletetest/Contact2DAOImpl.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/deletetest/DeleteEntityTest.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/persistence/Entity1.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/persistence/Entity1Abstract.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/persistence/Entity1Impl.hbm.xml
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/persistence/Entity1Impl.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/persistence/package-info.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/service/FakeService.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/service/TestService.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/service/package-info.java
branches/topia-2.9.x/topia-persistence/src/test/resources/TopiaConnectionProviderHardcoded.properties
branches/topia-2.9.x/topia-persistence/src/test/resources/TopiaContextImpl.properties
branches/topia-2.9.x/topia-persistence/src/test/resources/log4j.properties
branches/topia-2.9.x/topia-persistence/src/test/xmi/topiatest.properties
branches/topia-2.9.x/topia-service-migration/src/license/THIRD-PARTY.properties
branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/AbstractTopiaMigrationCallback.java
branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/MigrationServiceException.java
branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationCallback.java
branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationCallbackByClass.java
branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationCallbackByClassNG.java
branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationCallbackByMethod.java
branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationEngine.java
branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationService.java
branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/mappings/TMSVersion.java
branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/mappings/TMSVersionDAO.java
branches/topia-2.9.x/topia-service-migration/src/main/resources/org/nuiton/topia/migration/mappings/TMSVersion.hbm.xml
branches/topia-2.9.x/topia-service-migration/src/site/rst/index.rst
branches/topia-2.9.x/topia-service-migration/src/site/rst/manualMigration.rst
branches/topia-2.9.x/topia-service-migration/src/site/site_fr.xml
branches/topia-2.9.x/topia-service-migration/src/test/resources/ConfigurationAdapterTest-hibernate.cfg.xml
branches/topia-2.9.x/topia-service-replication/src/license/THIRD-PARTY.properties
branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationContext.java
branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationModelBuilder.java
branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationOperation.java
branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationOperationProvider.java
branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationOperationUndoable.java
branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationService.java
branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationServiceImpl.java
branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationLink.java
branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationModel.java
branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationNode.java
branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationOperationDef.java
branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationOperationPhase.java
branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/AttachAssociation.java
branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/AttachLink.java
branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/DettachAssociation.java
branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/Duplicate.java
branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/LoadLink.java
branches/topia-2.9.x/topia-service-replication/src/site/resources/dependencies.html
branches/topia-2.9.x/topia-service-replication/src/site/resources/dependency-management.html
branches/topia-2.9.x/topia-service-replication/src/site/rst/index.rst
branches/topia-2.9.x/topia-service-replication/src/site/site_fr.xml
branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/AbstractTopiaReplicationServiceTest.java
branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/TopiaReplicationOperationTest.java
branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/TopiaReplicationServiceImplAllTest.java
branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/TopiaReplicationServiceImplTest.java
branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/operation/FakeOperation.java
branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/operation/UncreatableOperation.java
branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/operation/UnregistredOperation.java
branches/topia-2.9.x/topia-service-replication/src/test/resources/log4j.properties
branches/topia-2.9.x/topia-service-security/src/license/THIRD-PARTY.properties
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/TopiaSecurityService.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/TopiaSecurityServiceImpl.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaAssociationAuthorizationImpl.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaAuthorizationImpl.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaEntityAuthorizationImpl.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaExpressionLinkImpl.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/entities/user/TopiaGroupImpl.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/entities/user/TopiaUserImpl.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaCallbackHandler.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaConfiguration.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaLoginModule.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaPermission.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaPolicy.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaPrincipal.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/listener/EntityVetoable.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/listener/NoSecurityLoad.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/listener/PropertyReadListener.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/listener/PropertyVetoable.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/listener/PropertyWriteListener.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/util/TopiaSecurityCaching.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/util/TopiaSecurityFactoryFilter.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/util/TopiaSecurityUtil.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/TaasService.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/TaasUtil.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/event/TaasAccessEntity.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/event/TaasEntityVetoable.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/event/TaasEntityVetoableRequestPermission.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasCallbackHandler.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasConfiguration.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasLoginModule.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasPermission.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasPolicy.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasPrincipalWrapper.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasSubjectFinder.java
branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasSubjectFinderImpl.java
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/security/entities/authorization/TopiaAssociationAuthorizationImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/security/entities/authorization/TopiaAuthorizationImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/security/entities/authorization/TopiaEntityAuthorizationImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/security/entities/authorization/TopiaExpressionLinkImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/security/entities/user/TopiaGroupImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/security/entities/user/TopiaUserImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/taas/entities/TaasAuthorizationImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/taas/entities/TaasPrincipalImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/taas/entities/TaasUserImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/security/entities/authorization/TopiaAssociationAuthorizationImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/security/entities/authorization/TopiaAuthorizationImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/security/entities/authorization/TopiaEntityAuthorizationImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/security/entities/authorization/TopiaExpressionLinkImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/security/entities/user/TopiaGroupImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/security/entities/user/TopiaUserImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/taas/entities/TaasAuthorizationImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/taas/entities/TaasPrincipalImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/taas/entities/TaasUserImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/security/entities/authorization/TopiaAssociationAuthorizationImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/security/entities/authorization/TopiaAuthorizationImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/security/entities/authorization/TopiaEntityAuthorizationImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/security/entities/authorization/TopiaExpressionLinkImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/security/entities/user/TopiaGroupImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/security/entities/user/TopiaUserImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/taas/entities/TaasAuthorizationImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/taas/entities/TaasPrincipalImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/taas/entities/TaasUserImpl.hbm.xml
branches/topia-2.9.x/topia-service-security/src/main/xmi/TopiaSecurity.properties
branches/topia-2.9.x/topia-service-security/src/site/rst/index.rst
branches/topia-2.9.x/topia-service-security/src/site/site_fr.xml
branches/topia-2.9.x/topia-service-security/src/test/java/org/nuiton/topia/TestUtils.java
branches/topia-2.9.x/topia-service-security/src/test/java/org/nuiton/topia/security/TopiaSecurityTest.java
Modified: branches/topia-2.9.x/pom.xml
===================================================================
--- branches/topia-2.9.x/pom.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/pom.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -58,6 +58,9 @@
<!-- pour un muli module on doit fixer le projectId -->
<projectId>topia</projectId>
+ <!-- Allow SVN keywords in license headers in ToPIA -->
+ <license.addSvnKeyWords>true</license.addSvnKeyWords>
+
<!-- libs version -->
<eugeneVersion>2.7.4</eugeneVersion>
<nuitonCsvVersion>3.0-alpha-3</nuitonCsvVersion>
Modified: branches/topia-2.9.x/src/site/rst/index.rst
===================================================================
--- branches/topia-2.9.x/src/site/rst/index.rst 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/src/site/rst/index.rst 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
.. -
.. * #%L
.. * ToPIA
-.. *
.. * $Id$
.. * $HeadURL$
.. * %%
-.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * Copyright (C) 2004 - 2014 CodeLutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
.. * it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/src/site/site_fr.xml
===================================================================
--- branches/topia-2.9.x/src/site/site_fr.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/src/site/site_fr.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/invoker.properties
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/invoker.properties 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/invoker.properties 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
###
# #%L
# ToPIA :: Persistence
-#
# $Id$
# $HeadURL$
# %%
-# Copyright (C) 2004 - 2011 CodeLutin
+# Copyright (C) 2004 - 2014 CodeLutin
# %%
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/pom.xml
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/pom.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/pom.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Persistence
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2011 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
@@ -137,4 +136,4 @@
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified: branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/postbuild.groovy
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/postbuild.groovy 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/postbuild.groovy 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2011 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
@@ -23,4 +22,4 @@
* #L%
*/
// Tests are made in the test phase
-return true;
\ No newline at end of file
+return true;
Modified: branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/src/main/xmi/topiatest-absract.properties
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/src/main/xmi/topiatest-absract.properties 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/src/main/xmi/topiatest-absract.properties 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
###
# #%L
# ToPIA :: Persistence
-#
# $Id$
# $HeadURL$
# %%
-# Copyright (C) 2004 - 2011 CodeLutin
+# Copyright (C) 2004 - 2014 CodeLutin
# %%
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/src/test/java/org/nuiton/topia/testabstract/TopiaAbstractTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/src/test/java/org/nuiton/topia/testabstract/TopiaAbstractTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/src/test/java/org/nuiton/topia/testabstract/TopiaAbstractTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2011 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/src/test/resources/TopiaContextImpl.properties
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/src/test/resources/TopiaContextImpl.properties 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/src/test/resources/TopiaContextImpl.properties 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
###
# #%L
# ToPIA :: Persistence
-#
# $Id$
# $HeadURL$
# %%
-# Copyright (C) 2004 - 2011 CodeLutin
+# Copyright (C) 2004 - 2014 CodeLutin
# %%
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/src/test/resources/log4j.properties
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/src/test/resources/log4j.properties 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/it/ANOMALIE-1640/src/test/resources/log4j.properties 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
###
# #%L
-# T3 :: Business
-#
+# ToPIA :: Persistence
# $Id$
# $HeadURL$
# %%
-# Copyright (C) 2010 IRD, Codelutin, Tony Chemit
+# Copyright (C) 2004 - 2014 CodeLutin
# %%
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/it/settings.xml
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/it/settings.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/it/settings.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
#%L
- EUGene :: Maven plugin
-
+ ToPIA :: Persistence
$Id$
$HeadURL$
%%
- Copyright (C) 2006 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/license/THIRD-PARTY.properties
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/license/THIRD-PARTY.properties 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/license/THIRD-PARTY.properties 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,3 +1,26 @@
+###
+# #%L
+# ToPIA :: Persistence
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2004 - 2014 CodeLutin
+# %%
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Lesser Public License for more details.
+#
+# You should have received a copy of the GNU General Lesser Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/lgpl-3.0.html>.
+# #L%
+###
# Generated by org.codehaus.mojo.license.AddThirdPartyMojo
#-------------------------------------------------------------------------------
# Already used licenses in project :
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/TopiaContext.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/TopiaContext.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/TopiaContext.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/TopiaContextFactory.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/TopiaContextFactory.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/TopiaContextFactory.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/TopiaException.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/TopiaException.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/TopiaException.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/TopiaNotFoundException.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/TopiaNotFoundException.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/TopiaNotFoundException.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/TopiaRuntimeException.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/TopiaRuntimeException.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/TopiaRuntimeException.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/TopiaVetoException.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/TopiaVetoException.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/TopiaVetoException.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaContextAdapter.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaContextAdapter.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaContextAdapter.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaContextEvent.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaContextEvent.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaContextEvent.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaContextListener.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaContextListener.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaContextListener.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntitiesEvent.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntitiesEvent.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntitiesEvent.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntitiesVetoable.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntitiesVetoable.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntitiesVetoable.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntityEvent.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntityEvent.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntityEvent.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntityListener.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntityListener.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntityListener.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntityVetoable.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntityVetoable.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntityVetoable.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaTransactionEvent.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaTransactionEvent.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaTransactionEvent.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaTransactionListener.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaTransactionListener.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaTransactionListener.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaTransactionVetoable.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaTransactionVetoable.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaTransactionVetoable.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/package-info.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/package-info.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/event/package-info.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
@@ -26,4 +25,4 @@
* Events used for topia services.
* TODO-fdesbois-20100507 : Need more javadoc.
*/
-package org.nuiton.topia.event;
\ No newline at end of file
+package org.nuiton.topia.event;
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/EntityFilter.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/EntityFilter.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/EntityFilter.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
@@ -167,4 +166,4 @@
*/
void removePropertyChangeListener(PropertyChangeListener listener);
-}
\ No newline at end of file
+}
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/EntityState.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/EntityState.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/EntityState.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaConnectionProvider.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaConnectionProvider.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaConnectionProvider.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2011 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaContextImpl.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaContextImpl.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaContextImpl.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2013 CodeLutin, Chatellier Eric
+ * Copyright (C) 2004 - 2014 CodeLutin, Chatellier Eric
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaContextImplementor.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaContextImplementor.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaContextImplementor.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaFilter.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaFilter.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaFilter.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
@@ -227,4 +226,4 @@
append("'}");
return builder.toString();
}
-}
\ No newline at end of file
+}
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaFiresSupport.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaFiresSupport.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaFiresSupport.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaQuery.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaQuery.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaQuery.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaSQLQuery.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaSQLQuery.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaSQLQuery.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaService.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaService.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaService.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaTransactionAware.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaTransactionAware.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaTransactionAware.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2011 CodeLutin, Tony Chemit
+ * Copyright (C) 2004 - 2014 CodeLutin, Tony Chemit
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaUtil.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaUtil.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaUtil.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2013 CodeLutin, Chatellier Eric
+ * Copyright (C) 2004 - 2014 CodeLutin, Chatellier Eric
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/package-info.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/package-info.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/package-info.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/BinderHelperTransformer.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/BinderHelperTransformer.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/BinderHelperTransformer.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOAbstractTransformer.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOAbstractTransformer.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOAbstractTransformer.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOHelperTransformer.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOHelperTransformer.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOHelperTransformer.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOImplTransformer.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOImplTransformer.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOImplTransformer.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOTransformer.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOTransformer.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOTransformer.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/DTOTransformer.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/DTOTransformer.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/DTOTransformer.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityDAOTransformer.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityDAOTransformer.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityDAOTransformer.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2011 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityDTOTransformer.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityDTOTransformer.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityDTOTransformer.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityHibernateMappingGenerator.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityHibernateMappingGenerator.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityHibernateMappingGenerator.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityTransformer.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityTransformer.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityTransformer.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/QueryHelperTransformer.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/QueryHelperTransformer.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/QueryHelperTransformer.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/ServiceTransformer.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/ServiceTransformer.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/ServiceTransformer.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaGeneratorUtil.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaGeneratorUtil.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaGeneratorUtil.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaJavaValidator.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaJavaValidator.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaJavaValidator.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaMetaTransformer.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaMetaTransformer.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaMetaTransformer.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaRelationValidator.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaRelationValidator.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaRelationValidator.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaStereoTypes.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaStereoTypes.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaStereoTypes.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaTagValues.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaTagValues.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaTagValues.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/package-info.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/package-info.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/generator/package-info.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
@@ -115,4 +114,4 @@
* @author poussin <poussin(a)codelutin.com>
* @version $Id$
*/
-package org.nuiton.topia.generator;
\ No newline at end of file
+package org.nuiton.topia.generator;
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/package-info.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/package-info.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/package-info.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
@@ -134,4 +133,4 @@
* topia.dao.flatfile.mapping.fr.ifremer.isisfish.entities.Script.body=script
* </pre>
*/
-package org.nuiton.topia;
\ No newline at end of file
+package org.nuiton.topia;
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/DepthEntityVisitor.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/DepthEntityVisitor.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/DepthEntityVisitor.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/EntityVisitor.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/EntityVisitor.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/EntityVisitor.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/HorizontalEntityVisitor.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/HorizontalEntityVisitor.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/HorizontalEntityVisitor.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/SearchFields.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/SearchFields.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/SearchFields.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAO.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAO.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAO.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAODeprecated.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAODeprecated.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAODeprecated.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -5,7 +5,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAOImpl.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAOImpl.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAOImpl.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAOLegacy.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAOLegacy.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAOLegacy.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntity.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntity.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntity.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin, Chemit Tony
+ * Copyright (C) 2004 - 2014 CodeLutin, Chemit Tony
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntityAbstract.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntityAbstract.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntityAbstract.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntityContextable.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntityContextable.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntityContextable.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
- *
- *
+ * ToPIA :: Persistence
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2011 Codelutin, Chatellier Eric, Chemit Tony
+ * Copyright (C) 2004 - 2014 CodeLutin, Chatellier Eric, Chemit Tony
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntityEnum.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntityEnum.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntityEnum.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaId.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaId.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaId.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaPersistenceHelper.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaPersistenceHelper.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaPersistenceHelper.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -5,7 +5,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/CsvProgressModel.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/CsvProgressModel.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/CsvProgressModel.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -6,7 +6,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/EntityCsvModel.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/EntityCsvModel.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/EntityCsvModel.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -5,7 +5,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
@@ -252,4 +252,4 @@
this(separator, tableMeta);
newColumnForImportExport(idHeader, TopiaEntity.TOPIA_ID);
}
-}
\ No newline at end of file
+}
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/TopiaCsvCommons.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/TopiaCsvCommons.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/TopiaCsvCommons.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -5,7 +5,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/AbstractImportModel.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/AbstractImportModel.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/AbstractImportModel.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
- * EchoBase :: Entities
- *
+ * ToPIA :: Persistence
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2011 - 2012 Ifremer, Codelutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/CsvFileImportResult.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/CsvFileImportResult.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/CsvFileImportResult.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -5,7 +5,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/CsvImportResult.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/CsvImportResult.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/CsvImportResult.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -5,7 +5,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/EntityAssociationImportModel.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/EntityAssociationImportModel.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/EntityAssociationImportModel.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -5,7 +5,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/ImportModelFactory.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/ImportModelFactory.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/ImportModelFactory.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -5,7 +5,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/ImportStrategy.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/ImportStrategy.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/ImportStrategy.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -5,7 +5,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/TopiaCsvImports.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/TopiaCsvImports.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/TopiaCsvImports.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -5,7 +5,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/package-info.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/package-info.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/package-info.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -12,7 +12,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/EntityAssociationExportModel.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/EntityAssociationExportModel.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/EntityAssociationExportModel.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -5,7 +5,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/ExportEntityVisitor.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/ExportEntityVisitor.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/ExportEntityVisitor.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -5,7 +5,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/ExportModelFactory.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/ExportModelFactory.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/ExportModelFactory.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -5,7 +5,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/PrepareDataForExport.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/PrepareDataForExport.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/PrepareDataForExport.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -5,7 +5,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/TopiaCsvExports.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/TopiaCsvExports.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/TopiaCsvExports.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -5,7 +5,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/package-info.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/package-info.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/package-info.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -12,7 +12,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/package-info.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/package-info.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/package-info.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -12,7 +12,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/AssociationMeta.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/AssociationMeta.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/AssociationMeta.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -5,7 +5,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/ColumnMeta.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/ColumnMeta.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/ColumnMeta.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -5,7 +5,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/DbMeta.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/DbMeta.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/DbMeta.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -5,7 +5,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/MetaFilenameAware.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/MetaFilenameAware.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/MetaFilenameAware.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
- * EchoBase :: Entities
- *
+ * ToPIA :: Persistence
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2011 Ifremer, Codelutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/Metadatas.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/Metadatas.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/Metadatas.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -5,7 +5,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/TableMeta.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/TableMeta.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/TableMeta.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -5,7 +5,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/package-info.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/package-info.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/metadata/package-info.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -12,7 +12,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/package-info.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/package-info.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/package-info.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/pager/FilterRule.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/pager/FilterRule.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/pager/FilterRule.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -6,7 +6,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/pager/FilterRuleGroupOperator.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/pager/FilterRuleGroupOperator.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/pager/FilterRuleGroupOperator.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -6,7 +6,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/pager/FilterRuleOperator.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/pager/FilterRuleOperator.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/pager/FilterRuleOperator.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -6,7 +6,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/pager/TopiaPagerBean.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/pager/TopiaPagerBean.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/pager/TopiaPagerBean.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -6,7 +6,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
@@ -85,4 +85,4 @@
this.sortColumn = sortColumn;
}
-}
\ No newline at end of file
+}
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/pager/TopiaPagerBeanBuilder.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/pager/TopiaPagerBeanBuilder.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/pager/TopiaPagerBeanBuilder.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -6,7 +6,7 @@
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Collector.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Collector.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Collector.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Creator.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Creator.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Creator.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/DBMapping.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/DBMapping.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/DBMapping.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Deletor.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Deletor.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Deletor.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/DiffState.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/DiffState.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/DiffState.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityListUpdator.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityListUpdator.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityListUpdator.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityOperator.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityOperator.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityOperator.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityOperatorStore.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityOperatorStore.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityOperatorStore.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/ListUpdator.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/ListUpdator.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/ListUpdator.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Loador.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Loador.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Loador.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityBinder.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityBinder.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityBinder.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityHelper.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityHelper.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityHelper.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityIdsMap.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityIdsMap.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityIdsMap.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityMap.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityMap.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityMap.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2011 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityRef.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityRef.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityRef.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/site/rst/TopiaDocumentation.rst
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/site/rst/TopiaDocumentation.rst 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/site/rst/TopiaDocumentation.rst 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
.. -
.. * #%L
.. * ToPIA :: Persistence
-.. *
.. * $Id$
.. * $HeadURL$
.. * %%
-.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * Copyright (C) 2004 - 2014 CodeLutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
.. * it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/site/rst/devel/Devel.rst
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/site/rst/devel/Devel.rst 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/site/rst/devel/Devel.rst 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
.. -
.. * #%L
.. * ToPIA :: Persistence
-.. *
.. * $Id$
.. * $HeadURL$
.. * %%
-.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * Copyright (C) 2004 - 2014 CodeLutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
.. * it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/site/rst/devel/HibernateMapping.rst
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/site/rst/devel/HibernateMapping.rst 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/site/rst/devel/HibernateMapping.rst 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
.. -
.. * #%L
.. * ToPIA :: Persistence
-.. *
.. * $Id$
.. * $HeadURL$
.. * %%
-.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * Copyright (C) 2004 - 2014 CodeLutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
.. * it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/site/rst/devel/Isolation.rst
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/site/rst/devel/Isolation.rst 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/site/rst/devel/Isolation.rst 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
.. -
.. * #%L
.. * ToPIA :: Persistence
-.. *
.. * $Id$
.. * $HeadURL$
.. * %%
-.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * Copyright (C) 2004 - 2014 CodeLutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
.. * it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/site/rst/devel/SchemaMigration.rst
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/site/rst/devel/SchemaMigration.rst 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/site/rst/devel/SchemaMigration.rst 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
.. -
.. * #%L
.. * ToPIA :: Persistence
-.. *
.. * $Id$
.. * $HeadURL$
.. * %%
-.. * Copyright (C) 2004 - 2011 CodeLutin, Chatellier Eric
+.. * Copyright (C) 2004 - 2014 CodeLutin, Chatellier Eric
.. * %%
.. * This program is free software: you can redistribute it and/or modify
.. * it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/site/rst/devel/Todo.rst
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/site/rst/devel/Todo.rst 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/site/rst/devel/Todo.rst 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
.. -
.. * #%L
.. * ToPIA :: Persistence
-.. *
.. * $Id$
.. * $HeadURL$
.. * %%
-.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * Copyright (C) 2004 - 2014 CodeLutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
.. * it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/site/rst/devel/event.rst
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/site/rst/devel/event.rst 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/site/rst/devel/event.rst 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
.. -
.. * #%L
.. * ToPIA :: Persistence
-.. *
.. * $Id$
.. * $HeadURL$
.. * %%
-.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * Copyright (C) 2004 - 2014 CodeLutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
.. * it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/site/rst/devel/project.rst
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/site/rst/devel/project.rst 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/site/rst/devel/project.rst 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
.. -
.. * #%L
.. * ToPIA :: Persistence
-.. *
.. * $Id$
.. * $HeadURL$
.. * %%
-.. * Copyright (C) 2004 - 2011 CodeLutin, Chatellier Eric
+.. * Copyright (C) 2004 - 2014 CodeLutin, Chatellier Eric
.. * %%
.. * This program is free software: you can redistribute it and/or modify
.. * it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/site/rst/devel/security.rst
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/site/rst/devel/security.rst 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/site/rst/devel/security.rst 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
.. -
.. * #%L
.. * ToPIA :: Persistence
-.. *
.. * $Id$
.. * $HeadURL$
.. * %%
-.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * Copyright (C) 2004 - 2014 CodeLutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
.. * it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/site/rst/index.rst
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/site/rst/index.rst 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/site/rst/index.rst 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
.. -
.. * #%L
.. * ToPIA :: Persistence
-.. *
.. * $Id$
.. * $HeadURL$
.. * %%
-.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * Copyright (C) 2004 - 2014 CodeLutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
.. * it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/site/rst/user/FAQ.rst
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/site/rst/user/FAQ.rst 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/site/rst/user/FAQ.rst 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
.. -
.. * #%L
.. * ToPIA :: Persistence
-.. *
.. * $Id$
.. * $HeadURL$
.. * %%
-.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * Copyright (C) 2004 - 2014 CodeLutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
.. * it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/site/rst/user/TopiaQuery.rst
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/site/rst/user/TopiaQuery.rst 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/site/rst/user/TopiaQuery.rst 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
.. -
.. * #%L
.. * ToPIA :: Persistence
-.. *
.. * $Id$
.. * $HeadURL$
.. * %%
-.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * Copyright (C) 2004 - 2014 CodeLutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
.. * it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/site/rst/user/continue_devel.rst
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/site/rst/user/continue_devel.rst 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/site/rst/user/continue_devel.rst 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
.. -
.. * #%L
.. * ToPIA :: Persistence
-.. *
.. * $Id$
.. * $HeadURL$
.. * %%
-.. * Copyright (C) 2004 - 2011 CodeLutin
+.. * Copyright (C) 2004 - 2014 CodeLutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
.. * it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/site/rst/user/extend_model.rst
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/site/rst/user/extend_model.rst 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/site/rst/user/extend_model.rst 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
.. -
.. * #%L
.. * ToPIA :: Persistence
-.. *
.. * $Id$
.. * $HeadURL$
.. * %%
-.. * Copyright (C) 2004 - 2011 CodeLutin
+.. * Copyright (C) 2004 - 2014 CodeLutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
.. * it under the terms of the GNU Lesser General Public License as
@@ -139,4 +138,4 @@
.. _Generation Gap: http://fr.wikibooks.org/wiki/Patrons_de_conception/Generation_gap
-.. _TopiaQuery: TopiaQuery.html
\ No newline at end of file
+.. _TopiaQuery: TopiaQuery.html
Modified: branches/topia-2.9.x/topia-persistence/src/site/rst/user/start_using_api.rst
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/site/rst/user/start_using_api.rst 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/site/rst/user/start_using_api.rst 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
.. -
.. * #%L
.. * ToPIA :: Persistence
-.. *
.. * $Id$
.. * $HeadURL$
.. * %%
-.. * Copyright (C) 2004 - 2011 CodeLutin
+.. * Copyright (C) 2004 - 2014 CodeLutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
.. * it under the terms of the GNU Lesser General Public License as
@@ -194,4 +193,4 @@
Un exemple complet dans StartTest_.
-.. _StartTest: http://svn.nuiton.org/svn/topia/trunk/topia-tutorial/src/test/java/org/nuit…
\ No newline at end of file
+.. _StartTest: http://svn.nuiton.org/svn/topia/trunk/topia-tutorial/src/test/java/org/nuit…
Modified: branches/topia-2.9.x/topia-persistence/src/site/rst/user/tagvalues.rst
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/site/rst/user/tagvalues.rst 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/site/rst/user/tagvalues.rst 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
.. -
.. * #%L
.. * ToPIA :: Persistence
-.. *
.. * $Id$
.. * $HeadURL$
.. * %%
-.. * Copyright (C) 2004 - 2011 CodeLutin
+.. * Copyright (C) 2004 - 2014 CodeLutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
.. * it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/site/site_fr.xml
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/site/site_fr.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/site/site_fr.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Persistence
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2011 CodeLutin, Chatellier Eric
+ Copyright (C) 2004 - 2014 CodeLutin, Chatellier Eric
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/TestHelper.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/TestHelper.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/TestHelper.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/TopiaContextFactoryTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/TopiaContextFactoryTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/TopiaContextFactoryTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/TopiaDatabase.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/TopiaDatabase.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/TopiaDatabase.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/EntityStateTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/EntityStateTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/EntityStateTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaConnectionProviderHardCoded.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaConnectionProviderHardCoded.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaConnectionProviderHardCoded.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2011 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaConnectionProviderTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaConnectionProviderTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaConnectionProviderTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2011 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaContextImplTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaContextImplTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaContextImplTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaContextReplicateTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaContextReplicateTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaContextReplicateTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaQueryTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaQueryTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaQueryTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaUtilTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaUtilTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaUtilTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/generator/QueryHelperTransformerTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/generator/QueryHelperTransformerTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/generator/QueryHelperTransformerTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/generator/TopiaGeneratorUtilTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/generator/TopiaGeneratorUtilTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/generator/TopiaGeneratorUtilTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/generator/TopiaModelPropertiesProviderTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/generator/TopiaModelPropertiesProviderTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/generator/TopiaModelPropertiesProviderTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/generator/TopiaTestCase.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/generator/TopiaTestCase.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/generator/TopiaTestCase.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/EntityVisitorExportXmlTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/EntityVisitorExportXmlTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/EntityVisitorExportXmlTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/ExportXMLVisitor.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/ExportXMLVisitor.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/ExportXMLVisitor.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/NaturalIdTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/NaturalIdTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/NaturalIdTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/TopiaContextFindTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/TopiaContextFindTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/TopiaContextFindTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,10 +1,10 @@
/*
* #%L
- * ToPIA :: Persistence :: Test Compatibility Kit
+ * ToPIA :: Persistence
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/TopiaDAOTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/TopiaDAOTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/TopiaDAOTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin, Chatellier Eric
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/CollectorTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/CollectorTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/CollectorTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/EntityOperatorTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/EntityOperatorTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/EntityOperatorTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/TopiaEntityBinderTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/TopiaEntityBinderTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/TopiaEntityBinderTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/TopiaEntityHelperTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/TopiaEntityHelperTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/TopiaEntityHelperTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/TopiaEntityRefTester.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/TopiaEntityRefTester.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/TopiaEntityRefTester.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/TopiaEntityRefTesterTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/TopiaEntityRefTesterTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/TopiaEntityRefTesterTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/test/ano1882/DAOAbstractTransformerTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/test/ano1882/DAOAbstractTransformerTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/test/ano1882/DAOAbstractTransformerTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/test/ano1991/TopiaQueryTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/test/ano1991/TopiaQueryTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/test/ano1991/TopiaQueryTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/test/evo1912/EntityDTOTransformerTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/test/evo1912/EntityDTOTransformerTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/test/evo1912/EntityDTOTransformerTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2012 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/EnumTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/EnumTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/EnumTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2011 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/ExtraDAOEntityDAOImpl.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/ExtraDAOEntityDAOImpl.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/ExtraDAOEntityDAOImpl.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/Gender.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/Gender.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/Gender.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2011 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/Title.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/Title.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/Title.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2011 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/beangen/RoueImpl.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/beangen/RoueImpl.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/beangen/RoueImpl.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/deletetest/Contact2DAOImpl.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/deletetest/Contact2DAOImpl.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/deletetest/Contact2DAOImpl.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/deletetest/DeleteEntityTest.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/deletetest/DeleteEntityTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/deletetest/DeleteEntityTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/persistence/Entity1.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/persistence/Entity1.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/persistence/Entity1.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/persistence/Entity1Abstract.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/persistence/Entity1Abstract.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/persistence/Entity1Abstract.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/persistence/Entity1Impl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/persistence/Entity1Impl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/persistence/Entity1Impl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Persistence
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/persistence/Entity1Impl.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/persistence/Entity1Impl.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/persistence/Entity1Impl.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/persistence/package-info.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/persistence/package-info.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/persistence/package-info.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
@@ -25,4 +24,4 @@
/**
* Contains persistent entities for Tests.
*/
-package org.nuiton.topiatest.persistence;
\ No newline at end of file
+package org.nuiton.topiatest.persistence;
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/service/FakeService.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/service/FakeService.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/service/FakeService.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/service/TestService.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/service/TestService.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/service/TestService.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/service/package-info.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/service/package-info.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topiatest/service/package-info.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Persistence
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
@@ -26,4 +25,4 @@
* This package contains classes which implements {@link
* org.nuiton.topia.framework.TopiaService} to test services API.
*/
-package org.nuiton.topiatest.service;
\ No newline at end of file
+package org.nuiton.topiatest.service;
Modified: branches/topia-2.9.x/topia-persistence/src/test/resources/TopiaConnectionProviderHardcoded.properties
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/resources/TopiaConnectionProviderHardcoded.properties 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/resources/TopiaConnectionProviderHardcoded.properties 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
###
# #%L
# ToPIA :: Persistence
-#
# $Id$
# $HeadURL$
# %%
-# Copyright (C) 2004 - 2010 CodeLutin
+# Copyright (C) 2004 - 2014 CodeLutin
# %%
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as
@@ -32,4 +31,4 @@
hibernate.connection.driver_class=org.h2.Driver
hibernate.connection.provider_class=org.nuiton.topia.framework.TopiaConnectionProviderHardCoded
# tchemit 2010-11-28 : comment this line, each test must define his own db path
-#hibernate.connection.url=jdbc:h2:file:target/surefire-workdir/h2data
\ No newline at end of file
+#hibernate.connection.url=jdbc:h2:file:target/surefire-workdir/h2data
Modified: branches/topia-2.9.x/topia-persistence/src/test/resources/TopiaContextImpl.properties
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/resources/TopiaContextImpl.properties 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/resources/TopiaContextImpl.properties 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
###
# #%L
# ToPIA :: Persistence
-#
# $Id$
# $HeadURL$
# %%
-# Copyright (C) 2004 - 2010 CodeLutin
+# Copyright (C) 2004 - 2014 CodeLutin
# %%
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as
@@ -31,4 +30,4 @@
hibernate.connection.password=
hibernate.connection.driver_class=org.h2.Driver
# tchemit 2010-11-28 : comment this line, each test must define his own db path
-#hibernate.connection.url=jdbc:h2:file:target/surefire-workdir/h2data
\ No newline at end of file
+#hibernate.connection.url=jdbc:h2:file:target/surefire-workdir/h2data
Modified: branches/topia-2.9.x/topia-persistence/src/test/resources/log4j.properties
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/resources/log4j.properties 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/resources/log4j.properties 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
###
# #%L
# ToPIA :: Persistence
-#
# $Id$
# $HeadURL$
# %%
-# Copyright (C) 2004 - 2010 CodeLutin
+# Copyright (C) 2004 - 2014 CodeLutin
# %%
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-persistence/src/test/xmi/topiatest.properties
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/xmi/topiatest.properties 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-persistence/src/test/xmi/topiatest.properties 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
###
# #%L
# ToPIA :: Persistence
-#
# $Id$
# $HeadURL$
# %%
-# Copyright (C) 2004 - 2010 CodeLutin
+# Copyright (C) 2004 - 2014 CodeLutin
# %%
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as
@@ -41,4 +40,4 @@
org.nuiton.topiatest.NaturalizedEntity.attribute.naturalIdNull.tagvalue.naturalId=true
org.nuiton.topiatest.NaturalizedEntity.attribute.naturalIdNull.tagvalue.notNull=false
-org.nuiton.topiatest.Personne.attribute.otherGender.tagValue.useEnumerationName=true
\ No newline at end of file
+org.nuiton.topiatest.Personne.attribute.otherGender.tagValue.useEnumerationName=true
Modified: branches/topia-2.9.x/topia-service-migration/src/license/THIRD-PARTY.properties
===================================================================
--- branches/topia-2.9.x/topia-service-migration/src/license/THIRD-PARTY.properties 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-migration/src/license/THIRD-PARTY.properties 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,3 +1,26 @@
+###
+# #%L
+# ToPIA :: Service Migration
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2004 - 2014 CodeLutin
+# %%
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Lesser Public License for more details.
+#
+# You should have received a copy of the GNU General Lesser Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/lgpl-3.0.html>.
+# #L%
+###
# Generated by org.codehaus.mojo.license.AddThirdPartyMojo
#-------------------------------------------------------------------------------
# Already used licenses in project :
Modified: branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/AbstractTopiaMigrationCallback.java
===================================================================
--- branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/AbstractTopiaMigrationCallback.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/AbstractTopiaMigrationCallback.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Migration
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
@@ -223,4 +222,4 @@
}
-}
\ No newline at end of file
+}
Modified: branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/MigrationServiceException.java
===================================================================
--- branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/MigrationServiceException.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/MigrationServiceException.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Migration
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationCallback.java
===================================================================
--- branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationCallback.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationCallback.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Migration
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
@@ -56,4 +55,4 @@
);
return m;
}
-}
\ No newline at end of file
+}
Modified: branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationCallbackByClass.java
===================================================================
--- branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationCallbackByClass.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationCallbackByClass.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Migration
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
@@ -160,4 +159,4 @@
return versionMigrationMapping.get(version);
}
}
-}
\ No newline at end of file
+}
Modified: branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationCallbackByClassNG.java
===================================================================
--- branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationCallbackByClassNG.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationCallbackByClassNG.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Migration
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin, Tony chemit
+ * Copyright (C) 2004 - 2014 CodeLutin, Tony chemit
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
@@ -191,4 +190,4 @@
return versionMigrationMapping.keySet();
}
}
-}
\ No newline at end of file
+}
Modified: branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationCallbackByMethod.java
===================================================================
--- branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationCallbackByMethod.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationCallbackByMethod.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Migration
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
@@ -74,4 +73,4 @@
}
-}
\ No newline at end of file
+}
Modified: branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationEngine.java
===================================================================
--- branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationEngine.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationEngine.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Migration
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
@@ -693,4 +692,4 @@
}
-}
\ No newline at end of file
+}
Modified: branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationService.java
===================================================================
--- branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationService.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationService.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Migration
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/mappings/TMSVersion.java
===================================================================
--- branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/mappings/TMSVersion.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/mappings/TMSVersion.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Migration
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/mappings/TMSVersionDAO.java
===================================================================
--- branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/mappings/TMSVersionDAO.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-migration/src/main/java/org/nuiton/topia/migration/mappings/TMSVersionDAO.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Migration
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
@@ -191,4 +190,4 @@
return version;
}
}
-}
\ No newline at end of file
+}
Modified: branches/topia-2.9.x/topia-service-migration/src/main/resources/org/nuiton/topia/migration/mappings/TMSVersion.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-migration/src/main/resources/org/nuiton/topia/migration/mappings/TMSVersion.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-migration/src/main/resources/org/nuiton/topia/migration/mappings/TMSVersion.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Migration
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
@@ -29,4 +28,4 @@
<class name="org.nuiton.topia.migration.mappings.TMSVersion" table="tms_version">
<id column="version" name="version"/>
</class>
-</hibernate-mapping>
\ No newline at end of file
+</hibernate-mapping>
Modified: branches/topia-2.9.x/topia-service-migration/src/site/rst/index.rst
===================================================================
--- branches/topia-2.9.x/topia-service-migration/src/site/rst/index.rst 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-migration/src/site/rst/index.rst 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
.. -
.. * #%L
.. * ToPIA :: Service Migration
-.. *
.. * $Id$
.. * $HeadURL$
.. * %%
-.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * Copyright (C) 2004 - 2014 CodeLutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
.. * it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-migration/src/site/rst/manualMigration.rst
===================================================================
--- branches/topia-2.9.x/topia-service-migration/src/site/rst/manualMigration.rst 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-migration/src/site/rst/manualMigration.rst 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
.. -
.. * #%L
.. * ToPIA :: Service Migration
-.. *
.. * $Id$
.. * $HeadURL$
.. * %%
-.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * Copyright (C) 2004 - 2014 CodeLutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
.. * it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-migration/src/site/site_fr.xml
===================================================================
--- branches/topia-2.9.x/topia-service-migration/src/site/site_fr.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-migration/src/site/site_fr.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Migration
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-migration/src/test/resources/ConfigurationAdapterTest-hibernate.cfg.xml
===================================================================
--- branches/topia-2.9.x/topia-service-migration/src/test/resources/ConfigurationAdapterTest-hibernate.cfg.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-migration/src/test/resources/ConfigurationAdapterTest-hibernate.cfg.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Migration
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/license/THIRD-PARTY.properties
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/license/THIRD-PARTY.properties 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/license/THIRD-PARTY.properties 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,3 +1,26 @@
+###
+# #%L
+# ToPIA :: Service Replication
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2004 - 2014 CodeLutin
+# %%
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Lesser Public License for more details.
+#
+# You should have received a copy of the GNU General Lesser Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/lgpl-3.0.html>.
+# #L%
+###
# Generated by org.codehaus.mojo.license.AddThirdPartyMojo
#-------------------------------------------------------------------------------
# Already used licenses in project :
Modified: branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationContext.java
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationContext.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationContext.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Replication
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationModelBuilder.java
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationModelBuilder.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationModelBuilder.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Replication
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationOperation.java
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationOperation.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationOperation.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Replication
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationOperationProvider.java
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationOperationProvider.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationOperationProvider.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Replication
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationOperationUndoable.java
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationOperationUndoable.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationOperationUndoable.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Replication
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationService.java
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationService.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationService.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Replication
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationServiceImpl.java
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationServiceImpl.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationServiceImpl.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Replication
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationLink.java
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationLink.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationLink.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Replication
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationModel.java
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationModel.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationModel.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Replication
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationNode.java
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationNode.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationNode.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Replication
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationOperationDef.java
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationOperationDef.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationOperationDef.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Replication
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationOperationPhase.java
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationOperationPhase.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationOperationPhase.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Replication
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/AttachAssociation.java
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/AttachAssociation.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/AttachAssociation.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Replication
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/AttachLink.java
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/AttachLink.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/AttachLink.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Replication
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/DettachAssociation.java
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/DettachAssociation.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/DettachAssociation.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Replication
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/Duplicate.java
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/Duplicate.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/Duplicate.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Replication
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/LoadLink.java
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/LoadLink.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/LoadLink.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Replication
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/site/resources/dependencies.html
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/site/resources/dependencies.html 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/site/resources/dependencies.html 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
<!--
#%L
ToPIA :: Service Replication
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/site/resources/dependency-management.html
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/site/resources/dependency-management.html 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/site/resources/dependency-management.html 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
<!--
#%L
ToPIA :: Service Replication
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/site/rst/index.rst
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/site/rst/index.rst 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/site/rst/index.rst 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
.. -
.. * #%L
.. * ToPIA :: Service Replication
-.. *
.. * $Id$
.. * $HeadURL$
.. * %%
-.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * Copyright (C) 2004 - 2014 CodeLutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
.. * it under the terms of the GNU Lesser General Public License as
@@ -29,4 +28,4 @@
Permet de répliquer des grappes d'objets plus facilement.
-Documentation à faire.
\ No newline at end of file
+Documentation à faire.
Modified: branches/topia-2.9.x/topia-service-replication/src/site/site_fr.xml
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/site/site_fr.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/site/site_fr.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Replication
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/AbstractTopiaReplicationServiceTest.java
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/AbstractTopiaReplicationServiceTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/AbstractTopiaReplicationServiceTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Replication
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/TopiaReplicationOperationTest.java
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/TopiaReplicationOperationTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/TopiaReplicationOperationTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Replication
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/TopiaReplicationServiceImplAllTest.java
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/TopiaReplicationServiceImplAllTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/TopiaReplicationServiceImplAllTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Replication
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/TopiaReplicationServiceImplTest.java
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/TopiaReplicationServiceImplTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/TopiaReplicationServiceImplTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Replication
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/operation/FakeOperation.java
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/operation/FakeOperation.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/operation/FakeOperation.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Replication
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/operation/UncreatableOperation.java
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/operation/UncreatableOperation.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/operation/UncreatableOperation.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Replication
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/operation/UnregistredOperation.java
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/operation/UnregistredOperation.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/test/java/org/nuiton/topia/replication/operation/UnregistredOperation.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Replication
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-replication/src/test/resources/log4j.properties
===================================================================
--- branches/topia-2.9.x/topia-service-replication/src/test/resources/log4j.properties 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-replication/src/test/resources/log4j.properties 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
###
# #%L
# ToPIA :: Service Replication
-#
# $Id$
# $HeadURL$
# %%
-# Copyright (C) 2004 - 2010 CodeLutin
+# Copyright (C) 2004 - 2014 CodeLutin
# %%
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/license/THIRD-PARTY.properties
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/license/THIRD-PARTY.properties 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/license/THIRD-PARTY.properties 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,3 +1,26 @@
+###
+# #%L
+# ToPIA :: Service Security
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2004 - 2014 CodeLutin
+# %%
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Lesser Public License for more details.
+#
+# You should have received a copy of the GNU General Lesser Public
+# License along with this program. If not, see
+# <http://www.gnu.org/licenses/lgpl-3.0.html>.
+# #L%
+###
# Generated by org.codehaus.mojo.license.AddThirdPartyMojo
#-------------------------------------------------------------------------------
# Already used licenses in project :
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/TopiaSecurityService.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/TopiaSecurityService.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/TopiaSecurityService.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/TopiaSecurityServiceImpl.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/TopiaSecurityServiceImpl.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/TopiaSecurityServiceImpl.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaAssociationAuthorizationImpl.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaAssociationAuthorizationImpl.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaAssociationAuthorizationImpl.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaAuthorizationImpl.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaAuthorizationImpl.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaAuthorizationImpl.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaEntityAuthorizationImpl.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaEntityAuthorizationImpl.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaEntityAuthorizationImpl.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaExpressionLinkImpl.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaExpressionLinkImpl.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaExpressionLinkImpl.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/entities/user/TopiaGroupImpl.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/entities/user/TopiaGroupImpl.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/entities/user/TopiaGroupImpl.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/entities/user/TopiaUserImpl.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/entities/user/TopiaUserImpl.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/entities/user/TopiaUserImpl.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaCallbackHandler.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaCallbackHandler.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaCallbackHandler.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaConfiguration.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaConfiguration.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaConfiguration.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaLoginModule.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaLoginModule.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaLoginModule.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaPermission.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaPermission.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaPermission.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaPolicy.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaPolicy.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaPolicy.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaPrincipal.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaPrincipal.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaPrincipal.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/listener/EntityVetoable.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/listener/EntityVetoable.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/listener/EntityVetoable.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/listener/NoSecurityLoad.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/listener/NoSecurityLoad.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/listener/NoSecurityLoad.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/listener/PropertyReadListener.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/listener/PropertyReadListener.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/listener/PropertyReadListener.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/listener/PropertyVetoable.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/listener/PropertyVetoable.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/listener/PropertyVetoable.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/listener/PropertyWriteListener.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/listener/PropertyWriteListener.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/listener/PropertyWriteListener.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/util/TopiaSecurityCaching.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/util/TopiaSecurityCaching.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/util/TopiaSecurityCaching.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/util/TopiaSecurityFactoryFilter.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/util/TopiaSecurityFactoryFilter.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/util/TopiaSecurityFactoryFilter.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/util/TopiaSecurityUtil.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/util/TopiaSecurityUtil.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/security/util/TopiaSecurityUtil.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/TaasService.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/TaasService.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/TaasService.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/TaasUtil.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/TaasUtil.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/TaasUtil.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/event/TaasAccessEntity.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/event/TaasAccessEntity.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/event/TaasAccessEntity.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/event/TaasEntityVetoable.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/event/TaasEntityVetoable.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/event/TaasEntityVetoable.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/event/TaasEntityVetoableRequestPermission.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/event/TaasEntityVetoableRequestPermission.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/event/TaasEntityVetoableRequestPermission.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasCallbackHandler.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasCallbackHandler.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasCallbackHandler.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasConfiguration.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasConfiguration.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasConfiguration.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasLoginModule.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasLoginModule.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasLoginModule.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasPermission.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasPermission.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasPermission.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasPolicy.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasPolicy.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasPolicy.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasPrincipalWrapper.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasPrincipalWrapper.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasPrincipalWrapper.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasSubjectFinder.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasSubjectFinder.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasSubjectFinder.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasSubjectFinderImpl.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasSubjectFinderImpl.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasSubjectFinderImpl.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/security/entities/authorization/TopiaAssociationAuthorizationImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/security/entities/authorization/TopiaAssociationAuthorizationImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/security/entities/authorization/TopiaAssociationAuthorizationImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/security/entities/authorization/TopiaAuthorizationImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/security/entities/authorization/TopiaAuthorizationImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/security/entities/authorization/TopiaAuthorizationImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/security/entities/authorization/TopiaEntityAuthorizationImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/security/entities/authorization/TopiaEntityAuthorizationImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/security/entities/authorization/TopiaEntityAuthorizationImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/security/entities/authorization/TopiaExpressionLinkImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/security/entities/authorization/TopiaExpressionLinkImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/security/entities/authorization/TopiaExpressionLinkImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/security/entities/user/TopiaGroupImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/security/entities/user/TopiaGroupImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/security/entities/user/TopiaGroupImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/security/entities/user/TopiaUserImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/security/entities/user/TopiaUserImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/security/entities/user/TopiaUserImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/taas/entities/TaasAuthorizationImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/taas/entities/TaasAuthorizationImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/taas/entities/TaasAuthorizationImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/taas/entities/TaasPrincipalImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/taas/entities/TaasPrincipalImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/taas/entities/TaasPrincipalImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/taas/entities/TaasUserImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/taas/entities/TaasUserImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/0/org/codelutin/topia/taas/entities/TaasUserImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/security/entities/authorization/TopiaAssociationAuthorizationImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/security/entities/authorization/TopiaAssociationAuthorizationImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/security/entities/authorization/TopiaAssociationAuthorizationImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/security/entities/authorization/TopiaAuthorizationImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/security/entities/authorization/TopiaAuthorizationImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/security/entities/authorization/TopiaAuthorizationImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/security/entities/authorization/TopiaEntityAuthorizationImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/security/entities/authorization/TopiaEntityAuthorizationImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/security/entities/authorization/TopiaEntityAuthorizationImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/security/entities/authorization/TopiaExpressionLinkImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/security/entities/authorization/TopiaExpressionLinkImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/security/entities/authorization/TopiaExpressionLinkImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/security/entities/user/TopiaGroupImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/security/entities/user/TopiaGroupImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/security/entities/user/TopiaGroupImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/security/entities/user/TopiaUserImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/security/entities/user/TopiaUserImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/security/entities/user/TopiaUserImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/taas/entities/TaasAuthorizationImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/taas/entities/TaasAuthorizationImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/taas/entities/TaasAuthorizationImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/taas/entities/TaasPrincipalImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/taas/entities/TaasPrincipalImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/taas/entities/TaasPrincipalImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/taas/entities/TaasUserImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/taas/entities/TaasUserImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1/org/nuiton/topia/taas/entities/TaasUserImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/security/entities/authorization/TopiaAssociationAuthorizationImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/security/entities/authorization/TopiaAssociationAuthorizationImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/security/entities/authorization/TopiaAssociationAuthorizationImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/security/entities/authorization/TopiaAuthorizationImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/security/entities/authorization/TopiaAuthorizationImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/security/entities/authorization/TopiaAuthorizationImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/security/entities/authorization/TopiaEntityAuthorizationImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/security/entities/authorization/TopiaEntityAuthorizationImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/security/entities/authorization/TopiaEntityAuthorizationImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/security/entities/authorization/TopiaExpressionLinkImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/security/entities/authorization/TopiaExpressionLinkImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/security/entities/authorization/TopiaExpressionLinkImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/security/entities/user/TopiaGroupImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/security/entities/user/TopiaGroupImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/security/entities/user/TopiaGroupImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/security/entities/user/TopiaUserImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/security/entities/user/TopiaUserImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/security/entities/user/TopiaUserImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/taas/entities/TaasAuthorizationImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/taas/entities/TaasAuthorizationImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/taas/entities/TaasAuthorizationImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/taas/entities/TaasPrincipalImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/taas/entities/TaasPrincipalImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/taas/entities/TaasPrincipalImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/taas/entities/TaasUserImpl.hbm.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/taas/entities/TaasUserImpl.hbm.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/resources/oldmappings/TopiaSecurity/1.1/org/nuiton/topia/taas/entities/TaasUserImpl.hbm.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/main/xmi/TopiaSecurity.properties
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/main/xmi/TopiaSecurity.properties 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/main/xmi/TopiaSecurity.properties 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
###
# #%L
# ToPIA :: Service Security
-#
# $Id$
# $HeadURL$
# %%
-# Copyright (C) 2004 - 2010 CodeLutin
+# Copyright (C) 2004 - 2014 CodeLutin
# %%
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as
@@ -26,4 +25,4 @@
model.tagvalue.java.util.Set=serializable
org.nuiton.topia.taas.entities.TaasUser.attribute.principals.tagvalue.lazy=false
-doNotGenerateBooleanGetMethods=true
\ No newline at end of file
+doNotGenerateBooleanGetMethods=true
Modified: branches/topia-2.9.x/topia-service-security/src/site/rst/index.rst
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/site/rst/index.rst 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/site/rst/index.rst 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
.. -
.. * #%L
.. * ToPIA :: Service Security
-.. *
.. * $Id$
.. * $HeadURL$
.. * %%
-.. * Copyright (C) 2004 - 2010 CodeLutin
+.. * Copyright (C) 2004 - 2014 CodeLutin
.. * %%
.. * This program is free software: you can redistribute it and/or modify
.. * it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/site/site_fr.xml
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/site/site_fr.xml 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/site/site_fr.xml 2014-04-03 17:43:45 UTC (rev 3046)
@@ -2,11 +2,10 @@
<!--
#%L
ToPIA :: Service Security
-
$Id$
$HeadURL$
%%
- Copyright (C) 2004 - 2010 CodeLutin
+ Copyright (C) 2004 - 2014 CodeLutin
%%
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/test/java/org/nuiton/topia/TestUtils.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/test/java/org/nuiton/topia/TestUtils.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/test/java/org/nuiton/topia/TestUtils.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: branches/topia-2.9.x/topia-service-security/src/test/java/org/nuiton/topia/security/TopiaSecurityTest.java
===================================================================
--- branches/topia-2.9.x/topia-service-security/src/test/java/org/nuiton/topia/security/TopiaSecurityTest.java 2014-04-03 17:07:52 UTC (rev 3045)
+++ branches/topia-2.9.x/topia-service-security/src/test/java/org/nuiton/topia/security/TopiaSecurityTest.java 2014-04-03 17:43:45 UTC (rev 3046)
@@ -1,11 +1,10 @@
/*
* #%L
* ToPIA :: Service Security
- *
* $Id$
* $HeadURL$
* %%
- * Copyright (C) 2004 - 2010 CodeLutin
+ * Copyright (C) 2004 - 2014 CodeLutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
1
0
r3045 - in branches/topia-2.9.x/topia-persistence/src: main/java/org/nuiton/topia/framework test/java/org/nuiton/topia/framework
by athimel@users.nuiton.org 03 Apr '14
by athimel@users.nuiton.org 03 Apr '14
03 Apr '14
Author: athimel
Date: 2014-04-03 19:07:52 +0200 (Thu, 03 Apr 2014)
New Revision: 3045
Url: http://forge.nuiton.org/projects/topia/repository/revisions/3045
Log:
refs #3139 Update TopiaConnectionProvider according to Hibernate 4.3.x
Modified:
branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaConnectionProvider.java
branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaConnectionProviderHardCoded.java
Modified: branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaConnectionProvider.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaConnectionProvider.java 2014-04-03 16:59:58 UTC (rev 3044)
+++ branches/topia-2.9.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaConnectionProvider.java 2014-04-03 17:07:52 UTC (rev 3045)
@@ -37,9 +37,12 @@
import org.hibernate.HibernateException;
import org.hibernate.cfg.Environment;
import org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator;
-import org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl;
+import org.hibernate.engine.jdbc.connections.spi.ConnectionProvider;
import org.hibernate.internal.util.ReflectHelper;
import org.hibernate.internal.util.config.ConfigurationHelper;
+import org.hibernate.service.UnknownUnwrapTypeException;
+import org.hibernate.service.spi.Configurable;
+import org.hibernate.service.spi.Stoppable;
/**
* Customized connection provider.
@@ -62,22 +65,24 @@
* @author tchemit <chemit(a)codelutin.com>
* @since 2.5.3
*/
-public class TopiaConnectionProvider extends DriverManagerConnectionProviderImpl {
+public class TopiaConnectionProvider implements ConnectionProvider, Configurable, Stoppable {
/** Logger. */
private static final Log log =
LogFactory.getLog(TopiaConnectionProvider.class);
+ private static final long serialVersionUID = -8190835231054317644L;
+
/**
* JDBC url of connection.
* <p/>
* This is a mandatory hibernate configuration vi the property
* {@link Environment#URL}.
*/
- private String url;
+ protected String url;
/** All grabbed connection properties */
- private Properties connectionProps;
+ protected Properties connectionProps;
/**
* Sql isolation level to use in connection.
@@ -86,7 +91,7 @@
*
* @see Connection#getTransactionIsolation()
*/
- private Integer isolation;
+ protected Integer isolation;
/**
* auto commit connection state.
@@ -95,7 +100,7 @@
*
* @see Connection#getAutoCommit()
*/
- private boolean autocommit;
+ protected boolean autocommit;
/**
* Size of connection pool.
@@ -103,10 +108,12 @@
* By default use {@code 20}, can be specify by using the hibernate
* configuration property {@link Environment#POOL_SIZE}.
*/
- private int poolSize;
+ protected int poolSize;
+ private boolean stopped;
+
/** Our pool of connections which are not closed and availables. */
- private final List<Connection> pool;
+ protected final List<Connection> pool;
public TopiaConnectionProvider() {
pool = new ArrayList<Connection>();
@@ -114,7 +121,6 @@
@Override
public void configure(Map configurationValues) throws HibernateException {
- String driverClass = (String)configurationValues.get(Environment.DRIVER);
poolSize = ConfigurationHelper.getInt(Environment.POOL_SIZE, configurationValues, 20); //default pool size 20
if (log.isDebugEnabled()) {
@@ -122,22 +128,24 @@
}
autocommit = ConfigurationHelper.getBoolean(Environment.AUTOCOMMIT, configurationValues);
- if (log.isDebugEnabled())
+ if (log.isDebugEnabled()) {
log.debug("autocommit mode: " + autocommit);
+ }
isolation = ConfigurationHelper.getInteger(Environment.ISOLATION, configurationValues);
if (isolation != null) {
if (log.isDebugEnabled()) {
log.debug("JDBC isolation level: " +
- Environment.isolationLevelToString(isolation));
+ Environment.isolationLevelToString(isolation));
}
}
+ String driverClass = ConfigurationHelper.getString(Environment.DRIVER, configurationValues);
if (driverClass == null) {
if (log.isWarnEnabled()) {
log.warn("no JDBC Driver class was specified by property " +
- Environment.DRIVER);
+ Environment.DRIVER);
}
} else {
try {
@@ -154,10 +162,9 @@
}
}
- url = (String)configurationValues.get(Environment.URL);
+ url = (String) configurationValues.get(Environment.URL);
if (url == null) {
- String msg = "JDBC URL was not specified by property " +
- Environment.URL;
+ String msg = "JDBC URL was not specified by property " + Environment.URL;
if (log.isErrorEnabled()) {
log.error(msg);
}
@@ -170,6 +177,7 @@
if (log.isDebugEnabled()) {
log.debug("using driver: " + driverClass + " at URL: " + url);
}
+
// if debug level is enabled, then log the password, otherwise mask it
if (log.isTraceEnabled()) {
log.debug("connection properties: " + connectionProps);
@@ -192,7 +200,7 @@
int last = pool.size() - 1;
if (log.isTraceEnabled()) {
log.trace("using pooled JDBC connection, pool size: " +
- last);
+ last);
}
connection = pool.remove(last);
@@ -203,7 +211,7 @@
if (log.isDebugEnabled()) {
log.debug("Remove already closed connection from pool " +
- connection);
+ connection);
}
}
}
@@ -241,7 +249,7 @@
if (log.isDebugEnabled()) {
log.debug("Connection [" + conn +
- "] alreay closed!, will not use it any longer ");
+ "] alreay closed!, will not use it any longer ");
}
return;
}
@@ -254,7 +262,7 @@
if (currentSize < getPoolSize()) {
if (log.isTraceEnabled()) {
log.trace("returning connection to pool, pool size: " +
- (currentSize + 1));
+ (currentSize + 1));
}
pool.add(conn);
return;
@@ -272,8 +280,10 @@
@Override
protected void finalize() throws Throwable {
+ if (!stopped) {
+ stop();
+ }
super.finalize();
- stop();
}
@Override
@@ -293,7 +303,7 @@
}
}
pool.clear();
-
+ stopped = true;
}
@Override
@@ -325,4 +335,20 @@
return autocommit;
}
+ @Override
+ public boolean isUnwrappableAs(Class unwrapType) {
+ return ConnectionProvider.class.equals(unwrapType) ||
+ getClass().isAssignableFrom(unwrapType);
+ }
+
+ @Override
+ @SuppressWarnings({"unchecked"})
+ public <T> T unwrap(Class<T> unwrapType) {
+ if (ConnectionProvider.class.equals(unwrapType) ||
+ getClass().isAssignableFrom(unwrapType)) {
+ return (T) this;
+ } else {
+ throw new UnknownUnwrapTypeException(unwrapType);
+ }
+ }
}
Modified: branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaConnectionProviderHardCoded.java
===================================================================
--- branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaConnectionProviderHardCoded.java 2014-04-03 16:59:58 UTC (rev 3044)
+++ branches/topia-2.9.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaConnectionProviderHardCoded.java 2014-04-03 17:07:52 UTC (rev 3045)
@@ -28,7 +28,7 @@
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.ArrayList;
-import java.util.Iterator;
+import java.util.List;
import java.util.Map;
import java.util.Properties;
@@ -37,9 +37,12 @@
import org.hibernate.HibernateException;
import org.hibernate.cfg.Environment;
import org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator;
-import org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl;
+import org.hibernate.engine.jdbc.connections.spi.ConnectionProvider;
import org.hibernate.internal.util.ReflectHelper;
import org.hibernate.internal.util.config.ConfigurationHelper;
+import org.hibernate.service.UnknownUnwrapTypeException;
+import org.hibernate.service.spi.Configurable;
+import org.hibernate.service.spi.Stoppable;
/**
* Customized connection provider.
@@ -47,43 +50,67 @@
* @author tchemit <chemit(a)codelutin.com>
* @since 2.5.3
*/
-public class TopiaConnectionProviderHardCoded extends DriverManagerConnectionProviderImpl {
+public class TopiaConnectionProviderHardCoded implements ConnectionProvider, Configurable, Stoppable {
+ private static final long serialVersionUID = 7911628440635459964L;
+
private String url;
private Properties connectionProps;
private Integer isolation;
- private final ArrayList pool = new ArrayList();
+ /**
+ * Our pool of connections which are not closed and availables.
+ */
+ protected final List<Connection> pool;
private int poolSize;
+ private boolean stopped;
+
private int checkedOut = 0;
private boolean autocommit;
- /** Logger. */
+ /**
+ * Logger.
+ */
private static final Log log =
LogFactory.getLog(TopiaConnectionProviderHardCoded.class);
+ public TopiaConnectionProviderHardCoded() {
+ pool = new ArrayList<Connection>();
+ }
+
@Override
public void configure(Map configurationValues) throws HibernateException {
- String driverClass = (String)configurationValues.get(Environment.DRIVER);
poolSize = ConfigurationHelper.getInt(Environment.POOL_SIZE, configurationValues, 20); //default pool size 20
- log.info("Using Hibernate built-in connection pool (not for production use!)");
- log.info("Hibernate connection pool size: " + poolSize);
+ if (log.isDebugEnabled()) {
+ log.debug("Connection pool size: " + poolSize);
+ }
autocommit = ConfigurationHelper.getBoolean(Environment.AUTOCOMMIT, configurationValues);
- log.info("autocommit mode: " + autocommit);
+ if (log.isDebugEnabled()) {
+ log.debug("autocommit mode: " + autocommit);
+ }
isolation = ConfigurationHelper.getInteger(Environment.ISOLATION, configurationValues);
- if (isolation != null)
- log.info("JDBC isolation level: " + Environment.isolationLevelToString(isolation));
+ if (isolation != null) {
+ if (log.isDebugEnabled()) {
+ log.debug("JDBC isolation level: " +
+ Environment.isolationLevelToString(isolation));
+ }
+ }
+ String driverClass = ConfigurationHelper.getString(Environment.DRIVER, configurationValues);
if (driverClass == null) {
- log.warn("no JDBC Driver class was specified by property " + Environment.DRIVER);
+
+ if (log.isWarnEnabled()) {
+ log.warn("no JDBC Driver class was specified by property " +
+ Environment.DRIVER);
+ }
} else {
try {
// trying via forName() first to be as close to DriverManager's semantics
@@ -103,7 +130,7 @@
// the real directory where db is and then make sure hibernate always
// use the connection provider...
String directory =
- (String)configurationValues.get(TopiaConnectionProviderTest.TEST_URL);
+ (String) configurationValues.get(TopiaConnectionProviderTest.TEST_URL);
url = directory;
// url = props.getProperty(Environment.URL);
@@ -116,19 +143,24 @@
connectionProps = ConnectionProviderInitiator.getConnectionProperties(configurationValues);
- log.info("using driver: " + driverClass + " at URL: " + url);
- // if debug level is enabled, then log the password, otherwise mask it
if (log.isDebugEnabled()) {
- log.info("connection properties: " + connectionProps);
- } else if (log.isInfoEnabled()) {
- log.info("connection properties: " + ConfigurationHelper.maskOut(connectionProps, "password"));
+ log.debug("using driver: " + driverClass + " at URL: " + url);
}
+
+ // if debug level is enabled, then log the password, otherwise mask it
+ if (log.isTraceEnabled()) {
+ log.debug("connection properties: " + connectionProps);
+ } else if (log.isDebugEnabled()) {
+ log.debug("connection properties: " +
+ ConfigurationHelper.maskOut(connectionProps, "password"));
+ }
}
@Override
public Connection getConnection() throws SQLException {
- if (log.isTraceEnabled())
+ if (log.isTraceEnabled()) {
log.trace("total checked-out connections: " + checkedOut);
+ }
synchronized (pool) {
if (!pool.isEmpty()) {
@@ -137,11 +169,13 @@
log.trace("using pooled JDBC connection, pool size: " + last);
}
checkedOut++;
- Connection pooled = (Connection) pool.remove(last);
- if (isolation != null)
+ Connection pooled = pool.remove(last);
+ if (isolation != null) {
pooled.setTransactionIsolation(isolation.intValue());
- if (pooled.getAutoCommit() != autocommit)
+ }
+ if (pooled.getAutoCommit() != autocommit) {
pooled.setAutoCommit(autocommit);
+ }
return pooled;
}
}
@@ -183,28 +217,51 @@
@Override
protected void finalize() throws Throwable {
+ if (!stopped) {
+ stop();
+ }
super.finalize();
- close();
}
- public void close() {
+ @Override
+ public void stop() {
- log.info("cleaning up connection pool: " + url);
+ if (log.isDebugEnabled()) {
+ log.debug("cleaning up connection pool: " + url);
+ }
- Iterator iter = pool.iterator();
- while (iter.hasNext()) {
+ for (Connection connection : pool) {
try {
- ((Connection) iter.next()).close();
+ connection.close();
} catch (SQLException sqle) {
- log.warn("problem closing pooled connection", sqle);
+ if (log.isWarnEnabled()) {
+ log.warn("problem closing pooled connection", sqle);
+ }
}
}
pool.clear();
-
+ stopped = true;
}
@Override
public boolean supportsAggressiveRelease() {
return false;
}
+
+ @Override
+ public boolean isUnwrappableAs(Class unwrapType) {
+ return ConnectionProvider.class.equals(unwrapType) ||
+ getClass().isAssignableFrom(unwrapType);
+ }
+
+ @Override
+ @SuppressWarnings({"unchecked"})
+ public <T> T unwrap(Class<T> unwrapType) {
+ if (ConnectionProvider.class.equals(unwrapType) ||
+ getClass().isAssignableFrom(unwrapType)) {
+ return (T) this;
+ } else {
+ throw new UnknownUnwrapTypeException(unwrapType);
+ }
+ }
}
1
0
Author: athimel
Date: 2014-04-03 18:59:58 +0200 (Thu, 03 Apr 2014)
New Revision: 3044
Url: http://forge.nuiton.org/projects/topia/repository/revisions/3044
Log:
Rename branch
Added:
branches/topia-2.9.x/
Removed:
branches/topia-2.8.1.x/
Property changes on: branches/topia-2.9.x
___________________________________________________________________
Added: svn:ignore
+ *.ipr
*.iws
.classpath
*.iml
.project
target
.settings
.idea
atlassian-ide-plugin.xml
Added: svn:mergeinfo
+ /branches/from2.2.2-eugene2-beta:1662-1714
/branches/topia-2.6.x:2293-2300
1
0
r3043 - in branches/topia-2.8.1.x: . topia-persistence topia-service-migration topia-service-replication topia-service-security
by athimel@users.nuiton.org 03 Apr '14
by athimel@users.nuiton.org 03 Apr '14
03 Apr '14
Author: athimel
Date: 2014-04-03 18:59:36 +0200 (Thu, 03 Apr 2014)
New Revision: 3043
Url: http://forge.nuiton.org/projects/topia/repository/revisions/3043
Log:
Set branch to 2.9-SNAPSHOT
Modified:
branches/topia-2.8.1.x/pom.xml
branches/topia-2.8.1.x/topia-persistence/pom.xml
branches/topia-2.8.1.x/topia-service-migration/pom.xml
branches/topia-2.8.1.x/topia-service-replication/pom.xml
branches/topia-2.8.1.x/topia-service-security/pom.xml
Modified: branches/topia-2.8.1.x/pom.xml
===================================================================
--- branches/topia-2.8.1.x/pom.xml 2014-04-03 16:52:28 UTC (rev 3042)
+++ branches/topia-2.8.1.x/pom.xml 2014-04-03 16:59:36 UTC (rev 3043)
@@ -37,7 +37,7 @@
</parent>
<artifactId>topia</artifactId>
- <version>2.8.1.4-SNAPSHOT</version>
+ <version>2.9-SNAPSHOT</version>
<modules>
<module>topia-persistence</module>
@@ -82,13 +82,13 @@
<scm>
<connection>
- scm:svn:https://svn.nuiton.org/topia/branches/topia-2.8.1.x
+ scm:svn:https://svn.nuiton.org/topia/branches/topia-2.9.x
</connection>
<developerConnection>
- scm:svn:https://svn.nuiton.org/topia/branches/topia-2.8.1.x
+ scm:svn:https://svn.nuiton.org/topia/branches/topia-2.9.x
</developerConnection>
<url>
- https://forge.nuiton.org/projects/topia/repository/show/branches/topia-2.8.…
+ https://forge.nuiton.org/projects/topia/repository/show/branches/topia-2.9.x
</url>
</scm>
Modified: branches/topia-2.8.1.x/topia-persistence/pom.xml
===================================================================
--- branches/topia-2.8.1.x/topia-persistence/pom.xml 2014-04-03 16:52:28 UTC (rev 3042)
+++ branches/topia-2.8.1.x/topia-persistence/pom.xml 2014-04-03 16:59:36 UTC (rev 3043)
@@ -35,7 +35,7 @@
<parent>
<groupId>org.nuiton</groupId>
<artifactId>topia</artifactId>
- <version>2.8.1.4-SNAPSHOT</version>
+ <version>2.9-SNAPSHOT</version>
</parent>
<groupId>org.nuiton.topia</groupId>
Modified: branches/topia-2.8.1.x/topia-service-migration/pom.xml
===================================================================
--- branches/topia-2.8.1.x/topia-service-migration/pom.xml 2014-04-03 16:52:28 UTC (rev 3042)
+++ branches/topia-2.8.1.x/topia-service-migration/pom.xml 2014-04-03 16:59:36 UTC (rev 3043)
@@ -35,7 +35,7 @@
<parent>
<groupId>org.nuiton</groupId>
<artifactId>topia</artifactId>
- <version>2.8.1.4-SNAPSHOT</version>
+ <version>2.9-SNAPSHOT</version>
</parent>
<groupId>org.nuiton.topia</groupId>
Modified: branches/topia-2.8.1.x/topia-service-replication/pom.xml
===================================================================
--- branches/topia-2.8.1.x/topia-service-replication/pom.xml 2014-04-03 16:52:28 UTC (rev 3042)
+++ branches/topia-2.8.1.x/topia-service-replication/pom.xml 2014-04-03 16:59:36 UTC (rev 3043)
@@ -35,7 +35,7 @@
<parent>
<groupId>org.nuiton</groupId>
<artifactId>topia</artifactId>
- <version>2.8.1.4-SNAPSHOT</version>
+ <version>2.9-SNAPSHOT</version>
</parent>
<groupId>org.nuiton.topia</groupId>
Modified: branches/topia-2.8.1.x/topia-service-security/pom.xml
===================================================================
--- branches/topia-2.8.1.x/topia-service-security/pom.xml 2014-04-03 16:52:28 UTC (rev 3042)
+++ branches/topia-2.8.1.x/topia-service-security/pom.xml 2014-04-03 16:59:36 UTC (rev 3043)
@@ -35,7 +35,7 @@
<parent>
<groupId>org.nuiton</groupId>
<artifactId>topia</artifactId>
- <version>2.8.1.4-SNAPSHOT</version>
+ <version>2.9-SNAPSHOT</version>
</parent>
<groupId>org.nuiton.topia</groupId>
1
0
r3042 - in branches/topia-2.8.1.x/topia-persistence/src: main/java/org/nuiton/topia/framework test/java/org/nuiton/topia/framework
by athimel@users.nuiton.org 03 Apr '14
by athimel@users.nuiton.org 03 Apr '14
03 Apr '14
Author: athimel
Date: 2014-04-03 18:52:28 +0200 (Thu, 03 Apr 2014)
New Revision: 3042
Url: http://forge.nuiton.org/projects/topia/repository/revisions/3042
Log:
fixes #3140 Try to fix Hibernate connection not closed
Modified:
branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaContextImpl.java
branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaUtil.java
branches/topia-2.8.1.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaUtilTest.java
Modified: branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaContextImpl.java
===================================================================
--- branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaContextImpl.java 2014-04-03 15:59:40 UTC (rev 3041)
+++ branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaContextImpl.java 2014-04-03 16:52:28 UTC (rev 3042)
@@ -64,15 +64,11 @@
import org.hibernate.boot.registry.StandardServiceRegistry;
import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
import org.hibernate.cfg.Configuration;
-import org.hibernate.engine.spi.SessionFactoryImplementor;
+import org.hibernate.engine.jdbc.connections.spi.ConnectionProvider;
import org.hibernate.event.service.spi.EventListenerRegistry;
import org.hibernate.event.spi.EventType;
-import org.hibernate.internal.SessionFactoryImpl;
import org.hibernate.jdbc.Work;
-import org.hibernate.service.Service;
-import org.hibernate.service.ServiceRegistry;
-import org.hibernate.service.ServiceRegistryBuilder;
-import org.hibernate.service.spi.SessionFactoryServiceRegistry;
+import org.hibernate.service.spi.Stoppable;
import org.hibernate.tool.hbm2ddl.SchemaExport;
import org.hibernate.tool.hbm2ddl.SchemaUpdate;
import org.nuiton.topia.TopiaContext;
@@ -504,69 +500,6 @@
return hibernate;
}
- /**
- * Method to extract from the given Hibernate SessionFactory a working instance of StandardServiceRegistry
- * <p/>
- * IMPORTANT : As much as possible, prefer using the
- * {@link #getSessionFactoryServiceRegistry(org.hibernate.SessionFactory)} mthod instead of the current one because
- * the SessionFactoryServiceRegistry is a child of the StandardServiceRegistry
- * <p/>
- * NB: This method is static to make sure it does not depend on the current instance
- *
- * @param sessionFactory the Hibernate's SessionFactory instance
- * @return the StandardServiceRegistry instance used by the given SessionFactory
- */
- protected static StandardServiceRegistry getStandardServiceRegistry(SessionFactory sessionFactory) {
-
- // AThimel 03/04/14 The next two lines are the good way to get the StandardServiceRegistry in Hibernate 4.3
- SessionFactory.SessionFactoryOptions sessionFactoryOptions = sessionFactory.getSessionFactoryOptions();
- StandardServiceRegistry result = sessionFactoryOptions.getServiceRegistry();
-
- return result;
- }
-
- /**
- * Method to extract from the given Hibernate SessionFactory a working instance of SessionFactoryServiceRegistry
- * <p/>
- * IMPORTANT : If possible, prefer using this method instead of
- * {@link #getStandardServiceRegistry(org.hibernate.SessionFactory)} because the SessionFactoryServiceRegistry is a
- * child of the StandardServiceRegistry
- * <p/>
- * NB: This method is static to make sure it does not depend on the current instance
- *
- * @param sessionFactory the Hibernate's SessionFactory instance
- * @return the SessionFactoryServiceRegistry instance used by the given SessionFactory
- */
- protected static SessionFactoryServiceRegistry getSessionFactoryServiceRegistry(SessionFactory sessionFactory) {
-
- // AThimel 03/04/14 The next two lines are the good way to get the SessionFactoryServiceRegistry in Hibernate 4.3
- SessionFactoryImplementor sessionFactoryImplementor = (SessionFactoryImplementor) sessionFactory;
- SessionFactoryServiceRegistry result = (SessionFactoryServiceRegistry)sessionFactoryImplementor.getServiceRegistry();
-
- return result;
- }
-
- /**
- * Method to get an Hibernate service instance from a given Hibernate SessionFactory
- * <p/>
- * NB: This method is static to make sure it does not depend on the current instance
- *
- * @param sessionFactory the Hibernate's SessionFactory instance
- * @param serviceClass the expected service class
- * @return the found service instance
- * @throws org.hibernate.service.UnknownServiceException Indicates the service was not known.
- * @see org.hibernate.service.ServiceRegistry#getService(Class)
- */
- public static <S extends Service> S getHibernateService(SessionFactory sessionFactory, Class<S> serviceClass) {
-
- // Hibernate 4.3.x : prefer using the SessionFactoryServiceRegistry method instead of StandardServiceRegistry
- // because SessionFactoryServiceRegistry is a child of the StandardServiceRegistry
- ServiceRegistry serviceRegistry = getSessionFactoryServiceRegistry(sessionFactory);
-
- S result = serviceRegistry.getService(serviceClass);
- return result;
- }
-
@Override
public SessionFactory getHibernateFactory() throws TopiaNotFoundException {
if (hibernateFactory == null) {
@@ -575,19 +508,12 @@
} else {
// init service registry
- // Hibernate 4.2
-// ServiceRegistry serviceRegistry = new ServiceRegistryBuilder().applySettings(
-// properties).buildServiceRegistry();
-//
-// hibernateFactory = getHibernateConfiguration().buildSessionFactory(serviceRegistry);
-
- // Hibernate 4.3
Properties properties = getHibernateConfiguration().getProperties();
StandardServiceRegistryBuilder builder = new StandardServiceRegistryBuilder();
StandardServiceRegistry standardServiceRegistry = builder.applySettings(properties).build();
hibernateFactory = getHibernateConfiguration().buildSessionFactory(standardServiceRegistry);
- EventListenerRegistry eventListenerRegistry = getHibernateService(hibernateFactory, EventListenerRegistry.class);
+ EventListenerRegistry eventListenerRegistry = TopiaUtil.getHibernateService(hibernateFactory, EventListenerRegistry.class);
TopiaFiresSupport.TopiaHibernateEvent listener =
new TopiaFiresSupport.TopiaHibernateEvent(this);
@@ -923,6 +849,15 @@
getParentContext().removeChildContext(this);
} else {
if (hibernateFactory != null) {
+
+ // XXX AThimel 03/04/14 This is just a security, I'm not sure it is useful anymore
+ // close connection provider if possible (http://nuiton.org/issues/2757)
+ ConnectionProvider service = TopiaUtil.getHibernateService(hibernateFactory, ConnectionProvider.class);
+ if (service != null && service instanceof Stoppable) {
+ Stoppable stoppable = (Stoppable) service;
+ stoppable.stop();
+ }
+
hibernateFactory.close();
closed = true;
TopiaContextFactory.removeContext(this);
@@ -942,10 +877,8 @@
// closed = true;
// log.debug("TopiaContext finalized");
// }
- if (!closed) {
-
- // means resource was not well closed, can't accept this!
- throw new TopiaException("TopiaContext "+this+" was not closed!");
+ if (!closed && log.isErrorEnabled()) {
+ log.error("TopiaContext "+this+" was not closed!");
}
super.finalize();
}
Modified: branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaUtil.java
===================================================================
--- branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaUtil.java 2014-04-03 15:59:40 UTC (rev 3041)
+++ branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaUtil.java 2014-04-03 16:52:28 UTC (rev 3042)
@@ -32,10 +32,12 @@
import org.hibernate.cfg.Configuration;
import org.hibernate.dialect.Dialect;
import org.hibernate.engine.jdbc.connections.spi.ConnectionProvider;
+import org.hibernate.engine.spi.SessionFactoryImplementor;
import org.hibernate.mapping.PersistentClass;
import org.hibernate.mapping.Table;
+import org.hibernate.service.Service;
import org.hibernate.service.ServiceRegistry;
-import org.hibernate.service.ServiceRegistryBuilder;
+import org.hibernate.service.spi.SessionFactoryServiceRegistry;
import org.hibernate.tool.hbm2ddl.DatabaseMetadata;
import org.hibernate.tool.hbm2ddl.TableMetadata;
import org.nuiton.topia.TopiaContext;
@@ -55,7 +57,6 @@
import java.util.StringTokenizer;
import java.util.regex.Pattern;
-import com.google.common.base.Preconditions;
import com.google.common.base.Supplier;
/**
@@ -181,10 +182,14 @@
public static boolean isSchemaExist(TopiaContext tx,
String entityName) {
+ TopiaContextImplementor txi = (TopiaContextImplementor) tx;
+
+ ConnectionProviderSupplier connectionProviderSupplier = null;
+
boolean exist = false;
try {
- TopiaContextImplementor txi = (TopiaContextImplementor) tx;
+ connectionProviderSupplier = new ConnectionProviderSupplier(txi);
Configuration configuration = txi.getHibernateConfiguration();
PersistentClass classMapping =
@@ -206,8 +211,7 @@
"could not find entity with name " + entityName);
}
- ConnectionProvider connectionProvider =
- getConnectionProvider(configuration);
+ ConnectionProvider connectionProvider = connectionProviderSupplier.get();
Dialect dialect = Dialect.getDialect(configuration.getProperties());
@@ -235,6 +239,14 @@
log.error("Cant connect to database", e);
} catch (TopiaNotFoundException e) {
log.error("Cant connect to database", e);
+ } finally {
+ if (connectionProviderSupplier != null) {
+ try {
+ connectionProviderSupplier.close();
+ } catch (IOException e) {
+ log.error("Cant close connection provider", e);
+ }
+ }
}
return exist;
@@ -251,6 +263,9 @@
public static boolean isSchemaExist(Configuration configuration,
String entityName) {
+ ConnectionProviderSupplier connectionProviderSupplier =
+ new ConnectionProviderSupplier(configuration);
+
boolean exist = false;
try {
@@ -273,8 +288,7 @@
"could not find entity with name " + entityName);
}
- ConnectionProvider connectionProvider =
- getConnectionProvider(configuration);
+ ConnectionProvider connectionProvider = connectionProviderSupplier.get();
Dialect dialect = Dialect.getDialect(configuration.getProperties());
@@ -300,6 +314,12 @@
} catch (SQLException e) {
log.error("Cant connect to database", e);
+ } finally {
+ try {
+ connectionProviderSupplier.close();
+ } catch (IOException e) {
+ log.error("Cant close connection provider", e);
+ }
}
return exist;
@@ -316,10 +336,12 @@
*/
public static boolean isSchemaEmpty(Configuration configuration) {
+ ConnectionProviderSupplier connectionProviderSupplier =
+ new ConnectionProviderSupplier(configuration);
+
try {
- ConnectionProvider connectionProvider =
- getConnectionProvider(configuration);
+ ConnectionProvider connectionProvider = connectionProviderSupplier.get();
Dialect dialect = Dialect.getDialect(configuration.getProperties());
@@ -368,20 +390,129 @@
} catch (SQLException e) {
log.error("Cant connect to database", e);
+ } finally {
+ try {
+ connectionProviderSupplier.close();
+ } catch (IOException e) {
+ log.error("Cant close connection provider", e);
+ }
}
return true;
}
- protected static ConnectionProvider getConnectionProvider(Configuration configuration) {
- Properties properties = configuration.getProperties();
- StandardServiceRegistryBuilder builder = new StandardServiceRegistryBuilder();
- ServiceRegistry serviceRegistry = builder.applySettings(properties).build();
- // FIXME AThimel 03/04/14 serviceRegistry must be closed
- return serviceRegistry.getService(ConnectionProvider.class);
+ /**
+ * Method to extract from the given Hibernate SessionFactory a working instance of StandardServiceRegistry
+ * <p/>
+ * IMPORTANT : As much as possible, prefer using the
+ * {@link #getSessionFactoryServiceRegistry(org.hibernate.SessionFactory)} mthod instead of the current one because
+ * the SessionFactoryServiceRegistry is a child of the StandardServiceRegistry
+ * <p/>
+ * NB: This method is static to make sure it does not depend on the current instance
+ *
+ * @param sessionFactory the Hibernate's SessionFactory instance
+ * @return the StandardServiceRegistry instance used by the given SessionFactory
+ */
+ protected static StandardServiceRegistry getStandardServiceRegistry(SessionFactory sessionFactory) {
+
+ // AThimel 03/04/14 The next two lines are the good way to get the StandardServiceRegistry in Hibernate 4.3
+ SessionFactory.SessionFactoryOptions sessionFactoryOptions = sessionFactory.getSessionFactoryOptions();
+ StandardServiceRegistry result = sessionFactoryOptions.getServiceRegistry();
+
+ return result;
}
/**
+ * Method to extract from the given Hibernate SessionFactory a working instance of SessionFactoryServiceRegistry
+ * <p/>
+ * IMPORTANT : If possible, prefer using this method instead of
+ * {@link #getStandardServiceRegistry(org.hibernate.SessionFactory)} because the SessionFactoryServiceRegistry is a
+ * child of the StandardServiceRegistry
+ * <p/>
+ * NB: This method is static to make sure it does not depend on the current instance
+ *
+ * @param sessionFactory the Hibernate's SessionFactory instance
+ * @return the SessionFactoryServiceRegistry instance used by the given SessionFactory
+ */
+ protected static SessionFactoryServiceRegistry getSessionFactoryServiceRegistry(SessionFactory sessionFactory) {
+
+ // AThimel 03/04/14 The next two lines are the good way to get the SessionFactoryServiceRegistry in Hibernate 4.3
+ SessionFactoryImplementor sessionFactoryImplementor = (SessionFactoryImplementor) sessionFactory;
+ SessionFactoryServiceRegistry result = (SessionFactoryServiceRegistry)sessionFactoryImplementor.getServiceRegistry();
+
+ return result;
+ }
+
+ /**
+ * Method to get an Hibernate service instance from a given Hibernate SessionFactory
+ * <p/>
+ * NB: This method is static to make sure it does not depend on the current instance
+ *
+ * @param sessionFactory the Hibernate's SessionFactory instance
+ * @param serviceClass the expected service class
+ * @return the found service instance
+ * @throws org.hibernate.service.UnknownServiceException Indicates the service was not known.
+ * @see org.hibernate.service.ServiceRegistry#getService(Class)
+ */
+ public static <S extends Service> S getHibernateService(SessionFactory sessionFactory, Class<S> serviceClass) {
+
+ // Hibernate 4.3.x : prefer using the SessionFactoryServiceRegistry method instead of StandardServiceRegistry
+ // because SessionFactoryServiceRegistry is a child of the StandardServiceRegistry
+ ServiceRegistry serviceRegistry = getSessionFactoryServiceRegistry(sessionFactory);
+
+ S result = serviceRegistry.getService(serviceClass);
+ return result;
+ }
+
+ /**
+ * Hibernate 4.3.x compatible Supplier<ConnectionProvider>. The provider will choose the best way to find the
+ * ConnectionProvider depending on the way is has been created.
+ */
+ public static class ConnectionProviderSupplier implements Supplier<ConnectionProvider>, Closeable {
+
+ /**
+ * StandardServiceRegistry will be used if no SessionFactory is provided
+ */
+ protected StandardServiceRegistry standardServiceRegistry;
+
+ protected ConnectionProvider connectionProvider;
+
+ protected boolean embeddedRegistry;
+
+ public ConnectionProviderSupplier(TopiaContextImplementor topiaContextImplementor) throws TopiaNotFoundException {
+ this(topiaContextImplementor.getHibernateConfiguration());
+ embeddedRegistry = false;
+ }
+
+ public ConnectionProviderSupplier(Configuration configuration) {
+ Properties properties = configuration.getProperties();
+ StandardServiceRegistryBuilder builder = new StandardServiceRegistryBuilder();
+ this.standardServiceRegistry = builder.applySettings(properties).build();
+ embeddedRegistry = true;
+ }
+
+ @Override
+ public ConnectionProvider get() {
+ if (connectionProvider == null) {
+ // otherwise use the StandardServiceRegistry
+ connectionProvider = standardServiceRegistry.getService(ConnectionProvider.class);
+ }
+ return connectionProvider;
+ }
+
+ @Override
+ public void close() throws IOException {
+ // Do not close the SessionFactory, it is probably used somewhere else
+
+ // On the over hand, if standardServiceRegistry is provided, that means the its has been created explicitly
+ // for the current instance, close it
+ if (standardServiceRegistry != null && embeddedRegistry) {
+ StandardServiceRegistryBuilder.destroy(standardServiceRegistry);
+ }
+ }
+ }
+
+ /**
* Return hibernate schema name
*
* @param config of hibernate
Modified: branches/topia-2.8.1.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaUtilTest.java
===================================================================
--- branches/topia-2.8.1.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaUtilTest.java 2014-04-03 15:59:40 UTC (rev 3041)
+++ branches/topia-2.8.1.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaUtilTest.java 2014-04-03 16:52:28 UTC (rev 3042)
@@ -103,7 +103,8 @@
// FIXME echatellier 20130315 ce test fail depuis probablement a cause
// de hibernate.hbm2ddl.auto=update, à confirmer...
- assertFalse(actual);
+
+ assertFalse("Schema is not supposed to exist, but isSchemaExist=" + actual, actual);
TopiaContext tx = rootContext.beginTransaction();
tx.createSchema();
1
0
r3041 - in branches/topia-2.8.1.x: . topia-persistence/src/main/java/org/nuiton/topia/framework topia-persistence/src/test/java/org/nuiton/topia/framework
by athimel@users.nuiton.org 03 Apr '14
by athimel@users.nuiton.org 03 Apr '14
03 Apr '14
Author: athimel
Date: 2014-04-03 17:59:40 +0200 (Thu, 03 Apr 2014)
New Revision: 3041
Url: http://forge.nuiton.org/projects/topia/repository/revisions/3041
Log:
refs-50 #3139 Updates to Hibernate 4.3.x
Modified:
branches/topia-2.8.1.x/pom.xml
branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaConnectionProvider.java
branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaContextImpl.java
branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaFiresSupport.java
branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaUtil.java
branches/topia-2.8.1.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaConnectionProviderHardCoded.java
Modified: branches/topia-2.8.1.x/pom.xml
===================================================================
--- branches/topia-2.8.1.x/pom.xml 2014-04-03 15:28:03 UTC (rev 3040)
+++ branches/topia-2.8.1.x/pom.xml 2014-04-03 15:59:40 UTC (rev 3041)
@@ -66,7 +66,7 @@
<processorPluginVersion>1.3</processorPluginVersion>
<nuitonI18nVersion>3.1-SNAPSHOT</nuitonI18nVersion>
<xmlrpcVersion>3.1.2</xmlrpcVersion>
- <hibernateVersion>4.2.11.Final</hibernateVersion>
+ <hibernateVersion>4.3.5.Final</hibernateVersion>
<sl4jVersion>1.7.6</sl4jVersion>
<h2Version>1.3.175</h2Version>
<hamcrestVersion>1.3</hamcrestVersion>
Modified: branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaConnectionProvider.java
===================================================================
--- branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaConnectionProvider.java 2014-04-03 15:28:03 UTC (rev 3040)
+++ branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaConnectionProvider.java 2014-04-03 15:59:40 UTC (rev 3041)
@@ -36,10 +36,10 @@
import org.apache.commons.logging.LogFactory;
import org.hibernate.HibernateException;
import org.hibernate.cfg.Environment;
+import org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator;
+import org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl;
import org.hibernate.internal.util.ReflectHelper;
import org.hibernate.internal.util.config.ConfigurationHelper;
-import org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator;
-import org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl;
/**
* Customized connection provider.
Modified: branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaContextImpl.java
===================================================================
--- branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaContextImpl.java 2014-04-03 15:28:03 UTC (rev 3040)
+++ branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaContextImpl.java 2014-04-03 15:59:40 UTC (rev 3041)
@@ -61,13 +61,18 @@
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
+import org.hibernate.boot.registry.StandardServiceRegistry;
+import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
import org.hibernate.cfg.Configuration;
+import org.hibernate.engine.spi.SessionFactoryImplementor;
import org.hibernate.event.service.spi.EventListenerRegistry;
import org.hibernate.event.spi.EventType;
import org.hibernate.internal.SessionFactoryImpl;
import org.hibernate.jdbc.Work;
+import org.hibernate.service.Service;
import org.hibernate.service.ServiceRegistry;
import org.hibernate.service.ServiceRegistryBuilder;
+import org.hibernate.service.spi.SessionFactoryServiceRegistry;
import org.hibernate.tool.hbm2ddl.SchemaExport;
import org.hibernate.tool.hbm2ddl.SchemaUpdate;
import org.nuiton.topia.TopiaContext;
@@ -499,6 +504,69 @@
return hibernate;
}
+ /**
+ * Method to extract from the given Hibernate SessionFactory a working instance of StandardServiceRegistry
+ * <p/>
+ * IMPORTANT : As much as possible, prefer using the
+ * {@link #getSessionFactoryServiceRegistry(org.hibernate.SessionFactory)} mthod instead of the current one because
+ * the SessionFactoryServiceRegistry is a child of the StandardServiceRegistry
+ * <p/>
+ * NB: This method is static to make sure it does not depend on the current instance
+ *
+ * @param sessionFactory the Hibernate's SessionFactory instance
+ * @return the StandardServiceRegistry instance used by the given SessionFactory
+ */
+ protected static StandardServiceRegistry getStandardServiceRegistry(SessionFactory sessionFactory) {
+
+ // AThimel 03/04/14 The next two lines are the good way to get the StandardServiceRegistry in Hibernate 4.3
+ SessionFactory.SessionFactoryOptions sessionFactoryOptions = sessionFactory.getSessionFactoryOptions();
+ StandardServiceRegistry result = sessionFactoryOptions.getServiceRegistry();
+
+ return result;
+ }
+
+ /**
+ * Method to extract from the given Hibernate SessionFactory a working instance of SessionFactoryServiceRegistry
+ * <p/>
+ * IMPORTANT : If possible, prefer using this method instead of
+ * {@link #getStandardServiceRegistry(org.hibernate.SessionFactory)} because the SessionFactoryServiceRegistry is a
+ * child of the StandardServiceRegistry
+ * <p/>
+ * NB: This method is static to make sure it does not depend on the current instance
+ *
+ * @param sessionFactory the Hibernate's SessionFactory instance
+ * @return the SessionFactoryServiceRegistry instance used by the given SessionFactory
+ */
+ protected static SessionFactoryServiceRegistry getSessionFactoryServiceRegistry(SessionFactory sessionFactory) {
+
+ // AThimel 03/04/14 The next two lines are the good way to get the SessionFactoryServiceRegistry in Hibernate 4.3
+ SessionFactoryImplementor sessionFactoryImplementor = (SessionFactoryImplementor) sessionFactory;
+ SessionFactoryServiceRegistry result = (SessionFactoryServiceRegistry)sessionFactoryImplementor.getServiceRegistry();
+
+ return result;
+ }
+
+ /**
+ * Method to get an Hibernate service instance from a given Hibernate SessionFactory
+ * <p/>
+ * NB: This method is static to make sure it does not depend on the current instance
+ *
+ * @param sessionFactory the Hibernate's SessionFactory instance
+ * @param serviceClass the expected service class
+ * @return the found service instance
+ * @throws org.hibernate.service.UnknownServiceException Indicates the service was not known.
+ * @see org.hibernate.service.ServiceRegistry#getService(Class)
+ */
+ public static <S extends Service> S getHibernateService(SessionFactory sessionFactory, Class<S> serviceClass) {
+
+ // Hibernate 4.3.x : prefer using the SessionFactoryServiceRegistry method instead of StandardServiceRegistry
+ // because SessionFactoryServiceRegistry is a child of the StandardServiceRegistry
+ ServiceRegistry serviceRegistry = getSessionFactoryServiceRegistry(sessionFactory);
+
+ S result = serviceRegistry.getService(serviceClass);
+ return result;
+ }
+
@Override
public SessionFactory getHibernateFactory() throws TopiaNotFoundException {
if (hibernateFactory == null) {
@@ -507,15 +575,20 @@
} else {
// init service registry
- ServiceRegistry serviceRegistry = new ServiceRegistryBuilder().applySettings(
- getHibernateConfiguration().getProperties()).buildServiceRegistry();
-
- hibernateFactory = getHibernateConfiguration().buildSessionFactory(serviceRegistry);
+ // Hibernate 4.2
+// ServiceRegistry serviceRegistry = new ServiceRegistryBuilder().applySettings(
+// properties).buildServiceRegistry();
+//
+// hibernateFactory = getHibernateConfiguration().buildSessionFactory(serviceRegistry);
- // we can't reuse original serviceRegistry instance
- // we must call getServiceRegistry on factory to get a working one
- ServiceRegistry serviceRegistryInit = ((SessionFactoryImpl)hibernateFactory).getServiceRegistry();
- EventListenerRegistry eventListenerRegistry = serviceRegistryInit.getService(EventListenerRegistry.class);
+ // Hibernate 4.3
+ Properties properties = getHibernateConfiguration().getProperties();
+ StandardServiceRegistryBuilder builder = new StandardServiceRegistryBuilder();
+ StandardServiceRegistry standardServiceRegistry = builder.applySettings(properties).build();
+ hibernateFactory = getHibernateConfiguration().buildSessionFactory(standardServiceRegistry);
+
+ EventListenerRegistry eventListenerRegistry = getHibernateService(hibernateFactory, EventListenerRegistry.class);
+
TopiaFiresSupport.TopiaHibernateEvent listener =
new TopiaFiresSupport.TopiaHibernateEvent(this);
eventListenerRegistry.appendListeners(EventType.PRE_INSERT, listener);
Modified: branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaFiresSupport.java
===================================================================
--- branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaFiresSupport.java 2014-04-03 15:28:03 UTC (rev 3040)
+++ branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaFiresSupport.java 2014-04-03 15:59:40 UTC (rev 3041)
@@ -55,6 +55,7 @@
import org.hibernate.event.spi.PreLoadEventListener;
import org.hibernate.event.spi.PreUpdateEvent;
import org.hibernate.event.spi.PreUpdateEventListener;
+import org.hibernate.persister.entity.EntityPersister;
import org.nuiton.topia.TopiaContext;
import org.nuiton.topia.TopiaException;
import org.nuiton.topia.TopiaVetoException;
@@ -553,6 +554,13 @@
this.rootContext = rootContext;
}
+ // Hibernate 4.3.x
+ @Override
+ public boolean requiresPostCommitHanding(EntityPersister persister) {
+ // TODO AThimel 17/12/13 I don't know what to return
+ return false;
+ }
+
/**
* Recherche le context utilisant la session hibernate passe en
* parametre
Modified: branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaUtil.java
===================================================================
--- branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaUtil.java 2014-04-03 15:28:03 UTC (rev 3040)
+++ branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaUtil.java 2014-04-03 15:59:40 UTC (rev 3041)
@@ -26,13 +26,16 @@
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
+import org.hibernate.SessionFactory;
+import org.hibernate.boot.registry.StandardServiceRegistry;
+import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
import org.hibernate.cfg.Configuration;
import org.hibernate.dialect.Dialect;
+import org.hibernate.engine.jdbc.connections.spi.ConnectionProvider;
import org.hibernate.mapping.PersistentClass;
import org.hibernate.mapping.Table;
import org.hibernate.service.ServiceRegistry;
import org.hibernate.service.ServiceRegistryBuilder;
-import org.hibernate.service.jdbc.connections.spi.ConnectionProvider;
import org.hibernate.tool.hbm2ddl.DatabaseMetadata;
import org.hibernate.tool.hbm2ddl.TableMetadata;
import org.nuiton.topia.TopiaContext;
@@ -42,6 +45,8 @@
import org.nuiton.util.RecursiveProperties;
import org.nuiton.util.Resource;
+import java.io.Closeable;
+import java.io.IOException;
import java.net.URL;
import java.sql.Connection;
import java.sql.SQLException;
@@ -50,6 +55,9 @@
import java.util.StringTokenizer;
import java.util.regex.Pattern;
+import com.google.common.base.Preconditions;
+import com.google.common.base.Supplier;
+
/**
* TODO-fdesbois-20100507 : Need javadoc + translations for existing methods.
*
@@ -366,8 +374,10 @@
}
protected static ConnectionProvider getConnectionProvider(Configuration configuration) {
- ServiceRegistry serviceRegistry = new ServiceRegistryBuilder().applySettings(
- configuration.getProperties()).buildServiceRegistry();
+ Properties properties = configuration.getProperties();
+ StandardServiceRegistryBuilder builder = new StandardServiceRegistryBuilder();
+ ServiceRegistry serviceRegistry = builder.applySettings(properties).build();
+ // FIXME AThimel 03/04/14 serviceRegistry must be closed
return serviceRegistry.getService(ConnectionProvider.class);
}
Modified: branches/topia-2.8.1.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaConnectionProviderHardCoded.java
===================================================================
--- branches/topia-2.8.1.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaConnectionProviderHardCoded.java 2014-04-03 15:28:03 UTC (rev 3040)
+++ branches/topia-2.8.1.x/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaConnectionProviderHardCoded.java 2014-04-03 15:59:40 UTC (rev 3041)
@@ -36,10 +36,10 @@
import org.apache.commons.logging.LogFactory;
import org.hibernate.HibernateException;
import org.hibernate.cfg.Environment;
+import org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator;
+import org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl;
import org.hibernate.internal.util.ReflectHelper;
import org.hibernate.internal.util.config.ConfigurationHelper;
-import org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator;
-import org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl;
/**
* Customized connection provider.
1
0
r3040 - in branches/topia-2.8.1.x: . topia-persistence topia-persistence/src/main/java/org/nuiton/topia/generator topia-persistence/src/main/java/org/nuiton/topia/persistence/csv topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out
by athimel@users.nuiton.org 03 Apr '14
by athimel@users.nuiton.org 03 Apr '14
03 Apr '14
Author: athimel
Date: 2014-04-03 17:28:03 +0200 (Thu, 03 Apr 2014)
New Revision: 3040
Url: http://forge.nuiton.org/projects/topia/repository/revisions/3040
Log:
Update versions on 2.8.1.x branch
Modified:
branches/topia-2.8.1.x/pom.xml
branches/topia-2.8.1.x/topia-persistence/pom.xml
branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityTransformer.java
branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/EntityCsvModel.java
branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/TopiaCsvCommons.java
branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/AbstractImportModel.java
branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/EntityAssociationImportModel.java
branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/ImportModelFactory.java
branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/ImportStrategy.java
branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/TopiaCsvImports.java
branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/EntityAssociationExportModel.java
branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/ExportModelFactory.java
branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/TopiaCsvExports.java
Modified: branches/topia-2.8.1.x/pom.xml
===================================================================
--- branches/topia-2.8.1.x/pom.xml 2014-04-03 14:54:06 UTC (rev 3039)
+++ branches/topia-2.8.1.x/pom.xml 2014-04-03 15:28:03 UTC (rev 3040)
@@ -33,7 +33,7 @@
<parent>
<groupId>org.nuiton</groupId>
<artifactId>mavenpom4redmineAndCentral</artifactId>
- <version>3.4.11</version>
+ <version>5.0.5-SNAPSHOT</version>
</parent>
<artifactId>topia</artifactId>
@@ -59,14 +59,16 @@
<projectId>topia</projectId>
<!-- libs version -->
- <eugeneVersion>2.6.3</eugeneVersion>
- <nuitonUtilsVersion>2.6.12</nuitonUtilsVersion>
+ <eugeneVersion>2.7.4</eugeneVersion>
+ <nuitonCsvVersion>3.0-alpha-3</nuitonCsvVersion>
+ <nuitonDecoratorVersion>3.0-alpha-3</nuitonDecoratorVersion>
+ <nuitonUtilsVersion>3.0-rc-2</nuitonUtilsVersion>
<processorPluginVersion>1.3</processorPluginVersion>
- <nuitonI18nVersion>2.5.1</nuitonI18nVersion>
+ <nuitonI18nVersion>3.1-SNAPSHOT</nuitonI18nVersion>
<xmlrpcVersion>3.1.2</xmlrpcVersion>
- <hibernateVersion>4.2.2.Final</hibernateVersion>
- <sl4jVersion>1.7.5</sl4jVersion>
- <h2Version>1.3.172</h2Version>
+ <hibernateVersion>4.2.11.Final</hibernateVersion>
+ <sl4jVersion>1.7.6</sl4jVersion>
+ <h2Version>1.3.175</h2Version>
<hamcrestVersion>1.3</hamcrestVersion>
<!-- i18n configuration -->
@@ -124,10 +126,16 @@
<dependency>
<groupId>org.nuiton</groupId>
<artifactId>nuiton-csv</artifactId>
- <version>${nuitonUtilsVersion}</version>
+ <version>${nuitonCsvVersion}</version>
</dependency>
<dependency>
+ <groupId>org.nuiton</groupId>
+ <artifactId>nuiton-decorator</artifactId>
+ <version>${nuitonDecoratorVersion}</version>
+ </dependency>
+
+ <dependency>
<groupId>org.nuiton.i18n</groupId>
<artifactId>nuiton-i18n</artifactId>
<version>${nuitonI18nVersion}</version>
@@ -160,9 +168,9 @@
</dependency>
<dependency>
- <groupId>javassist</groupId>
+ <groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.12.1.GA</version>
+ <version>3.18.1-GA</version>
<scope>runtime</scope>
</dependency>
Modified: branches/topia-2.8.1.x/topia-persistence/pom.xml
===================================================================
--- branches/topia-2.8.1.x/topia-persistence/pom.xml 2014-04-03 14:54:06 UTC (rev 3039)
+++ branches/topia-2.8.1.x/topia-persistence/pom.xml 2014-04-03 15:28:03 UTC (rev 3040)
@@ -54,6 +54,11 @@
</dependency>
<dependency>
+ <groupId>org.nuiton</groupId>
+ <artifactId>nuiton-decorator</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>org.nuiton.i18n</groupId>
<artifactId>nuiton-i18n</artifactId>
</dependency>
@@ -108,7 +113,7 @@
</dependency>
<dependency>
- <groupId>javassist</groupId>
+ <groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>
Modified: branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityTransformer.java
===================================================================
--- branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityTransformer.java 2014-04-03 14:54:06 UTC (rev 3039)
+++ branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityTransformer.java 2014-04-03 15:28:03 UTC (rev 3040)
@@ -55,8 +55,6 @@
import static org.nuiton.topia.generator.TopiaGeneratorUtil.hasUnidirectionalRelationOnAbstractType;
-
-
/*{generator option: parentheses = false}*/
/*{generator option: writeString = +}*/
@@ -140,11 +138,7 @@
generateAbstract = isGenerateAbstract(input);
generateImpl = isGenerateImpl(input);
- String noGenerateBooleanGetMethods =
- TopiaGeneratorUtil.getDoNotGenerateBooleanGetMethods(model, input);
- generateBooleanGetMethods =
- StringUtils.isEmpty(noGenerateBooleanGetMethods) ||
- !"true".equals(noGenerateBooleanGetMethods.trim());
+ generateBooleanGetMethods = TopiaGeneratorUtil.isDoNotGenerateBooleanGetMethods(model, input);
if (generateInterface) {
Modified: branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/EntityCsvModel.java
===================================================================
--- branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/EntityCsvModel.java 2014-04-03 14:54:06 UTC (rev 3039)
+++ branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/EntityCsvModel.java 2014-04-03 15:28:03 UTC (rev 3040)
@@ -25,13 +25,14 @@
import com.google.common.base.Function;
import com.google.common.collect.Maps;
+
+import org.nuiton.decorator.Decorator;
import org.nuiton.topia.persistence.TopiaEntity;
import org.nuiton.topia.persistence.TopiaEntityEnum;
import org.nuiton.topia.persistence.TopiaId;
import org.nuiton.topia.persistence.metadata.TableMeta;
-import org.nuiton.util.csv.ValueParserFormatter;
-import org.nuiton.util.csv.ext.AbstractImportExportModel;
-import org.nuiton.util.decorator.Decorator;
+import org.nuiton.csv.ValueParserFormatter;
+import org.nuiton.csv.ext.AbstractImportExportModel;
import java.util.Collection;
import java.util.Collections;
Modified: branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/TopiaCsvCommons.java
===================================================================
--- branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/TopiaCsvCommons.java 2014-04-03 14:54:06 UTC (rev 3039)
+++ branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/TopiaCsvCommons.java 2014-04-03 15:28:03 UTC (rev 3040)
@@ -26,14 +26,14 @@
import com.google.common.collect.Lists;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.lang3.StringUtils;
+import org.nuiton.decorator.Decorator;
import org.nuiton.topia.TopiaRuntimeException;
import org.nuiton.topia.persistence.TopiaEntity;
import org.nuiton.util.StringUtil;
-import org.nuiton.util.csv.Common;
-import org.nuiton.util.csv.ValueFormatter;
-import org.nuiton.util.csv.ValueParser;
-import org.nuiton.util.csv.ValueParserFormatter;
-import org.nuiton.util.decorator.Decorator;
+import org.nuiton.csv.Common;
+import org.nuiton.csv.ValueFormatter;
+import org.nuiton.csv.ValueParser;
+import org.nuiton.csv.ValueParserFormatter;
import java.sql.Timestamp;
import java.text.ParseException;
Modified: branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/AbstractImportModel.java
===================================================================
--- branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/AbstractImportModel.java 2014-04-03 14:54:06 UTC (rev 3039)
+++ branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/AbstractImportModel.java 2014-04-03 15:28:03 UTC (rev 3040)
@@ -37,7 +37,7 @@
* @author tchemit <chemit(a)codelutin.com>
* @since 2.6.12
*/
-public abstract class AbstractImportModel<E> extends org.nuiton.util.csv.ext.AbstractImportModel<E> {
+public abstract class AbstractImportModel<E> extends org.nuiton.csv.ext.AbstractImportModel<E> {
public AbstractImportModel(char separator) {
super(separator);
Modified: branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/EntityAssociationImportModel.java
===================================================================
--- branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/EntityAssociationImportModel.java 2014-04-03 14:54:06 UTC (rev 3039)
+++ branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/EntityAssociationImportModel.java 2014-04-03 15:28:03 UTC (rev 3040)
@@ -27,7 +27,7 @@
import org.nuiton.topia.persistence.TopiaEntityEnum;
import org.nuiton.topia.persistence.csv.TopiaCsvCommons;
import org.nuiton.topia.persistence.metadata.AssociationMeta;
-import org.nuiton.util.csv.ImportModel;
+import org.nuiton.csv.ImportModel;
import java.util.Map;
Modified: branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/ImportModelFactory.java
===================================================================
--- branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/ImportModelFactory.java 2014-04-03 14:54:06 UTC (rev 3039)
+++ branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/ImportModelFactory.java 2014-04-03 15:28:03 UTC (rev 3040)
@@ -27,7 +27,7 @@
import org.nuiton.topia.persistence.TopiaEntityEnum;
import org.nuiton.topia.persistence.metadata.AssociationMeta;
import org.nuiton.topia.persistence.metadata.TableMeta;
-import org.nuiton.util.csv.ImportModel;
+import org.nuiton.csv.ImportModel;
import java.util.Map;
Modified: branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/ImportStrategy.java
===================================================================
--- branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/ImportStrategy.java 2014-04-03 14:54:06 UTC (rev 3039)
+++ branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/ImportStrategy.java 2014-04-03 15:28:03 UTC (rev 3040)
@@ -28,8 +28,8 @@
import org.nuiton.topia.persistence.TopiaEntityEnum;
import org.nuiton.topia.persistence.metadata.AssociationMeta;
import org.nuiton.topia.persistence.metadata.TableMeta;
-import org.nuiton.util.csv.Import;
-import org.nuiton.util.csv.ImportToMap;
+import org.nuiton.csv.Import;
+import org.nuiton.csv.ImportToMap;
import java.io.Reader;
Modified: branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/TopiaCsvImports.java
===================================================================
--- branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/TopiaCsvImports.java 2014-04-03 14:54:06 UTC (rev 3039)
+++ branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/in/TopiaCsvImports.java 2014-04-03 15:28:03 UTC (rev 3040)
@@ -40,9 +40,9 @@
import org.nuiton.topia.persistence.metadata.MetaFilenameAware;
import org.nuiton.topia.persistence.metadata.TableMeta;
import org.nuiton.topia.persistence.util.TopiaEntityHelper;
-import org.nuiton.util.csv.Import;
-import org.nuiton.util.csv.ImportModel;
-import org.nuiton.util.csv.ImportToMap;
+import org.nuiton.csv.Import;
+import org.nuiton.csv.ImportModel;
+import org.nuiton.csv.ImportToMap;
import java.io.File;
import java.io.IOException;
Modified: branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/EntityAssociationExportModel.java
===================================================================
--- branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/EntityAssociationExportModel.java 2014-04-03 14:54:06 UTC (rev 3039)
+++ branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/EntityAssociationExportModel.java 2014-04-03 15:28:03 UTC (rev 3040)
@@ -27,8 +27,8 @@
import org.nuiton.topia.persistence.TopiaEntityEnum;
import org.nuiton.topia.persistence.metadata.AssociationMeta;
import org.nuiton.topia.persistence.csv.TopiaCsvCommons;
-import org.nuiton.util.csv.ExportModel;
-import org.nuiton.util.csv.ext.AbstractExportModel;
+import org.nuiton.csv.ExportModel;
+import org.nuiton.csv.ext.AbstractExportModel;
/**
* A model to export associations of entities into csv files.
Modified: branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/ExportModelFactory.java
===================================================================
--- branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/ExportModelFactory.java 2014-04-03 14:54:06 UTC (rev 3039)
+++ branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/ExportModelFactory.java 2014-04-03 15:28:03 UTC (rev 3040)
@@ -27,7 +27,7 @@
import org.nuiton.topia.persistence.TopiaEntityEnum;
import org.nuiton.topia.persistence.metadata.AssociationMeta;
import org.nuiton.topia.persistence.metadata.TableMeta;
-import org.nuiton.util.csv.ExportModel;
+import org.nuiton.csv.ExportModel;
/**
* To produce export model.
Modified: branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/TopiaCsvExports.java
===================================================================
--- branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/TopiaCsvExports.java 2014-04-03 14:54:06 UTC (rev 3039)
+++ branches/topia-2.8.1.x/topia-persistence/src/main/java/org/nuiton/topia/persistence/csv/out/TopiaCsvExports.java 2014-04-03 15:28:03 UTC (rev 3040)
@@ -40,9 +40,9 @@
import org.nuiton.topia.persistence.metadata.Metadatas;
import org.nuiton.topia.persistence.metadata.TableMeta;
import org.nuiton.util.TimeLog;
-import org.nuiton.util.csv.Export;
-import org.nuiton.util.csv.ExportModel;
-import org.nuiton.util.csv.ext.RepeatableExport;
+import org.nuiton.csv.Export;
+import org.nuiton.csv.ExportModel;
+import org.nuiton.csv.ext.RepeatableExport;
import java.io.Closeable;
import java.io.File;
1
0
r3039 - in trunk/topia-persistence/src/main/java/org/nuiton/topia/persistence: internal util
by athimel@users.nuiton.org 03 Apr '14
by athimel@users.nuiton.org 03 Apr '14
03 Apr '14
Author: athimel
Date: 2014-04-03 16:54:06 +0200 (Thu, 03 Apr 2014)
New Revision: 3039
Url: http://forge.nuiton.org/projects/topia/repository/revisions/3039
Log:
fixes #3078 Maje sure connection is released during isSchema[Exists|Empty] methods
Modified:
trunk/topia-persistence/src/main/java/org/nuiton/topia/persistence/internal/HibernateProvider.java
trunk/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaUtil.java
Modified: trunk/topia-persistence/src/main/java/org/nuiton/topia/persistence/internal/HibernateProvider.java
===================================================================
--- trunk/topia-persistence/src/main/java/org/nuiton/topia/persistence/internal/HibernateProvider.java 2014-04-03 13:02:42 UTC (rev 3038)
+++ trunk/topia-persistence/src/main/java/org/nuiton/topia/persistence/internal/HibernateProvider.java 2014-04-03 14:54:06 UTC (rev 3039)
@@ -54,6 +54,7 @@
import org.nuiton.topia.persistence.support.TopiaServiceSupport;
import org.nuiton.topia.persistence.util.TopiaUtil;
+import com.google.common.base.Preconditions;
import com.google.common.collect.Lists;
/**
@@ -270,6 +271,8 @@
public void close() {
if (hibernateSessionFactory != null) {
+ Preconditions.checkState(!hibernateSessionFactory.isClosed());
+
// close connection provider if possible (http://nuiton.org/issues/2757)
ConnectionProvider service = getHibernateService(hibernateSessionFactory, ConnectionProvider.class);
Modified: trunk/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaUtil.java
===================================================================
--- trunk/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaUtil.java 2014-04-03 13:02:42 UTC (rev 3038)
+++ trunk/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaUtil.java 2014-04-03 14:54:06 UTC (rev 3039)
@@ -225,15 +225,14 @@
log.error("Cant connect to database", e);
} catch (TopiaNotFoundException e) {
log.error("Cant connect to database", e);
+ } finally {
+ try {
+ connectionProviderSupplier.close();
+ } catch (IOException e) {
+ log.error("Cant close connection provider", e);
+ }
}
- // close connectionProviderSupplier
- try {
- connectionProviderSupplier.close();
- } catch (IOException e) {
- log.error("Cant close connection provider", e);
- }
-
return exist;
}
@@ -298,15 +297,14 @@
} catch (SQLException e) {
log.error("Cant connect to database", e);
+ } finally {
+ try {
+ connectionProviderSupplier.close();
+ } catch (IOException e) {
+ log.error("Cant close connection provider", e);
+ }
}
- // close connectionProviderSupplier
- try {
- connectionProviderSupplier.close();
- } catch (IOException e) {
- log.error("Cant close connection provider", e);
- }
-
return exist;
}
@@ -373,15 +371,14 @@
} catch (SQLException e) {
log.error("Cant connect to database", e);
+ } finally {
+ try {
+ connectionProviderSupplier.close();
+ } catch (IOException e) {
+ log.error("Cant close connection provider", e);
+ }
}
- // close connectionProviderSupplier
- try {
- connectionProviderSupplier.close();
- } catch (IOException e) {
- log.error("Cant close connection provider", e);
- }
-
return true;
}
@@ -449,15 +446,14 @@
} catch (SQLException e) {
log.error("Cant connect to database", e);
+ } finally {
+ try {
+ connectionProviderSupplier.close();
+ } catch (IOException e) {
+ log.error("Cant close connection provider", e);
+ }
}
- // close connectionProviderSupplier
- try {
- connectionProviderSupplier.close();
- } catch (IOException e) {
- log.error("Cant close connection provider", e);
- }
-
return true;
}
1
0
Author: athimel
Date: 2014-04-03 15:02:42 +0200 (Thu, 03 Apr 2014)
New Revision: 3038
Url: http://forge.nuiton.org/projects/topia/repository/revisions/3038
Log:
Fix SCM tags and branch name
Modified:
branches/topia-2.8.1.x/pom.xml
Modified: branches/topia-2.8.1.x/pom.xml
===================================================================
--- branches/topia-2.8.1.x/pom.xml 2014-04-03 12:57:58 UTC (rev 3037)
+++ branches/topia-2.8.1.x/pom.xml 2014-04-03 13:02:42 UTC (rev 3038)
@@ -80,13 +80,13 @@
<scm>
<connection>
- scm:svn:http://svn.nuiton.org/svn/topia/branches/topia-2.8.1.1
+ scm:svn:https://svn.nuiton.org/topia/branches/topia-2.8.1.x
</connection>
<developerConnection>
- scm:svn:http://svn.nuiton.org/svn/topia/branches/topia-2.8.1.1
+ scm:svn:https://svn.nuiton.org/topia/branches/topia-2.8.1.x
</developerConnection>
<url>
- http://nuiton.org/projects/topia/repository/show/branches/topia-2.8.1.1
+ https://forge.nuiton.org/projects/topia/repository/show/branches/topia-2.8.…
</url>
</scm>
1
0