[jboss-jira] [JBoss JIRA] Created: (JBRULES-1087) Context Assistant that shows list of filtered DSL does not work on DRL editor
Joe Son (JIRA)
jira-events at lists.jboss.org
Wed Aug 15 16:51:01 EDT 2007
Context Assistant that shows list of filtered DSL does not work on DRL editor
-----------------------------------------------------------------------------
Key: JBRULES-1087
URL: http://jira.jboss.com/jira/browse/JBRULES-1087
Project: JBoss Rules
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Eclipse IDE
Environment: Windows 2000, Drools 4.0, Eclipse 3.2.2
Reporter: Joe Son
Assigned To: Mark Proctor
Fix For: 4.0.0.GA
DRL FILE:
package rules
import com.nationwide.pc.rules.TrexoWrapUC40;
expander UC40Dsl.dsl
rule "Neither Correct Or Complete Audit For High AP"
salience 1800
activation-group "UC40"
when
UC40 has
- additional prem >= 25000.0 Or returned premium >= 5000.0
- task type != "Correct Audit"
- task type != "Complete Audit Review"
then
Set RuleResult "Verify Audit Accuracy"
Log result "Verify Audit Accuracy"
Dispatch work item
end
On previous versions, the context assistant show the list of DSL mappings available for me to use. This one, it doesn't. When I type - followed by Cntr+Space it sounds a windows error sound.
When I simply type Cntr+Space, it shows list of DRL keywords plust my imported class name.
--
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