Skip to content


Open We cannot read any parent when trying to enter new categories
retired / chorem #44 · created by Eric Chatellier
When we enter new categories, we must chose a parent category, but the propositions we got using auto-completion are not human readable and we spend 10 minutes finding the one we want. *(from redmine...
updated
Open When we got a list of tree elements, they should be displayed as a tree
retired / chorem #43 · created by Eric Chatellier
For example in categories. If we look for all categories, we have a lot of categories, that are not ordered, and we cannot see quickly which category is parent/children of which other one. That makes ...
updated
Closed serialVersionUID changes at each generation
retired / wikitty #236 · created by Tony Chemit
serialVersionUID are not safe when deploying and using snapshot that use those id for serialisation. For example, using cajo:
Caused by: java.rmi.ServerException: RemoteException occurred in server ...
updated
Closed Can not execute tests on windows os
nuiton / maven-helper-plugin #34 · created by Tony Chemit
Stacktrace for the maven-license-plugin :
skip(org.nuiton.license.plugin.UpdateProjectLicenseMojoTest) Time elapsed: 0 sec <<< ERROR!
java.lang.StringIndexOutOfBoundsException: String index out of r...
updated
Closed le client rest doit avoir un encoding
nuiton / maven-helper-plugin #14 · created by Tony Chemit
*(from redmine issue 85 created on 2009-10-10, closed on 2009-10-10)*
updated
Closed [ApplicationConfig] change parse signature from parse(String[]) to parse(String...)
nuiton / nuiton-utils #60 · created by Tony Chemit
*(from redmine issue 852 created on 2010-09-06, closed on 2011-01-18)*
updated
Closed Prendre en compte l'erreur jni
nuiton / nuiton-j2r #22 · created by Tony Chemit
Par défaut, si le Rengine n'arrive pas a charger la lib native, il fait un System.exit(1) Voilà le dit code :
try {
    System.loadLibrary("jri");
    jriLoaded = true;
} catch (UnsatisfiedLinkError...
updated
Closed [ApplicationConfig] NullPointerException when saving file
nuiton / nuiton-config #2 · created by Tony Chemit
When saving file, following exception appears :
Exception in thread "Thread-15" java.lang.NullPointerException
	at java.io.File.(File.java:262)
	at org.nuiton.util.ApplicationConfig.getUserConfigFile...
updated
Closed Can add the columnHeaderView component in the tag JScrollPane
nuiton / jaxx #1393 · created by Tony Chemit
The component can now be in the JScrollPane with the property *columnHeaderView* binding to this component in the parent container. Example :

  
  

or

  
  

*IMPORTANT NOTE*, the proper...
updated
Closed when using MultiJxPathDecorator, can not use extra token formatter in expression
nuiton / jaxx #1392 · created by Tony Chemit
With the following expression
${name}$s %1$s#${name2}$s %2$s
And set context indice to *1*, will obtain the expression
${name2}$s %2$s#${name}$s %1$s
instead of
${name2}$s %1$s#${name}$s %2...
updated
Closed Introduce BeanListHeader
nuiton / jaxx #1391 · created by Tony Chemit
This widget use the same mecanism than BeanComboBox to sort the underlined JList *(from redmine issue 851 created on 2010-09-05, closed on 2010-09-05)*
updated
Closed Can sort in reverse order in DecoratorUtils
nuiton / jaxx #1390 · created by Tony Chemit
*(from redmine issue 850 created on 2010-09-05, closed on 2010-09-05)*
updated