[jboss-jira] [JBoss JIRA] (DROOLS-12) DSLR are not expanded when using the CompositeKnowledgeBuilder

Mario Fusco (JIRA) jira-events at lists.jboss.org
Mon Jan 14 05:10:22 EST 2013


Mario Fusco created DROOLS-12:
---------------------------------

             Summary: DSLR are not expanded when using the CompositeKnowledgeBuilder
                 Key: DROOLS-12
                 URL: https://issues.jboss.org/browse/DROOLS-12
             Project: Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
            Reporter: Mario Fusco
            Assignee: Mark Proctor


Using the CompositeKnowledgeBuilder to build a DSL and a DSLR like it follows:

        kbuilder.batch()
                .add( ResourceFactory.newClassPathResource( "test_expander.dsl", getClass() ),
                        ResourceType.DSL )
                .add( ResourceFactory.newClassPathResource( "rule_with_expander_dsl.dslr", getClass() ) ,
                        ResourceType.DSLR )
                .build();

the DSL expansion is not executed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list