Skip to content


Closed Crash de l'application au lancement
retired / lima #268 · created by Eric Chatellier
Dans le cas ou il s'agit d'un premier lancement, Si l'on clic sur le bouton 'Fermer' des écrans d'import ou de saisie des informations utilisateur l'application crash.
 INFO [org.chorem.lima.LimaMain...
updated
Closed Database migration must not run if database schema doesn't exists
nuiton / topia #189 · created by Tony Chemit
If topia context is opened, migration runs before schema can be created :
TopiaContext storageContext = simulation.getStorage();
storageContext.createSchema();
fails in "simulation.getStorage()"; ...
updated