[jboss-jira] [JBoss JIRA] (DROOLS-415) Guvnor guided editor can't save when composite key's condition
Dennis Lee (JIRA)
issues at jboss.org
Thu Jan 23 16:52:28 EST 2014
[ https://issues.jboss.org/browse/DROOLS-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dennis Lee updated DROOLS-415:
------------------------------
Description:
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.
was:
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
order : Order(id.baseDate >= '...' && id.baseDate <= '..')
Then
....................
If i created this rule on Guvnor's guided editor, it could not save.
> 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
> Security Level: Public(Everyone can see)
> Affects Versions: 5.5.0.Final
> Environment: Windows
> Reporter: Dennis Lee
> Assignee: Mark Proctor
> 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.
--
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