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