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