[jboss-jira] [JBoss JIRA] Closed: (JBRULES-1087) Context Assistant that shows list of filtered DSL does not work on DRL editor

Mark Proctor (JIRA) jira-events at lists.jboss.org
Wed Aug 15 21:33:01 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBRULES-1087?page=all ]

Mark Proctor closed JBRULES-1087.
---------------------------------

    Fix Version/s: 4.0.1
                       (was:  4.0.0.GA)
       Resolution: Done

This we already discussed this and its because the file is not named .dslr, which I believe you already have working now.

> 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.1
>
>
> 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