Skip to content


Closed add new select function to get year of date
retired / wikitty #310 · created by Tony Chemit
ex: select year(birthday) where ... *(from redmine issue 2754 created on 2013-07-12, closed on 2013-07-12)*
updated
Closed When wikitty open multiple solr server on same data file, solr index is corrupted
retired / wikitty #309 · created by Tony Chemit
Il faudrait que ne pas instancier plusieurs solr serveur si on detecte qu'ils vont utiliser les memes fichiers *(from redmine issue 2753 created on 2013-07-12, closed on 2013-07-12)*
updated
Closed Fix typo in new config report
nuiton / nuiton-utils #236 · created by Tony Chemit
Still linked to http://maven-site.nuiton.org/nuiton-utils/nuiton-utils/ApplicationConfig.html instead of http://maven-site.nuiton.org/nuiton-utils/nuiton-config/index.html *(from redmine issue 2750 ...
updated
Closed Fix back behaviour before version 2.8 around TopiaUtil.isSchemaExist
nuiton / topia #365 · created by Tony Chemit
When migrate to hibernate 4, something was not correctly coded around the TopiaUtil.isSchemaExist (a test was changed...) *(from redmine issue 2759 created on 2013-07-13, closed on 2013-07-13)*
updated
Closed Improve TopiaConnectionProvider
nuiton / topia #364 · created by Tony Chemit
We are extending the default hibernet one, but we rewrite eveyrhting in it (beacuase of private stuff in hibernate one...). why then extends the hibernate one? We should directly implements the corre...
updated
Closed ConnectionProvider is not closed when closing root context
nuiton / topia #363 · created by Tony Chemit
Hibernate does not close his connection provider (still can't understant why :() But we should; as it was the case in previous versions of hibernate (.x, and topia 2.x) *(from redmine issue 2757 cre...
updated
Closed Does not use hardcoded cast to hibernate implementation
nuiton / topia #362 · created by Tony Chemit
We have a cast in topiaContextImpl to SessionFactoryImpl class, very bad idea! Prefer use the correct contract we need, says here org.hibernate.engine.spi.SessionFactoryImplementor:
ServiceRegistry...
updated
Closed Creating a schema should not droping it just before
nuiton / topia #361 · created by Tony Chemit
In hibernate SchemaExport tool, when creating, it just drop schema before creating it. This is a change against previous hibernate 3.x versions. Moreover it causes some error if some index are gener...
updated
Closed Add generics support on TopiaContext#find*() methods
nuiton / topia #360 · created by Tony Chemit
*(from redmine issue 2752 created on 2013-07-12, closed on 2013-07-12)*
updated
Closed Improve TopiaDAO create methods
nuiton / topia #359 · created by Tony Chemit
There is three methods, and two with different codes inside, we should always use a common code to avoid suspicious behaviour (as create method should do the same job). *(from redmine issue 2751 crea...
updated
Closed Move some trace to debug loglevel
nuiton / topia #30 · created by Tony Chemit
Is it possible to move follonwing trace to debug loglevel :
INFO [main] (JavaGenerator.java:161) generateFromInterface - fr.ifremer.isisfish.entities.Species
...
INFO [main] (JavaGenerator.java:98) g...
updated