Skip to content


Closed Import de caractères spéciaux
chorem / bow #18 · created by Eric Chatellier
J'ai importé des bookmarks, certains étaient accentués, après import, j'ai des choses genre : Représentation de la destinée Ce qui est un peu génant. Dans mon fichier de bookmarks ou dans firefox...
updated
Closed StringUtil#isEmail fails if this is upperCase
nuiton / nuiton-utils #181 · created by Tony Chemit
For example *Email@domain.org* fails. *(from redmine issue 2218 created on 2012-07-31, closed on 2012-07-31)*
updated
Closed Can't use nuiton-validator in off-line mode
nuiton / nuiton-utils #180 · created by Tony Chemit
When using this api in off-line mode, it does not work and return this error
Line: 195 - java/net/PlainSocketImpl.java:195:-1
	at com.opensymphony.xwork2.util.DomHelper.parse(DomHelper.java:115)
	at...
updated
Closed Introduce a SimpleBeanValidator api
nuiton / nuiton-utils #178 · created by Tony Chemit
this is a rewritting of the old and depreciated *BeanValidator* *(from redmine issue 2208 created on 2012-07-27, closed on 2012-07-27, relates #2209, relates #2210)*
updated
Closed Introduce a BeanListValidator api
nuiton / nuiton-utils #175 · created by Tony Chemit
The validator can validate a list of beans. *(from redmine issue 2205 created on 2012-07-20, closed on 2012-07-27, relates #2210)*
updated
Closed Error on validation compilation using nuiton-validator when no internet connection
nuiton / i18n #95 · created by Tony Chemit
Issue on validation file parsing for i18n keys. There is a patch for xwork dtd resolver in nuiton-validator. I18n have to use it.
[ERROR] could not parse file /home/desbois/workspace/sammoa/sammoa-...
updated
Closed Add a logback configuration file
nuiton / jaxx #1511 · created by Tony Chemit
If jaxx maven plugin used with logback then everything is in DEBUG log level :( Adding a *logback-test.xml* file in classpath fixes this. *(from redmine issue 2219 created on 2012-08-01, closed on 2...
updated
Closed Improve ConfigUI
nuiton / jaxx #1510 · created by Tony Chemit
- Use handler to avoid JAXX scripting. - Use the new ColorEditor *(from redmine issue 2217 created on 2012-07-31, closed on 2012-07-31)*
updated
Closed Can auto-select NumberEditor content when having bad content
nuiton / jaxx #1509 · created by Tony Chemit
Make possible to selected NumberEditor content, when a bad content was typed. Mostly used when editing from a Table. *(from redmine issue 2215 created on 2012-07-30, closed on 2012-07-30)*
updated
Closed Add method in SwingUtil to auto-select a cell content in a table when the cell is selected
nuiton / jaxx #1508 · created by Tony Chemit
*(from redmine issue 2214 created on 2012-07-30, closed on 2012-07-30)*
updated
Closed NPE when no file selected within the FileCellEditor
nuiton / jaxx #1507 · created by Tony Chemit
If no file is selected, then a NPE occurs. *(from redmine issue 2213 created on 2012-07-30, closed on 2012-07-30)*
updated
Closed Add new methods in SwingUtil
nuiton / jaxx #1506 · created by Tony Chemit
Add useful methods for table model: * *ensureRowIndex* * *ensureColumnIndex* *(from redmine issue 2212 created on 2012-07-27, closed on 2012-07-27)*
updated
Closed SwingUtil.editCell method does not work properly
nuiton / jaxx #1505 · created by Tony Chemit
Improve this method : * do not stop editing when there is nothing to edit * use editing row and column and not select one *(from redmine issue 2211 created on 2012-07-27, closed on 2012-07-27)*
updated
Closed Use new validation api from nuiton-utils
nuiton / jaxx #1504 · created by Tony Chemit
* Replace usage of *BeanValidator* by *SimplebeanValidator* * Introduce new api about *BeanListValidator* *(from redmine issue 2210 created on 2012-07-27, closed on 2012-07-30, relates #2208, relates...
updated
Closed Updates to nuiton-utils 2.5.2
nuiton / jaxx #1502 · created by Tony Chemit
*(from redmine issue 2202 created on 2012-07-19, closed on 2012-07-30, blocks #2210)*
updated
Closed Non public classes make generation fails
nuiton / jaxx #1445 · created by Tony Chemit
I have a Swing component defined as :
public class LegendPanel {

}

class LegendGraphic {

}
and used as :
  
generation fails with :
[ERROR] Failed to execute goal org.apache.maven.plugins:ma...
updated