[jboss-jira] [JBoss JIRA] Closed: (JBRULES-1681) BRMS: Insert logical does a regular insert
Michael Neale (JIRA)
jira-events at lists.jboss.org
Mon Jul 21 02:09:52 EDT 2008
[ https://jira.jboss.org/jira/browse/JBRULES-1681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Neale closed JBRULES-1681.
----------------------------------
Resolution: Done
Thanks - all fixed.
> BRMS: Insert logical does a regular insert
> ------------------------------------------
>
> Key: JBRULES-1681
> URL: https://jira.jboss.org/jira/browse/JBRULES-1681
> Project: JBoss Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: drools-brms
> Affects Versions: 5.0.0.M1
> Reporter: Jaroslaw Kijanowski
> Assignee: Michael Neale
> Fix For: 5.0.0.M2
>
>
> When I use the guided editor and add the action "Logically insert a new fact" and then look at the source I see:
> insert( new Person() );
> instead of
> insertLogical( new Person() );
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list