Activity
From 09/20/2011 to 10/19/2011
10/19/2011
-
06:09 pm Evolution #1778 (Résolu): Do not generate delete method in DAOAbstract if not needed
- Done in r2359.
-
06:07 pm Revision 2359: Evolution #1778: Do not generate delete method in DAOAbstract if not needed
-
06:07 pm Evolution #1778 (Résolu): Do not generate delete method in DAOAbstract if not needed
10/17/2011
-
09:56 am Evolution #1777 (Rejeté): Restore fails with recent h2 version
- H2 bug, not topia.
-
09:55 am Revision 2358: Definitively H2 problem.
10/16/2011
-
11:46 pm Anomalie #1769: Hibernate mappings fails to load in offline mode
- The ...
-
11:46 pm Revision 2357: Anomalie #1769: Hibernate mappings fails to load in offline mode (use DTD from hib...
-
11:36 pm Anomalie #1769: Hibernate mappings fails to load in offline mode
- And hibernate can understand "classpath://hibernate-mapping-3.0.dtd" (with entity resolver).
Have you tried it ? -
11:33 pm Anomalie #1769: Hibernate mappings fails to load in offline mode
- Now working, don't known what happen.
But why coping dtd into topia ?
Dtd is present in hibernate's jar.
Could be:... -
11:11 pm Anomalie #1769 (Résolu): Hibernate mappings fails to load in offline mode
- Sorry but this is tested in topia it-self and it works... I really does not like your little sentence Not tested! Yes...
-
11:00 pm Anomalie #1769 (Assigné): Hibernate mappings fails to load in offline mode
- Not tested.
Currently fails mapping loading:... -
10:14 pm Evolution #1777 (Assigné): Restore fails with recent h2 version
- Temp fixed with hack on jdbc connection:...
-
10:12 pm Evolution #1777: Restore fails with recent h2 version
- Some test after, break happens between version 1.2.142 and 143.
Propably with changelog "Cluster: auto-commit was ... -
10:11 pm Evolution #1777 (Rejeté): Restore fails with recent h2 version
- With current h2 version and topia, restore file fails with excetion:...
-
10:08 pm Revision 2356: Fix h2 restore clustering bug
10/14/2011
-
04:09 pm Evolution #1776 (Résolu): add a executeSQL in TopiaContext
- Done in r2355.
-
04:08 pm Revision 2355: Evolution #1776: add a executeSQL in TopiaContext + little clean in TopiaContextImpl
-
04:02 pm Revision 2354: remove unused import
-
04:01 pm Evolution #1776 (Résolu): add a executeSQL in TopiaContext
- Some project still need to execute sql code over topia, using this method remove yet another link to hibernate in pro...
10/13/2011
-
05:48 pm Evolution #1773 (Résolu): Remove code in generators that prevent generation of classes alerady in...
- Give up it in EntityTransformer, too spagetty :(
-
05:47 pm Revision 2353: Evolution #1773: Remove code in generators that prevent generation of classes aler...
-
05:12 pm Revision 2352: Tâche #1775: Updates to eugene 2.5
-
05:12 pm Tâche #1775 (Résolu): Updates to eugene 2.4.1
- Requires for some new features
10/11/2011
-
10:22 am Evolution #1773 (Résolu): Remove code in generators that prevent generation of classes alerady in...
- Instead, the added option in Eugene should deal with that #1771
-
10:00 am Evolution #1770 (Résolu): Empty documentation on entities should not be generated
- Now, this is generated when there is no documentation :
/**
* getDesign :
* @return boolean
*...
10/10/2011
-
10:52 am Anomalie #1769 (Résolu): Hibernate mappings fails to load in offline mode
- Fixed in r2351.
-
10:51 am Revision 2351: Anomalie #1769: Hibernate mappings fails to load in offline mode
-
10:51 am Anomalie #1769 (Assigné): Hibernate mappings fails to load in offline mode
-
10:37 am Anomalie #1769: Hibernate mappings fails to load in offline mode
- A solution could be to replaced...
-
10:35 am Anomalie #1769 (Résolu): Hibernate mappings fails to load in offline mode
- In offline mode, hibernate mapping dtd is downloaded from http://hibernate.org/.
Hibernate DTD resolver doesn't se...
10/06/2011
-
01:01 am Revision 2350: Add comment
-
11:29 pm Evolution #1768: Update to commons-lang3
- There is a tag-value to not generate the toString method of generated entities :
See tag value model.notGenerateTo... -
09:53 pm Evolution #1768 (Rejeté): Update to commons-lang3
- Update to commons-lang3 or even better, remove org.apache.commons.lang.builder.ToStringBuilder from generated classes.
10/04/2011
-
09:11 am Evolution #1766 (Résolu): Do not generate DAOImpl if already found in classpath
- Dine in r2349.
-
09:10 am Revision 2349: Evolution #1766: Do not generate DAOImpl if already found in classpath
-
09:08 am Evolution #1766 (Résolu): Do not generate DAOImpl if already found in classpath
- USe the same logic than for entity : if impl is found in class-path do not generateit.
10/03/2011
-
06:46 pm Evolution #1765 (Résolu): Introduce the TopiaEntityEnum into the generated dao
- Dine in r2348.
-
06:42 pm Evolution #1764 (Résolu): Improve the method TopiaDAOImpl.newInstance()
- Dine in r2348.
-
06:34 pm Revision 2348: Evolution #1764: Improve the method TopiaDAOImpl.newInstance()
- Evolution #1765: Introduce the TopiaEntityEnum into the generated dao
-
05:52 pm Evolution #1764 (Assigné): Improve the method TopiaDAOImpl.newInstance()
-
05:52 pm Evolution #1765 (Résolu): Introduce the TopiaEntityEnum into the generated dao
- this object can help to obtain contract, implementation inside the dao without doing any hardcoded things : all is ge...
-
05:07 pm Evolution #1764 (Résolu): Improve the method TopiaDAOImpl.newInstance()
- Please could we just avoid to do some hardcorded stuff like this : ...
09/29/2011
-
05:40 pm Anomalie #1640: Cannot create TopiaContext when using an abstract class
- Thanks, it works perfectly in my project.
09/25/2011
-
11:57 pm Anomalie #1760 (Résolu): Do not force using "entity" stereotype on enumeration with QueryHelperTr...
-
11:42 pm Revision 2347: #1760 : ignore enumeration as object property in QueryHelperTransformer
-
11:39 pm Anomalie #1760 (Résolu): Do not force using "entity" stereotype on enumeration with QueryHelperTr...
- Enumeration type must be ignore to avoid creating object property for queries. Hibernate will consider enumeration as...
-
11:37 pm Anomalie #1648: Can not use enumeration in model and QueryHelperTransformer
- For the moment you must add "entity" stereotype to avoid problem with this transformer.
I think that it's not real...
09/22/2011
-
07:28 pm Revision 2346: Update mavenpom4redmineAndCentral to 3.0.4.
-
02:14 pm ToPIA 2.6.2 released
- The ToPIA team is pleased to announce the *topia-2.6.2* release!
Tools for Portable and Independent Architecture :
... -
02:07 pm Revision 2345: [maven-release-plugin] prepare for next development iteration
-
02:06 pm Revision 2344: [maven-release-plugin] copy for tag topia-2.6.2
-
02:06 pm Revision 2343: [maven-release-plugin] prepare release topia-2.6.2
-
02:03 pm Revision 2342: add license header
-
01:56 pm Tâche #1739 (Résolu): Updates to eugene 2.4
- done in r2341.
-
01:55 pm Revision 2341: Tâche #1739: Updates to eugene 2.4
-
12:23 pm Anomalie #1748 (Résolu): Some messages of the validation of a model are not correct
- Fixed in r2340.
-
12:22 pm Anomalie #1748 (Résolu): Some messages of the validation of a model are not correct
- It displays often a attribute name is already defined but this is not true :)
Just do not display this error when ... -
12:21 pm Evolution #1747 (Résolu): Model errors validation should not be displayed as info! at least they ...
- Done in r2340.
-
12:20 pm Anomalie #1641 (Résolu): Cannot use MyDAO.create(My.PROPERTY_CLIENT) with isClient() method
- I had a validation rule in the validator, so there is a message but still failure at all.
Done in r2340. -
12:19 pm Revision 2340: Anomalie #1641: Cannot use MyDAO.create(My.PROPERTY_CLIENT) with isClient() method
-
12:19 pm Revision 2339: Evolution #1747: Model errors validation should not be displayed as info! at least...
-
12:18 pm Evolution #1747 (Résolu): Model errors validation should not be displayed as info! at least they ...
-
11:39 am Revision 2338: fix serialVersionUID generation (miss the L)
-
11:04 am Evolution #1716 (Résolu): Improve generators
-
11:03 am Evolution #1716: Improve generators
- Use now generated serialVersionUID (done in r2337.)
-
11:03 am Revision 2337: Use generated serialVersionUID from eugene
-
08:59 am Anomalie #1641: Cannot use MyDAO.create(My.PROPERTY_CLIENT) with isClient() method
- I understand your opinion.
However, we have to inform the Topia user that he's doing wrong. Because I was not the ...
09/21/2011
-
12:27 am Anomalie #1641: Cannot use MyDAO.create(My.PROPERTY_CLIENT) with isClient() method
- I am not sure this is a good idea :
getClient():Client and setClient(Client):void introduces a client javaBean pro... -
12:20 am Anomalie #1732 (Résolu): Cannot compile with N multiplicity to an enumeration
- Fixed in r2336.
-
12:20 am Revision 2336: Anomalie #1732: Cannot compile with N multiplicity to an enumeration
-
08:29 pm Anomalie #1732 (Assigné): Cannot compile with N multiplicity to an enumeration
-
08:13 pm Revision 2335: onyl invoke its at release due to MINVOKER-107
-
11:32 am Anomalie #1745 (Résolu): Cannot use a function on TopiaQuery
-
09:50 am Anomalie #1745 (Fermé): Cannot use a function on TopiaQuery
- Done in r2333
-
09:43 am Revision 2334: Invert assertEquals............
-
09:40 am Revision 2333: #1745
- Cannot use a function on TopiaQuery
-
09:16 am Anomalie #1745 (Résolu): Cannot use a function on TopiaQuery
- query.addWhere("lower(name)", TopiaQuery.Op.LIKE, "%" + nameToFind.toLowerCase() + "%");
The property name is used...
Also available in: Atom