Skip to content


Closed Error when we try to search containsAll or containsOne with empty collection
retired / wikitty #274 · created by Tony Chemit
la requete solr genere divient ":()" ce qui n'est pas valide. Le remplacer par false *(from redmine issue 2053 created on 2012-04-06, closed on 2012-04-06)*
updated
Closed use mavenpom 1.1.4
nuiton / maven-helper-plugin #22 · created by Tony Chemit
*(from redmine issue 205 created on 2010-01-14, closed on 2010-01-14)*
updated
Open All issues are not retrieved when the version's date is finished
retired / jredmine #67 · created by Tony Chemit
Need to check on status 'open/closed' instead of the date. Because the release could be done after the date. *(from redmine issue 2059 created on 2012-04-18, closed on 2012-10-02)*
updated
Closed <ns:help/> does not work with textarea
retired / nuiton-web #66 · created by Tony Chemit
When you click inside the textarea field, the displayed documentation does not correspond to the expected field *(from redmine issue 2054 created on 2012-04-06, closed on 2012-04-06)*
updated
Closed Non compiable code : getComposite use non visible association
nuiton / topia #284 · created by Tony Chemit
Using attached uml schema, this generate following code on FinancialTransactionAbstract:
public List getComposite() throws TopiaException {
        List tmp = new ArrayList();

        // pour tous l...
updated
Closed Add schema if needed on create and drop index on hibernate mapping
nuiton / topia #283 · created by Tony Chemit
Schema is missing on create and drop index hibernate mapping :
    
        CREATE INDEX <%=indexName%> ON <%=tableName%>(<%=propertyName%>)
        DROP INDEX <%=indexName%>
    
*(from redmine i...
updated
Closed Depreciate method create(naturalId) on DAOs
nuiton / topia #282 · created by Tony Chemit
Lorsque l'on a des naturalIds dans Topia, les DAO ont une méthode create qui prend les naturalIds en paramètre, hors cette méthode est ambigus, il existe déjà une méthode create sur le TopiaDAOImpl. L...
updated
Closed Natural id and not null attributes are not propagated on generalized entities
nuiton / topia #281 · created by Tony Chemit
If A have some natural ids or not null attributes, B extend A, B doesnt have natural ids and not null attributes of A. *(from redmine issue 2050 created on 2012-04-05, closed on 2012-04-06)*
updated