Adding tests for clustering services. Removed first slash for
[controller.git] / opendaylight / clustering / services_implementation / src / main / java / org / opendaylight / controller / clustering / services_implementation / internal / ClusterManager.java
index 3034d3ca6dac2ee80d5c35191a9f277b20bae018..0b2610797fe507f210bf09af989fa4ee643c21ab 100644 (file)
@@ -248,7 +248,7 @@ public class ClusterManager implements IClusterServices {
         logger.info("Starting the ClusterManager");
         try {
             //FIXME keeps throwing FileNotFoundException
-            this.cm = new DefaultCacheManager("/config/infinispan-config.xml");
+            this.cm = new DefaultCacheManager("config/infinispan-config.xml");
             logger.debug("Allocated ClusterManager");
             if (this.cm != null) {
                 this.cm.start();