Fix dblib DBResourceManager instantiation
[appc.git] / appc-inbound / appc-design-services / provider / src / main / java / org / openecomp / appc / design / dbervices / DbService.java
index 46bb240..0220770 100644 (file)
@@ -93,7 +93,7 @@ public class DbService {
         }
         if (dblibSvc == null) {
             try {
-                dblibSvc = DBResourceManager.create(System.getProperties());
+                dblibSvc = new DBResourceManager(System.getProperties());
             } catch (Exception e) {
                 Log.error("Caught exception trying to create db service", e);
             }