[jboss-jira] [JBoss JIRA] Created: (JBRULES-1681) BRMS: Insert logical does a regular insert

Jaroslaw Kijanowski (JIRA) jira-events at lists.jboss.org
Tue Jul 15 06:46:27 EDT 2008


BRMS: Insert logical does a regular insert
------------------------------------------

                 Key: JBRULES-1681
                 URL: http://jira.jboss.com/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
         Assigned To: Mark Proctor


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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list