Author: tchemit Date: 2008-12-06 13:19:56 +0000 (Sat, 06 Dec 2008) New Revision: 1249 Added: topia-service/trunk/README.txt topia-service/trunk/changelog.txt topia-test/trunk/README.txt topia-test/trunk/changelog.txt topia/trunk/README.txt topia/trunk/changelog.txt topia/trunk/topia-persistence/README.txt topia/trunk/topia-persistence/changelog.txt topia/trunk/topia-soa/README.txt topia/trunk/topia-soa/changelog.txt topia/trunk/topia-ui/README.txt topia/trunk/topia-ui/changelog.txt Removed: topia-service/trunk/README topia-service/trunk/changelog topia-test/trunk/README topia/trunk/README topia/trunk/changelog topia/trunk/topia-persistence/README topia/trunk/topia-persistence/changelog topia/trunk/topia-soa/README topia/trunk/topia-soa/changelog topia/trunk/topia-ui/README topia/trunk/topia-ui/changelog Modified: topia-test/trunk/pom.xml Log: normalisation des noms de fichiers requis Deleted: topia/trunk/README =================================================================== --- topia/trunk/README 2008-12-05 16:05:53 UTC (rev 1248) +++ topia/trunk/README 2008-12-06 13:19:56 UTC (rev 1249) @@ -1,2 +0,0 @@ -To deploy new version of pom: mvn deploy -To install localy: mvn install Copied: topia/trunk/README.txt (from rev 1243, topia/trunk/README) =================================================================== --- topia/trunk/README.txt (rev 0) +++ topia/trunk/README.txt 2008-12-06 13:19:56 UTC (rev 1249) @@ -0,0 +1,2 @@ +To deploy new version of pom: mvn deploy +To install localy: mvn install Deleted: topia/trunk/changelog =================================================================== --- topia/trunk/changelog 2008-12-05 16:05:53 UTC (rev 1248) +++ topia/trunk/changelog 2008-12-06 13:19:56 UTC (rev 1249) @@ -1,156 +0,0 @@ -2.1.0 ?? 200812?? - * 20081205 [chemit] - improve poms, use lutinproject 3.2 - - use JUnit4 for test, fix some tests (but not all). - - add some usefull method to build regex on topiaIds - * 20081118 Switch to multi module project - -ver-2-0-29 chatellier 20081117 - * 20081117 [chemit] improve EntityEnum - * 20081117 [chemit] add method findAllWithOrder in DAO to make have sorted lists - -ver-2-0-28 chatellier 20081114 - * 20081113 [chorlet] add support for lazy loading on attribute with 0..* multiplicity - * 20081113 [chorlet] fix bug on bidirectional association by adding inverse attribute in the one side of two hibernate mapping files - * 20081107 [chatellier] fix "result" named attribute generation in model - * 20081107 [chatellier] fix ant:ant, org.apache.ant:ant conflict - * 20081107 [chatellier] set lutingenerator provided scope - * 20081101 [chemit] bump lutingenerator to 0.61 - * 20081101 [chemit] add a EntityEnum to have a generic way to access Entities. - * 20081101 [chemit] improve generators : - - can exclude some generators on TopiaMetaGenerator - - refactor TopiaMetaGenerator to use a simple List of Generator to launch - - refactor Generators to have a default public constructor - - * 20081029 [chemit] fix infinitive recursion on method findByPrimaryKey and findByProperty in TopiaDAODeleagtor class - * 20081026 [chemit] add dbName of table if explicit in javadoc - * 20081024 [chemit] fix bug when no entity defined in model - -ver-2-0-27 chemit 20081021 - * 20081021 [chemit] clean pom, use lutingenerator 0.60 - * 20080922 [thimel] Switched to lutinproject 3.0 - * 20080922 [thimel] Sources are correctly maven2 structuted (src/main/xxx) - * 20080922 [thimel] Fixed maven-processor-plugin usage - * 20080922 [thimel] License switched to LGPL - -ver-2-0-26 thimel 20080922 - * 20080922 [thimel] Last version with lutinproject 2.2 - * 20082608 [chemit] permettre de recuperer uniquement une fenetre de resultat en hql (TopiaContext#find(String hql,int startIndex,int endIndex, Object ... args) - * 20082907 [chemit] Suppression des dependances en dur sur les implantations d'entites - * 20072012 [thimel] Support des index sur les attibuts - * 20072012 [ruchaud] Récupération des classes persistées - * 20072012 [ruchaud] Création d'un vetoable sur les finds - -ver-2-0-25 poussin 20071214 - - * 20071120 [chatellier] modify service init methods, return boolean to stay - activated - * 20071116 [chatellier] add support for topia context listeners - * 20071114 [chatellier] add support for service without persitent classes - * 20071109 [chatellier] add type="string" on topiaId in templates - - update hibernate version to 3.2.5.ga (event patch) - - jetty version 5.1.10 (better pom.xml) - * 20071001 [chatellier] move tapestry version to 5.0.5 - * 20070528 [chatellier] add stateModel generation support - - tapestry generation templates - - tapestry 5.0.4 dependency - - * 20071106 [poussin] add removeContext on TopiaContextFactory and call it - in TopiaContextImpl.closeContext(). - - * 20071107 [thimel] add db schema support - * 20071107 [thimel] several .hbm.xml refactoring - * 20071108 [thimel] add DTO generator - * 20071108 [thimel] add copyright support in generators - * 20071108 [thimel] add serialVersionUID support in EntityAbstractGenerator - -ver-2-0-24 poussin 20070425 - - * 20070420 [chatellier] add services interfaces generation (stereotype=service) - * 20070420 [chatellier] add topia services support - * 20070330 [poussin] TopiaContextFactory return new TopiaContext if context is closed - * 20070331 [poussin] change many string argument to class argument - * 20070331 [poussin] add getService(Class) method on TopiaContext - * 20070331 [poussin] remove helper in service that only return service instant - * 20070331 [poussin] add Devel.rst documentation - * 20070402 [poussin] replace init to preInit and postInit in TopiaService - -ver-2-0-22 ruchaud 20061023 - - * 20061023 [ruchaud][improve] manage events - * 20061023 [ruchaud][bug fix] in generator of DAO Abstract on delete - -ver-2-0-21 poussin 20061019 - - * add support for auto-import entities for hql - * add getComposite and getAggregate on TopiaEntity - * bug fix for association hibernate mapping wit have attributeh - cascade="delete" for not navigable link to prevent constraint exception - * bug fix in delete, remove link before do delete - -ver-2-0-20 poussin 20061017 - - * add support for TopiaService mechanisme - -ver-2-0-16 poussin 20060907 - - * Implantation des méthodes update et delete sur les TopiaUserImpl et TopiaEntityPermissionImpl - * add backup/restore method on TopiaContext (backup only works for h2) - * TopiaContext is set in Entity during preload - * add updateSchema in TopiaContext interface - * add methods update et delete on TopiaUserImpl and TopiaEntityPermissionImpl - -ver-2-0-13 thimel 20060822 - - * [Secu] ajout d'un champ notes sur les TopiaUser - * [Secu] ajout d'un champ linkApplication sur les TopiaUser (permettant de faire le lien avec une application externe) - * [Secu] ajout de commits et rollbacks sur les Manager - * [Secu] ajout d'un setPassword (sans verification ancien mdp) sur les TopiaUser - -ver-2-0-12 thimel 20060721 - - * ajout des projections sur les DAO - * positionnement unique des userManager et permissionManager au niveau du contexte racine - * ajout de la possibilite de tester des permissions sur le permissionManager - -ver-2-0-11 thimel 20060703 - - * support de la fermeture d'un contexte - * support de la recherche sur tous les attributs d'une entite / annotation sur les interfaces - -ver-2-0-8 thimel 20060606 - - * amelioration detection des classes abstraites - * correction du polymorphisme avec les proxies d'Hibernate - * Hibernate 3.2 - -ver-2-0-7 thimel 20060523 - - * import/export XML "experimental" - * one-to-one transformes en many-to-one + unique="true" - * bug au niveau de la detection des parents abstract - -ver-2-0-6 thimel 20060504 - - * support des annotations sur les attributs des XXXAbstract - * re-correction du support des relations unidirectionnelles 1-n avec classes d'heritage du cote n - * ajout de la validation pour les attributs sans inverses (pour les objectmodel faits a la main) - -ver-2-0-5 thimel 20060427 - - * isIndexed remplace isOrdered dans le mapping hibernate - * add postCreate and postLoad on AbstractTopiaEntity - * findContains sur les DAO (implante hors Hibernate pour l'instant) - * support plus coherent des classes abstraites - * projet compatible maven2 - * correction du support des relations unidirectionnelles 1-n avec classes d'heritage du cote n - -ver-2-0-4 thimel 20060303 - - * Correction du support des interfaces et classes abstraites (conjointement a LutinGenerator 0.30) - * Ajout des exceptions sur le operations (conjointement a LutinGenerator 0.30) - -ver-2-0-3 thimel 20060228 - - * Correction du support des classes d'associations (mauvais mapping Hibernate) - * Support de super classes pour les classes d'association (LutinGenerator 0.29) - Copied: topia/trunk/changelog.txt (from rev 1243, topia/trunk/changelog) =================================================================== --- topia/trunk/changelog.txt (rev 0) +++ topia/trunk/changelog.txt 2008-12-06 13:19:56 UTC (rev 1249) @@ -0,0 +1,156 @@ +2.1.0 ?? 200812?? + * 20081205 [chemit] - improve poms, use lutinproject 3.2 + - use JUnit4 for test, fix some tests (but not all). + - add some usefull method to build regex on topiaIds + * 20081118 Switch to multi module project + +ver-2-0-29 chatellier 20081117 + * 20081117 [chemit] improve EntityEnum + * 20081117 [chemit] add method findAllWithOrder in DAO to make have sorted lists + +ver-2-0-28 chatellier 20081114 + * 20081113 [chorlet] add support for lazy loading on attribute with 0..* multiplicity + * 20081113 [chorlet] fix bug on bidirectional association by adding inverse attribute in the one side of two hibernate mapping files + * 20081107 [chatellier] fix "result" named attribute generation in model + * 20081107 [chatellier] fix ant:ant, org.apache.ant:ant conflict + * 20081107 [chatellier] set lutingenerator provided scope + * 20081101 [chemit] bump lutingenerator to 0.61 + * 20081101 [chemit] add a EntityEnum to have a generic way to access Entities. + * 20081101 [chemit] improve generators : + - can exclude some generators on TopiaMetaGenerator + - refactor TopiaMetaGenerator to use a simple List of Generator to launch + - refactor Generators to have a default public constructor + + * 20081029 [chemit] fix infinitive recursion on method findByPrimaryKey and findByProperty in TopiaDAODeleagtor class + * 20081026 [chemit] add dbName of table if explicit in javadoc + * 20081024 [chemit] fix bug when no entity defined in model + +ver-2-0-27 chemit 20081021 + * 20081021 [chemit] clean pom, use lutingenerator 0.60 + * 20080922 [thimel] Switched to lutinproject 3.0 + * 20080922 [thimel] Sources are correctly maven2 structuted (src/main/xxx) + * 20080922 [thimel] Fixed maven-processor-plugin usage + * 20080922 [thimel] License switched to LGPL + +ver-2-0-26 thimel 20080922 + * 20080922 [thimel] Last version with lutinproject 2.2 + * 20082608 [chemit] permettre de recuperer uniquement une fenetre de resultat en hql (TopiaContext#find(String hql,int startIndex,int endIndex, Object ... args) + * 20082907 [chemit] Suppression des dependances en dur sur les implantations d'entites + * 20072012 [thimel] Support des index sur les attibuts + * 20072012 [ruchaud] Récupération des classes persistées + * 20072012 [ruchaud] Création d'un vetoable sur les finds + +ver-2-0-25 poussin 20071214 + + * 20071120 [chatellier] modify service init methods, return boolean to stay + activated + * 20071116 [chatellier] add support for topia context listeners + * 20071114 [chatellier] add support for service without persitent classes + * 20071109 [chatellier] add type="string" on topiaId in templates + - update hibernate version to 3.2.5.ga (event patch) + - jetty version 5.1.10 (better pom.xml) + * 20071001 [chatellier] move tapestry version to 5.0.5 + * 20070528 [chatellier] add stateModel generation support + - tapestry generation templates + - tapestry 5.0.4 dependency + + * 20071106 [poussin] add removeContext on TopiaContextFactory and call it + in TopiaContextImpl.closeContext(). + + * 20071107 [thimel] add db schema support + * 20071107 [thimel] several .hbm.xml refactoring + * 20071108 [thimel] add DTO generator + * 20071108 [thimel] add copyright support in generators + * 20071108 [thimel] add serialVersionUID support in EntityAbstractGenerator + +ver-2-0-24 poussin 20070425 + + * 20070420 [chatellier] add services interfaces generation (stereotype=service) + * 20070420 [chatellier] add topia services support + * 20070330 [poussin] TopiaContextFactory return new TopiaContext if context is closed + * 20070331 [poussin] change many string argument to class argument + * 20070331 [poussin] add getService(Class) method on TopiaContext + * 20070331 [poussin] remove helper in service that only return service instant + * 20070331 [poussin] add Devel.rst documentation + * 20070402 [poussin] replace init to preInit and postInit in TopiaService + +ver-2-0-22 ruchaud 20061023 + + * 20061023 [ruchaud][improve] manage events + * 20061023 [ruchaud][bug fix] in generator of DAO Abstract on delete + +ver-2-0-21 poussin 20061019 + + * add support for auto-import entities for hql + * add getComposite and getAggregate on TopiaEntity + * bug fix for association hibernate mapping wit have attributeh + cascade="delete" for not navigable link to prevent constraint exception + * bug fix in delete, remove link before do delete + +ver-2-0-20 poussin 20061017 + + * add support for TopiaService mechanisme + +ver-2-0-16 poussin 20060907 + + * Implantation des méthodes update et delete sur les TopiaUserImpl et TopiaEntityPermissionImpl + * add backup/restore method on TopiaContext (backup only works for h2) + * TopiaContext is set in Entity during preload + * add updateSchema in TopiaContext interface + * add methods update et delete on TopiaUserImpl and TopiaEntityPermissionImpl + +ver-2-0-13 thimel 20060822 + + * [Secu] ajout d'un champ notes sur les TopiaUser + * [Secu] ajout d'un champ linkApplication sur les TopiaUser (permettant de faire le lien avec une application externe) + * [Secu] ajout de commits et rollbacks sur les Manager + * [Secu] ajout d'un setPassword (sans verification ancien mdp) sur les TopiaUser + +ver-2-0-12 thimel 20060721 + + * ajout des projections sur les DAO + * positionnement unique des userManager et permissionManager au niveau du contexte racine + * ajout de la possibilite de tester des permissions sur le permissionManager + +ver-2-0-11 thimel 20060703 + + * support de la fermeture d'un contexte + * support de la recherche sur tous les attributs d'une entite / annotation sur les interfaces + +ver-2-0-8 thimel 20060606 + + * amelioration detection des classes abstraites + * correction du polymorphisme avec les proxies d'Hibernate + * Hibernate 3.2 + +ver-2-0-7 thimel 20060523 + + * import/export XML "experimental" + * one-to-one transformes en many-to-one + unique="true" + * bug au niveau de la detection des parents abstract + +ver-2-0-6 thimel 20060504 + + * support des annotations sur les attributs des XXXAbstract + * re-correction du support des relations unidirectionnelles 1-n avec classes d'heritage du cote n + * ajout de la validation pour les attributs sans inverses (pour les objectmodel faits a la main) + +ver-2-0-5 thimel 20060427 + + * isIndexed remplace isOrdered dans le mapping hibernate + * add postCreate and postLoad on AbstractTopiaEntity + * findContains sur les DAO (implante hors Hibernate pour l'instant) + * support plus coherent des classes abstraites + * projet compatible maven2 + * correction du support des relations unidirectionnelles 1-n avec classes d'heritage du cote n + +ver-2-0-4 thimel 20060303 + + * Correction du support des interfaces et classes abstraites (conjointement a LutinGenerator 0.30) + * Ajout des exceptions sur le operations (conjointement a LutinGenerator 0.30) + +ver-2-0-3 thimel 20060228 + + * Correction du support des classes d'associations (mauvais mapping Hibernate) + * Support de super classes pour les classes d'association (LutinGenerator 0.29) + Property changes on: topia/trunk/changelog.txt ___________________________________________________________________ Name: svn:eol-style + native Deleted: topia/trunk/topia-persistence/README =================================================================== --- topia/trunk/topia-persistence/README 2008-12-05 16:05:53 UTC (rev 1248) +++ topia/trunk/topia-persistence/README 2008-12-06 13:19:56 UTC (rev 1249) @@ -1,2 +0,0 @@ -To deploy new version of pom: mvn deploy -To install localy: mvn install Copied: topia/trunk/topia-persistence/README.txt (from rev 1243, topia/trunk/topia-persistence/README) =================================================================== --- topia/trunk/topia-persistence/README.txt (rev 0) +++ topia/trunk/topia-persistence/README.txt 2008-12-06 13:19:56 UTC (rev 1249) @@ -0,0 +1,2 @@ +To deploy new version of pom: mvn deploy +To install localy: mvn install Deleted: topia/trunk/topia-persistence/changelog =================================================================== --- topia/trunk/topia-persistence/changelog 2008-12-05 16:05:53 UTC (rev 1248) +++ topia/trunk/topia-persistence/changelog 2008-12-06 13:19:56 UTC (rev 1249) @@ -1,3 +0,0 @@ -2.1.0 ?? 200812?? -* 20081205 [chemit] - improve poms, use lutinproject 3.2 - - add some usefull methods in TopiaUtil to help with regex on topiaId expression \ No newline at end of file Copied: topia/trunk/topia-persistence/changelog.txt (from rev 1243, topia/trunk/topia-persistence/changelog) =================================================================== --- topia/trunk/topia-persistence/changelog.txt (rev 0) +++ topia/trunk/topia-persistence/changelog.txt 2008-12-06 13:19:56 UTC (rev 1249) @@ -0,0 +1,3 @@ +2.1.0 ?? 200812?? +* 20081205 [chemit] - improve poms, use lutinproject 3.2 + - add some usefull methods in TopiaUtil to help with regex on topiaId expression \ No newline at end of file Property changes on: topia/trunk/topia-persistence/changelog.txt ___________________________________________________________________ Name: svn:mergeinfo + Name: svn:eol-style + native Deleted: topia/trunk/topia-soa/README =================================================================== --- topia/trunk/topia-soa/README 2008-12-05 16:05:53 UTC (rev 1248) +++ topia/trunk/topia-soa/README 2008-12-06 13:19:56 UTC (rev 1249) @@ -1,2 +0,0 @@ -To deploy new version of pom: mvn deploy -To install localy: mvn install Copied: topia/trunk/topia-soa/README.txt (from rev 1243, topia/trunk/topia-soa/README) =================================================================== --- topia/trunk/topia-soa/README.txt (rev 0) +++ topia/trunk/topia-soa/README.txt 2008-12-06 13:19:56 UTC (rev 1249) @@ -0,0 +1,2 @@ +To deploy new version of pom: mvn deploy +To install localy: mvn install Deleted: topia/trunk/topia-soa/changelog =================================================================== --- topia/trunk/topia-soa/changelog 2008-12-05 16:05:53 UTC (rev 1248) +++ topia/trunk/topia-soa/changelog 2008-12-06 13:19:56 UTC (rev 1249) @@ -1,2 +0,0 @@ -2.1.0 ?? 200812?? -* 20081205 [chemit] - improve poms, use lutinproject 3.2, tests in JUnit4 but ignore because must be redone! \ No newline at end of file Copied: topia/trunk/topia-soa/changelog.txt (from rev 1247, topia/trunk/topia-soa/changelog) =================================================================== --- topia/trunk/topia-soa/changelog.txt (rev 0) +++ topia/trunk/topia-soa/changelog.txt 2008-12-06 13:19:56 UTC (rev 1249) @@ -0,0 +1,2 @@ +2.1.0 ?? 200812?? +* 20081205 [chemit] - improve poms, use lutinproject 3.2, tests in JUnit4 but ignore because must be redone! \ No newline at end of file Property changes on: topia/trunk/topia-soa/changelog.txt ___________________________________________________________________ Name: svn:mergeinfo + Name: svn:eol-style + native Deleted: topia/trunk/topia-ui/README =================================================================== --- topia/trunk/topia-ui/README 2008-12-05 16:05:53 UTC (rev 1248) +++ topia/trunk/topia-ui/README 2008-12-06 13:19:56 UTC (rev 1249) @@ -1,2 +0,0 @@ -To deploy new version of pom: mvn deploy -To install localy: mvn install Copied: topia/trunk/topia-ui/README.txt (from rev 1243, topia/trunk/topia-ui/README) =================================================================== --- topia/trunk/topia-ui/README.txt (rev 0) +++ topia/trunk/topia-ui/README.txt 2008-12-06 13:19:56 UTC (rev 1249) @@ -0,0 +1,2 @@ +To deploy new version of pom: mvn deploy +To install localy: mvn install Deleted: topia/trunk/topia-ui/changelog =================================================================== --- topia/trunk/topia-ui/changelog 2008-12-05 16:05:53 UTC (rev 1248) +++ topia/trunk/topia-ui/changelog 2008-12-06 13:19:56 UTC (rev 1249) @@ -1,2 +0,0 @@ -2.1.0 ?? 200812?? -* 20081205 [chemit] - improve poms, use lutinproject 3.2 Copied: topia/trunk/topia-ui/changelog.txt (from rev 1243, topia/trunk/topia-ui/changelog) =================================================================== --- topia/trunk/topia-ui/changelog.txt (rev 0) +++ topia/trunk/topia-ui/changelog.txt 2008-12-06 13:19:56 UTC (rev 1249) @@ -0,0 +1,2 @@ +2.1.0 ?? 200812?? +* 20081205 [chemit] - improve poms, use lutinproject 3.2 Property changes on: topia/trunk/topia-ui/changelog.txt ___________________________________________________________________ Name: svn:mergeinfo + Name: svn:eol-style + native Deleted: topia-service/trunk/README =================================================================== --- topia-service/trunk/README 2008-12-05 16:05:53 UTC (rev 1248) +++ topia-service/trunk/README 2008-12-06 13:19:56 UTC (rev 1249) @@ -1,2 +0,0 @@ -To deploy new version of pom: mvn deploy -To install localy: mvn install Copied: topia-service/trunk/README.txt (from rev 1243, topia-service/trunk/README) =================================================================== --- topia-service/trunk/README.txt (rev 0) +++ topia-service/trunk/README.txt 2008-12-06 13:19:56 UTC (rev 1249) @@ -0,0 +1,2 @@ +To deploy new version of pom: mvn deploy +To install localy: mvn install Deleted: topia-service/trunk/changelog =================================================================== --- topia-service/trunk/changelog 2008-12-05 16:05:53 UTC (rev 1248) +++ topia-service/trunk/changelog 2008-12-06 13:19:56 UTC (rev 1249) @@ -1,34 +0,0 @@ -1.0 ?? 200812?? - * 20081205 [chemit] - improve poms, use lutinproject 3.2, migrate tests to JUnit4 - -0.9.1 - * [chatellier] Correction d'un bug de recherche de mapping sous windows (\) - -0.9 - * <chemit> use lutinproject 3.0 + clean pom + use topia 2.0.27 - * <poussin> modif dans service de migration pour permettre a l'app de - faire la migration via le callback - -0.8 - - * 20071120 [chatellier] update topia-service site - * 20071115 [chatellier] apply hibernate code style to open/close session and - transaction - * 20071115 [chatellier] refractoring separate specifique topia service - and real migration code - * 20071115 [chatellier] add schema existance detection support - and dont migrate if there is no table - * 20071111 [chatellier] add support for callback handler - * 20071111 [chatellier] use cascade to calculate dependencies order - * 20071109 [chatellier] change schema creation process to - correct duplicate foreign key creation - * 20071109 [chatellier] add inherit support to calculate dependancies - -0.6 ??? ??? - - * 20070426 [chatellier] use lutinutil.Resources.getUrls() to get mappings - * 20070426 [chatellier] change finder migration to use Class.forName() - * 20070420 [chatellier] remove the 'V' letter in old mapping directories name - * 20070420 [chatellier] add support to look for hibernate mapping in a tree - structure of directories - * 20070418 [chatellier] add migration service \ No newline at end of file Copied: topia-service/trunk/changelog.txt (from rev 1243, topia-service/trunk/changelog) =================================================================== --- topia-service/trunk/changelog.txt (rev 0) +++ topia-service/trunk/changelog.txt 2008-12-06 13:19:56 UTC (rev 1249) @@ -0,0 +1,34 @@ +1.0 ?? 200812?? + * 20081205 [chemit] - improve poms, use lutinproject 3.2, migrate tests to JUnit4 + +0.9.1 + * [chatellier] Correction d'un bug de recherche de mapping sous windows (\) + +0.9 + * <chemit> use lutinproject 3.0 + clean pom + use topia 2.0.27 + * <poussin> modif dans service de migration pour permettre a l'app de + faire la migration via le callback + +0.8 + + * 20071120 [chatellier] update topia-service site + * 20071115 [chatellier] apply hibernate code style to open/close session and + transaction + * 20071115 [chatellier] refractoring separate specifique topia service + and real migration code + * 20071115 [chatellier] add schema existance detection support + and dont migrate if there is no table + * 20071111 [chatellier] add support for callback handler + * 20071111 [chatellier] use cascade to calculate dependencies order + * 20071109 [chatellier] change schema creation process to + correct duplicate foreign key creation + * 20071109 [chatellier] add inherit support to calculate dependancies + +0.6 ??? ??? + + * 20070426 [chatellier] use lutinutil.Resources.getUrls() to get mappings + * 20070426 [chatellier] change finder migration to use Class.forName() + * 20070420 [chatellier] remove the 'V' letter in old mapping directories name + * 20070420 [chatellier] add support to look for hibernate mapping in a tree + structure of directories + * 20070418 [chatellier] add migration service \ No newline at end of file Property changes on: topia-service/trunk/changelog.txt ___________________________________________________________________ Name: svn:keywords + Author Date Id Revision Name: svn:eol-style + native Deleted: topia-test/trunk/README =================================================================== --- topia-test/trunk/README 2008-12-05 16:05:53 UTC (rev 1248) +++ topia-test/trunk/README 2008-12-06 13:19:56 UTC (rev 1249) @@ -1,2 +0,0 @@ -To deploy new version of pom: mvn deploy -To install localy: mvn install Copied: topia-test/trunk/README.txt (from rev 1243, topia-test/trunk/README) =================================================================== --- topia-test/trunk/README.txt (rev 0) +++ topia-test/trunk/README.txt 2008-12-06 13:19:56 UTC (rev 1249) @@ -0,0 +1,2 @@ +To deploy new version of pom: mvn deploy +To install localy: mvn install Added: topia-test/trunk/changelog.txt =================================================================== --- topia-test/trunk/changelog.txt (rev 0) +++ topia-test/trunk/changelog.txt 2008-12-06 13:19:56 UTC (rev 1249) @@ -0,0 +1,3 @@ +2.0.28 ?? 200812?? + * 20081206 [chemit] - improve poms, use lutinproject 3.2 + \ No newline at end of file Modified: topia-test/trunk/pom.xml =================================================================== --- topia-test/trunk/pom.xml 2008-12-05 16:05:53 UTC (rev 1248) +++ topia-test/trunk/pom.xml 2008-12-06 13:19:56 UTC (rev 1249) @@ -15,6 +15,7 @@ </parent> <artifactId>topia-test</artifactId> + <version>2.0.28-SNAPSHOT</version> <dependencies> @@ -48,7 +49,7 @@ <!-- ************************************************************* --> <name>ToPIA Testing</name> - <version>2.0.28-SNAPSHOT</version> + <description>Test de ToPIA</description> <inceptionYear>2007</inceptionYear>