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