[jboss-jira] [JBoss JIRA] (JBRULES-3270) Data-driven enumerations fail when other enumerations do not exist
G Patel (Created) (JIRA)
jira-events at lists.jboss.org
Fri Oct 28 16:50:45 EDT 2011
Data-driven enumerations fail when other enumerations do not exist
------------------------------------------------------------------
Key: JBRULES-3270
URL: https://issues.jboss.org/browse/JBRULES-3270
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: drools-guvnor
Affects Versions: 5.3.0.Final
Reporter: G Patel
Assignee: Mark Proctor
Currently, the following enumeration requires an enumeration on engineType to work correctly:
'Vehicle.fuelType[engineType]' : '(new test.VehicleHelper()).getFuelTypes("@{engineType}")'
Without an enumeration on engineType, the above fuelType enumeration does not work. Drools should not require an enumeration on engineType, as it may not always be needed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list