]
Mario Fusco resolved DROOLS-3345.
---------------------------------
Fix Version/s: 7.15.0.Final
Resolution: Done
Fixed by
Method and function invocation passing a field doesn't work in
executable model
-------------------------------------------------------------------------------
Key: DROOLS-3345
URL:
https://issues.jboss.org/browse/DROOLS-3345
Project: Drools
Issue Type: Bug
Reporter: Mario Fusco
Assignee: Mario Fusco
Priority: Blocker
Fix For: 7.15.0.Final
Using the executable model, trying to invoke a function or static method from a pattern
passing a field of the matched class (instead of using an accessor) causes an error
message like the following
{code}
Error Messages:
Message [id=1, level=ERROR,
path=src/main/java/com/middleware/bzr/ruleset/p2x_acr/r0/Rulese14c4bc3281a47218150a512c4578947RuleMethods0.java,
line=160, column=86
text=cannot find symbol
symbol: variable var_S_OPAIR
location: class
com.middleware.bzr.ruleset.p2x_acr.r0.Rulese14c4bc3281a47218150a512c4578947RuleMethods0]
{code}