[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-4225) Allow to add eventListeners to WorkingMemory

Tihomir Surdilovic (JIRA) jira-events at lists.jboss.org
Sat Jun 6 04:58:56 EDT 2009


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

Tihomir Surdilovic commented on JBSEAM-4225:
--------------------------------------------

added support to add event listeners, for example in components.xml:

<drools:managed-working-memory name="policyPricingWorkingMemory" auto-create="true" rule-base="#{policyPricingRules}">
	<drools:event-listeners>
    	<value>org.drools.event.DebugWorkingMemoryEventListener</value>
        <value>org.drools.event.DebugAgendaEventListener</value>
	</drools:event-listeners>
</drools:managed-working-memory>


> Allow to add eventListeners to WorkingMemory
> --------------------------------------------
>
>                 Key: JBSEAM-4225
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4225
>             Project: Seam
>          Issue Type: Feature Request
>            Reporter: Tihomir Surdilovic
>            Assignee: Tihomir Surdilovic
>
> Add support to add eventListeners to WorkingMemory.

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