]
Mario Fusco resolved DROOLS-2193.
---------------------------------
Fix Version/s: 7.10.0.Final
Resolution: Duplicate Issue
MVEL Dialect cannot find the FH when using modify on a DataSource
-----------------------------------------------------------------
Key: DROOLS-2193
URL:
https://issues.jboss.org/browse/DROOLS-2193
Project: Drools
Issue Type: Bug
Components: core engine
Reporter: Lance Leverich
Assignee: Mario Fusco
Fix For: 7.10.0.Final
Attempting to use _modify_ on a fact that is retrieved from a DataSource will sometimes
cause an error that reads:
{{Update error: handle not found for object: ...}}
Using dialect "java" fixes the issue.