// to bootstrap the whole thing. Create another Spring based unit test with all the beans
// defined as below and remove this comment from here.
//create
Context context = super.createJndiContext();
GridImpl grid = new GridImpl( new HashMap() );
// grid.addService( WhitePages.class,
// new WhitePagesImpl() );
node = grid.createGridNode( "node" );
context.bind( "node",
node );
configureDroolsContext( context );
return context;
}