Skip to content


Closed FileUtil#createDirectoryIfNecessary is not thread safe
nuiton / nuiton-utils #253 · created by Tony Chemit
See http://nuiton.org/projects/nuiton-utils/repository/revisions/073e9801570d64147c8b99f71b57f810ba2e3c2f/entry/src/main/java/org/nuiton/util/FileUtil.java#L1262 The exception can be thrown if: * fil...
updated
Closed Add methods on HqlAndParametersBuilder : addLowerThan, addLowerOrEquals, addGreater, addGreaterOrEquals
nuiton / topia #476 · created by Tony Chemit
*(from redmine issue 3199 created on 2014-05-15, closed on 2014-05-15)*
updated
Closed addNotIn with a collection containing null lead to no results
nuiton / topia #475 · created by Tony Chemit
See http://stackoverflow.com/questions/17877100/postgres-not-in-null-gives-no-result null must be removed from the parameter *(from redmine issue 3197 created on 2014-05-14, closed on 2014-05-15)*
updated
Closed Add warning about 'user' as a reserved sql keyword
nuiton / topia #474 · created by Tony Chemit
*(from redmine issue 3194 created on 2014-05-13, closed on 2014-08-29)*
updated
Closed Prevent using 'object' as an HQL parameter
nuiton / topia #473 · created by Tony Chemit
*(from redmine issue 3193 created on 2014-05-13, closed on 2014-08-29)*
updated
Closed NPE when database is missing
nuiton / topia #472 · created by Tony Chemit
java.lang.NullPointerException
	at org.nuiton.topia.persistence.internal.TopiaConnectionProvider.closeConnection(TopiaConnectionProvider.java:248)
	at org.nuiton.topia.persistence.util.TopiaUtil.isSc...
updated
Closed Refactor generated code for delete on relation without association entity
nuiton / topia #90 · created by Tony Chemit
It's pretty tricky !
List list = getContext().getHibernate().createSQLQuery(
                    "SELECT main.topiaid " +
                    "from contact2 main, contacts_party2 secondary " +
      ...
updated
Closed Remplacer l'utilisation de la requete SQL dans la génération pour le cas du delete N-N
nuiton / topia #44 · created by Tony Chemit
Relation N-N sans classe association. La table jointure existe mais pas en tant qu'entité hibernate. Ex :
List list = getContext().getHibernate().createSQLQuery(
                    "SELECT main.top...
updated
Closed Permits to not auto acquire focus in Bean combobox
nuiton / jaxx #1689 · created by Tony Chemit
sometimes it offends other component which ask also for focus. Add a new property *autotFocus* to deal with it, by default value is *true* to keep previous behaviour. Set the property to *false*, wi...
updated
Closed Improve I18n.t detected in text field
nuiton / jaxx #1688 · created by Tony Chemit
Sometimes we have the jaxx does support i18n warning where it should not appears. No need to add the warning if text contains *t()* (this is the end of a normal method... *(from redmine issue 3196 c...
updated