]
Jozef Marko closed DROOLS-415.
------------------------------
Fix Version/s: (was: 5.5.0.Final)
Resolution: Won't Do
Won't be implemented due to changed team focus on DMN and ScenarioSImulation assets.
Guvnor guided editor can't save when composite key's
condition
--------------------------------------------------------------
Key: DROOLS-415
URL:
https://issues.jboss.org/browse/DROOLS-415
Project: Drools
Issue Type: Feature Request
Components: Guided Rule Editor
Affects Versions: 5.5.0.Final
Environment: Windows
Reporter: Dennis Lee
Assignee: Mark Proctor
Priority: Major
Labels: drools-tools
Attachments: 1.png
When i use to create rules on Guided editor, it can't save.
For example, my entity is a order entity. It have some keys.
Entity class : MailMail(id, ...so on..)
Entity class : MailMailId(baseDate, mailLogId)
Keys : baseDate, mailLogId
It generated from hibernate generation's classes.
I created a rule on Guided editor
When
mailMail : MailMail(id.baseDate >= '...' && id.baseDate <=
'..')
Then
....................
If i created this rule on Guvnor's guided editor, it could not save.