3940414243444546
*/ protected JavaSpace createSpace() throws Exception { // static hookup of properties ConfigurationFactory.setup(new String[] { configuration.getFile().getAbsolutePath() }); space = new LocalSpace(); return space.getJavaSpaceProxy(); }