workingMemory = ruleBase.newWorkingMemory( );
list = new ArrayList( );
workingMemory.setApplicationData( "list",
list );
workingMemory.assertObject( "help" );
workingMemory.fireAllRules( );
assertEquals( "help",
list.get( 0 ) );
// Try with URL to Drools Distribution Jar, ddj []
ruleBaseLoader = new RuleBaseLoader( );