[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2669) Document @AutoCreate overriding @Observer(create = false)

Christian Bauer (JIRA) jira-events at lists.jboss.org
Mon Feb 25 04:15:42 EST 2008


Document @AutoCreate overriding @Observer(create = false)
---------------------------------------------------------

                 Key: JBSEAM-2669
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2669
             Project: JBoss Seam
          Issue Type: Task
          Components: Documentation Issues
            Reporter: Christian Bauer


I'm not even sure this is semantically correct but a component with @AutoCreate is always instantiated when it is referenced. The documentation only mentions the "when @In does not specify create=true" case. However, if you have an @AutoCreate component and it has an @Observer method, setting @Observer(create = false) has no effect, the component will be instantiated when the event occurs. We definitely need to document this or discuss it further.


-- 
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