rrpawar96 commented on a change in pull request #738:
URL: https://github.com/apache/fineract/pull/738#discussion_r412231050



##########
File path: fineract-provider/src/main/resources/META-INF/persistence.xml
##########
@@ -28,6 +28,8 @@
        <persistence-unit name="jpa-pu" transaction-type="RESOURCE_LOCAL">
                
<provider>org.apache.openjpa.persistence.PersistenceProviderImpl</provider>
        <properties>
+               <property name="openjpa.jdbc.EagerFetchMode" value="none"/>
+               <property name="openjpa.jdbc.SubclassFetchMode" value="none"/>

Review comment:
       Comment has been addressed and new PR has been created: 
https://github.com/apache/fineract/pull/777




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to