gaeaodb-help Mailing List for Gaea - Object Database Viewer
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 17:32:24
|
Bugs item #1902327, was opened at 2008-02-26 11:41 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=1902327&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: Don't map all the time? Initial Comment: SEE BELOW #### ORIGINAL #### Ne pas mapper à tout coup ? select Personne.a.nom from Personne as a Personne.a.nom a.nom est une variable? je crois que c'est légal... on doit remplacer a ici? je ne suis pas sur 100% à vérifier ! Je crois qu'on aura pas le choix de faire de la réflexion ici, imaginez les scénarios suivants: Dans tous les cas, sur mySQL ca passe... sauf que mySQL n'autorise pas que l'on face SELECT uneTable // Je veux le champ a select Personne.a from Personne as a // Je veux soit la table Personne? Attention pourquoi pas Personne.a? select a from Personne as a // Je veux le champ Personne.nom select nom.nom from Personne as nom Je crois qu'il serait bien de faire de la réflexion à ce niveau? et quand c'est ambigue, on pourrait levé une exception "AMBUGUOUS AS" ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902327&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 17:31:41
|
Bugs item #1902323, was opened at 2008-02-26 11:39 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=1902323&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: Jean-Sstien Goupil (jsgoupil) Summary: Create a class with a collection Initial Comment: The class Departement in a Collection<Employee> doesn't work. The Collection isn't supported, it creates a new NULL object, but we can't add Employee inside (it doesn't work with vector either) #### ORIGINAL #### Créer une classes avec une collection La classe Département avec une Collection<Employee> ne fonctionne pas. La Collection n'est pas supporté, il crée un nouvel object NULL, mais on ne peut ajouter des Employee dedans (de la même façon que fonctionne les vecteur). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902323&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 17:30:59
|
Bugs item #1902313, was opened at 2008-02-26 11:29 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=1902313&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: Creating list and object table Initial Comment: SEE BELOW #### ORIGINAL #### Création de listes et tableaux d'objets Java (ex.: String, Float, Boolean...) Il faut réussir à utiliser des listes avec des objets Java (ex.: String, Float, Boolean, etc.). Si nous utilisons de tels objets, il y a une erreur à l'exécution: javax.jdo.JDOUserException: The supplied instance is not of type javax.jdo.spi.PersistenceCapable (java.lang.String). Si j'essaie de faire un Boolean[], ça ne fonctionne pas. J'ai l'erreur de runtime suivante: javax.jdo.JDOFatalInternalException: javax.jdo.JDODataStoreException: Schema Definition Error Current configuration allows schema definition and but not evolution However following updates are required New class(es) to be defined: Array<Boolean> Schema change(s) required: define-class{class=Array<Boolean>} add-field{class=Listes,field=_myBooleanArray} Change versant.vdsSchemaDefine and/or versant.vdsSchemaEvolve or use SchemaTool or Workbench or Ant tasks to define schema Utiliser le test JUnit en appelant listeObject = Listes.getListPrimitiveExample() (elle est commentée) au lieu de Listes listeObject = Listes.getListObjectExample(). ### ANSWER by bdevost Versant ne supporte pas les Arrays de String, malheureusement. On ne peut rien y faire. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902313&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 17:29:30
|
Bugs item #1902319, was opened at 2008-02-26 11:34 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=1902319&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: gaea membre (bbahi) Summary: The compiler doesn't delete his files Initial Comment: We create the temporary files in /Gaea/.metadata/gaeatmp/*.class and it should be deleted at the end of the program. This work with the UI but not working in tests and commandline. #### ORIGINAL #### Le compilateur ne supprime pas ses fichiers On crée un fichier temporaire dans /Gaea/.metadata/gaeatmp/*.class et il devrait être supprimé à la sortie du programme. Cela fonctionne avec le UI mais pas avec les tests ni la commandline Je n'ai pas pas pu le corriger. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902319&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 17:24:30
|
Bugs item #1902326, was opened at 2008-02-26 11:40 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=1902326&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: Add 2 classes with inheritance ask for restarting? Initial Comment: Why restarting the we have classes like Animal and Poulet (poulet inherits from Animal) #### ORIGINAL #### Ajouter 2 classes [héritage] nous demande de restarter? Pourquoi redémarrer quand on a une classe telle que Animal et Poulet (poulet qui hérite d'animal?) By the way, le generateDescriptiveFile retourne des Integer direct sans utiliser des constantes... à corriger. corriger aussi les javadoc. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902326&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 17:20:51
|
Bugs item #1902310, was opened at 2008-02-26 11:29 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=1902310&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: Only 1 connection to the database is allowed Initial Comment: We should be able to connect many times on the same computer with different windows (with commandline for instance) javax.jdo.JDOFatalInternalException: java.net.BindException: Address already in use: JVM_Bind NestedThrowables: java.net.BindException: Address already in use: JVM_Bind #### ORIGINAL #### Une seule connexion à la base de données autorisée Il serait utile de pouvoir se connecter plusieurs fois avec différentes fenêtres de commandline par exemple. Pour l'instant, quand on essaie de se connecter on reçoit l'erreur javax.jdo.JDOFatalInternalException: java.net.BindException: Address already in use: JVM_Bind NestedThrowables: java.net.BindException: Address already in use: JVM_Bind ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902310&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:50:58
|
Bugs item #1902337, was opened at 2008-02-26 11:50 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=1902337&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: 7 Private: No Submitted By: Jean-Sstien Goupil (jsgoupil) Assigned to: gaea membre (bbahi) Summary: Complex simple request Initial Comment: SEE BELOW #### ORIGINAL #### requête complexe simple select * from (select * from Commis) Retourne un unknown error ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902337&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:49:09
|
Bugs item #1902332, was opened at 2008-02-26 11:44 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=1902332&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: A class in both perspective should be the same selected Initial Comment: We could change easily between perspective to see the fields and the data and the inherited classes #### ORIGINAL #### La classe sélectionnée dans la perpective données devraient être la même dans la perspective structure et vice-versa Ainsi, on pourrait changer rapidement de structure pour voir les champs que nous avons et savoir qui hérite de qui. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902332&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:48:30
|
Bugs item #1902335, was opened at 2008-02-26 11:47 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=1902335&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: 7 Private: No Submitted By: Jean-Sstien Goupil (jsgoupil) Assigned to: gaea membre (bbahi) Summary: Group By not working Initial Comment: The analyzer doesn't work with group by GaeaOQL> select prenom, secuid from Personne group by prenom [ERR] Unknown Error [CLS] class org.gaea.common.exception.OQLAnalyzerException [TRC] MismatchedTokenException(-1!=7) The following request pass the analyzer but shouldn't GaeaOQL> select prenom, secuid from Personne group prenom line 1:42 mismatched character 'p' expecting 'b' The group by is working currently and since the R768 but we need to respect the OQL specifications #### ORIGINAL #### group by non fonctionnel l'analyseur ne prend pas le group by GaeaOQL> select prenom, secuid from Personne group by prenom [ERR] Unknown Error [CLS] class org.gaea.common.exception.OQLAnalyzerException [TRC] MismatchedTokenException(-1!=7) la requête suivante passe l'analyseur et ne devrait pas (moins urgent) GaeaOQL> select prenom, secuid from Personne group prenom line 1:42 mismatched character 'p' expecting 'b' Le groupe by est fonctionnel actuellement de puis la révision R 768 mais il faut respecter la syntaxe d'OQL: group by field : expression ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902335&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:45:13
|
Bugs item #1902334, was opened at 2008-02-26 11:45 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=1902334&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: Persistence of fake primitives Initial Comment: I try to add Vector<Integer> and I receive this error Failed to add the instance. Cause: Object [java.lang.Integer] is not a PersistenceCapable #### ORIGINAL #### Persistence de faux primitifs J'essaie d'ajouter un Vector<Integer> et voici l'erreur que je reçois: Failed to add the instance. Cause: Object [java.lang.Integer] is not a PersistenceCapable ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902334&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:42:59
|
Bugs item #1902330, was opened at 2008-02-26 11:43 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=1902330&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: 3 Private: No Submitted By: Jean-Sstien Goupil (jsgoupil) Assigned to: Marie Duhaime-Major (mdmajor) Summary: The program doesn't quit when exiting Initial Comment: By using "File->Quit" the program doesn't quit. An instance remains still alive with the following working threads: AWT-Windows Timer-0 Timer-1 DestroyJavaVM #### ORIGINAL #### Le programme ne se ferme pas en quittant En utilisant "Fichier->Quitter" le programme ne se ferme pas. Une instance reste toujours vivante avec les threads suivants qui fonctionnent : AWT-Windows Timer-0 Timer-1 DestroyJavaVM ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902330&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:41:51
|
Bugs item #1902328, was opened at 2008-02-26 11:41 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=1902328&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: Support ranges ( [1:5] ) Initial Comment: Error in the analyzer #### ORIGINAL #### Analyseur : Support des ranges ( [1:5] ) Erreur dans l'analyseur. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902328&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:37:42
|
Bugs item #1902322, was opened at 2008-02-26 11:37 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=1902322&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: Historu too long Initial Comment: When the history is too long, we don't see it anymore #### ORIGINAL #### History trop long Quand le history est trop long, on ne le voit plus... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902322&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:36:45
|
Bugs item #1902320, was opened at 2008-02-26 11:36 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=1902320&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: Historique when OQL Initial Comment: Wrong history element (the instance parent number is invalid) This happens when we try to navigate thru an instance when we are in an OQL request example : select responable from Commis as a #### ORIGINAL #### Historique lors d'un retour OQL Element Historique invalide (le numéro de l'instance historique parente est invalide). Ceci se produit lorsqu'on essaie de naviguer dans un instance d'un objet lors du retour d'une requete OQL dans le UI. exemple : select responable from Commis as a --> Dans la bd gaeastore entre-autre. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902320&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:33:27
|
Bugs item #1902304, was opened at 2008-02-26 11:26 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=1902304&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: Jean-Sstien Goupil (jsgoupil) Summary: Delete an instance referenced somewhere else crash UI Initial Comment: If "Poulet" was referencing to a Brachiosaure in one of his field, and we delete this Brachiosaure. When we will click on this Poulet, we won't be able to get the data from Poulet because we get the error "Object not found: 1.xx.xxxx" By doing the select, it seems the missing field is null, but a retrieveAll throw the error JDOObjectNotFoundException #### ORIGINAL #### Supprimer une instance qui était référencée ailleurs fait "planter" le UI Si un Poulet faisait référence à un Brachiosaure dans ses fields, et qu'on supprime ce Brachiosaure. Lorsque l'on va revenir sur "Poulet", il ne sera plus possible de récupérer les données de Poulet car l'erreur qu'on recevra sera "Object not found: 1.xx.xxxx" En faisant le select, il semble que la valeur du field manquant vaut null, mais le retrieveAll throw l'erreur JDOObjectNotFoundException ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902304&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:33:16
|
Bugs item #1902318, was opened at 2008-02-26 11:33 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=1902318&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: gaea membre (bbahi) Summary: Transform the application in Arabic Initial Comment: We need to translate but we also need to make Right to Left #### ORIGINAL #### Transformer l'application en Arabe On doit traduire mais on doit aussi passer ça en Right To Left. Tu es plus bon que moi en ui alors je peux te traduire les textes et tu fais le reste ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902318&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:32:52
|
Bugs item #1902309, was opened at 2008-02-26 11:29 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=1902309&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: After a long wait, the connection is lost Initial Comment: After a while, the server closes the connection Connection lost by the host #### ORIGINAL #### Après une longue attente, la connexion est perdue Après un certain temps, le serveur ferme la connexion Connection lost by the host ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902309&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:32:50
|
Bugs item #1902311, was opened at 2008-02-26 11:29 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=1902311&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: addlistener to the config Initial Comment: Give a method to add a listener to a configuration, when this one change, the listeners are called to change their settings inside the program instead of restarting #### ORIGINAL #### S'abonner à une config avec listener Fournir un moyen pour s'abonner à une configuration en particulier pour pouvoir executer du code seulement quand la config est modifié... plutôt que d'être obliger de redémarrer le programme. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902311&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:31:56
|
Bugs item #1902315, was opened at 2008-02-26 11:31 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=1902315&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: Deconnect doesn't update the result table Initial Comment: Make a OQL request which returns results. Then Disconnect and Reconnect The result table will still contain data #### ORIGINAL #### Déconnecter ne met pas à jour le tableau de résultats Faire une requête OQL qui retourne des résultats Ensuite faire déconnecter et se reconnecter Le tableau de résultats contiendra toujours des données ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902315&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:29:49
|
Bugs item #1902314, was opened at 2008-02-26 11:29 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=1902314&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: Modify a class Initial Comment: Add a class in the wizard Delete it Modify it and add it again #### ORIGINAL #### Modifier une classe Ajouter une classe avec le Wizard La supprimer ensuite La modifier et la rajouter encore Une fois que cela fonctionnera parfaitement, on pourra faire "Modifier" ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902314&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:29:43
|
Bugs item #1902312, was opened at 2008-02-26 11:29 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=1902312&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: Losing transaction after "Schema Definition Error" Initial Comment: SEE BELOW #### ORIGINAL #### Perte de la transaction après erreur "Schema Definition Error" La class b hérite de a (voir Additional Information pour la définition des classes).Après avoir ajouté a et b, je supprimer b. Ensuite, je ne peux plus rajouter la classe b. Il y a un "Schema Definition Error". Toutes les données dans l'arbre et dans les tableaux sont perdues. Je n'ai plus accès à aucune donnée. Après redémarrage, c'est corerct. -1- Créer et ajouter via le UI les classes a et b (via le Wizard). -2- Fermer le Wizard et s'amuser. -3- Sélectionner (ou pas) la classe b. -4- Supprimer la classe b (via le Wizard). -5- Fermer le Wizard et s'amuser. -6- Essayer de rajouter la classe b :( :( Schema Definition Error a.java /* ********************************************************* * Created: 07-12-07 * Copyright: © 2007 Team Gaea - Université de Sherbrooke * *********************************************************/ package org.gaea.demo; /** * @author Marie */ public class a { protected String aName; } b.java /* ********************************************************* * Created: 07-12-07 * Copyright: © 2007 Team Gaea - Université de Sherbrooke * *********************************************************/ package org.gaea.demo; /** * @author Marie */ public class b extends a { private String bName; } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902312&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:29:32
|
Bugs item #1902308, was opened at 2008-02-26 11:29 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=1902308&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: 3 Private: No Submitted By: Jean-Sstien Goupil (jsgoupil) Assigned to: Jean-Sstien Goupil (jsgoupil) Summary: Encrypt Passwords Initial Comment: Encrypt password to prevent to see them in files + never use a String for passwords but char[] Oups, we can see the passwords in versant.properties We need to do something to delete these files? #### ORIGINAL #### Encrypter les mots de passe Encrypter les mots de passe pour ne pas qu'on les voient en clair dans les fichiers. + Ne jamais utiliser de String pour les passwords, mais des char[] Oups, le mot de passe se retrouve dans le versant.properties Il faut faire quelque chose pour supprimer ce fichier. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902308&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:20:10
|
Bugs item #1902299, was opened at 2008-02-26 11:20 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=1902299&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: Warn user when register inner classes Initial Comment: Warn the user when the class he is going to register has inner classes In fact, JDO doesn't support such classes and automatically sets those instances as being transient. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902299&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:18:48
|
Bugs item #1902295, 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=1902295&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: Jean-Sstien Goupil (jsgoupil) Summary: Display Dictionary Initial Comment: We need to display keys and values at the same time from a dictionary #### ORIGINAL #### Afffichage dictionary Il faudrait pouvoir afficher à la fois les valeurs et les clés d'un dictionnaire. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902295&group_id=212875 |
|
From: SourceForge.net <no...@so...> - 2008-02-26 16:18:42
|
Bugs item #1902296, was opened at 2008-02-26 11:18 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=1902296&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: Jean-Sstien Goupil (jsgoupil) Summary: Delete from a dictionary Initial Comment: It is impossible to delete an element from a dictionary #### ORIGINAL #### Suppression d'un dictionary Il n'est pas possible de supprimer un élément d'un dictionary. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1023467&aid=1902296&group_id=212875 |