[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-3855) some problems with loading Java pojo from .graph file.

Xue Peng (JIRA) jira-events at lists.jboss.org
Tue Feb 24 01:16:44 EST 2009


some problems with loading Java pojo from .graph file.
------------------------------------------------------

                 Key: JBIDE-3855
                 URL: https://jira.jboss.org/jira/browse/JBIDE-3855
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: smooks
    Affects Versions: 3.0.0.GA
            Reporter: Xue Peng
            Assignee: Xue Peng
             Fix For: 3.0.1.GA


1.The .graph file records java pojo like this : value="A;"
    If the value is "A;A;" , there are two same pojos , 
    the tools can load it all. It should load all same pojos and give them different name.

2.If the pojo is array , it can't be loaded. the tools should understand this value style : value = "A[]"

3.If the pojo is Collection , the tool only load Collection class and it can't understand the generic type : value = "java.util.List<A>"

4.When use the popmenu to add/remove the pojos , the .graph didn't record that.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list