[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-3439) Bug in the seam-gen tool of seam

Pete Muir (JIRA) jira-events at lists.jboss.org
Sun Sep 21 13:12:20 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBSEAM-3439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pete Muir updated JBSEAM-3439:
------------------------------

      Component/s: Tools
                       (was: EJB3)
    Fix Version/s:     (was: 2.0.0.GA)


> Bug in the seam-gen tool of seam
> --------------------------------
>
>                 Key: JBSEAM-3439
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3439
>             Project: Seam
>          Issue Type: Bug
>          Components: Tools
>         Environment: Windows / Linux
>            Reporter: djafaka
>         Attachments: fatpig.rar, screenshot-1.jpg
>
>
> It seem that Seam gen doesn't generate some scope annotation like @Scope(ScopeType.CONVERSATION) for some master details relation.
> In fact in my model i have 3 EJB3 entities:
> Account
> Operation (Many-To-One to Account/Many-to-One OperationType)
> OperationType
> When i try to select Operation search parameter, the resulting operation is not correct, the parameter is still reinitialized and the corresponding result list is not correct.
> I found a solution in the code source generation of class OperationList with adding @Scope(ScopeType.CONVERSATION) 

-- 
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 seam-issues mailing list