[jboss-jira] [JBoss JIRA] Created: (JBRULES-2710) DSL replaces value inside quoted string

Scott Hrehirchuk (JIRA) jira-events at lists.jboss.org
Fri Sep 24 17:40:28 EDT 2010


DSL replaces value inside quoted string
---------------------------------------

                 Key: JBRULES-2710
                 URL: https://jira.jboss.org/browse/JBRULES-2710
             Project: Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 5.1.1.FINAL
         Environment: Windows, 32 sun java.
            Reporter: Scott Hrehirchuk
            Assignee: Mark Proctor


The DSL will replace values in a DSLR that are in ""

In the attached example the dsl is:
[consequence][]Bob=Fred

The dslr is:

package com.sample
 
import com.sample.DroolsTest.Message;

expander Sample.dsl

rule "Hello World"
	when
	then
		System.out.println("Bob");
end


I would expect the output to be Bob, but it is Fred.




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