Author: tchemit Date: 2009-12-15 01:13:09 +0100 (Tue, 15 Dec 2009) New Revision: 1714 Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/TopiaContext.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/TopiaContextFactory.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/TopiaException.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/TopiaNotFoundException.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/TopiaRuntimeException.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/TopiaVetoException.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaContextEvent.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaContextListener.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntitiesEvent.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntitiesVetoable.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntityEvent.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntityListener.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntityVetoable.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaTransactionEvent.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaTransactionListener.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaTransactionVetoable.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/framework/EntityState.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaContextImpl.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaContextImplementor.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaFiresSupport.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaService.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaUtil.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/BeanGenerator.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/BeanTransformer.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOAbstractGenerator.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOAbstractTransformer.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOGenerator.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOHelperGenerator.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOHelperTransformer.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOImplGenerator.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOImplTransformer.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOTransformer.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DTOGenerator.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityAbstractGenerator.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityAbstractTransformer.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityDTOGenerator.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityDTOTransformer.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityHibernateMappingGenerator.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityImplGenerator.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityImplTransformer.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityInterfaceGenerator.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityInterfaceTransformer.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/InterfaceGenerator.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/InterfaceTransformer.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaGeneratorUtil.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaJavaValidator.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaMetaGenerator.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaRelationValidator.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/DepthEntityVisitor.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/EntityVisitor.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/SearchFields.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAO.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAOImpl.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntity.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntityAbstract.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntityEnum.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaId.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/BeanPropertyLoador.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Collector.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Creator.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/DBMapping.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Deletor.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/DiffState.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityListUpdator.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityLoador.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityOperator.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityOperatorStore.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/ListUpdator.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Loador.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityHelper.java branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityRef.java branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/framework/EntityStateTest.java branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaUtilTest.java branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/generator/TopiaGeneratorUtilTest.java branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/generator/TopiaTestCase.java branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/persistence/EntityVisitorExportXmlTest.java branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/persistence/ExportXMLVisitor.java branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/CollectorTest.java branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/EntityOperatorTest.java branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/TopiaEntityHelperTest.java branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topiatest/deletetest/Contact2DAOImpl.java branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topiatest/deletetest/DeleteEntityTest.java branches/from2.2.2-eugene2-beta/topia-service-history/src/main/java/org/nuiton/topia/history/NoHistory.java branches/from2.2.2-eugene2-beta/topia-service-history/src/main/java/org/nuiton/topia/history/TopiaHistoryListener.java branches/from2.2.2-eugene2-beta/topia-service-history/src/main/java/org/nuiton/topia/history/TopiaHistoryService.java branches/from2.2.2-eugene2-beta/topia-service-history/src/main/java/org/nuiton/topia/history/TopiaHistoryServiceImpl.java branches/from2.2.2-eugene2-beta/topia-service-history/src/main/java/org/nuiton/topia/history/entities/HistoryImpl.java branches/from2.2.2-eugene2-beta/topia-service-history/src/test/java/org/nuiton/topia/history/HistoryTest.java branches/from2.2.2-eugene2-beta/topia-service-index/src/main/java/org/nuiton/topia/index/IndexEntry.java branches/from2.2.2-eugene2-beta/topia-service-index/src/main/java/org/nuiton/topia/index/LuceneIndexer.java branches/from2.2.2-eugene2-beta/topia-service-index/src/main/java/org/nuiton/topia/index/NotIndexable.java branches/from2.2.2-eugene2-beta/topia-service-index/src/main/java/org/nuiton/topia/index/TopiaIndexImplementor.java branches/from2.2.2-eugene2-beta/topia-service-index/src/main/java/org/nuiton/topia/index/TopiaIndexService.java branches/from2.2.2-eugene2-beta/topia-service-index/src/test/java/org/nuiton/topia/index/IndexTest.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/DatabaseManager.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/ManualMigrationCallback.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/ManualMigrationEngine.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/MigrationService.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/MigrationServiceException.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/MigrationServiceImpl.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationService.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationServiceImpl.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/callback/MigrationCallbackHandler.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/ExceptionAttributeUndefined.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/MapAdapter.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/MapAdapterAdmin.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/MapAdapterImpl.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/ProxyClass.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/ProxyClassMapped.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/SimpleProxyClass.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/SimpleProxyClassMapped.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/Version.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/BaseException.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/ConfigurationAdapter.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/ConfigurationHelper.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/DependenciesHelper.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/NullMigrationClass.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/ObjectNotFound.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/Transformer.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/mappings/TMSVersion.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/transformation/AbstractMigration.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/transformation/FinderMigration.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/transformation/MapHelper.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/transformation/Migration.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/transformation/MigrationClass.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/transformation/MigrationNull.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/test/java/org/nuiton/topia/migration/common/VersionTest.java branches/from2.2.2-eugene2-beta/topia-service-migration/src/test/java/org/nuiton/topia/migration/kernel/ConfigurationAdapterTest.java branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/ReplicationEngine.java branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationImplementor.java branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationOperation.java branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationService.java branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/Link.java branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationModel.java branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationNode.java branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationOperationDef.java branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationOperationPhase.java branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/AttachAssociation.java branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/AttachDependency.java branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/AttachLink.java branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/DettachAssociation.java branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/DettachDependency.java branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/Duplicate.java branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/LoadLink.java branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/AbstractReplicationEngineTest.java branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/ReplicationEngineAllTest.java branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/ReplicationEngineTest.java branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/TopiaReplicationOperationTest.java branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/operation/FakeOperation.java branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/operation/UncreatableOperation.java branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/operation/UnregistredOperation.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/TopiaSecurityService.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/TopiaSecurityServiceImpl.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaAssociationAuthorizationImpl.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaAuthorizationImpl.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaEntityAuthorizationImpl.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaExpressionLinkImpl.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/entities/user/TopiaGroupImpl.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/entities/user/TopiaUserImpl.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaCallbackHandler.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaConfiguration.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaLoginModule.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaPermission.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaPolicy.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaPrincipal.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/listener/EntityVetoable.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/listener/NoSecurityLoad.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/listener/PropertyReadListener.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/listener/PropertyVetoable.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/listener/PropertyWriteListener.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/util/TopiaSecurityCaching.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/util/TopiaSecurityFactoryFilter.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/util/TopiaSecurityUtil.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/TaasService.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/TaasUtil.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/event/TaasAccessEntity.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/event/TaasEntityVetoable.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/event/TaasEntityVetoableRequestPermission.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasCallbackHandler.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasConfiguration.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasLoginModule.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasPermission.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasPolicy.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasPrincipalWrapper.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasSubjectFinder.java branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasSubjectFinderImpl.java branches/from2.2.2-eugene2-beta/topia-service-security/src/test/java/org/nuiton/topia/TestUtils.java branches/from2.2.2-eugene2-beta/topia-service-security/src/test/java/org/nuiton/topia/security/TopiaSecurityTest.java branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/generator/ServiceAbstractGenerator.java branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/generator/ServiceImplGenerator.java branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/generator/ServiceInterfaceGenerator.java branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/generator/TopiaApplicationServiceMetaGenerator.java branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/Protocol.java branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaApplicationService.java branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaApplicationServiceAbstract.java branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaApplicationServiceFactory.java branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaProxy.java branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaServiceProvider.java branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaServiceServer.java branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaServiceServerAbstract.java branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/clients/RMIProxy.java branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/clients/SOAPProxy.java branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/clients/XMLRPCProxy.java branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/servers/RMIServer.java branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/servers/RemoteClassLoader.java branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/servers/SOAPServer.java branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/servers/XMLRPCServer.java branches/from2.2.2-eugene2-beta/topia-soa/src/test/java/org/nuiton/topia/service/ExampleService.java branches/from2.2.2-eugene2-beta/topia-soa/src/test/java/org/nuiton/topia/service/ExampleServiceImpl.java branches/from2.2.2-eugene2-beta/topia-soa/src/test/java/org/nuiton/topia/service/ExampleServiceServer.java branches/from2.2.2-eugene2-beta/topia-soa/src/test/java/org/nuiton/topia/service/ExampleServiceTest.java Log: update java license header Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/TopiaContext.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/TopiaContext.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/TopiaContext.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaContext.java Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/TopiaContextFactory.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/TopiaContextFactory.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/TopiaContextFactory.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaContextFactory.java Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/TopiaException.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/TopiaException.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/TopiaException.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaException.java Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/TopiaNotFoundException.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/TopiaNotFoundException.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/TopiaNotFoundException.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaNotFoundException.java Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/TopiaRuntimeException.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/TopiaRuntimeException.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/TopiaRuntimeException.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/TopiaVetoException.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/TopiaVetoException.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/TopiaVetoException.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaVetoException.java Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaContextEvent.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaContextEvent.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaContextEvent.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.event; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaContextListener.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaContextListener.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaContextListener.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.event; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntitiesEvent.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntitiesEvent.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntitiesEvent.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.event; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntitiesVetoable.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntitiesVetoable.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntitiesVetoable.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.event; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntityEvent.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntityEvent.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntityEvent.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.event; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntityListener.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntityListener.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntityListener.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.event; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntityVetoable.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntityVetoable.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaEntityVetoable.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.event; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaTransactionEvent.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaTransactionEvent.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaTransactionEvent.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.event; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaTransactionListener.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaTransactionListener.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaTransactionListener.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.event; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaTransactionVetoable.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaTransactionVetoable.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/event/TopiaTransactionVetoable.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.event; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/framework/EntityState.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/framework/EntityState.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/framework/EntityState.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * EntityState.java Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaContextImpl.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaContextImpl.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaContextImpl.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.framework; import org.apache.commons.collections.set.MapBackedSet; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaContextImplementor.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaContextImplementor.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaContextImplementor.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaContextImplementor.java Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaFiresSupport.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaFiresSupport.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaFiresSupport.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.framework; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaService.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaService.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaService.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaService.java Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaUtil.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaUtil.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/framework/TopiaUtil.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /******************************************************************************* * TopiaUtil.java * Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/BeanGenerator.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/BeanGenerator.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/BeanGenerator.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /*{generator option: parentheses = true}*/ /*{generator option: writeString = output.write}*/ Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/BeanTransformer.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/BeanTransformer.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/BeanTransformer.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,7 +1,7 @@ /* * *##% - * ToPIA - Persistence - * Copyright (C) 2007 - 2009 CodeLutin + * ToPIA :: Persistence + * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOAbstractGenerator.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOAbstractGenerator.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOAbstractGenerator.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /*{generator option: parentheses = true}*/ /*{generator option: writeString = output.write}*/ Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOAbstractTransformer.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOAbstractTransformer.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOAbstractTransformer.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,3 +1,23 @@ +/* + * *##% + * ToPIA :: Persistence + * Copyright (C) 2004 - 2009 CodeLutin + * + * 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>. + * ##%* + */ package org.nuiton.topia.generator; import org.apache.commons.lang.StringUtils; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOGenerator.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOGenerator.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOGenerator.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /*{generator option: parentheses = true}*/ /*{generator option: writeString = output.write}*/ Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOHelperGenerator.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOHelperGenerator.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOHelperGenerator.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /*{generator option: parentheses = true}*/ /*{generator option: writeString = output.write}*/ Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOHelperTransformer.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOHelperTransformer.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOHelperTransformer.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,3 +1,23 @@ +/* + * *##% + * ToPIA :: Persistence + * Copyright (C) 2004 - 2009 CodeLutin + * + * 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>. + * ##%* + */ package org.nuiton.topia.generator; import org.apache.commons.logging.Log; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOImplGenerator.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOImplGenerator.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOImplGenerator.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /*{generator option: parentheses = true}*/ /*{generator option: writeString = output.write}*/ Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOImplTransformer.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOImplTransformer.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOImplTransformer.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,3 +1,23 @@ +/* + * *##% + * ToPIA :: Persistence + * Copyright (C) 2004 - 2009 CodeLutin + * + * 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>. + * ##%* + */ package org.nuiton.topia.generator; import org.nuiton.eugene.java.ObjectModelTransformerToJava; @@ -46,4 +66,4 @@ } return false; } -} \ No newline at end of file +} Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOTransformer.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOTransformer.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DAOTransformer.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,3 +1,23 @@ +/* + * *##% + * ToPIA :: Persistence + * Copyright (C) 2004 - 2009 CodeLutin + * + * 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>. + * ##%* + */ package org.nuiton.topia.generator; import org.nuiton.eugene.java.ObjectModelTransformerToJava; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DTOGenerator.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DTOGenerator.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/DTOGenerator.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /*{generator option: parentheses = true}*/ /*{generator option: writeString = output.write}*/ Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityAbstractGenerator.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityAbstractGenerator.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityAbstractGenerator.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /*{generator option: parentheses = true}*/ /*{generator option: writeString = output.write}*/ Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityAbstractTransformer.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityAbstractTransformer.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityAbstractTransformer.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,3 +1,23 @@ +/* + * *##% + * ToPIA :: Persistence + * Copyright (C) 2004 - 2009 CodeLutin + * + * 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>. + * ##%* + */ package org.nuiton.topia.generator; import org.apache.commons.lang.StringUtils; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityDTOGenerator.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityDTOGenerator.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityDTOGenerator.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /*{generator option: parentheses = true}*/ /*{generator option: writeString = output.write}*/ Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityDTOTransformer.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityDTOTransformer.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityDTOTransformer.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,3 +1,23 @@ +/* + * *##% + * ToPIA :: Persistence + * Copyright (C) 2004 - 2009 CodeLutin + * + * 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>. + * ##%* + */ package org.nuiton.topia.generator; import org.apache.commons.lang.StringUtils; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityHibernateMappingGenerator.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityHibernateMappingGenerator.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityHibernateMappingGenerator.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /*{generator option: parentheses = true}*/ /*{generator option: writeString = output.write}*/ Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityImplGenerator.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityImplGenerator.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityImplGenerator.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /*{generator option: parentheses = true}*/ /*{generator option: writeString = output.write}*/ Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityImplTransformer.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityImplTransformer.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityImplTransformer.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,3 +1,23 @@ +/* + * *##% + * ToPIA :: Persistence + * Copyright (C) 2004 - 2009 CodeLutin + * + * 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>. + * ##%* + */ package org.nuiton.topia.generator; import org.apache.commons.logging.Log; @@ -107,4 +127,4 @@ } return res; } -} \ No newline at end of file +} Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityInterfaceGenerator.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityInterfaceGenerator.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityInterfaceGenerator.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /*{generator option: parentheses = true}*/ /*{generator option: writeString = output.write}*/ Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityInterfaceTransformer.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityInterfaceTransformer.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/EntityInterfaceTransformer.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,3 +1,23 @@ +/* + * *##% + * ToPIA :: Persistence + * Copyright (C) 2004 - 2009 CodeLutin + * + * 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>. + * ##%* + */ package org.nuiton.topia.generator; import org.apache.commons.lang.StringUtils; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/InterfaceGenerator.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/InterfaceGenerator.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/InterfaceGenerator.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /*{generator option: parentheses = true}*/ /*{generator option: writeString = output.write}*/ Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/InterfaceTransformer.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/InterfaceTransformer.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/InterfaceTransformer.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,3 +1,23 @@ +/* + * *##% + * ToPIA :: Persistence + * Copyright (C) 2004 - 2009 CodeLutin + * + * 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>. + * ##%* + */ package org.nuiton.topia.generator; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaGeneratorUtil.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaGeneratorUtil.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaGeneratorUtil.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /******************************************************************************* * GeneratorUtil.java * Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaJavaValidator.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaJavaValidator.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaJavaValidator.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.generator; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaMetaGenerator.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaMetaGenerator.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaMetaGenerator.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /******************************************************************************* * ObjectModelToEntityGenerator.java Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaRelationValidator.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaRelationValidator.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/generator/TopiaRelationValidator.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaRelationValidator.java Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/DepthEntityVisitor.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/DepthEntityVisitor.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/DepthEntityVisitor.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.persistence; import java.util.ArrayList; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/EntityVisitor.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/EntityVisitor.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/EntityVisitor.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.persistence; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/SearchFields.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/SearchFields.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/SearchFields.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * SearchFields.java Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAO.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAO.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAO.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaDAO.java Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAOImpl.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAOImpl.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAOImpl.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaDAOAbstract.java Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntity.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntity.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntity.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaEntity.java Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntityAbstract.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntityAbstract.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntityAbstract.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /******************************************************************************* * TopiaEntityAbstract.java Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntityEnum.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntityEnum.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntityEnum.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Persistence + * *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.persistence; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaId.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaId.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaId.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaId.java Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/BeanPropertyLoador.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/BeanPropertyLoador.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/BeanPropertyLoador.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Persistence + * *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.persistence.util; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Collector.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Collector.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Collector.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Persistence + * *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.persistence.util; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Creator.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Creator.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Creator.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Persistence + * *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.persistence.util; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/DBMapping.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/DBMapping.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/DBMapping.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Persistence + * *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.persistence.util; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Deletor.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Deletor.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Deletor.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Persistence + * *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.persistence.util; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/DiffState.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/DiffState.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/DiffState.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Persistence + * *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.persistence.util; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityListUpdator.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityListUpdator.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityListUpdator.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Persistence + * *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.persistence.util; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityLoador.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityLoador.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityLoador.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Persistence + * *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.persistence.util; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityOperator.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityOperator.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityOperator.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Persistence + * *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.persistence.util; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityOperatorStore.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityOperatorStore.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/EntityOperatorStore.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Persistence + * *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.persistence.util; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/ListUpdator.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/ListUpdator.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/ListUpdator.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Persistence + * *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.persistence.util; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Loador.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Loador.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/Loador.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Persistence + * *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.persistence.util; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityHelper.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityHelper.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityHelper.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Persistence + * *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.persistence.util; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityRef.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityRef.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/main/java/org/nuiton/topia/persistence/util/TopiaEntityRef.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Persistence + * *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.persistence.util; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/framework/EntityStateTest.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/framework/EntityStateTest.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/framework/EntityStateTest.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaUtilTest.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaUtilTest.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/framework/TopiaUtilTest.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.framework; import java.net.URL; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/generator/TopiaGeneratorUtilTest.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/generator/TopiaGeneratorUtilTest.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/generator/TopiaGeneratorUtilTest.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Persistence + * *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ /* * To change this template, choose Tools | Templates Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/generator/TopiaTestCase.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/generator/TopiaTestCase.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/generator/TopiaTestCase.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.generator; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/persistence/EntityVisitorExportXmlTest.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/persistence/EntityVisitorExportXmlTest.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/persistence/EntityVisitorExportXmlTest.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.persistence; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/persistence/ExportXMLVisitor.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/persistence/ExportXMLVisitor.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/persistence/ExportXMLVisitor.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.persistence; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/CollectorTest.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/CollectorTest.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/CollectorTest.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Persistence + * *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ /* * To change this template, choose Tools | Templates Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/EntityOperatorTest.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/EntityOperatorTest.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/EntityOperatorTest.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Persistence + * *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.persistence.util; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/TopiaEntityHelperTest.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/TopiaEntityHelperTest.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topia/persistence/util/TopiaEntityHelperTest.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Persistence + * *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.persistence.util; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topiatest/deletetest/Contact2DAOImpl.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topiatest/deletetest/Contact2DAOImpl.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topiatest/deletetest/Contact2DAOImpl.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Persistence + * *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topiatest.deletetest; Modified: branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topiatest/deletetest/DeleteEntityTest.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topiatest/deletetest/DeleteEntityTest.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-persistence/src/test/java/org/nuiton/topiatest/deletetest/DeleteEntityTest.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Persistence +/* *##% + * ToPIA :: Persistence * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /** * DeleteEntityTest.java Modified: branches/from2.2.2-eugene2-beta/topia-service-history/src/main/java/org/nuiton/topia/history/NoHistory.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-history/src/main/java/org/nuiton/topia/history/NoHistory.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-history/src/main/java/org/nuiton/topia/history/NoHistory.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - History service +/* *##% + * ToPIA :: Service History * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * NoHistory.java Modified: branches/from2.2.2-eugene2-beta/topia-service-history/src/main/java/org/nuiton/topia/history/TopiaHistoryListener.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-history/src/main/java/org/nuiton/topia/history/TopiaHistoryListener.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-history/src/main/java/org/nuiton/topia/history/TopiaHistoryListener.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - History service +/* *##% + * ToPIA :: Service History * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * HistoryListener.java Modified: branches/from2.2.2-eugene2-beta/topia-service-history/src/main/java/org/nuiton/topia/history/TopiaHistoryService.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-history/src/main/java/org/nuiton/topia/history/TopiaHistoryService.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-history/src/main/java/org/nuiton/topia/history/TopiaHistoryService.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - History service +/* *##% + * ToPIA :: Service History * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaHistoryService.java Modified: branches/from2.2.2-eugene2-beta/topia-service-history/src/main/java/org/nuiton/topia/history/TopiaHistoryServiceImpl.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-history/src/main/java/org/nuiton/topia/history/TopiaHistoryServiceImpl.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-history/src/main/java/org/nuiton/topia/history/TopiaHistoryServiceImpl.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - History service +/* *##% + * ToPIA :: Service History * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * HistoryServiceImpl.java Modified: branches/from2.2.2-eugene2-beta/topia-service-history/src/main/java/org/nuiton/topia/history/entities/HistoryImpl.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-history/src/main/java/org/nuiton/topia/history/entities/HistoryImpl.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-history/src/main/java/org/nuiton/topia/history/entities/HistoryImpl.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - History service +/* *##% + * ToPIA :: Service History * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * HistoryImpl.java Modified: branches/from2.2.2-eugene2-beta/topia-service-history/src/test/java/org/nuiton/topia/history/HistoryTest.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-history/src/test/java/org/nuiton/topia/history/HistoryTest.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-history/src/test/java/org/nuiton/topia/history/HistoryTest.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - History service +/* *##% + * ToPIA :: Service History * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.history; import org.nuiton.topia.TopiaContext; Modified: branches/from2.2.2-eugene2-beta/topia-service-index/src/main/java/org/nuiton/topia/index/IndexEntry.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-index/src/main/java/org/nuiton/topia/index/IndexEntry.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-index/src/main/java/org/nuiton/topia/index/IndexEntry.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Index service +/* *##% + * ToPIA :: Service Index * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * IndexEntry.java Modified: branches/from2.2.2-eugene2-beta/topia-service-index/src/main/java/org/nuiton/topia/index/LuceneIndexer.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-index/src/main/java/org/nuiton/topia/index/LuceneIndexer.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-index/src/main/java/org/nuiton/topia/index/LuceneIndexer.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Index service +/* *##% + * ToPIA :: Service Index * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * LuceneIndexer.java Modified: branches/from2.2.2-eugene2-beta/topia-service-index/src/main/java/org/nuiton/topia/index/NotIndexable.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-index/src/main/java/org/nuiton/topia/index/NotIndexable.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-index/src/main/java/org/nuiton/topia/index/NotIndexable.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Index service +/* *##% + * ToPIA :: Service Index * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * NotIndexable.java Modified: branches/from2.2.2-eugene2-beta/topia-service-index/src/main/java/org/nuiton/topia/index/TopiaIndexImplementor.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-index/src/main/java/org/nuiton/topia/index/TopiaIndexImplementor.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-index/src/main/java/org/nuiton/topia/index/TopiaIndexImplementor.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Index service +/* *##% + * ToPIA :: Service Index * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * IndexEnginImplementor.java Modified: branches/from2.2.2-eugene2-beta/topia-service-index/src/main/java/org/nuiton/topia/index/TopiaIndexService.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-index/src/main/java/org/nuiton/topia/index/TopiaIndexService.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-index/src/main/java/org/nuiton/topia/index/TopiaIndexService.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Index service +/* *##% + * ToPIA :: Service Index * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * IndexEngin.java Modified: branches/from2.2.2-eugene2-beta/topia-service-index/src/test/java/org/nuiton/topia/index/IndexTest.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-index/src/test/java/org/nuiton/topia/index/IndexTest.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-index/src/test/java/org/nuiton/topia/index/IndexTest.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Index service +/* *##% + * ToPIA :: Service Index * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.index; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/DatabaseManager.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/DatabaseManager.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/DatabaseManager.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration; import java.sql.Connection; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/ManualMigrationCallback.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/ManualMigrationCallback.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/ManualMigrationCallback.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Migration service + * *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.migration; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/ManualMigrationEngine.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/ManualMigrationEngine.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/ManualMigrationEngine.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration; import org.nuiton.topia.TopiaContext; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/MigrationService.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/MigrationService.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/MigrationService.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/MigrationServiceException.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/MigrationServiceException.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/MigrationServiceException.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/MigrationServiceImpl.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/MigrationServiceImpl.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/MigrationServiceImpl.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationService.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationService.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationService.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration; import org.nuiton.topia.event.TopiaContextListener; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationServiceImpl.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationServiceImpl.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/TopiaMigrationServiceImpl.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration; import java.io.File; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/callback/MigrationCallbackHandler.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/callback/MigrationCallbackHandler.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/callback/MigrationCallbackHandler.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration.callback; import org.nuiton.topia.migration.DatabaseManager; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/ExceptionAttributeUndefined.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/ExceptionAttributeUndefined.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/ExceptionAttributeUndefined.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration.common; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/MapAdapter.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/MapAdapter.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/MapAdapter.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration.common; import java.io.Serializable; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/MapAdapterAdmin.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/MapAdapterAdmin.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/MapAdapterAdmin.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration.common; import java.io.Serializable; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/MapAdapterImpl.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/MapAdapterImpl.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/MapAdapterImpl.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration.common; import org.nuiton.util.Version; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/ProxyClass.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/ProxyClass.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/ProxyClass.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration.common; /** Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/ProxyClassMapped.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/ProxyClassMapped.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/ProxyClassMapped.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration.common; import java.io.Serializable; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/SimpleProxyClass.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/SimpleProxyClass.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/SimpleProxyClass.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration.common; import java.util.StringTokenizer; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/SimpleProxyClassMapped.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/SimpleProxyClassMapped.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/SimpleProxyClassMapped.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration.common; import java.io.Serializable; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/Version.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/Version.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/common/Version.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration.common; import java.util.StringTokenizer; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/BaseException.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/BaseException.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/BaseException.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration.kernel; /** Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/ConfigurationAdapter.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/ConfigurationAdapter.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/ConfigurationAdapter.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration.kernel; import java.io.Serializable; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/ConfigurationHelper.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/ConfigurationHelper.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/ConfigurationHelper.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration.kernel; import java.io.BufferedReader; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/DependenciesHelper.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/DependenciesHelper.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/DependenciesHelper.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration.kernel; import java.util.HashSet; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/NullMigrationClass.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/NullMigrationClass.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/NullMigrationClass.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration.kernel; import org.nuiton.topia.migration.common.ProxyClass; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/ObjectNotFound.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/ObjectNotFound.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/ObjectNotFound.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration.kernel; /** Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/Transformer.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/Transformer.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/kernel/Transformer.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration.kernel; import java.io.Serializable; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/mappings/TMSVersion.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/mappings/TMSVersion.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/mappings/TMSVersion.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration.mappings; /** Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/transformation/AbstractMigration.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/transformation/AbstractMigration.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/transformation/AbstractMigration.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration.transformation; import java.io.Serializable; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/transformation/FinderMigration.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/transformation/FinderMigration.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/transformation/FinderMigration.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration.transformation; import org.apache.commons.logging.Log; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/transformation/MapHelper.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/transformation/MapHelper.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/transformation/MapHelper.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration.transformation; import java.io.Serializable; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/transformation/Migration.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/transformation/Migration.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/transformation/Migration.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration.transformation; import java.io.Serializable; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/transformation/MigrationClass.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/transformation/MigrationClass.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/transformation/MigrationClass.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration.transformation; import org.nuiton.topia.migration.common.ProxyClass; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/transformation/MigrationNull.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/transformation/MigrationNull.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/main/java/org/nuiton/topia/migration/transformation/MigrationNull.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.migration.transformation; import org.nuiton.topia.migration.common.MapAdapter; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/test/java/org/nuiton/topia/migration/common/VersionTest.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/test/java/org/nuiton/topia/migration/common/VersionTest.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/test/java/org/nuiton/topia/migration/common/VersionTest.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.migration.common; Modified: branches/from2.2.2-eugene2-beta/topia-service-migration/src/test/java/org/nuiton/topia/migration/kernel/ConfigurationAdapterTest.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-migration/src/test/java/org/nuiton/topia/migration/kernel/ConfigurationAdapterTest.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-migration/src/test/java/org/nuiton/topia/migration/kernel/ConfigurationAdapterTest.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Migration service +/* *##% + * ToPIA :: Service Migration * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.migration.kernel; Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/ReplicationEngine.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/ReplicationEngine.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/ReplicationEngine.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Replication service + * *##% + * ToPIA :: Service Replication * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.replication; Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationImplementor.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationImplementor.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationImplementor.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Replication service +/* *##% + * ToPIA :: Service Replication * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaReplicationImplementor.java Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationOperation.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationOperation.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationOperation.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Replication service + * *##% + * ToPIA :: Service Replication * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.replication; Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationService.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationService.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/TopiaReplicationService.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Replication service +/* *##% + * ToPIA :: Service Replication * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * IndexEngin.java Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/Link.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/Link.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/Link.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Replication service + * *##% + * ToPIA :: Service Replication * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.replication.model; Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationModel.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationModel.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationModel.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Replication service + * *##% + * ToPIA :: Service Replication * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.replication.model; Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationNode.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationNode.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationNode.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Replication service + * *##% + * ToPIA :: Service Replication * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.replication.model; Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationOperationDef.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationOperationDef.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationOperationDef.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Replication service + * *##% + * ToPIA :: Service Replication * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.replication.model; Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationOperationPhase.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationOperationPhase.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/model/ReplicationOperationPhase.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Replication service + * *##% + * ToPIA :: Service Replication * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.replication.model; Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/AttachAssociation.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/AttachAssociation.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/AttachAssociation.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Replication service + * *##% + * ToPIA :: Service Replication * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.replication.operation; Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/AttachDependency.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/AttachDependency.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/AttachDependency.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Replication service + * *##% + * ToPIA :: Service Replication * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.replication.operation; Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/AttachLink.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/AttachLink.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/AttachLink.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Replication service + * *##% + * ToPIA :: Service Replication * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.replication.operation; Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/DettachAssociation.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/DettachAssociation.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/DettachAssociation.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Replication service + * *##% + * ToPIA :: Service Replication * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.replication.operation; Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/DettachDependency.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/DettachDependency.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/DettachDependency.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Replication service + * *##% + * ToPIA :: Service Replication * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.replication.operation; Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/Duplicate.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/Duplicate.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/Duplicate.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Replication service + * *##% + * ToPIA :: Service Replication * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.replication.operation; Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/LoadLink.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/LoadLink.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/src/main/java/org/nuiton/topia/replication/operation/LoadLink.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Replication service + * *##% + * ToPIA :: Service Replication * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.replication.operation; Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/AbstractReplicationEngineTest.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/AbstractReplicationEngineTest.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/AbstractReplicationEngineTest.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Replication service +/* *##% + * ToPIA :: Service Replication * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.replication; import java.io.File; Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/ReplicationEngineAllTest.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/ReplicationEngineAllTest.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/ReplicationEngineAllTest.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Replication service +/* *##% + * ToPIA :: Service Replication * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.replication; import java.io.File; Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/ReplicationEngineTest.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/ReplicationEngineTest.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/ReplicationEngineTest.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Replication service +/* *##% + * ToPIA :: Service Replication * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.replication; import java.io.File; Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/TopiaReplicationOperationTest.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/TopiaReplicationOperationTest.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/TopiaReplicationOperationTest.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Replication service +/* *##% + * ToPIA :: Service Replication * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.replication; import java.io.File; Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/operation/FakeOperation.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/operation/FakeOperation.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/operation/FakeOperation.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Replication service + * *##% + * ToPIA :: Service Replication * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.replication.operation; Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/operation/UncreatableOperation.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/operation/UncreatableOperation.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/operation/UncreatableOperation.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Replication service + * *##% + * ToPIA :: Service Replication * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.replication.operation; Modified: branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/operation/UnregistredOperation.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/operation/UnregistredOperation.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-replication/src/test/java/org/nuiton/topia/replication/operation/UnregistredOperation.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Replication service + * *##% + * ToPIA :: Service Replication * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.replication.operation; Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/TopiaSecurityService.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/TopiaSecurityService.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/TopiaSecurityService.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Security service + * *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.security; Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/TopiaSecurityServiceImpl.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/TopiaSecurityServiceImpl.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/TopiaSecurityServiceImpl.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.security; Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaAssociationAuthorizationImpl.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaAssociationAuthorizationImpl.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaAssociationAuthorizationImpl.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.security.entities.authorization; Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaAuthorizationImpl.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaAuthorizationImpl.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaAuthorizationImpl.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.security.entities.authorization; Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaEntityAuthorizationImpl.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaEntityAuthorizationImpl.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaEntityAuthorizationImpl.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.security.entities.authorization; Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaExpressionLinkImpl.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaExpressionLinkImpl.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/entities/authorization/TopiaExpressionLinkImpl.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.security.entities.authorization; Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/entities/user/TopiaGroupImpl.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/entities/user/TopiaGroupImpl.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/entities/user/TopiaGroupImpl.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.security.entities.user; Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/entities/user/TopiaUserImpl.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/entities/user/TopiaUserImpl.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/entities/user/TopiaUserImpl.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.security.entities.user; Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaCallbackHandler.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaCallbackHandler.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaCallbackHandler.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaCallbackHandler.java Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaConfiguration.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaConfiguration.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaConfiguration.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaConfiguration.java Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaLoginModule.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaLoginModule.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaLoginModule.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaLoginModule.java Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaPermission.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaPermission.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaPermission.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaPermission.java Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaPolicy.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaPolicy.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaPolicy.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaPolicy.java Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaPrincipal.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaPrincipal.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/jaas/TopiaPrincipal.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaPrincipal.java Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/listener/EntityVetoable.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/listener/EntityVetoable.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/listener/EntityVetoable.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaSecurityVetoableListener.java Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/listener/NoSecurityLoad.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/listener/NoSecurityLoad.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/listener/NoSecurityLoad.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.security.listener; Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/listener/PropertyReadListener.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/listener/PropertyReadListener.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/listener/PropertyReadListener.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.security.listener; Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/listener/PropertyVetoable.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/listener/PropertyVetoable.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/listener/PropertyVetoable.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaSecurityVetoableListener.java Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/listener/PropertyWriteListener.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/listener/PropertyWriteListener.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/listener/PropertyWriteListener.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.security.listener; Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/util/TopiaSecurityCaching.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/util/TopiaSecurityCaching.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/util/TopiaSecurityCaching.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.security.util; Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/util/TopiaSecurityFactoryFilter.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/util/TopiaSecurityFactoryFilter.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/util/TopiaSecurityFactoryFilter.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.security.util; Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/util/TopiaSecurityUtil.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/util/TopiaSecurityUtil.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/security/util/TopiaSecurityUtil.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaSecurityUtil.java Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/TaasService.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/TaasService.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/TaasService.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaSecurityVetoableListener.java Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/TaasUtil.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/TaasUtil.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/TaasUtil.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaSecurityUtil.java Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/event/TaasAccessEntity.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/event/TaasAccessEntity.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/event/TaasAccessEntity.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Security service + * *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.taas.event; Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/event/TaasEntityVetoable.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/event/TaasEntityVetoable.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/event/TaasEntityVetoable.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Security service + * *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.taas.event; Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/event/TaasEntityVetoableRequestPermission.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/event/TaasEntityVetoableRequestPermission.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/event/TaasEntityVetoableRequestPermission.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,5 +1,6 @@ /** - * *##% ToPIA - Security service + * *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -14,7 +15,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia.taas.event; Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasCallbackHandler.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasCallbackHandler.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasCallbackHandler.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaCallbackHandler.java Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasConfiguration.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasConfiguration.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasConfiguration.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaConfiguration.java Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasLoginModule.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasLoginModule.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasLoginModule.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaLoginModule.java Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasPermission.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasPermission.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasPermission.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaPermission.java Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasPolicy.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasPolicy.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasPolicy.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaPolicy.java Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasPrincipalWrapper.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasPrincipalWrapper.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasPrincipalWrapper.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TopiaPrincipal.java Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasSubjectFinder.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasSubjectFinder.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasSubjectFinder.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TaasSubject.java Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasSubjectFinderImpl.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasSubjectFinderImpl.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/main/java/org/nuiton/topia/taas/jaas/TaasSubjectFinderImpl.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /* * * TaasSubjectImpl.java Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/test/java/org/nuiton/topia/TestUtils.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/test/java/org/nuiton/topia/TestUtils.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/test/java/org/nuiton/topia/TestUtils.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%* + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%* */ package org.nuiton.topia; Modified: branches/from2.2.2-eugene2-beta/topia-service-security/src/test/java/org/nuiton/topia/security/TopiaSecurityTest.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-service-security/src/test/java/org/nuiton/topia/security/TopiaSecurityTest.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-service-security/src/test/java/org/nuiton/topia/security/TopiaSecurityTest.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - Security service +/* *##% + * ToPIA :: Service Security * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.security; import static org.nuiton.topia.security.util.TopiaSecurityUtil.LOAD; Modified: branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/generator/ServiceAbstractGenerator.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/generator/ServiceAbstractGenerator.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/generator/ServiceAbstractGenerator.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - SOA +/* *##% + * ToPIA :: SOA * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.generator; import static org.nuiton.topia.generator.TopiaGeneratorUtil.hasUnidirectionalRelationOnAbstractType; @@ -38,6 +40,9 @@ import org.nuiton.eugene.models.object.ObjectModelParameter; import org.nuiton.topia.service.TopiaApplicationServiceAbstract; +// do not remove +import org.apache.commons.lang.StringUtils; + /** * ServiceAbstractGenerator.java * @@ -159,7 +164,7 @@ /*{ * <%=opName%> : <%=opDocumentation%> }*/ } - Collection<ObjectModelParameter> params = (Collection<ObjectModelParameter>)op.getParameters(); + Collection<ObjectModelParameter> params = op.getParameters(); for(ObjectModelParameter param : params) { String paramName = param.getName(); String paramDocumentation = param.getDocumentation(); @@ -304,7 +309,7 @@ public <%=clazzFQN%> find<%=clazzName%>By<%=TopiaGeneratorUtil.capitalize(attr.getName())%>(<%=attr.getType()%> v) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); - <%=clazzName%> entity = dao.findBy<%=TopiaGeneratorUtil.capitalize(attr.getName())%>(v); + <%=clazzName%> entity = dao.findBy<%=StringUtils.capitalize(attr.getName())%>(v); return entity; }; @@ -314,10 +319,10 @@ * @param v la valeur que doit avoir <%=attr.getName()%> * @return une liste *) - public List<<%=clazzFQN%>> findAll<%=clazzName%>By<%=TopiaGeneratorUtil.capitalize(attr.getName())%>(<%=attr.getType()%> v) throws TopiaException{ + public List<<%=clazzFQN%>> findAll<%=clazzName%>By<%=StringUtils.capitalize(attr.getName())%>(<%=attr.getType()%> v) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); - List<<%=clazzName%>> entityList = dao.findAllBy<%=TopiaGeneratorUtil.capitalize(attr.getName())%>(v); + List<<%=clazzName%>> entityList = dao.findAllBy<%=StringUtils.capitalize(attr.getName())%>(v); return entityList; }; }*/ @@ -329,10 +334,10 @@ * @param value la valeur que doit avoir <%=TopiaGeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%> * @return un element ou null *) - public <%=clazzFQN%> find<%=clazzName%>By<%=TopiaGeneratorUtil.capitalize(attr.getAssociationClass().getName())%>(<%=attr.getAssociationClass().getQualifiedName()%> value) throws TopiaException{ + public <%=clazzFQN%> find<%=clazzName%>By<%=StringUtils.capitalize(attr.getAssociationClass().getName())%>(<%=attr.getAssociationClass().getQualifiedName()%> value) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); - <%=clazzName%> entity = dao.findBy<%=TopiaGeneratorUtil.capitalize(attr.getName())%>(v); + <%=clazzName%> entity = dao.findBy<%=StringUtils.capitalize(attr.getName())%>(v); return entity; }; @@ -342,10 +347,10 @@ * @param value la valeur que doit avoir <%=TopiaGeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%> * @return une liste *) - public List<<%=clazzFQN%>> findAll<%=clazzName%>By<%=TopiaGeneratorUtil.capitalize(attr.getAssociationClass().getName())%>(<%=attr.getAssociationClass().getQualifiedName()%> value) throws TopiaException{ + public List<<%=clazzFQN%>> findAll<%=clazzName%>By<%=StringUtils.capitalize(attr.getAssociationClass().getName())%>(<%=attr.getAssociationClass().getQualifiedName()%> value) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); - List<<%=clazzName%>> entityList = dao.findAllBy<%=TopiaGeneratorUtil.capitalize(attr.getName())%>(v); + List<<%=clazzName%>> entityList = dao.findAllBy<%=StringUtils.capitalize(attr.getName())%>(v); return entityList; }; }*/ @@ -362,7 +367,7 @@ * @param v la valeur que doit contenir <%=attr.getName()%> * @return un element ou null *) - public <%=clazzFQN%> find<%=clazzName%>Contains<%=TopiaGeneratorUtil.capitalize(attr.getName())%>(<%=attr.getType()%> ... v) throws TopiaException{ + public <%=clazzFQN%> find<%=clazzName%>Contains<%=StringUtils.capitalize(attr.getName())%>(<%=attr.getType()%> ... v) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); <%=clazzName%> entity = (<%=clazzName%>) dao.findContainsProperties("<%=TopiaGeneratorUtil.toLowerCaseFirstLetter(attr.getName())%>", Arrays.asList(v)); @@ -375,7 +380,7 @@ * @param v la valeur que doit contenir <%=attr.getName()%> * @return une liste *) - public List<<%=clazzFQN%>> findAll<%=clazzName%>Contains<%=TopiaGeneratorUtil.capitalize(attr.getName())%>(<%=attr.getType()%> ... v) throws TopiaException{ + public List<<%=clazzFQN%>> findAll<%=clazzName%>Contains<%=StringUtils.capitalize(attr.getName())%>(<%=attr.getType()%> ... v) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); List<<%=clazzName%>> entityList = dao.findAllContainsProperties("<%=TopiaGeneratorUtil.toLowerCaseFirstLetter(attr.getName())%>", Arrays.asList(v)); @@ -425,11 +430,11 @@ } /*{ * @param <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%> La valeur de l'attribut <%=attr.getName()%> � positionner. *) - public void set<%=GeneratorUtil.capitalize(attr.getName())%>Of<%=clazzName%>(String topiaId, <%=attr.getType()%> <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%>) throws TopiaException{ + public void set<%=StringUtils.capitalize(attr.getName())%>Of<%=clazzName%>(String topiaId, <%=attr.getType()%> <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%>) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); <%=clazzName%> entity = (<%=clazzName%>)dao.findByTopiaId(topiaId); - entity.set<%=GeneratorUtil.capitalize(attr.getName())%>(<%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%>); + entity.set<%=StringUtils.capitalize(attr.getName())%>(<%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%>); usedContextImpl.commitTransaction(); } @@ -442,11 +447,11 @@ } /*{ * @return La valeur de l'attribut <%=attr.getName()%>. *) - public <%=attr.getType()%> get<%=GeneratorUtil.capitalize(attr.getName())%>Of<%=clazzName%>(String topiaId) throws TopiaException{ + public <%=attr.getType()%> get<%=StringUtils.capitalize(attr.getName())%>Of<%=clazzName%>(String topiaId) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); <%=clazzName%> entity = (<%=clazzName%>)dao.findByTopiaId(topiaId); - return entity.get<%=GeneratorUtil.capitalize(attr.getName())%>(); + return entity.get<%=StringUtils.capitalize(attr.getName())%>(); } }*/ @@ -456,21 +461,21 @@ /*{ /** * @param <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%> La valeur de l'attribut <%=attr.getAssociationClass().getName()%> � positionner. *) - public void set<%=GeneratorUtil.capitalize(assocAttrName)%>Of<%=clazzName%>(String topiaId, <%=attr.getAssociationClass().getQualifiedName()%> <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%>) throws TopiaException{ + public void set<%=StringUtils.capitalize(assocAttrName)%>Of<%=clazzName%>(String topiaId, <%=attr.getAssociationClass().getQualifiedName()%> <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%>) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); <%=clazzName%> entity = (<%=clazzName%>)dao.findByTopiaId(topiaId); - entity.set<%=GeneratorUtil.capitalize(assocAttrName)%>(<%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%>); + entity.set<%=StringUtils.capitalize(assocAttrName)%>(<%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%>); } /** * @return La valeur de l'attribut <%=attr.getAssociationClass().getName()%>. *) - public <%=attr.getAssociationClass().getQualifiedName()%> get<%=GeneratorUtil.capitalize(assocAttrName)%>Of<%=clazzName%>(String topiaId) throws TopiaException{ + public <%=attr.getAssociationClass().getQualifiedName()%> get<%=StringUtils.capitalize(assocAttrName)%>Of<%=clazzName%>(String topiaId) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); <%=clazzName%> entity = (<%=clazzName%>)dao.findByTopiaId(topiaId); - return entity.get<%=GeneratorUtil.capitalize(assocAttrName)%>(); + return entity.get<%=StringUtils.capitalize(assocAttrName)%>(); } }*/ @@ -485,11 +490,11 @@ } /*{ * @param <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%> L'instance de <%=attr.getName()%> � ajouter. *) - public void add<%=GeneratorUtil.capitalize(attr.getName())%>Of<%=clazzName%>(String topiaId, <%=attr.getType()%> <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%>) throws TopiaException{ + public void add<%=StringUtils.capitalize(attr.getName())%>Of<%=clazzName%>(String topiaId, <%=attr.getType()%> <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%>) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); <%=clazzName%> entity = (<%=clazzName%>)dao.findByTopiaId(topiaId); - entity.add<%=GeneratorUtil.capitalize(attr.getName())%>(<%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%>); + entity.add<%=StringUtils.capitalize(attr.getName())%>(<%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%>); } /** @@ -500,11 +505,11 @@ } /*{ * @param <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%> Les instances de <%=attr.getName()%> � ajouter. *) - public void addAll<%=GeneratorUtil.capitalize(attr.getName())%>Of<%=clazzName%>(String topiaId, <%=(attr.isOrdered()?"java.util.List":"java.util.Collection")%><<%=attr.getType()%>> <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%>) throws TopiaException{ + public void addAll<%=StringUtils.capitalize(attr.getName())%>Of<%=clazzName%>(String topiaId, <%=(attr.isOrdered()?"java.util.List":"java.util.Collection")%><<%=attr.getType()%>> <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%>) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); <%=clazzName%> entity = (<%=clazzName%>)dao.findByTopiaId(topiaId); - entity.addAll<%=GeneratorUtil.capitalize(attr.getName())%>(<%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%>); + entity.addAll<%=StringUtils.capitalize(attr.getName())%>(<%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%>); } /** @@ -515,11 +520,11 @@ } /*{ * @param <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%> La Collection de <%=attr.getName()%> � positionner. *) - public void set<%=GeneratorUtil.capitalize(attr.getName())%>Of<%=clazzName%>(String topiaId, <%=(attr.isOrdered()?"java.util.List":"java.util.Collection")%><<%=attr.getType()%>> <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%>) throws TopiaException{ + public void set<%=StringUtils.capitalize(attr.getName())%>Of<%=clazzName%>(String topiaId, <%=(attr.isOrdered()?"java.util.List":"java.util.Collection")%><<%=attr.getType()%>> <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%>) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); <%=clazzName%> entity = (<%=clazzName%>)dao.findByTopiaId(topiaId); - entity.set<%=GeneratorUtil.capitalize(attr.getName())%>(<%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%>); + entity.set<%=StringUtils.capitalize(attr.getName())%>(<%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%>); } /** @@ -530,11 +535,11 @@ } /*{ * @param <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%> L'instance de <%=attr.getName()%> � retirer. *) - public void remove<%=GeneratorUtil.capitalize(attr.getName())%>Of<%=clazzName%>(String topiaId, <%=attr.getType()%> <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%>) throws TopiaException{ + public void remove<%=StringUtils.capitalize(attr.getName())%>Of<%=clazzName%>(String topiaId, <%=attr.getType()%> <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%>) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); <%=clazzName%> entity = (<%=clazzName%>)dao.findByTopiaId(topiaId); - entity.remove<%=GeneratorUtil.capitalize(attr.getName())%>(<%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%>); + entity.remove<%=StringUtils.capitalize(attr.getName())%>(<%=GeneratorUtil.toLowerCaseFirstLetter(attr.getName())%>); } /** @@ -545,11 +550,11 @@ } /*{ * Vide la Collection de <%=attr.getName()%>. *) - public void clear<%=GeneratorUtil.capitalize(attr.getName())%>Of<%=clazzName%>(String topiaId) throws TopiaException{ + public void clear<%=StringUtils.capitalize(attr.getName())%>Of<%=clazzName%>(String topiaId) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); <%=clazzName%> entity = (<%=clazzName%>)dao.findByTopiaId(topiaId); - entity.clear<%=GeneratorUtil.capitalize(attr.getName())%>(); + entity.clear<%=StringUtils.capitalize(attr.getName())%>(); } }*/ @@ -559,51 +564,51 @@ /*{ /** * @param <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%> L'instance de <%=attr.getAssociationClass().getName()%> � ajouter. *) - public void add<%=GeneratorUtil.capitalize(assocAttrName)%>Of<%=clazzName%>(String topiaId, <%=attr.getAssociationClass().getQualifiedName()%> <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%>) throws TopiaException{ + public void add<%=StringUtils.capitalize(assocAttrName)%>Of<%=clazzName%>(String topiaId, <%=attr.getAssociationClass().getQualifiedName()%> <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%>) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); <%=clazzName%> entity = (<%=clazzName%>)dao.findByTopiaId(topiaId); - entity.add<%=GeneratorUtil.capitalize(assocAttrName)%>(<%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%>); + entity.add<%=StringUtils.capitalize(assocAttrName)%>(<%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%>); } /** * @param <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%> Les instances de <%=attr.getAssociationClass().getName()%> � ajouter. *) - public void addAll<%=GeneratorUtil.capitalize(assocAttrName)%>Of<%=clazzName%>(String topiaId, <%=(attr.isOrdered()?"java.util.List":"java.util.Collection")%><<%=attr.getAssociationClass().getQualifiedName()%>> <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%>) throws TopiaException{ + public void addAll<%=StringUtils.capitalize(assocAttrName)%>Of<%=clazzName%>(String topiaId, <%=(attr.isOrdered()?"java.util.List":"java.util.Collection")%><<%=attr.getAssociationClass().getQualifiedName()%>> <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%>) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); <%=clazzName%> entity = (<%=clazzName%>)dao.findByTopiaId(topiaId); - entity.addAll<%=GeneratorUtil.capitalize(assocAttrName)%>(<%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%>); + entity.addAll<%=StringUtils.capitalize(assocAttrName)%>(<%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%>); } /** * @param <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%> La Collection de <%=attr.getAssociationClass().getName()%> � positionner. *) - public void set<%=GeneratorUtil.capitalize(assocAttrName)%>Of<%=clazzName%>(String topiaId, <%=(attr.isOrdered()?"java.util.List":"java.util.Collection")%><<%=attr.getAssociationClass().getQualifiedName()%>> <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%>) throws TopiaException{ + public void set<%=StringUtils.capitalize(assocAttrName)%>Of<%=clazzName%>(String topiaId, <%=(attr.isOrdered()?"java.util.List":"java.util.Collection")%><<%=attr.getAssociationClass().getQualifiedName()%>> <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%>) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); <%=clazzName%> entity = (<%=clazzName%>)dao.findByTopiaId(topiaId); - entity.set<%=GeneratorUtil.capitalize(assocAttrName)%>(<%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%>); + entity.set<%=StringUtils.capitalize(assocAttrName)%>(<%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%>); } /** * @param <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%> L'instance de <%=attr.getAssociationClass().getName()%> � retirer. *) - public void remove<%=GeneratorUtil.capitalize(assocAttrName)%>Of<%=clazzName%>(String topiaId, <%=attr.getAssociationClass().getQualifiedName()%> <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%>) throws TopiaException{ + public void remove<%=StringUtils.capitalize(assocAttrName)%>Of<%=clazzName%>(String topiaId, <%=attr.getAssociationClass().getQualifiedName()%> <%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%>) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); <%=clazzName%> entity = (<%=clazzName%>)dao.findByTopiaId(topiaId); - entity.remove<%=GeneratorUtil.capitalize(assocAttrName)%>(<%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%>); + entity.remove<%=StringUtils.capitalize(assocAttrName)%>(<%=GeneratorUtil.toLowerCaseFirstLetter(attr.getAssociationClass().getName())%>); } /** * Vide la Collection de <%=attr.getAssociationClass().getName()%>. *) - public void clear<%=GeneratorUtil.capitalize(assocAttrName)%>Of<%=clazzName%>(String topiaId) throws TopiaException{ + public void clear<%=StringUtils.capitalize(assocAttrName)%>Of<%=clazzName%>(String topiaId) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); <%=clazzName%> entity = (<%=clazzName%>)dao.findByTopiaId(topiaId); - entity.clear<%=GeneratorUtil.capitalize(assocAttrName)%>(); + entity.clear<%=StringUtils.capitalize(assocAttrName)%>(); } }*/ @@ -618,21 +623,21 @@ } /*{ * @return La Liste de <%=attr.getName()%>. *) - public <%=(attr.isOrdered()?"java.util.List":"java.util.Collection")%><<%=attr.getType()%>> get<%=GeneratorUtil.capitalize(attr.getName())%>Of<%=clazzName%>(String topiaId) throws TopiaException{ + public <%=(attr.isOrdered()?"java.util.List":"java.util.Collection")%><<%=attr.getType()%>> get<%=StringUtils.capitalize(attr.getName())%>Of<%=clazzName%>(String topiaId) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); <%=clazzName%> entity = (<%=clazzName%>)dao.findByTopiaId(topiaId); - return entity.get<%=GeneratorUtil.capitalize(attr.getName())%>(); + return entity.get<%=StringUtils.capitalize(attr.getName())%>(); } /** * @return Le nombre d'�l�ments de la collection <%=attr.getName()%>. *) - public int size<%=GeneratorUtil.capitalize(attr.getName())%>Of<%=clazzName%>(String topiaId) throws TopiaException{ + public int size<%=StringUtils.capitalize(attr.getName())%>Of<%=clazzName%>(String topiaId) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); <%=clazzName%> entity = (<%=clazzName%>)dao.findByTopiaId(topiaId); - return entity.size<%=GeneratorUtil.capitalize(attr.getName())%>(); + return entity.size<%=StringUtils.capitalize(attr.getName())%>(); } }*/ @@ -642,31 +647,31 @@ /*{ /** * @return La liste des attributs <%=attr.getAssociationClass().getName()%>. *) - public <%=(attr.isOrdered()?"java.util.List":"java.util.Collection")%><<%=attr.getAssociationClass().getQualifiedName()%>> get<%=GeneratorUtil.capitalize(assocAttrName)%>Of<%=clazzName%>(String topiaId) throws TopiaException{ + public <%=(attr.isOrdered()?"java.util.List":"java.util.Collection")%><<%=attr.getAssociationClass().getQualifiedName()%>> get<%=StringUtils.capitalize(assocAttrName)%>Of<%=clazzName%>(String topiaId) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); <%=clazzName%> entity = (<%=clazzName%>)dao.findByTopiaId(topiaId); - return entity.get<%=GeneratorUtil.capitalize(assocAttrName)%>(); + return entity.get<%=StringUtils.capitalize(assocAttrName)%>(); } /** * @return L'attribut <%=attr.getAssociationClass().getName()%> associ� � la valeur <code>value</code> de l'attribut <%=attr.getName()%>. *) - public <%=attr.getAssociationClass().getQualifiedName()%> get<%=GeneratorUtil.capitalize(assocAttrName)%>Of<%=clazzName%>(String topiaId, <%=attr.getType()%> value) throws TopiaException{ + public <%=attr.getAssociationClass().getQualifiedName()%> get<%=StringUtils.capitalize(assocAttrName)%>Of<%=clazzName%>(String topiaId, <%=attr.getType()%> value) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); <%=clazzName%> entity = (<%=clazzName%>)dao.findByTopiaId(topiaId); - return entity.get<%=GeneratorUtil.capitalize(assocAttrName)%>((<%=attr.getType()%>) value); + return entity.get<%=StringUtils.capitalize(assocAttrName)%>((<%=attr.getType()%>) value); } /** * @return Le nombre d'�l�ments de la collection <%=attr.getName()%>. *) - public int size<%=GeneratorUtil.capitalize(assocAttrName)%>Of<%=clazzName%>(String topiaId) throws TopiaException{ + public int size<%=StringUtils.capitalize(assocAttrName)%>Of<%=clazzName%>(String topiaId) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); <%=clazzName%> entity = (<%=clazzName%>)dao.findByTopiaId(topiaId); - return entity.size<%=GeneratorUtil.capitalize(assocAttrName)%>(); + return entity.size<%=StringUtils.capitalize(assocAttrName)%>(); } }*/ @@ -763,21 +768,21 @@ /*{ /** * @param value La valeur de l'attribut <%=name%> à positionner. *) - public void set<%=GeneratorUtil.capitalize(name)%>Of<%=clazzName%>(String topiaId, <%=type%> value) throws TopiaException{ + public void set<%=StringUtils.capitalize(name)%>Of<%=clazzName%>(String topiaId, <%=type%> value) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); <%=clazzName%> entity = (<%=clazzName%>)dao.findByTopiaId(topiaId); - entity.set<%=GeneratorUtil.capitalize(name)%>( value); + entity.set<%=StringUtils.capitalize(name)%>( value); } /** * @return La valeur de l'attribut <%=name%>. *) - public <%=type%> get<%=GeneratorUtil.capitalize(name)%>Of<%=clazzName%>(String topiaId) throws TopiaException{ + public <%=type%> get<%=StringUtils.capitalize(name)%>Of<%=clazzName%>(String topiaId) throws TopiaException{ TopiaContextImplementor usedContextImpl = (TopiaContextImplementor) topiaContext; <%=clazzName%>DAOAbstract dao = (<%=clazzName%>DAOAbstract)usedContextImpl.getDAO(<%=clazzName%>.class); <%=clazzName%> entity = (<%=clazzName%>)dao.findByTopiaId(topiaId); - return entity.get<%=GeneratorUtil.capitalize(name)%>(); + return entity.get<%=StringUtils.capitalize(name)%>(); } }*/ Modified: branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/generator/ServiceImplGenerator.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/generator/ServiceImplGenerator.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/generator/ServiceImplGenerator.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - SOA +/* *##% + * ToPIA :: SOA * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.generator; Modified: branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/generator/ServiceInterfaceGenerator.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/generator/ServiceInterfaceGenerator.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/generator/ServiceInterfaceGenerator.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - SOA +/* *##% + * ToPIA :: SOA * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.generator; Modified: branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/generator/TopiaApplicationServiceMetaGenerator.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/generator/TopiaApplicationServiceMetaGenerator.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/generator/TopiaApplicationServiceMetaGenerator.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - SOA +/* *##% + * ToPIA :: SOA * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.generator; Modified: branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/Protocol.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/Protocol.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/Protocol.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - SOA +/* *##% + * ToPIA :: SOA * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.service; Modified: branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaApplicationService.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaApplicationService.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaApplicationService.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - SOA +/* *##% + * ToPIA :: SOA * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.service; Modified: branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaApplicationServiceAbstract.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaApplicationServiceAbstract.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaApplicationServiceAbstract.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - SOA +/* *##% + * ToPIA :: SOA * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.service; Modified: branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaApplicationServiceFactory.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaApplicationServiceFactory.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaApplicationServiceFactory.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - SOA +/* *##% + * ToPIA :: SOA * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ /** * Modified: branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaProxy.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaProxy.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaProxy.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - SOA +/* *##% + * ToPIA :: SOA * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.service; Modified: branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaServiceProvider.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaServiceProvider.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaServiceProvider.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - SOA +/* *##% + * ToPIA :: SOA * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.service; Modified: branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaServiceServer.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaServiceServer.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaServiceServer.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - SOA +/* *##% + * ToPIA :: SOA * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.service; Modified: branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaServiceServerAbstract.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaServiceServerAbstract.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/TopiaServiceServerAbstract.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - SOA +/* *##% + * ToPIA :: SOA * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.service; Modified: branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/clients/RMIProxy.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/clients/RMIProxy.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/clients/RMIProxy.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - SOA +/* *##% + * ToPIA :: SOA * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.service.clients; Modified: branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/clients/SOAPProxy.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/clients/SOAPProxy.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/clients/SOAPProxy.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - SOA +/* *##% + * ToPIA :: SOA * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.service.clients; Modified: branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/clients/XMLRPCProxy.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/clients/XMLRPCProxy.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/clients/XMLRPCProxy.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - SOA +/* *##% + * ToPIA :: SOA * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.service.clients; Modified: branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/servers/RMIServer.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/servers/RMIServer.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/servers/RMIServer.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - SOA +/* *##% + * ToPIA :: SOA * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.service.servers; Modified: branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/servers/RemoteClassLoader.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/servers/RemoteClassLoader.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/servers/RemoteClassLoader.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - SOA +/* *##% + * ToPIA :: SOA * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.service.servers; Modified: branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/servers/SOAPServer.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/servers/SOAPServer.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/servers/SOAPServer.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - SOA +/* *##% + * ToPIA :: SOA * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.service.servers; Modified: branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/servers/XMLRPCServer.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/servers/XMLRPCServer.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-soa/src/main/java/org/nuiton/topia/service/servers/XMLRPCServer.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - SOA +/* *##% + * ToPIA :: SOA * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.service.servers; Modified: branches/from2.2.2-eugene2-beta/topia-soa/src/test/java/org/nuiton/topia/service/ExampleService.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-soa/src/test/java/org/nuiton/topia/service/ExampleService.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-soa/src/test/java/org/nuiton/topia/service/ExampleService.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - SOA +/* *##% + * ToPIA :: SOA * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.service; Modified: branches/from2.2.2-eugene2-beta/topia-soa/src/test/java/org/nuiton/topia/service/ExampleServiceImpl.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-soa/src/test/java/org/nuiton/topia/service/ExampleServiceImpl.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-soa/src/test/java/org/nuiton/topia/service/ExampleServiceImpl.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - SOA +/* *##% + * ToPIA :: SOA * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.service; Modified: branches/from2.2.2-eugene2-beta/topia-soa/src/test/java/org/nuiton/topia/service/ExampleServiceServer.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-soa/src/test/java/org/nuiton/topia/service/ExampleServiceServer.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-soa/src/test/java/org/nuiton/topia/service/ExampleServiceServer.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - SOA +/* *##% + * ToPIA :: SOA * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.service; Modified: branches/from2.2.2-eugene2-beta/topia-soa/src/test/java/org/nuiton/topia/service/ExampleServiceTest.java =================================================================== --- branches/from2.2.2-eugene2-beta/topia-soa/src/test/java/org/nuiton/topia/service/ExampleServiceTest.java 2009-12-14 23:55:36 UTC (rev 1713) +++ branches/from2.2.2-eugene2-beta/topia-soa/src/test/java/org/nuiton/topia/service/ExampleServiceTest.java 2009-12-15 00:13:09 UTC (rev 1714) @@ -1,4 +1,5 @@ -/* *##% ToPIA - SOA +/* *##% + * ToPIA :: SOA * Copyright (C) 2004 - 2009 CodeLutin * * This program is free software: you can redistribute it and/or modify @@ -13,7 +14,8 @@ * * 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>. ##%*/ + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * ##%*/ package org.nuiton.topia.service;