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

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


    [ https://jira.jboss.org/jira/browse/JBSEAM-3439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12430518#action_12430518 ] 

Pete Muir commented on JBSEAM-3439:
-----------------------------------

Please provide steps to reproduce.

> 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: EJB3
>         Environment: Windows / Linux
>            Reporter: djafaka
>             Fix For: 2.0.0.GA
>
>
> 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