public void applyChangeSet( Resource rsrc ) {
List<Command> commands = new ArrayList<Command>();
commands.add( new ApplyChangeSetRemoteCommand( this.id, rsrc ) );
commands.add( CommandFactory.newFireAllRules() );
BatchExecutionCommand batch = CommandFactory.newBatchExecution( commands );
Command c = new KnowledgeContextResolveFromContextCommand( batch,
null,