Skip to content


Closed Depreciate method StringUtil#unaccent(String)
nuiton / nuiton-utils #132 · created by Tony Chemit
Use now StringUtils#stripAccents(String) from commons-lang3 http://commons.apache.org/lang/api-release/org/apache/commons/lang3/StringUtils.html#stripAccents(java.lang.String) *(from redmine issue 17...
updated
Closed Add getOptionAsLong on ApplicationConfig
nuiton / nuiton-utils #131 · created by Tony Chemit
*(from redmine issue 1734 created on 2011-09-09, closed on 2011-09-09)*
updated
Closed add diff support for simple bean
nuiton / nuiton-utils #130 · created by Tony Chemit
Do not deal with properties with multiplicty or nested properties *(from redmine issue 1731 created on 2011-09-01, closed on 2011-09-01)*
updated
Closed Generated xdoc in not proper xdoc 2.0
retired / jrst #9 · created by Tony Chemit
Le xdoc généré ne respecte pas la xsd : http://maven.apache.org/xsd/xdoc-2.0.xsd Voici le patch qui corrige cela :
--- src/main/resources/xsl/rst2xdoc.xsl	(révision 426)
+++ src/main/resources/xsl/r...
updated
Closed Update to doxia 1.1.x
retired / jrst #8 · created by Tony Chemit
*(from redmine issue 173 created on 2009-12-22, closed on 2010-01-19, blocks #174)*
updated
Closed Can't delete some n-n association.
nuiton / topia #581 · created by Tony Chemit
I got this error :
Hibernate: SELECT main.topiaid from OBSERVE_LONGLINE.Set main, OBSERVE_LONGLINE.mitigationtype_set secondary where main.topiaid=secondary.set and secondary.mitigationType='fr.ird....
updated
Closed Updates to eugene 2.4
nuiton / topia #229 · created by Tony Chemit
*(from redmine issue 1739 created on 2011-09-12, closed on 2011-09-22)*
updated
Closed Updates to nuiton-utils 2.3
nuiton / topia #228 · created by Tony Chemit
*(from redmine issue 1736 created on 2011-09-12, closed on 2011-09-12)*
updated
Closed Cannot compile with N multiplicity to an enumeration
nuiton / topia #227 · created by Tony Chemit
When generating the following model : Contact --[1]----------[1..*]--> ContactType Compilation fails in ContactAbstract on : @Override public ContactType getContactTypeByTopiaId(String topia...
updated
Closed DAO set null taget entity when delete association
nuiton / topia #226 · created by Tony Chemit
Ex : A 1-* B (- étant une association bidirectionnel de 1 vers *) Collection bs = a1.getBs() a2.addAllB(bs); for (B b : bs) { b.setA(a2); } a1.clearB(); aDAO.delete(a1); Lors du delete il set (...
updated
Closed import missing when generating i18n prefix with no attributes
nuiton / eugene #146 · created by Tony Chemit
*(from redmine issue 1738 created on 2011-09-12, closed on 2011-09-12)*
updated