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

Xue Peng (JIRA) jira-events at lists.jboss.org
Mon Mar 2 22:19:22 EST 2009


    [ https://jira.jboss.org/jira/browse/JBIDE-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12455085#action_12455085 ] 

Xue Peng commented on JBIDE-3855:
---------------------------------

for point 3:
because "value" is a property of xml element , the property value don't allow "<" or ">" , so if the pojo is collection , the property value should record it as "java.util.List[A]" just like the array.


> 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