Skip to content

Commit

Permalink
[DROOLS-36] Handle Trait donning when statically implementing the tra…
Browse files Browse the repository at this point in the history
…it interface
  • Loading branch information
mariofusco committed Feb 13, 2013
1 parent 8f141d2 commit 4e91267
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2435,7 +2435,7 @@ public void traitRedundancy( TraitFactory.VirtualPropertyMode mode ) {
kbase.addKnowledgePackages( kbuilder.getKnowledgePackages() );

StatefulKnowledgeSession ksession = kbase.newStatefulKnowledgeSession();
TraitFactory.setMode( mode, ksession.getKnowledgeBase() );
TraitFactory.setMode( mode, kbase );
List<?> list = new ArrayList<Object>();

ksession.setGlobal("list",
Expand Down

0 comments on commit 4e91267

Please sign in to comment.