Skip to content


Closed NPE sur l'export de contacts
retired / chorem #69 · created by Eric Chatellier
Quand je veux lancer l'export de contact, j'ai l'erreur suivante : Caused by: java.lang.NullPointerException at org.chorem.webmotion.actions.crm.ExportAction.exportContactBase(ExportAction.java:78)...
updated
Closed Saisie des comptes alphanumériques
retired / lima #297 · created by Eric Chatellier
Je fonctionne avec des comptes de tiers alphanumériques depuis dix ans avec un outil comptable que je veux abandonner. J'ai installé et testé lima. En saisissant un compte de tiers, il m'indique une e...
updated
Open Lib updates
chorem / bow #97 · created by Eric Chatellier
Update all outadted libs *(from redmine issue 1146 created on 2014-11-14)*
updated
Open Security update : struts latest
chorem / bow #96 · created by Eric Chatellier
Update to struts 2.6.13.3 to fix security issues *(from redmine issue 1145 created on 2014-11-14)*
updated
Closed Generator Helper set method implementation for collection is buggus
retired / wikitty #106 · created by Tony Chemit
set method for collection make copy but don't clear already present element. Set currently is much like addAll. rename it addAll and implement real set method *(from redmine issue 1149 created on 20...
updated
Closed NPE when we store unmodified entity
retired / wikitty #105 · created by Tony Chemit
I'have this trace on store an collection of entities : java.lang.NullPointerException at org.nuiton.wikitty.entities.WikittyImpl.replaceWith(WikittyImpl.java:146) at org.nuiton.wikitty.entities.Wik...
updated
Closed Add mecanisme in jdbc to allow easy support of new database
retired / wikitty #104 · created by Tony Chemit
Currently all SQL statement are in properties file. If we want support new database we must copy all this statement in new file and change only desired statement. If wikitty-jdbc read more than one p...
updated
Closed Add documentation on solr indexation mecanisme
retired / wikitty #103 · created by Tony Chemit
We have done many choice to store data in solr, but there is no document about this. *(from redmine issue 1142 created on 2010-12-09, closed on 2010-12-09)*
updated
Closed Refactor solr code to store less field (currently 6 for 1 text field)
retired / wikitty #102 · created by Tony Chemit
Currently text field is indexed 7 times and stored 6 times in solr data perhaps we can reduce this number of storage. Refactor the code to aim this goal *(from redmine issue 1141 created on 2010-12-...
updated
Closed Add WikittyServiceAccessStat to make stat on wikitty restored
retired / wikitty #101 · created by Tony Chemit
This service store information on who (user, token) have restore what (wikitty). For that we need new Object WikittyAccessStat. This service override restore method and store WikittyAccessStat for ea...
updated
Closed Add matrix proxy and matrix provider to set matrix value only when needed
nuiton / nuiton-matrix #8 · created by Tony Chemit
Add new matrix proxy object containing only matrix dimensions and semantics value. Call to getSubMatrix method will use a new class "matrixprovider" to set subMatrix value. *(from redmine issue 1145 ...
updated
Closed [ApplicationConfig] add getOptionAsList() method
nuiton / nuiton-utils #72 · created by Tony Chemit
configuration value can be list of object in string representation. ApplicationConfig can help to work with that this method like: List classes = config.getOptionAslist("clazzList").getOptionAsClass...
updated
Closed Update/clean all site documentation
nuiton / topia #163 · created by Tony Chemit
Many documentation files are obsolete or false. We must do a big clean on documentation and make site acceptable for public *(from redmine issue 1146 created on 2010-12-10, relates #770)*
updated
Open Make tutorial of migration service
nuiton / topia #126 · created by Tony Chemit
- howto use it - best pratices to write migration callbacks *(from redmine issue 770 created on 2010-07-12, relates #1146)*
updated
Closed Add ordered stereotype on attribute
nuiton / eugene #124 · created by Tony Chemit
Usefull to use it in model properties instead of internal zargo model. *(from redmine issue 1147 created on 2010-12-11, closed on 2010-12-11)*
updated
Closed Remplissage de l'ObjectModel directement a partir du code : Builder
nuiton / eugene #13 · created by Tony Chemit
Création de builders permettant de remplir un ObjectModel vide. - Ajout de méthodes pour remplacer les setter non présent dans les classes de l'ObjectModel -> ObjectModelBuilder - Gestion des import...
updated
Closed Ajout d'extensions à l'ObjectModel
nuiton / eugene #12 · created by Tony Chemit
Il est difficile d'associer les ImportsManager au processus de génération (utilisation d'un transformer ou builder) sans passer par l'ObjectModel. - Ajout d'une "Map extensions" dans l'ObjectModel ra...
updated