[jboss-jira] [JBoss JIRA] Updated: (JBRULES-2095) MVEL action in Flow does not support .* imports
Edson Tirelli (JIRA)
jira-events at lists.jboss.org
Fri May 28 15:32:31 EDT 2010
[ https://jira.jboss.org/browse/JBRULES-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Edson Tirelli updated JBRULES-2095:
-----------------------------------
Fix Version/s: 5.1.0.CR1
(was: 5.1.0.M2)
> MVEL action in Flow does not support .* imports
> -----------------------------------------------
>
> Key: JBRULES-2095
> URL: https://jira.jboss.org/browse/JBRULES-2095
> Project: Drools
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: drools-core (flow)
> Reporter: Kris Verlaenen
> Assignee: Kris Verlaenen
> Fix For: 5.1.0.CR1
>
>
> There seems to be an issue where MVEL is not picking up the imports in a Flow Action node if the imports are package imports.
> For example:
> context.getKnowledgeRuntime().insert( new Fact() ); results in "could not resolve class: Fact" when using import org.drools.examples.model.*
> Using import org.drools.examples.model.Fact works fine.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list