public void test1() {
EntityManagerFactory emf = Persistence.createEntityManagerFactory( "org.drools.grid" );
WhitePages wp = new JpaWhitePages( emf );
wp.create( "s1", "grid0" );
wp.create( "s2", "grid0" );
wp.create( "s3", "grid0" );
GridServiceDescription<String> gs1 = wp.lookup( "s1" );
gs1.addAddress( "p1" ).setObject( "v1" );