Skip to content


Closed Bug dans les JDialog
retired / lima #74 · created by Eric Chatellier
Lorsqu'on ferme les JDialog avec la croix, cela a pour effet de valider la demande, hors cela devrait l'annuler *(from redmine issue 395 created on 2011-05-19, closed on 2011-05-20)*
updated
Closed Add an new parameter on Binder.obtainProperties to keep primitive default values and not change them to null value
nuiton / nuiton-utils #303 · created by Tony Chemit
In one of my project I need to keep the default primitive values and can not accept them as a null value. I will then add a new parameter on the method and make this others older methods use the new m...
updated
Closed Update dependencies
retired / nuiton-web #118 · created by Tony Chemit
[INFO]   com.google.guava:guava .................................. 17.0 -> 19.0
[INFO]   commons-io:commons-io ..................................... 2.4 -> 2.5
[INFO]   junit:junit .....................
updated
Closed Update to topia 3.1.1
retired / nuiton-web #117 · created by Tony Chemit
*(from redmine issue 3953 created on 2016-06-26, closed on 2016-06-26)*
updated
Closed Add a new method TopiaEntityEnumProvider#getEntityEnum(String)
nuiton / topia #624 · created by Tony Chemit
I need this new method for ToPIA extension in one of my project, to obtain the entity enumeration value from his name. *(from redmine issue 3952 created on 2016-06-24, closed on 2016-06-24)*
updated
Closed NPE on method org.nuiton.topia.service.csv.in.TopiaCsvImports#importAllEntities
nuiton / topia #623 · created by Tony Chemit
Due to
TopiaHibernateSupport hibernateSupport = null; // FIXME AThimel 23/11/13 Get an hibernate support instance
*(from redmine issue 3951 created on 2016-05-12, closed on 2016-05-12)*
updated
Closed TopiaDao.findAllLazy does not work if an order is given
nuiton / topia #622 · created by Tony Chemit
Using this code:
public Iterable getImportFileIdsForImportFile(ImportFile importFile) {
        return forImportFileEquals(importFile)
                .setOrderByArguments(ImportFileId.PROPERTY_IMPOR...
updated
Closed Generates constants for binding and javabeans properties
nuiton / jaxx #1320 · created by Tony Chemit
*(from redmine issue 395 created on 2010-03-13, closed on 2010-03-13)*
updated