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

djafaka (JIRA) jira-events at lists.jboss.org
Sat Sep 20 18:20:20 EDT 2008


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