[jira] [Assigned] (FINERACT-934) DatatableEntryRequiredException at EntityDatatableChecksWritePlatformServiceImpl

2020-06-13 Thread Natasha Natarajan (Jira)


 [ 
https://issues.apache.org/jira/browse/FINERACT-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Natasha Natarajan reassigned FINERACT-934:
--

Assignee: (was: Natasha Natarajan)

> DatatableEntryRequiredException at 
> EntityDatatableChecksWritePlatformServiceImpl
> 
>
> Key: FINERACT-934
> URL: https://issues.apache.org/jira/browse/FINERACT-934
> Project: Apache Fineract
>  Issue Type: Bug
>Affects Versions: 1.4.0
>Reporter: Michael Vorburger
>Priority: Major
> Fix For: 1.4.0
>
>
> See FINERACT-932 for general background, and determine if this error log can 
> and should be "fixed", or if this represents a condition that shouldn't be 
> logged as an error (or conclude that this is a totally valid error log that 
> is useful, any why):
> {code}org.apache.fineract.infrastructure.dataqueries.exception.DatatableEntryRequiredException
>   at 
> org.apache.fineract.infrastructure.dataqueries.service.EntityDatatableChecksWritePlatformServiceImpl.runTheCheck(EntityDatatableChecksWritePlatformServiceImpl.java:171)
>   at 
> org.apache.fineract.infrastructure.dataqueries.service.EntityDatatableChecksWritePlatformServiceImpl$$FastClassBySpringCGLIB$$6ff37.invoke()
>   at 
> org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
>   at 
> org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:685)
>   at 
> org.apache.fineract.infrastructure.dataqueries.service.EntityDatatableChecksWritePlatformServiceImpl$$EnhancerBySpringCGLIB$$26a5be4e.runTheCheck()
>   at 
> org.apache.fineract.portfolio.client.service.ClientWritePlatformServiceJpaRepositoryImpl.createClient(ClientWritePlatformServiceJpaRepositoryImpl.java:344)
>   at 
> org.apache.fineract.portfolio.client.service.ClientWritePlatformServiceJpaRepositoryImpl$$FastClassBySpringCGLIB$$71ca1b7f.invoke()
>   at 
> org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
>   at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:769)
>   at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
>   at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747)
>   at 
> org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:366)
>   at 
> org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:99)
>   at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
>   at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747)
>   at 
> org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689)
>   at 
> org.apache.fineract.portfolio.client.service.ClientWritePlatformServiceJpaRepositoryImpl$$EnhancerBySpringCGLIB$$b47f0026.createClient()
>   at 
> org.apache.fineract.portfolio.client.handler.CreateClientCommandHandler.processCommand(CreateClientCommandHandler.java:45)
>   at 
> org.apache.fineract.portfolio.client.handler.CreateClientCommandHandler$$FastClassBySpringCGLIB$$6bce1ca9.invoke()
>   at 
> org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
>   at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:769)
>   at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
>   at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747)
>   at 
> org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:366)
>   at 
> org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:99)
>   at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
>   at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747)
>   at 
> org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689)
>   at 
> org.apache.fineract.portfolio.client.handler.CreateClientCommandHandler$$EnhancerBySpringCGLIB$$d8180de4.processCommand()
>   at 
> org.apache.fineract.commands.service.SynchronousCommandProcessingService.processAndLogCommand(SynchronousCommandProcessingService.java:82)
>   at 
> org.apache.fineract.co

[jira] [Commented] (FINERACT-934) DatatableEntryRequiredException at EntityDatatableChecksWritePlatformServiceImpl

2020-06-13 Thread Natasha Natarajan (Jira)


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

Natasha Natarajan commented on FINERACT-934:


I am removing myself as I have a backlog of issues and in case someone else 
might be able to resolve sooner than I am able.

