gaeaodb-help Mailing List for Gaea - Object Database Viewer (Page 2)
Brought to you by:
jsgoupil
You can subscribe to this list here.
| 2008 |
Jan
|
Feb
(35) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:17:12
|
Bugs item #1902293, was opened at 2008-02-26 11:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902293&group_id=212875 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: UI Group: v0.8 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jean-Sstien Goupil (jsgoupil) Assigned to: Marie Duhaime-Major (mdmajor) Summary: Type in a list even if this one is empty Initial Comment: We need to get the type in the list (the type between the <>. Example Vector<Chicken>), even if this list is empty. Method: updateDataInTopArrayForObjectSelection in DataArraysPanel. #### ORIGINAL #### Type contenu dans une liste même si celle-ci est vide Il faut pouvoir récupérer le type contenu dans une liste (le type entre <> par exemple Poulet dans Vector<Poulet>), même si cette liste est vide. Méthode updateDataInTopArrayForObjectSelection dans DataArraysPanel. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902293&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:16:29
|
Bugs item #1902292, was opened at 2008-02-26 11:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902292&group_id=212875 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Common Group: v0.8 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jean-Sstien Goupil (jsgoupil) Assigned to: Jean-Sstien Goupil (jsgoupil) Summary: Support enums Initial Comment: We can't create an instance not null of an enum. The following error (SEE BELOW) 1. Create a class with enum field (SEE BELOW) 2. Create an instance of this class #### ORIGINAL #### Support des enums Il est impossible de créer une instance non null d'un enum. L'erreur est: [WARN] 2007-12-06 15:00:08 org.gaea.ui.graphic.data.AddInstancePanel Unable to find the constructor with no param class org.gaea.demo.marieTests.Adresse$eTypeRue -1- Créer et ajouter une classe comportant un field de type Enum, par exemple: public enum eTypeRue { Rue, Avenue, Boulevard }; private eTypeRue typeRue; -2- Créer une instance de cette classe est sélectionnée nouvelle instance pour le champ typeRue. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902292&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:15:38
|
Bugs item #1902291, was opened at 2008-02-26 11:15 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902291&group_id=212875 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Common Group: v0.8 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jean-Sstien Goupil (jsgoupil) Assigned to: Benoit Devost (bdevost) Summary: Pressing Refresh, Data are not correctly updated? Initial Comment: I had these classes on my computer A, B, C Someone delete these classes from the server... I stay connected I hit Refresh = OK, the classes are gone. This someone put the classes back on the server I hit Refresh again. The classes come back. I click on a class and I receive the following error (SEE BELOW) #### ORIGINAL #### En appuyant sur Refresh, on dirait que les données ne sont pas bien mise à jour J'avais ces classes sur mon ordinateur A, B, C Une personne séparée supprime ces classes du serveur ... Je reste connecté. Je fais Refresh = OK les classes sont parties Cette personne remet les classe sur le serveur. Je refais Refresh. Les classes reviennent. Je click sur une classe et je reçois le message suivant [ERR] 2007-12-07 15:53:14 org.gaea.ui.graphic.data.DataArraysPanel Failed to get instances associated with class org.gaea.demo.store.Boulangerie because: Key cannot be found ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902291&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:14:28
|
Bugs item #1902288, was opened at 2008-02-26 11:14 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902288&group_id=212875 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Library Group: v0.8 Status: Open Resolution: None Priority: 2 Private: No Submitted By: Jean-Sstien Goupil (jsgoupil) Assigned to: gaea membre (bbahi) Summary: Support Strict OQL and Cool OQL Initial Comment: Get an option which support Strict OQL and Improved SQL by us #### ORIGINAL #### Supporter le OQL Strict et Cool Avoir une option qui permet de supporter le OQL Strict ainsi que le OQL amélioré par nos soins (communément appelé Cool) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902288&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:13:52
|
Bugs item #1902285, was opened at 2008-02-26 11:13 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902285&group_id=212875 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Library Group: v0.8 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jean-Sstien Goupil (jsgoupil) Assigned to: gaea membre (bbahi) Summary: An identifier can start by _ Initial Comment: Currently, the analyzer doesn't support an identifier starting with _ #### ORIGINAL #### Un identifiant peut commencer par _ Présentement, l'analyseur ne supporte pas que mon identifiant commence par _ ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902285&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:13:27
|
Bugs item #1902284, was opened at 2008-02-26 11:13 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902284&group_id=212875 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: UI Group: v0.8 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jean-Sstien Goupil (jsgoupil) Assigned to: Marie Duhaime-Major (mdmajor) Summary: Refresh too many times the data Initial Comment: The table will call the method getFieldValue from DataHelper each time it is displayed on the screen. So if we hide the application and we display it again, we do the treatment again. We should put it in cache? #### ORIGINAL #### Refresh des données trop souvent Le tableau va appeler la méthode getFieldValue de DataHelper à chaque fois qu'il réapparait à l'écran. Donc si on cache l'application et qu'on la réaffiche on refait beaucoup de traitement. On devrait mettre ca en cache? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902284&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:05:29
|
Bugs item #1902276, was opened at 2008-02-26 11:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902276&group_id=212875 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Common Group: v0.8 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jean-Sstien Goupil (jsgoupil) Assigned to: Jean-Sstien Goupil (jsgoupil) Summary: Create a class with a Dictionary Initial Comment: The following error is dipslayed (SEE BELOW) #### ORIGINAL #### Créer une classe avec un Dictionary L'erreur suivante est affichée : Enhancer failed for the following reason: Enhancer failed for the following reason: java.lang.NullPointerException public class TDate { /** Nom du test. */ private String nom; private java.util.Dictionary vector; public String toString() { return this.nom; } } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902276&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:04:17
|
Bugs item #1902273, was opened at 2008-02-26 11:04 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902273&group_id=212875 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: UI Group: v0.8 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jean-Sstien Goupil (jsgoupil) Assigned to: Benoit Devost (bdevost) Summary: Display the full class path in the data structure Initial Comment: In the data structure, we could have the full class path in order to be able to find easily the classes in the same package. If in an complex architecture, I want to work with classes linked to employees, it could be easier if all the classes were grouped. #### ORIGINAL #### afficher le chemin complet des classes dans la structure donnée dans la structure donnée, il serait bien de voir le patch complet des classes afin de pouvoir facilement trouver les classes dans le même package. Si dans une architecture complexe, je veux travailler avec les classes liés aux employées, il serais plus facile si toutes ces classes étaient regroupés. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902273&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:01:55
|
Bugs item #1902269, was opened at 2008-02-26 11:02 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902269&group_id=212875 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: UI Group: v0.8 Status: Open Resolution: None Priority: 1 Private: No Submitted By: Jean-Sstien Goupil (jsgoupil) Assigned to: Marie Duhaime-Major (mdmajor) Summary: Right click on the wizard menu tree doesn't select the corct Initial Comment: The JMenuItem "Supprimer" is not "hover" automatically when we right click on a file (while "Nouveau Dossier" is hover when we right click on a folder). "hover" = nice little selection rectangle. THIS could be a JAVA bug. If we found a workaround for this bug, we need to mention it's a Java bug. #### ORIGINAL #### Right click sur le menu tree du wizard ne sélectionne pas le bon menu item Le JMenuItem "Supprimer" n'est pas "hover" automatiquement quand on right click sur un fichier (tandis que "Nouveau Dossier" est "hover" quand on right click sur un dossier). "hover" = beau petit rectangle de sélection. CECI peut être un bogue JAVA. Ca y ressemble drôlement, si un workaround est trouvé, il faut mentionné que c'est un bogue java. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902269&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 15:59:06
|
Bugs item #1902264, was opened at 2008-02-26 10:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902264&group_id=212875 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: UI Group: v0.8 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jean-Sstien Goupil (jsgoupil) Assigned to: Marie Duhaime-Major (mdmajor) Summary: Dig into a Vector Initial Comment: When we dig into a vector, this one can have any kind of classes inside. This means if I have 2 different classes, I will have different fields. Displayed columns are based on the first vector element. We should display all fields and when an object doesn't support the field, we could put a special option or gray the cell. ##### ORIGINAL ##### Monter un Vector d'objet Lorsque l'on monte un vecteur d'objet, celui-ci peut avoir n'importe quel sorte de classes à l'intérieur. Cela signifie que si j'ai deux classes différentes, je vais avoir des champs différents. Les colonnes affichées sont en fonction du premier élément du vecteur. On devrait tout afficher les champs et quand un objet ne supporte pas ce champ, on peut mettre une option spéciale ou griser la case? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902264&group_id=212875 |