[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-3506) @AutoCreate overrides @Observer(create = false) when it shouldn't

Pete Muir (JIRA) jira-events at lists.jboss.org
Tue Oct 7 11:25:20 EDT 2008


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

Pete Muir commented on JBSEAM-3506:
-----------------------------------

Norman and I feel the correct semantics are:

(1) create=false, no @Autocreate, no instance
(2) create=true, no @Autocreate, create an instance
(3) create=false @AutoCreate, no instance
(4) create=true, @AutoCreate, create an instance

We currently do (1), (2), (4). Need to implement (3) in a non-hacky fashion (which will be hard)

> @AutoCreate overrides @Observer(create = false) when it shouldn't
> -----------------------------------------------------------------
>
>                 Key: JBSEAM-3506
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3506
>             Project: Seam
>          Issue Type: Bug
>          Components: Documentation Issues
>            Reporter: Christian Bauer
>            Assignee: Pete Muir
>             Fix For: 2.1.0.GA
>
>


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