[jboss-jira] [JBoss JIRA] Created: (JBRULES-2095) MVEL action in Flow does not support .* imports
Kris Verlaenen (JIRA)
jira-events at lists.jboss.org
Thu May 21 12:26:56 EDT 2009
MVEL action in Flow does not support .* imports
-----------------------------------------------
Key: JBRULES-2095
URL: https://jira.jboss.org/jira/browse/JBRULES-2095
Project: JBoss 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.M1
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/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list