Policy TestSuite Enabled
[policy/engine.git] / ECOMP-PAP-REST / src / main / java / org / openecomp / policy / pap / xacml / rest / util / JPAUtils.java
index 2db7e42..397c305 100644 (file)
@@ -138,7 +138,7 @@ public class JPAUtils {
                                try {
                                        buildFunctionMaps();
                                } catch (ServletException e) {
-                                       e.printStackTrace();
+                                       LOGGER.error("Exception Occured"+e);
                                }
                        }
                }
@@ -151,7 +151,7 @@ public class JPAUtils {
                                try {
                                        buildFunctionMaps();
                                } catch (ServletException e) {
-                                       e.printStackTrace();
+                                       LOGGER.error("Exception Occured"+e);
                                }
                        }
                }