[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2971) initial property value does not work if setter is missing (doesn't fall back to field)

Dan Allen (JIRA) jira-events at lists.jboss.org
Thu May 8 18:09:31 EDT 2008


initial property value does not work if setter is missing (doesn't fall back to field)
--------------------------------------------------------------------------------------

                 Key: JBSEAM-2971
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2971
             Project: Seam
          Issue Type: Bug
    Affects Versions: 2.1.0.A1, 2.0.2.GA
            Reporter: Dan Allen
         Assigned To: Dan Allen
             Fix For: 2.0.2.GA


The check for the setter method when preparing the initial property value is not wrapped in a catch block, so the logic never makes it to the field check. If the setter is missing, the proper behavior is that it moves on to looking for a field.

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

        



More information about the seam-issues mailing list