Skip to content


Closed Error while deleting with multiplicity
nuiton / topia #598 · created by Tony Chemit
*(from redmine issue 3725 created on 2015-07-01, closed on 2016-08-16, relates #3671, relates #3672)*
updated
Closed Generate foreign key names
nuiton / topia #596 · created by Tony Chemit
See #3676 *(from redmine issue 3722 created on 2015-06-19, closed on 2015-08-23, relates #3676)*
updated
Open Make indices names deterministic
nuiton / topia #591 · created by Tony Chemit
*(from redmine issue 3692 created on 2015-05-22, copied_to #3674, copied_to #3675)*
updated
Closed Generate foreign key names
nuiton / topia #584 · created by Tony Chemit
We can have deterministic foreign key names if we compute them and set them in the hibernate mapping. We add a new tag value (scope: model, classifier) *generateForeignKeyNames* to do this (default v...
updated
Closed Improve the name of the generated indexes via the indexForeignKeys model tag value
nuiton / topia #583 · created by Tony Chemit
* If there is a schema include it in the index name * Do not use the entity name but the db name * Use before the table name then attribute name * to lower case For example fro the issue #3674, corre...
updated
Closed The generated indexes via the indexForeignKeys model tag value does not take account of the dbName
nuiton / topia #582 · created by Tony Chemit
I got entity ActivityLongline (in db OBSERVE_LONGLINE.ACTIVITY) --> * entity Encounter (in db OBSERVE_LONGLINE.ENCOUNTER) Using the tagvalue *model.tagvalue.indexForeignKeys=true*, it generates this...
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 Bad delete query generated (missing db shema if any)
nuiton / topia #580 · created by Tony Chemit
While using shemas, they are missing in generated delete methods in DAO. See for example http://forge.codelutin.com/issues/6937 *(from redmine issue 3671 created on 2015-04-10, closed on 2015-04-11,...
updated
Closed Version is not saved after a simple shema create or update
nuiton / topia #579 · created by Tony Chemit
The version is well saved when there is a migration to do, but not in other cases. *(from redmine issue 3670 created on 2015-04-09, closed on 2015-04-09)*
updated
Open Do a better documentation
nuiton / i18n #12 · created by Tony Chemit
- add some user tutorial to use nuiton-i18n from scratch - add some developper documentation for module nuiton-i18n *(from redmine issue 367 created on 2010-03-09)*
updated
Closed Authorize component by their type in BlockingLayerUI
nuiton / jaxx #1811 · created by Tony Chemit
For the moment we can only specify by names. Add a method *setAcceptedComponentTypes* on *BlockingLayerUI*. *(from redmine issue 3678 created on 2015-04-22, closed on 2015-04-22)*
updated
Closed Be able to display zero in coordinate componant editors for null values
nuiton / jaxx #1810 · created by Tony Chemit
Instead of having empty values in editor, we could use *0* value. In the coordinate editor, just set the property *displayZeroWhenNull* to *true*. *(from redmine issue 3677 created on 2015-04-22, cl...
updated