> DatatableEntryRequiredException at 
> EntityDatatableChecksWritePlatformServiceImpl
> 
>
> Key: FINERACT-934
> URL: https://issues.apache.org/jira/browse/FINERACT-934
> Project: Apache Fineract
>  Issue Type: Bug
>Affects Versions: 1.4.0
>Reporter: Michael Vorburger
>Priority: Major
> Fix For: 1.4.0
>
>
> See FINERACT-932 for general background, and determine if this error log can 
> and should be "fixed", or if this represents a condition that shouldn't be 
> logged as an error (or conclude that this is a totally valid error log that 
> is useful, any why):
> {code}org.apache.fineract.infrastructure.dataqueries.exception.DatatableEntryRequiredException
>   at 
> org.apache.fineract.infrastructure.dataqueries.service.EntityDatatableChecksWritePlatformServiceImpl.runTheCheck(EntityDatatableChecksWritePlatformServiceImpl.java:171)
>   at 
> org.apache.fineract.infrastructure.dataqueries.service.EntityDatatableChecksWritePlatformServiceImpl$$FastClassBySpringCGLIB$$6ff37.invoke()
>   at 
> org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
>   at 
> org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:685)
>   at 
> org.apache.fineract.infrastructure.dataqueries.service.EntityDatatableChecksWritePlatformServiceImpl$$EnhancerBySpringCGLIB$$26a5be4e.runTheCheck()
>   at 
> org.apache.fineract.portfolio.client.service.ClientWritePlatformServiceJpaRepositoryImpl.createClient(ClientWritePlatformServiceJpaRepositoryImpl.java:344)
>   at 
> org.apache.fineract.portfolio.client.service.ClientWritePlatformServiceJpaRepositoryImpl$$FastClassBySpringCGLIB$$71ca1b7f.invoke()
>   at 
> org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
>   at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:769)
>   at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
>   at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747)
>   at 
> org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:366)
>   at 
> org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:99)
>   at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
>   at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747)
>   at 
> org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689)
>   at 
> org.apache.fineract.portfolio.client.service.ClientWritePlatformServiceJpaRepositoryImpl$$EnhancerBySpringCGLIB$$b47f0026.createClient()
>   at 
> org.apache.fineract.portfolio.client.handler.CreateClientCommandHandler.processCommand(CreateClientCommandHandler.java:45)
>   at 
> org.apache.fineract.portfolio.client.handler.CreateClientCommandHandler$$FastClassBySpringCGLIB$$6bce1ca9.invoke()
>   at 
> org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
>   at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:769)
>   at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
>   at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747)
>   at 
> org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:366)
>   at 
> org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:99)
>   at 
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
>   at 
> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:747)
>   at 
> org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689)
>   at 
> org.apache.fineract.portfolio.client.handler.CreateClientCommandHandler$$EnhancerBySpringCGLIB$$d8180de4.processCommand()
>   at 
> org.apache.fineract.commands.service.Synch

[jira] [Commented] (FINERACT-935) StaffNotFoundException at StaffRepositoryWrapper

2020-06-13 Thread Natasha Natarajan (Jira)


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

Natasha Natarajan commented on FINERACT-935:


I am removing myself as I have a backlog of issues and in case someone else 
might be able to resolve sooner than I am able.

