[Policy-17] Removed the sql scripts from sdk app
[policy/engine.git] / ECOMP-PAP-REST / src / main / java / org / openecomp / policy / pap / xacml / rest / components / CreateNewMicroSerivceModel.java
index 30a95f9..0e4e409 100644 (file)
@@ -68,7 +68,7 @@ public class CreateNewMicroSerivceModel {
        private static String papDbUser = null;
        private static String papDbPassword = null;
        
-       MSModelUtils utils = new MSModelUtils(XACMLPapServlet.msEcompName, XACMLPapServlet.msPolicyName);
+       MSModelUtils utils = new MSModelUtils(XACMLPapServlet.getMsEcompName(), XACMLPapServlet.getMsPolicyName());
 
        public CreateNewMicroSerivceModel(String fileName, String serviceName, String string, String version) {
                super();