[jboss-jira] [JBoss JIRA] (JBRULES-3637) The "from" CE does not manage @events correctly

Davide Sottara (JIRA) jira-events at lists.jboss.org
Mon Sep 24 17:23:35 EDT 2012


Davide Sottara created JBRULES-3637:
---------------------------------------

             Summary: The "from" CE does not manage @events correctly
                 Key: JBRULES-3637
                 URL: https://issues.jboss.org/browse/JBRULES-3637
             Project: Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: drools-core (fusion)
    Affects Versions: 5.4.0.Final
            Reporter: Davide Sottara
            Assignee: Edson Tirelli
            Priority: Critical
             Fix For: 5.5.0.Beta1


If an event type (i.e. an instance of a class marked with @role(event)) is returned by a "from" node, it is not wrapped by an EventFactHandle as expected, so e.g. any attempt to use temporal operators will fail. 

See the test case below for an example

The problem is in FromNode.java around line 200, where the new handles are created without passing an ObjectTypeConfiguration, leading to the default creation of a DefaultFactHandle.

I wonder if it's possible to simply retrieve the ObjectTypeConf:
workingMemory.getObjectTypeConfigurationRegistry().getObjectTypeConf( context.getEntryPoint(), object )

and pass it to the handle factory method. 
I tested it and it works for the test case below, but there may be other
side-effects I'm not seeing.

---------------------------------------------------------------------------
May be related (but not the same as) #JBRULES-2423

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list