this is how i am starting the service -
IgniteConfiguration cfg =
Ignition.loadSpringBean("POC5-server.xml","grid.cfg");
Ignite ig =Ignition.start(cfg);
ig.cluster().active(true);
*i should point out that if i start it like this i don't get the error*
Ignite ig = Ignition.start("POC5-server.xml");
ig.cluster().active(true);
--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/
