Skip to content


Closed Review event propagation (the end)
nuiton / topia #523 · created by Tony Chemit
*(from redmine issue 3341 created on 2014-07-21, closed on 2014-08-06, precedes #3287)*
updated
Closed Topia can't create application schema
nuiton / topia #514 · created by Tony Chemit
java.lang.NullPointerException
	at org.hibernate.tool.hbm2ddl.DatabaseMetadata.initSequences(DatabaseMetadata.java:183)
	at org.hibernate.tool.hbm2ddl.DatabaseMetadata.(DatabaseMetadata.java:92)
	at ...
updated
Closed Avoid creating useless objects if no property change listener is registered
nuiton / topia #513 · created by Tony Chemit
*(from redmine issue 3288 created on 2014-07-07, closed on 2014-07-07)*
updated
Closed Review event propagation
nuiton / topia #512 · created by Tony Chemit
*(from redmine issue 3287 created on 2014-07-07, closed on 2014-07-21, precedes #3341)*
updated
Closed Usage of package for stereotypes and tag values
nuiton / topia #511 · created by Tony Chemit
Since EUGene 2.12, we can also add some stereotypes and tag values on object model package. *(from redmine issue 3286 created on 2014-07-06, closed on 2014-07-21)*
updated
Closed Remove usage of TopiaGeneratorUtil
nuiton / topia #510 · created by Tony Chemit
Use now TopiaTemplateHelper which has no static methods. *(from redmine issue 3284 created on 2014-07-06, closed on 2014-07-06)*
updated
Closed Update TopiaMetaTransformer with most commonly used values
nuiton / topia #509 · created by Tony Chemit
*(from redmine issue 3283 created on 2014-07-04, closed on 2014-08-25)*
updated
Closed Introduce a way to avoid PropertyChangeListener generation/usage
nuiton / topia #508 · created by Tony Chemit
*(from redmine issue 3282 created on 2014-07-04, closed on 2014-07-07)*
updated
Closed schema attribute is not generated on association table if required
nuiton / topia #507 · created by Tony Chemit
If we specify the schema on an entity, then we should also fill it for any association table of the entity. We won't (for the moment) deal with limit case when associated entities are not in the same...
updated
Closed schema attribute is not generated on association table if required
nuiton / topia #506 · created by Tony Chemit
If we specify the schema on an entity, then we should also fill it for any association table of the entity. We won't (for the moment) deal with limit case when associated entities are not in the same...
updated
Closed Add a findDirectTagValue method
nuiton / eugene #250 · created by Tony Chemit
to be able to *not* walk through declaring element while searching for a tagvalue. *(from redmine issue 3285 created on 2014-07-06, closed on 2014-07-06)*
updated
Closed Problème de rollback lors de l'échec d'une migration
nuiton / topia #46 · created by Tony Chemit
MigrationCallbackHandler voir Pollen pour l'implémentation.
Connection conn = dbManager.getConnection();
            try {
                conn.setAutoCommit(false);
                ...
           ...
updated