[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 21 12:08:22 EST 2013


     [ https://issues.jboss.org/browse/DROOLS-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mario Fusco reassigned DROOLS-12:
---------------------------------

    Assignee: Mario Fusco  (was: Mark Proctor)

    
> 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: Mario Fusco
>
> 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