Skip to content


Closed Update to solr and lucene 4.0
retired / wikitty #214 · created by Tony Chemit
*(from redmine issue 1761 created on 2011-09-30, closed on 2013-03-03)* ### Files * [solr4.0.patch] (/uploads/ae459bc3e174a7862412e0b85a54f561/solr4.0.patch)
updated
Closed update to commons-lang 3
nuiton / nuiton-utils #133 · created by Tony Chemit
And remove dependency to commons-lang 2.6 *(from redmine issue 1762 created on 2011-09-30, closed on 2011-09-30)*
updated
Closed Utilitaire de gestion des dates et période entre deux dates
nuiton / nuiton-utils #8 · created by Tony Chemit
DateUtils contient des méthodes utiles pour créer des dates, récupérer un nombre de jour entre des dates, effectuer quelques opérations qui n'existent pas dans le DateUtils de commons-lang PeriodDate...
updated
Closed Updates to org.apache.commons.lang3
nuiton / topia #251 · created by Tony Chemit
Be ware the generated code will use now commons-lang3 so you will need the dependency :

  org.apache.commons
  commons-lang3
  3.0.1

*(from redmine issue 1804 created on 2011-11-13, closed on 20...
updated
Closed Hibernate mappings fails to load in offline mode
nuiton / topia #238 · created by Tony Chemit
In offline mode, hibernate mapping dtd is downloaded from http://hibernate.org/. Hibernate DTD resolver doesn't seams to work :( *(from redmine issue 1769 created on 2011-10-10, closed on 2011-10-16...
updated
Closed Update to commons-lang3
nuiton / topia #237 · created by Tony Chemit
Update to commons-lang3 or even better, remove org.apache.commons.lang.builder.ToStringBuilder from generated classes. *(from redmine issue 1768 created on 2011-10-06, closed on 2012-01-09, duplicate...
updated
Closed Do not generate DAOImpl if already found in classpath
nuiton / topia #236 · created by Tony Chemit
USe the same logic than for entity : if impl is found in class-path do not generateit. *(from redmine issue 1766 created on 2011-10-04, closed on 2011-10-04)*
updated
Closed Introduce the TopiaEntityEnum into the generated dao
nuiton / topia #235 · created by Tony Chemit
this object can help to obtain contract, implementation inside the dao without doing any hardcoded things : all is generated :) *(from redmine issue 1765 created on 2011-10-03, closed on 2011-10-03, ...
updated
Closed Improve the method TopiaDAOImpl.newInstance()
nuiton / topia #234 · created by Tony Chemit
Please could we just avoid to do some hardcorded stuff like this :
result = ((Class) Class.forName(classname + "Impl"))
                    .newInstance();

A quick solution is to use the *org.nuit...
updated
Closed Do not force using "entity" stereotype on enumeration with QueryHelperTransformer
nuiton / topia #233 · created by Tony Chemit
Enumeration type must be ignore to avoid creating object property for queries. Hibernate will consider enumeration as a simple type. *(from redmine issue 1760 created on 2011-09-25, closed on 2011-09...
updated
Closed Can not use enumeration in model and QueryHelperTransformer
nuiton / topia #221 · created by Tony Chemit
Properties for field of type Enum are not generated, thus generated QueryHelper doesn't compile *(from redmine issue 1648 created on 2011-08-01, closed on 2011-09-12, relates #1760)*
updated
Closed Take care of deprectated documentation
nuiton / eugene #148 · created by Tony Chemit
Dans Argouml, il y a une option "deprecated" dans la documentation d'un objet. Il serait intéressant de pouvoir ajouter l'annotation (en java) @Deprecated sur les methodes et les classes. *(from redm...
updated