[
https://issues.jboss.org/browse/DROOLS-310?page=com.atlassian.jira.plugin...
]
Mario Fusco resolved DROOLS-310.
--------------------------------
Resolution: Won't Fix
It's not possible to disambiguate this keeping mvel class literal. Also note that
following java conventions is sufficient to workaround this problem.
MVEL does not resolve class/member aliases
------------------------------------------
Key: DROOLS-310
URL:
https://issues.jboss.org/browse/DROOLS-310
Project: Drools
Issue Type: Bug
Affects Versions: 5.5.0.Final
Reporter: Davide Sottara
Assignee: Mario Fusco
In the (unlikely) case a class should have the same name as one of its members:
myClass( myClass != null )
MyClass( MyClass != null )
constraints will not be resolved correctly by MVEL
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)