> StaffNotFoundException at StaffRepositoryWrapper
> 
>
> Key: FINERACT-935
> URL: https://issues.apache.org/jira/browse/FINERACT-935
> Project: Apache Fineract
>  Issue Type: Bug
>Reporter: Michael Vorburger
>Priority: Major
> Fix For: 1.4.0
>
>
> See FINERACT-932 for general background, and determine if this error log can 
> and should be "fixed", or if this represents a condition that shouldn't be 
> logged as an error (or conclude that this is a totally valid error log that 
> is useful, any why):
> {code}org.apache.fineract.organisation.staff.exception.StaffNotFoundException
>   at 
> org.apache.fineract.organisation.staff.domain.StaffRepositoryWrapper.lambda$findByOfficeHierarchyWithNotFoundDetection$1(StaffRepositoryWrapper.java:54)
>   at java.util.Optional.orElseThrow(Optional.java:290)
>   at 
> org.apache.fineract.organisation.staff.domain.StaffRepositoryWrapper.findByOfficeHierarchyWithNotFoundDetection(StaffRepositoryWrapper.java:54)
>   at 
> org.apache.fineract.portfolio.client.service.ClientWritePlatformServiceJpaRepositoryImpl.createClient(ClientWritePlatformServiceJpaRepositoryImpl.java:248)
>   at 
> org.apache.fineract.portfolio.client.service.ClientWritePlatformServiceJpaRepositoryImpl$$FastClassBySpringCGLIB$$71ca1b7f.invoke(){code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (FINERACT-936) PlatformApiDataValidationException at ClientDataValidator

2020-06-13 Thread Natasha Natarajan (Jira)


 [ 
https://issues.apache.org/jira/browse/FINERACT-936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Natasha Natarajan reassigned FINERACT-936:
--

Assignee: (was: Natasha Natarajan)

> PlatformApiDataValidationException at ClientDataValidator
> -
>
> Key: FINERACT-936
> URL: https://issues.apache.org/jira/browse/FINERACT-936
> Project: Apache Fineract
>  Issue Type: Bug
>Affects Versions: 1.4.0
>Reporter: Michael Vorburger
>Priority: Major
> Fix For: 1.4.0
>
>
> See FINERACT-932 for general background, and determine if this error log can 
> and should be "fixed", or if this represents a condition that shouldn't be 
> logged as an error (or conclude that this is a totally valid error log that 
> is useful, any why):
> {code}
> org.apache.fineract.infrastructure.core.exception.PlatformApiDataValidationException
>   at 
> org.apache.fineract.portfolio.client.data.ClientDataValidator.throwExceptionIfValidationWarningsExist(ClientDataValidator.java:584)
>   at 
> org.apache.fineract.portfolio.client.data.ClientDataValidator.validateForCreate(ClientDataValidator.java:231)
>   at 
> org.apache.fineract.portfolio.client.service.ClientWritePlatformServiceJpaRepositoryImpl.createClient(ClientWritePlatformServiceJpaRepositoryImpl.java:224)
>   at 
> org.apache.fineract.portfolio.client.service.ClientWritePlatformServiceJpaRepositoryImpl$$FastClassBySpringCGLIB$$71ca1b7f.invoke(){code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FINERACT-936) PlatformApiDataValidationException at ClientDataValidator

2020-06-13 Thread Natasha Natarajan (Jira)


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

Natasha Natarajan commented on FINERACT-936:


I am removing myself as I have a backlog of issues and in case someone else 
might be able to resolve sooner than I am able.

> PlatformApiDataValidationException at ClientDataValidator
> -
>
> Key: FINERACT-936
> URL: https://issues.apache.org/jira/browse/FINERACT-936
> Project: Apache Fineract
>  Issue Type: Bug
>Affects Versions: 1.4.0
>Reporter: Michael Vorburger
>Priority: Major
> Fix For: 1.4.0
>
>
> See FINERACT-932 for general background, and determine if this error log can 
> and should be "fixed", or if this represents a condition that shouldn't be 
> logged as an error (or conclude that this is a totally valid error log that 
> is useful, any why):
> {code}
> org.apache.fineract.infrastructure.core.exception.PlatformApiDataValidationException
>   at 
> org.apache.fineract.portfolio.client.data.ClientDataValidator.throwExceptionIfValidationWarningsExist(ClientDataValidator.java:584)
>   at 
> org.apache.fineract.portfolio.client.data.ClientDataValidator.validateForCreate(ClientDataValidator.java:231)
>   at 
> org.apache.fineract.portfolio.client.service.ClientWritePlatformServiceJpaRepositoryImpl.createClient(ClientWritePlatformServiceJpaRepositoryImpl.java:224)
>   at 
> org.apache.fineract.portfolio.client.service.ClientWritePlatformServiceJpaRepositoryImpl$$FastClassBySpringCGLIB$$71ca1b7f.invoke(){code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (FINERACT-935) StaffNotFoundException at StaffRepositoryWrapper

2020-06-13 Thread Natasha Natarajan (Jira)


 [ 
https://issues.apache.org/jira/browse/FINERACT-935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Natasha Natarajan reassigned FINERACT-935:
--

Assignee: (was: Natasha Natarajan)

> StaffNotFoundException at StaffRepositoryWrapper
> 
>
> Key: FINERACT-935
> URL: https://issues.apache.org/jira/browse/FINERACT-935
> Project: Apache Fineract
>  Issue Type: Bug
>Reporter: Michael Vorburger
>Priority: Major
> Fix For: 1.4.0
>
>
> See FINERACT-932 for general background, and determine if this error log can 
> and should be "fixed", or if this represents a condition that shouldn't be 
> logged as an error (or conclude that this is a totally valid error log that 
> is useful, any why):
> {code}org.apache.fineract.organisation.staff.exception.StaffNotFoundException
>   at 
> org.apache.fineract.organisation.staff.domain.StaffRepositoryWrapper.lambda$findByOfficeHierarchyWithNotFoundDetection$1(StaffRepositoryWrapper.java:54)
>   at java.util.Optional.orElseThrow(Optional.java:290)
>   at 
> org.apache.fineract.organisation.staff.domain.StaffRepositoryWrapper.findByOfficeHierarchyWithNotFoundDetection(StaffRepositoryWrapper.java:54)
>   at 
> org.apache.fineract.portfolio.client.service.ClientWritePlatformServiceJpaRepositoryImpl.createClient(ClientWritePlatformServiceJpaRepositoryImpl.java:248)
>   at 
> org.apache.fineract.portfolio.client.service.ClientWritePlatformServiceJpaRepositoryImpl$$FastClassBySpringCGLIB$$71ca1b7f.invoke(){code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FINERACT-1023) Update dependency spring-boot-gradle-plugin from v2.2.7 to v2.3.1.RELEASE

2020-06-13 Thread Natasha Natarajan (Jira)


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

Natasha Natarajan commented on FINERACT-1023:
-

[~awasum], I noticed that you marked this a minor priority. I just realized my 
backlog of issues. If this is not urgent, I will take myself off for now as all 
my other tickets are marked otherwise.

> Update dependency spring-boot-gradle-plugin from v2.2.7 to v2.3.1.RELEASE
> -
>
> Key: FINERACT-1023
> URL: https://issues.apache.org/jira/browse/FINERACT-1023
> Project: Apache Fineract
>  Issue Type: Improvement
>Reporter: Awasum Yannick
>Assignee: Natasha Natarajan
>Priority: Minor
> Fix For: 1.4.0
>
>
> Renovate tried to upgrade to Spring Boot 2.3: 
> [https://github.com/apache/fineract/pull/998]
> This failed as shown here: 
> [https://travis-ci.org/github/apache/fineract/builds/695663148]
> Looks like validation dependency is missing in the new release. We have to 
> upgrade manually by adding it? 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (FINERACT-1023) Update dependency spring-boot-gradle-plugin from v2.2.7 to v2.3.1.RELEASE

2020-06-13 Thread Natasha Natarajan (Jira)


 [ 
https://issues.apache.org/jira/browse/FINERACT-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Natasha Natarajan reassigned FINERACT-1023:
---

Assignee: (was: Natasha Natarajan)

> Update dependency spring-boot-gradle-plugin from v2.2.7 to v2.3.1.RELEASE
> -
>
> Key: FINERACT-1023
> URL: https://issues.apache.org/jira/browse/FINERACT-1023
> Project: Apache Fineract
>  Issue Type: Improvement
>Reporter: Awasum Yannick
>Priority: Minor
> Fix For: 1.4.0
>
>
> Renovate tried to upgrade to Spring Boot 2.3: 
> [https://github.com/apache/fineract/pull/998]
> This failed as shown here: 
> [https://travis-ci.org/github/apache/fineract/builds/695663148]
> Looks like validation dependency is missing in the new release. We have to 
> upgrade manually by adding it? 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (FINERACT-1023) Update dependency spring-boot-gradle-plugin from v2.2.7 to v2.3.1.RELEASE

2020-06-13 Thread Natasha Natarajan (Jira)


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

Natasha Natarajan edited comment on FINERACT-1023 at 6/13/20, 8:49 PM:
---

This was a bot request. Validation dependency was taken into account for [PR 
#1045|https://github.com/apache/fineract/pull/1045]. There seems to be a 
discrepancy in a JAR file. I will take a closer look at this one.


was (Author: natashan):
This was a bot request. Validation dependency was taken into account for PR 
#1045. There seems to be a discrepancy in a JAR file. I will take a closer look 
at this one.

> Update dependency spring-boot-gradle-plugin from v2.2.7 to v2.3.1.RELEASE
> -
>
> Key: FINERACT-1023
> URL: https://issues.apache.org/jira/browse/FINERACT-1023
> Project: Apache Fineract
>  Issue Type: Improvement
>Reporter: Awasum Yannick
>Assignee: Natasha Natarajan
>Priority: Minor
> Fix For: 1.4.0
>
>
> Renovate tried to upgrade to Spring Boot 2.3: 
> [https://github.com/apache/fineract/pull/998]
> This failed as shown here: 
> [https://travis-ci.org/github/apache/fineract/builds/695663148]
> Looks like validation dependency is missing in the new release. We have to 
> upgrade manually by adding it? 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (FINERACT-1023) Update dependency spring-boot-gradle-plugin from v2.2.7 to v2.3.1.RELEASE

2020-06-13 Thread Natasha Natarajan (Jira)


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

Natasha Natarajan edited comment on FINERACT-1023 at 6/13/20, 8:47 PM:
---

This was a bot request. Validation dependency was taken into account for PR 
#1045. There seems to be a discrepancy in a JAR file. I will take a closer look 
at this one.


was (Author: natashan):
This was a bot request. Validation dependency was taken into account for PR 
1045. There seems to be a discrepancy in a JAR file. I will take a closer look 
at this one.

> Update dependency spring-boot-gradle-plugin from v2.2.7 to v2.3.1.RELEASE
> -
>
> Key: FINERACT-1023
> URL: https://issues.apache.org/jira/browse/FINERACT-1023
> Project: Apache Fineract
>  Issue Type: Improvement
>Reporter: Awasum Yannick
>Assignee: Natasha Natarajan
>Priority: Minor
> Fix For: 1.4.0
>
>
> Renovate tried to upgrade to Spring Boot 2.3: 
> [https://github.com/apache/fineract/pull/998]
> This failed as shown here: 
> [https://travis-ci.org/github/apache/fineract/builds/695663148]
> Looks like validation dependency is missing in the new release. We have to 
> upgrade manually by adding it? 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FINERACT-1023) Update dependency spring-boot-gradle-plugin from v2.2.7 to v2.3.1.RELEASE

2020-06-13 Thread Natasha Natarajan (Jira)


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

Natasha Natarajan commented on FINERACT-1023:
-

This was a bot request. Validation dependency was taken into account for PR 
1045. There seems to be a discrepancy in a JAR file. I will take a closer look 
at this one.

> Update dependency spring-boot-gradle-plugin from v2.2.7 to v2.3.1.RELEASE
> -
>
> Key: FINERACT-1023
> URL: https://issues.apache.org/jira/browse/FINERACT-1023
> Project: Apache Fineract
>  Issue Type: Improvement
>Reporter: Awasum Yannick
>Assignee: Natasha Natarajan
>Priority: Minor
> Fix For: 1.4.0
>
>
> Renovate tried to upgrade to Spring Boot 2.3: 
> [https://github.com/apache/fineract/pull/998]
> This failed as shown here: 
> [https://travis-ci.org/github/apache/fineract/builds/695663148]
> Looks like validation dependency is missing in the new release. We have to 
> upgrade manually by adding it? 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (FINERACT-719) Fix test cases around client, loan and savings Import

2020-06-13 Thread Petri Tuomola (Jira)


 [ 
https://issues.apache.org/jira/browse/FINERACT-719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Petri Tuomola resolved FINERACT-719.

Fix Version/s: 1.4.0
 Assignee: Petri Tuomola
   Resolution: Fixed

Fixed under FINERACT-885

> Fix test cases around client, loan and savings Import
> -
>
> Key: FINERACT-719
> URL: https://issues.apache.org/jira/browse/FINERACT-719
> Project: Apache Fineract
>  Issue Type: Bug
>Affects Versions: 1.2.0, 1.3.0
>Reporter: Vishwas Babu A J
>Assignee: Petri Tuomola
>Priority: Major
>  Labels: gsoc2019
> Fix For: 1.4.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The following test cases are currently failing and have been Ignored for the 
> time being as they are related to functionality which (I believe) is not 
> widely used
>  * ClientEntityImportHandlerTest.testClientImport
>  * LoanImportHandlerTest. testLoanImport
>  * SavingsImportHandlerTest. testSavingsImport
> There is an open pull request at 
> [https://github.com/apache/fineract/pull/444] which possible fixes some of 
> these failing test. However, we are waiting for feedback on the same to be 
> incorporated before it can be merged.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FINERACT-874) Remove old release.sh script and related artifacts

2020-06-13 Thread Petri Tuomola (Jira)


 [ 
https://issues.apache.org/jira/browse/FINERACT-874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Petri Tuomola updated FINERACT-874:
---
Summary: Remove old release.sh script and related artifacts  (was: Fineract 
release.sh script's role?)

> Remove old release.sh script and related artifacts
> --
>
> Key: FINERACT-874
> URL: https://issues.apache.org/jira/browse/FINERACT-874
> Project: Apache Fineract
>  Issue Type: Sub-task
>Reporter: Michael Vorburger
>Assignee: Petri Tuomola
>Priority: Major
> Fix For: 1.4.0
>
>
> As I created the parent task, and [glanced at the release Wiki 
> page|https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=67640333],
>  I've noticed https://github.com/apache/fineract/blob/develop/release.sh, but 
> am not clear what purpose it serves.
> It refers to an {{apps/community-app}} directory, which does not exist in 
> Apache Fineract. 
> Should (can) that script simply be deleted, to avoid future confusion?
> [~nazeer1100126] or [~vishwasbabu] or [~myrle] would you know anything about 
> this, or know somehow who may know?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (FINERACT-874) Fineract release.sh script's role?

2020-06-13 Thread Petri Tuomola (Jira)


 [ 
https://issues.apache.org/jira/browse/FINERACT-874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Petri Tuomola resolved FINERACT-874.

Fix Version/s: 1.4.0
 Assignee: Petri Tuomola
   Resolution: Fixed

> Fineract release.sh script's role?
> --
>
> Key: FINERACT-874
> URL: https://issues.apache.org/jira/browse/FINERACT-874
> Project: Apache Fineract
>  Issue Type: Sub-task
>Reporter: Michael Vorburger
>Assignee: Petri Tuomola
>Priority: Major
> Fix For: 1.4.0
>
>
> As I created the parent task, and [glanced at the release Wiki 
> page|https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=67640333],
>  I've noticed https://github.com/apache/fineract/blob/develop/release.sh, but 
> am not clear what purpose it serves.
> It refers to an {{apps/community-app}} directory, which does not exist in 
> Apache Fineract. 
> Should (can) that script simply be deleted, to avoid future confusion?
> [~nazeer1100126] or [~vishwasbabu] or [~myrle] would you know anything about 
> this, or know somehow who may know?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (FINERACT-1023) Update dependency spring-boot-gradle-plugin from v2.2.7 to v2.3.1.RELEASE

2020-06-13 Thread Natasha Natarajan (Jira)


 [ 
https://issues.apache.org/jira/browse/FINERACT-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Natasha Natarajan reassigned FINERACT-1023:
---

Assignee: Natasha Natarajan

> Update dependency spring-boot-gradle-plugin from v2.2.7 to v2.3.1.RELEASE
> -
>
> Key: FINERACT-1023
> URL: https://issues.apache.org/jira/browse/FINERACT-1023
> Project: Apache Fineract
>  Issue Type: Improvement
>Reporter: Awasum Yannick
>Assignee: Natasha Natarajan
>Priority: Minor
> Fix For: 1.4.0
>
>
> Renovate tried to upgrade to Spring Boot 2.3: 
> [https://github.com/apache/fineract/pull/998]
> This failed as shown here: 
> [https://travis-ci.org/github/apache/fineract/builds/695663148]
> Looks like validation dependency is missing in the new release. We have to 
> upgrade manually by adding it? 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FINERACT-1023) Update dependency spring-boot-gradle-plugin from v2.2.7 to v2.3.1.RELEASE

2020-06-13 Thread Natasha Natarajan (Jira)


 [ 
https://issues.apache.org/jira/browse/FINERACT-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Natasha Natarajan updated FINERACT-1023:

Summary: Update dependency spring-boot-gradle-plugin from v2.2.7 to 
v2.3.1.RELEASE  (was: Upgrade Fineract to Spring Boot 2.3 from 2.2.7)

> Update dependency spring-boot-gradle-plugin from v2.2.7 to v2.3.1.RELEASE
> -
>
> Key: FINERACT-1023
> URL: https://issues.apache.org/jira/browse/FINERACT-1023
> Project: Apache Fineract
>  Issue Type: Improvement
>Reporter: Awasum Yannick
>Priority: Minor
> Fix For: 1.4.0
>
>
> Renovate tried to upgrade to Spring Boot 2.3: 
> [https://github.com/apache/fineract/pull/998]
> This failed as shown here: 
> [https://travis-ci.org/github/apache/fineract/builds/695663148]
> Looks like validation dependency is missing in the new release. We have to 
> upgrade manually by adding it? 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FINERACT-1022) Update ehcache: 2.10.6 to current 3.8.1

2020-06-13 Thread Petri Tuomola (Jira)


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

Petri Tuomola commented on FINERACT-1022:
-

[~kaze] [~vorburger] - after this change merged in, I don't think the 
ehcache.xml is valid. Looking at the documentation, it looks like the format 
has changed, and at least Eclipse complains that our file is not compatible 
with the new schema:

Invalid content was found starting with element 'defaultCache'. One of 
'\{"http://www.ehcache.org/v3":service, 
"http://www.ehcache.org/v3":default-serializers, 
"http://www.ehcache.org/v3":default-copiers, 
"http://www.ehcache.org/v3":persistence, 
"http://www.ehcache.org/v3":thread-pools, 
"http://www.ehcache.org/v3":event-dispatch, 
"http://www.ehcache.org/v3":write-behind, 
"http://www.ehcache.org/v3":heap-store, "http://www.ehcache.org/v3":disk-store, 
"http://www.ehcache.org/v3":cache, "http://www.ehcache.org/v3":cache-template}' 
is expected.

Attribute 'eternal' is not allowed to appear in element 'cache'.

Attribute 'maxEntriesLocalHeap' is not allowed to appear in element 'cache'.

Attribute 'name' is not allowed to appear in element 'cache'.

Attribute 'overflowToDisk' is not allowed to appear in element 'cache'. 

Attribute 'alias' must appear on element 'cache'. 

> Update ehcache: 2.10.6 to current 3.8.1
> ---
>
> Key: FINERACT-1022
> URL: https://issues.apache.org/jira/browse/FINERACT-1022
> Project: Apache Fineract
>  Issue Type: Sub-task
>Affects Versions: 1.4.0
>Reporter: Yemdjih Kaze Nasser
>Assignee: Yemdjih Kaze Nasser
>Priority: Major
>
> Update artifactory and version number



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FINERACT-1035) Facing error while uploading document in 'Load Documents Tab' in the loans module

2020-06-13 Thread Petri Tuomola (Jira)


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

Petri Tuomola commented on FINERACT-1035:
-

For what it's worth: I tried this locally, and majority of the time the upload 
works fine. However a couple of times it failed: the multipart received by 
Fineract was empty so the document upload failed. But I could not consistently 
reproduce this. There may have also been some CORS errors in the browser 
console but not sure if these were related. 

> Facing error while uploading document in 'Load Documents Tab' in the loans 
> module
> -
>
> Key: FINERACT-1035
> URL: https://issues.apache.org/jira/browse/FINERACT-1035
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Loan
>Affects Versions: 1.2.0
> Environment: OS: Fedora 32
>Reporter: Muskan Khedia
>Priority: Blocker
>  Labels: patch
> Attachments: Screenshot from 2020-06-10 22-40-55.png
>
>
> Currently, I am using the *staging.mifos.io* server and while making a POST 
> request to load documents in the loans account, I am receiving an Internal 
> 500 Error.
> Steps to reproduce:
>  1. Open the link: [https://staging.mifos.io/#/viewloanaccount/25]
>  2. Click on the *Loan Documents Tab*
>  3. Click on the *Upload Button* 
> 4. A form with the option to upload a document will appear, try uploading any 
> document.
> I have also attached the screenshot of the error with the network console 
> returning the 500 Internal Error.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)