[
https://issues.jboss.org/browse/JBRULES-3228?page=com.atlassian.jira.plug...
]
Michael Pellegrini updated JBRULES-3228:
----------------------------------------
Description:
The current documentation does not describe how to insert a fact into a specific
entryPoint from with the DRL. Either using the drools object reference or the shortcut
version.
rule "test"
when
then
entryPoint["name"].insert()
end
was:
The current documentation does not describe how to insert fact into a specific entryPoint
from with the DRL. Either using the drools object reference or the shortcut version.
rule "test"
when
then
entryPoint["name"].insert()
end
Method for inserting facts via entryPoints from a DRL is not
documented
------------------------------------------------------------------------
Key: JBRULES-3228
URL:
https://issues.jboss.org/browse/JBRULES-3228
Project: Drools
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: drools-docs
Affects Versions: 5.3.0.CR1
Reporter: Michael Pellegrini
Assignee: Mark Proctor
The current documentation does not describe how to insert a fact into a specific
entryPoint from with the DRL. Either using the drools object reference or the shortcut
version.
rule "test"
when
then
entryPoint["name"].insert()
end
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira