[jboss-jira] [JBoss JIRA] Updated: (JBRULES-1542) the nested type org.drools..... cannot be referenced by it's binary name
Edson Tirelli (JIRA)
jira-events at lists.jboss.org
Wed Apr 2 15:20:29 EDT 2008
[ http://jira.jboss.com/jira/browse/JBRULES-1542?page=all ]
Edson Tirelli updated JBRULES-1542:
-----------------------------------
Problem can be reproduced with the following rule:
rule "uses inner class"
when
$ic : InnerClass( intAttr == 1 )
then
modify( $ic ) {
setIntAttr( 2 )
}
results.add( $ic );
end
I fixed the problem and committed to 4.0.x branch. Still need to port it to trunk.
> the nested type org.drools..... cannot be referenced by it's binary name
> ------------------------------------------------------------------------
>
> Key: JBRULES-1542
> URL: http://jira.jboss.com/jira/browse/JBRULES-1542
> Project: JBoss Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Eclipse IDE
> Affects Versions: 4.0.6
> Reporter: Fernando Meyer
> Assigned To: Edson Tirelli
> Fix For: 5.0.0-M1, 4.0.7
>
>
--
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