[ 
https://issues.apache.org/jira/browse/AIRAVATA-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16420610#comment-16420610
 ] 

ASF GitHub Bot commented on AIRAVATA-2719:
------------------------------------------

machristie commented on a change in pull request #187: [AIRAVATA-2719] 
Refactoring Replica Catalog Implementation
URL: https://github.com/apache/airavata/pull/187#discussion_r178309527
 
 

 ##########
 File path: 
modules/registry-refactoring/src/main/java/org/apache/airavata/registry/core/utils/JPAUtil/RepCatalogJPAUtils.java
 ##########
 @@ -52,13 +50,13 @@ public static EntityManager getEntityManager() throws 
ApplicationSettingsExcepti
                     "Password=" + 
readServerProperties(REPLICACATALOG_JDBC_PWD) +
                     ",validationQuery=" + 
readServerProperties(REPLICACATALOG_VALIDATION_QUERY);
             System.out.println(connectionProperties);
-            Map<String, String> properties = new HashMap<String, String>();
+            Map<String, String> properties = new HashMap<>();
             properties.put("openjpa.ConnectionDriverName", 
"org.apache.commons.dbcp.BasicDataSource");
             properties.put("openjpa.ConnectionProperties", 
connectionProperties);
             properties.put("openjpa.DynamicEnhancementAgent", "true");
             properties.put("openjpa.RuntimeUnenhancedClasses", "unsupported");
             properties.put("openjpa.RemoteCommitProvider","sjvm");
-            properties.put("openjpa.Log","DefaultLevel=INFO, Runtime=INFO, 
Tool=INFO, SQL=INFO");
 
 Review comment:
   Maybe we can leave this at INFO level?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Refactoring Replica Catalog Implementation
> ------------------------------------------
>
>                 Key: AIRAVATA-2719
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-2719
>             Project: Airavata
>          Issue Type: Improvement
>          Components: Registry API
>            Reporter: Sneha Tilak
>            Assignee: Sneha Tilak
>            Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to