[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-785) No @Observer(create=false) equivalent in events.xml

Stephan Bublava (JIRA) jira-events at jboss.com
Tue Feb 6 04:23:20 EST 2007


No @Observer(create=false) equivalent in events.xml
---------------------------------------------------

                 Key: JBSEAM-785
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-785
             Project: JBoss Seam
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.1.5.GA
            Reporter: Stephan Bublava
            Priority: Minor


According to events-1.1.dtd it is not possible to define an event that will only be propagated to existing component instances, as an be done with @Observer.

Does it make sense to support something like the construct shown below?

<event type="hello">
    <action expression="#{helloListener.sayHelloBack}" create="false" />
</event>


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