Skip to content


Closed New decorator api (from jaxx-runtime project)
nuiton / nuiton-utils #117 · created by Tony Chemit
It would be nice to have a neutral api to do decoration stuff. Jaxx alreay have one which use common-jxpath and nothing from jaxx, so moving it to this projet is possible. Moreover, I need a such ap...
updated
Closed SortableFlexTable does not update correctly
retired / nuiton-web #29 · created by Tony Chemit
When model is updated, all rows are not updated correctly. Old rows can still be displayed. *(from redmine issue 1642 created on 2011-07-30, closed on 2011-07-30)*
updated
Closed Allow filters to be more customizable
nuiton / processor #26 · created by Tony Chemit
Allow user to change output string writer(by default output.write), change concatenation string(by default +), change string delim (by default "). *(from redmine issue 1649 created on 2011-08-01, c...
updated
Closed Do not force using "entity" stereotype on enumeration with QueryHelperTransformer
nuiton / topia #233 · created by Tony Chemit
Enumeration type must be ignore to avoid creating object property for queries. Hibernate will consider enumeration as a simple type. *(from redmine issue 1760 created on 2011-09-25, closed on 2011-09...
updated
Closed Can not use enumeration in model and QueryHelperTransformer
nuiton / topia #221 · created by Tony Chemit
Properties for field of type Enum are not generated, thus generated QueryHelper doesn't compile *(from redmine issue 1648 created on 2011-08-01, closed on 2011-09-12, relates #1760)*
updated
Closed Cannot use MyDAO.create(My.PROPERTY_CLIENT) with isClient() method
nuiton / topia #220 · created by Tony Chemit
When I have 2 entities (contact, client) with an association from contact to client, I will have some getClient():Client and setClient(client):void on the generated contact entity. fine. I also need ...
updated
Closed Cannot create TopiaContext when using an abstract class
nuiton / topia #219 · created by Tony Chemit
Vehicle is an abstract entity in my model. At runtime, it will produce : resource: org/nuiton/topia/testabstract/VehicleImpl.hbm.xml not found (See standalone test module in topia-test-abstract.tgz) ...
updated
Closed Création d'un artifact (module maven) dédié à la tâche ant
nuiton / eugene #18 · created by Tony Chemit
Le nouveau module s'appelle *ant-eugene-task* *(from redmine issue 164 created on 2009-12-20, closed on 2009-12-20)*
updated
Closed Remove deprecated decorator api
nuiton / jaxx #1462 · created by Tony Chemit
The decorator neutral api was moved in version 2.5 to the nuiton-utils project, then no more needed here. *(from redmine issue 1647 created on 2011-07-31, closed on 2012-08-12)*
updated
Open Use the java 1.6 new api to deal with compilation
nuiton / jaxx #1461 · created by Tony Chemit
Since jdk 1.6, there is a new lot apis to do what jaxx is doing (for example http://download.oracle.com/javase/6/docs/api/javax/tools/JavaFileManager.html) and many others. It would be nice to reuse ...
updated
Closed Updates to nuiton-utils 2.5
nuiton / jaxx #1460 · created by Tony Chemit
*(from redmine issue 1645 created on 2011-07-31, closed on 2012-06-28, relates #1644)*
updated
Closed Move decorator neutral api to nuiton-utils
nuiton / jaxx #1459 · created by Tony Chemit
this api can be used from outiside jaxx world, so let's just do like for the validator api : move it to *nuiton-utils*. Evrything is jaxx.runtime.decorator will be deprecated and will direct use all ...
updated