]
Jozef Marko updated DROOLS-415:
-------------------------------
Tester: Jozef Marko
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
Labels: drools-tools
Fix For: 5.5.0.Final
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.