[jira] [Comment Edited] (FINERACT-1134) Backport FINERACT-1129 to release branch 1.4.0

2020-08-27 Thread Aleksandar Vidakovic (Jira)


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

Aleksandar Vidakovic edited comment on FINERACT-1134 at 8/28/20, 4:02 AM:
--

Additional PRs to fix source distribution:

 [https://github.com/apache/fineract/pull/1298]

[https://github.com/apache/fineract/pull/1300]

 


was (Author: aleks):
PR https://github.com/apache/fineract/pull/1298

> Backport FINERACT-1129 to release branch 1.4.0
> --
>
> Key: FINERACT-1134
> URL: https://issues.apache.org/jira/browse/FINERACT-1134
> Project: Apache Fineract
>  Issue Type: Sub-task
>  Components: Build
>Affects Versions: 1.4.0
>Reporter: Aleksandar Vidakovic
>Assignee: Aleksandar Vidakovic
>Priority: Blocker
> Fix For: 1.4.0
>
>




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


[jira] [Commented] (FINERACT-1129) Gradle task to create release package

2020-08-27 Thread Aleksandar Vidakovic (Jira)


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

Aleksandar Vidakovic commented on FINERACT-1129:


Fixed source distribution with https://github.com/apache/fineract/pull/1299

> Gradle task to create release package
> -
>
> Key: FINERACT-1129
> URL: https://issues.apache.org/jira/browse/FINERACT-1129
> Project: Apache Fineract
>  Issue Type: Improvement
>  Components: Build
>Affects Versions: 1.4.0
>Reporter: Aleksandar Vidakovic
>Assignee: Aleksandar Vidakovic
>Priority: Minor
> Fix For: 1.4.0
>
>
> Add Gradle task to create release package with following artifacts:
>  * WAR
>  * server JAR
>  * client JAR
>  * README



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


[jira] [Assigned] (FINERACT-1135) Error at Loan Repayments - SQLSyntaxErrorException

2020-08-27 Thread Aleksandar Vidakovic (Jira)


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

Aleksandar Vidakovic reassigned FINERACT-1135:
--

Assignee: Francis Guchie  (was: Aleksandar Vidakovic)

> Error at Loan Repayments - SQLSyntaxErrorException
> --
>
> Key: FINERACT-1135
> URL: https://issues.apache.org/jira/browse/FINERACT-1135
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Loan
>Affects Versions: 1.4.0
>Reporter: Francis Guchie
>Assignee: Francis Guchie
>Priority: Critical
>  Labels: beginner
> Fix For: 1.4.0
>
>
> org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; 
> bad SQL grammar  - Caused by: java.sql.SQLSyntaxErrorException:
> Image is hear below
> !image-2020-08-27-02-59-38-802.png!



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


[jira] [Assigned] (FINERACT-1135) Error at Loan Repayments - SQLSyntaxErrorException

2020-08-27 Thread Aleksandar Vidakovic (Jira)


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

Aleksandar Vidakovic reassigned FINERACT-1135:
--

Assignee: Aleksandar Vidakovic  (was: Francis Guchie)

> Error at Loan Repayments - SQLSyntaxErrorException
> --
>
> Key: FINERACT-1135
> URL: https://issues.apache.org/jira/browse/FINERACT-1135
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Loan
>Affects Versions: 1.4.0
>Reporter: Francis Guchie
>Assignee: Aleksandar Vidakovic
>Priority: Critical
>  Labels: beginner
> Fix For: 1.4.0
>
>
> org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; 
> bad SQL grammar  - Caused by: java.sql.SQLSyntaxErrorException:
> Image is hear below
> !image-2020-08-27-02-59-38-802.png!



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


[jira] [Resolved] (FINERACT-1101) Swagger CodeGen Test Build using Gradle instead of Maven

2020-08-27 Thread Aleksandar Vidakovic (Jira)


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

Aleksandar Vidakovic resolved FINERACT-1101.

Resolution: Fixed

> Swagger CodeGen Test Build using Gradle instead of Maven
> 
>
> Key: FINERACT-1101
> URL: https://issues.apache.org/jira/browse/FINERACT-1101
> Project: Apache Fineract
>  Issue Type: Improvement
>Reporter: Michael Vorburger
>Assignee: Aleksandar Vidakovic
>Priority: Minor
> Fix For: 1.4.0
>
>
> Looking at [https://travis-ci.org/github/apache/fineract/builds/714158191] 
> for [https://github.com/apache/fineract/pull/1228] for FINERACT-838, I've 
> noticed that the Swagger Client Code Generation seems  to be built using 
> Maven {{mvn}}... but on {{docs/developers/swagger/client.md}} we document the 
> use of Gradle. This seems inconsistent, and requiring Fineract developers to 
> have Maven installed just for this may be unnecessary? 
> [~Grandolf49] was there a particular reason why you chose to build the client 
> using Maven instead of Gradle on Travis in your PR? If none, would you be 
> willing to raise a PR to change that?
> If that is not possible, the Travis CI should should at least use the Maven 
> Wrapper {{./mvnw}} instead of {{mvn}}. And we should add Caching of Maven 
> artifacts in addition to Gradle to the Travis CI configuration, to make it a 
> bit faster.
> [~Manthan] [~ptuomola] FYI.



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


[jira] [Resolved] (FINERACT-1133) Swagger generated library incorrect documentation

2020-08-27 Thread Aleksandar Vidakovic (Jira)


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

Aleksandar Vidakovic resolved FINERACT-1133.

Resolution: Fixed

> Swagger generated library incorrect documentation
> -
>
> Key: FINERACT-1133
> URL: https://issues.apache.org/jira/browse/FINERACT-1133
> Project: Apache Fineract
>  Issue Type: Bug
>Affects Versions: 1.3.0
>Reporter: Chinmay Kulkarni
>Assignee: Aleksandar Vidakovic
>Priority: Major
> Fix For: 1.4.0
>
>
> Client library generated by Swagger Codegen provides poor documentation of 
> how to use the library. It definitely does a great job at generating all the 
> documentation using Mustache templates but if a user uses that code, it would 
> probably fail.
> *Resolution:*
> 1. Create Mustache templates for improving the documentation of the generated 
> library



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


[jira] [Resolved] (FINERACT-1129) Gradle task to create release package

2020-08-27 Thread Aleksandar Vidakovic (Jira)


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

Aleksandar Vidakovic resolved FINERACT-1129.

Resolution: Fixed

> Gradle task to create release package
> -
>
> Key: FINERACT-1129
> URL: https://issues.apache.org/jira/browse/FINERACT-1129
> Project: Apache Fineract
>  Issue Type: Improvement
>  Components: Build
>Affects Versions: 1.4.0
>Reporter: Aleksandar Vidakovic
>Assignee: Aleksandar Vidakovic
>Priority: Minor
> Fix For: 1.4.0
>
>
> Add Gradle task to create release package with following artifacts:
>  * WAR
>  * server JAR
>  * client JAR
>  * README



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


[jira] [Commented] (FINERACT-1133) Swagger generated library incorrect documentation

2020-08-27 Thread Chinmay Kulkarni (Jira)


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

Chinmay Kulkarni commented on FINERACT-1133:


[https://github.com/apache/fineract/pull/1293] Fixes this issue and has been 
merged into *develop*

I have raised [https://github.com/apache/fineract/pull/1295]  as a backport PR 
for this for version *1.4.0* After this is merged, Swagger generated library is 
ready to be published in 1.4.0

> Swagger generated library incorrect documentation
> -
>
> Key: FINERACT-1133
> URL: https://issues.apache.org/jira/browse/FINERACT-1133
> Project: Apache Fineract
>  Issue Type: Bug
>Affects Versions: 1.3.0
>Reporter: Chinmay Kulkarni
>Assignee: Aleksandar Vidakovic
>Priority: Major
> Fix For: 1.4.0
>
>
> Client library generated by Swagger Codegen provides poor documentation of 
> how to use the library. It definitely does a great job at generating all the 
> documentation using Mustache templates but if a user uses that code, it would 
> probably fail.
> *Resolution:*
> 1. Create Mustache templates for improving the documentation of the generated 
> library



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


[jira] [Commented] (FINERACT-1135) Error at Loan Repayments - SQLSyntaxErrorException

2020-08-27 Thread Awasum Yannick (Jira)


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

Awasum Yannick commented on FINERACT-1135:
--

[~francisguchie] do you want this to go into 1.4.0 release? Or you dont mind it 
going to 1.5.0 release? Is this a critical bug fix? CC [~aleks]

> Error at Loan Repayments - SQLSyntaxErrorException
> --
>
> Key: FINERACT-1135
> URL: https://issues.apache.org/jira/browse/FINERACT-1135
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Loan
>Affects Versions: 1.4.0
>Reporter: Francis Guchie
>Assignee: Francis Guchie
>Priority: Critical
>  Labels: beginner
> Fix For: 1.4.0
>
>
> org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; 
> bad SQL grammar  - Caused by: java.sql.SQLSyntaxErrorException:
> Image is hear below
> !image-2020-08-27-02-59-38-802.png!



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


[jira] [Commented] (FINERACT-1101) Swagger CodeGen Test Build using Gradle instead of Maven

2020-08-27 Thread Chinmay Kulkarni (Jira)


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

Chinmay Kulkarni commented on FINERACT-1101:


[~vorburger] [~aleks] since the fix for this issue has been merged in both 
*develop* and *1.4.0* can we mark this as resolved?

*develop* - [https://github.com/apache/fineract/pull/1271]  

*1.4.0* - [https://github.com/apache/fineract/pull/1285] 

> Swagger CodeGen Test Build using Gradle instead of Maven
> 
>
> Key: FINERACT-1101
> URL: https://issues.apache.org/jira/browse/FINERACT-1101
> Project: Apache Fineract
>  Issue Type: Improvement
>Reporter: Michael Vorburger
>Assignee: Aleksandar Vidakovic
>Priority: Minor
> Fix For: 1.4.0
>
>
> Looking at [https://travis-ci.org/github/apache/fineract/builds/714158191] 
> for [https://github.com/apache/fineract/pull/1228] for FINERACT-838, I've 
> noticed that the Swagger Client Code Generation seems  to be built using 
> Maven {{mvn}}... but on {{docs/developers/swagger/client.md}} we document the 
> use of Gradle. This seems inconsistent, and requiring Fineract developers to 
> have Maven installed just for this may be unnecessary? 
> [~Grandolf49] was there a particular reason why you chose to build the client 
> using Maven instead of Gradle on Travis in your PR? If none, would you be 
> willing to raise a PR to change that?
> If that is not possible, the Travis CI should should at least use the Maven 
> Wrapper {{./mvnw}} instead of {{mvn}}. And we should add Caching of Maven 
> artifacts in addition to Gradle to the Travis CI configuration, to make it a 
> bit faster.
> [~Manthan] [~ptuomola] FYI.



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


[jira] [Resolved] (FINERACT-1134) Backport FINERACT-1129 to release branch 1.4.0

2020-08-27 Thread Aleksandar Vidakovic (Jira)


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

Aleksandar Vidakovic resolved FINERACT-1134.

Resolution: Fixed

> Backport FINERACT-1129 to release branch 1.4.0
> --
>
> Key: FINERACT-1134
> URL: https://issues.apache.org/jira/browse/FINERACT-1134
> Project: Apache Fineract
>  Issue Type: Sub-task
>  Components: Build
>Affects Versions: 1.4.0
>Reporter: Aleksandar Vidakovic
>Assignee: Aleksandar Vidakovic
>Priority: Blocker
> Fix For: 1.4.0
>
>




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


[jira] [Commented] (FINERACT-1134) Backport FINERACT-1129 to release branch 1.4.0

2020-08-27 Thread Aleksandar Vidakovic (Jira)


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

Aleksandar Vidakovic commented on FINERACT-1134:


PR https://github.com/apache/fineract/pull/1298

> Backport FINERACT-1129 to release branch 1.4.0
> --
>
> Key: FINERACT-1134
> URL: https://issues.apache.org/jira/browse/FINERACT-1134
> Project: Apache Fineract
>  Issue Type: Sub-task
>  Components: Build
>Affects Versions: 1.4.0
>Reporter: Aleksandar Vidakovic
>Assignee: Aleksandar Vidakovic
>Priority: Blocker
> Fix For: 1.4.0
>
>




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


[jira] [Comment Edited] (FINERACT-1135) Error at Loan Repayments - SQLSyntaxErrorException

2020-08-27 Thread Awasum Yannick (Jira)


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

Awasum Yannick edited comment on FINERACT-1135 at 8/27/20, 8:20 PM:


Thanks for the PR [~francisguchie]. Its been reviewed now. You dont need to 
share this issue or any other one with me or anyone else. Once its created or 
you mention me. I receive a notification on 
[issues@fineract.apache.org|mailto:issues@fineract.apache.org] mailing list 
which you can join by sending a blank mail to: 
issues-subscr...@fineract.apache.org


was (Author: awasum):
Thanks for the PR [~francisguchie]. Its been reviewed now. You dont need to 
share this issue or any other one with me or anyone else. Once its created or 
you mention me. I receive a notification on 
[issues@fineract.apache.org|mailto:issues@fineract.apache.org] mailing list 
which you can join by sending a blank mail to: 
issues-unsubscr...@fineract.apache.org

> Error at Loan Repayments - SQLSyntaxErrorException
> --
>
> Key: FINERACT-1135
> URL: https://issues.apache.org/jira/browse/FINERACT-1135
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Loan
>Affects Versions: 1.4.0
>Reporter: Francis Guchie
>Assignee: Francis Guchie
>Priority: Critical
>  Labels: beginner
> Fix For: 1.4.0
>
>
> org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; 
> bad SQL grammar  - Caused by: java.sql.SQLSyntaxErrorException:
> Image is hear below
> !image-2020-08-27-02-59-38-802.png!



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


[jira] [Commented] (FINERACT-1135) Error at Loan Repayments - SQLSyntaxErrorException

2020-08-27 Thread Awasum Yannick (Jira)


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

Awasum Yannick commented on FINERACT-1135:
--

Thanks for the PR [~francisguchie]. Its been reviewed now. You dont need to 
share this issue or any other one with me or anyone else. Once its created or 
you mention me. I receive a notification on 
[issues@fineract.apache.org|mailto:issues@fineract.apache.org] mailing list 
which you can join by sending a blank mail to: 
issues-unsubscr...@fineract.apache.org

> Error at Loan Repayments - SQLSyntaxErrorException
> --
>
> Key: FINERACT-1135
> URL: https://issues.apache.org/jira/browse/FINERACT-1135
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Loan
>Affects Versions: 1.4.0
>Reporter: Francis Guchie
>Assignee: Francis Guchie
>Priority: Critical
>  Labels: beginner
> Fix For: 1.4.0
>
>
> org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; 
> bad SQL grammar  - Caused by: java.sql.SQLSyntaxErrorException:
> Image is hear below
> !image-2020-08-27-02-59-38-802.png!



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


[jira] [Closed] (FINERACT-1137) Backport Gradle task to create release package to release branch 1.4.0

2020-08-27 Thread Aleksandar Vidakovic (Jira)


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

Aleksandar Vidakovic closed FINERACT-1137.
--
Resolution: Fixed

> Backport Gradle task to create release package to release branch 1.4.0
> --
>
> Key: FINERACT-1137
> URL: https://issues.apache.org/jira/browse/FINERACT-1137
> Project: Apache Fineract
>  Issue Type: Sub-task
>  Components: Build
>Affects Versions: 1.4.0
>Reporter: Aleksandar Vidakovic
>Assignee: Aleksandar Vidakovic
>Priority: Major
> Fix For: 1.4.0
>
>




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


[jira] [Created] (FINERACT-1137) Backport Gradle task to create release package to release branch 1.4.0

2020-08-27 Thread Aleksandar Vidakovic (Jira)
Aleksandar Vidakovic created FINERACT-1137:
--

 Summary: Backport Gradle task to create release package to release 
branch 1.4.0
 Key: FINERACT-1137
 URL: https://issues.apache.org/jira/browse/FINERACT-1137
 Project: Apache Fineract
  Issue Type: Sub-task
  Components: Build
Affects Versions: 1.4.0
Reporter: Aleksandar Vidakovic
Assignee: Aleksandar Vidakovic
 Fix For: 1.4.0






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


[jira] [Created] (FINERACT-1136) Backport Two Factor Auth Filter Type Cast Error to release branch 1.4.0

2020-08-27 Thread Aleksandar Vidakovic (Jira)
Aleksandar Vidakovic created FINERACT-1136:
--

 Summary: Backport  Two Factor Auth Filter Type Cast Error to 
release branch 1.4.0
 Key: FINERACT-1136
 URL: https://issues.apache.org/jira/browse/FINERACT-1136
 Project: Apache Fineract
  Issue Type: Sub-task
  Components: Security
Affects Versions: 1.4.0
Reporter: Aleksandar Vidakovic
Assignee: Manoj
 Fix For: 1.4.0


Just as a reminder to backport to 1.4.0 as per conversation with [~edcable]. 
Thanks [~fynmanoj] for taking care of this.



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


[jira] [Resolved] (FINERACT-1120) Two Factor Auth Filter Type Cast Error

2020-08-27 Thread Manoj (Jira)


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

Manoj resolved FINERACT-1120.
-
Resolution: Fixed

In TFA the authToken was an instance of AnonymousAuthenticationToken with 
principal as as String "anonymous". hence  the existing type cast was failing.

> Two Factor Auth Filter Type Cast Error
> --
>
> Key: FINERACT-1120
> URL: https://issues.apache.org/jira/browse/FINERACT-1120
> Project: Apache Fineract
>  Issue Type: Bug
>Affects Versions: 1.3.0
>Reporter: Saransh Sharma
>Assignee: Manoj
>Priority: Major
> Fix For: 1.4.0
>
>
> Error :
> java.lang.ClassCastException: class java.lang.String cannot be cast to class 
> org.springframework.security.authentication.AnonymousAuthenticationToken
> {code:java}
> // AppUser user = (AppUser) authentication.getPrincipal();
> {code}
> This line has some type casting error exception when running the two factor 
> mode. 
> To enable two factor mode you need to run with -Psecurity=twofactor
>  
>  



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


[jira] [Assigned] (FINERACT-1120) Two Factor Auth Filter Type Cast Error

2020-08-27 Thread Aleksandar Vidakovic (Jira)


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

Aleksandar Vidakovic reassigned FINERACT-1120:
--

Assignee: Manoj  (was: Aleksandar Vidakovic)

> Two Factor Auth Filter Type Cast Error
> --
>
> Key: FINERACT-1120
> URL: https://issues.apache.org/jira/browse/FINERACT-1120
> Project: Apache Fineract
>  Issue Type: Bug
>Affects Versions: 1.3.0
>Reporter: Saransh Sharma
>Assignee: Manoj
>Priority: Major
> Fix For: 1.4.0
>
>
> Error :
> java.lang.ClassCastException: class java.lang.String cannot be cast to class 
> org.springframework.security.authentication.AnonymousAuthenticationToken
> {code:java}
> // AppUser user = (AppUser) authentication.getPrincipal();
> {code}
> This line has some type casting error exception when running the two factor 
> mode. 
> To enable two factor mode you need to run with -Psecurity=twofactor
>  
>  



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


[jira] [Commented] (FINERACT-1120) Two Factor Auth Filter Type Cast Error

2020-08-27 Thread Aleksandar Vidakovic (Jira)


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

Aleksandar Vidakovic commented on FINERACT-1120:


PR https://github.com/apache/fineract/pull/1297

> Two Factor Auth Filter Type Cast Error
> --
>
> Key: FINERACT-1120
> URL: https://issues.apache.org/jira/browse/FINERACT-1120
> Project: Apache Fineract
>  Issue Type: Bug
>Affects Versions: 1.3.0
>Reporter: Saransh Sharma
>Assignee: Aleksandar Vidakovic
>Priority: Major
> Fix For: 1.4.0
>
>
> Error :
> java.lang.ClassCastException: class java.lang.String cannot be cast to class 
> org.springframework.security.authentication.AnonymousAuthenticationToken
> {code:java}
> // AppUser user = (AppUser) authentication.getPrincipal();
> {code}
> This line has some type casting error exception when running the two factor 
> mode. 
> To enable two factor mode you need to run with -Psecurity=twofactor
>  
>  



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


[jira] [Assigned] (FINERACT-1120) Two Factor Auth Filter Type Cast Error

2020-08-27 Thread Aleksandar Vidakovic (Jira)


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

Aleksandar Vidakovic reassigned FINERACT-1120:
--

Assignee: Manoj

> Two Factor Auth Filter Type Cast Error
> --
>
> Key: FINERACT-1120
> URL: https://issues.apache.org/jira/browse/FINERACT-1120
> Project: Apache Fineract
>  Issue Type: Bug
>Affects Versions: 1.3.0
>Reporter: Saransh Sharma
>Assignee: Manoj
>Priority: Major
> Fix For: 1.4.0
>
>
> Error :
> java.lang.ClassCastException: class java.lang.String cannot be cast to class 
> org.springframework.security.authentication.AnonymousAuthenticationToken
> {code:java}
> // AppUser user = (AppUser) authentication.getPrincipal();
> {code}
> This line has some type casting error exception when running the two factor 
> mode. 
> To enable two factor mode you need to run with -Psecurity=twofactor
>  
>  



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


[jira] [Assigned] (FINERACT-1120) Two Factor Auth Filter Type Cast Error

2020-08-27 Thread Aleksandar Vidakovic (Jira)


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

Aleksandar Vidakovic reassigned FINERACT-1120:
--

Assignee: Aleksandar Vidakovic  (was: Manoj)

> Two Factor Auth Filter Type Cast Error
> --
>
> Key: FINERACT-1120
> URL: https://issues.apache.org/jira/browse/FINERACT-1120
> Project: Apache Fineract
>  Issue Type: Bug
>Affects Versions: 1.3.0
>Reporter: Saransh Sharma
>Assignee: Aleksandar Vidakovic
>Priority: Major
> Fix For: 1.4.0
>
>
> Error :
> java.lang.ClassCastException: class java.lang.String cannot be cast to class 
> org.springframework.security.authentication.AnonymousAuthenticationToken
> {code:java}
> // AppUser user = (AppUser) authentication.getPrincipal();
> {code}
> This line has some type casting error exception when running the two factor 
> mode. 
> To enable two factor mode you need to run with -Psecurity=twofactor
>  
>  



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


[jira] [Resolved] (FINERACT-1128) Travis build fails with connection refused

2020-08-27 Thread Yemdjih Kaze Nasser (Jira)


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

Yemdjih Kaze Nasser resolved FINERACT-1128.
---
Fix Version/s: 1.4.0
   Resolution: Fixed

> Travis build fails with connection refused
> --
>
> Key: FINERACT-1128
> URL: https://issues.apache.org/jira/browse/FINERACT-1128
> Project: Apache Fineract
>  Issue Type: Bug
>Reporter: Petri Tuomola
>Assignee: Petri Tuomola
>Priority: Major
> Fix For: 1.4.0
>
>
> Travis build often fails with the following error when trying to check that 
> the Docker container has come up as expected:
> http: error: ConnectionError: HTTPSConnectionPool(host='localhost', 
> port=8443): Max retries exceeded with url: /fineract-provider/actuator/health 
> (Caused by NewConnectionError(' object at 0x7fd6051a9c18>: Failed to establish a new connection: [Errno 111] 
> Connection refused',)) while doing GET request to URL: 
> [https://localhost:8443/fineract-provider/actuator/health]
> Retrying the build works so this is an issue with infra rather than code - 
> may just be due to the Docker container taking longer than expected in coming 
> up?
> One possible solution could be to switch from http to curl and then use 
> curl's facility for retries - i.e. try the connection 5 times with 30 second 
> breaks between retries to see if the container comes up. 



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


[jira] [Commented] (FINERACT-1135) Error at Loan Repayments - SQLSyntaxErrorException

2020-08-27 Thread Francis Guchie (Jira)


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

Francis Guchie commented on FINERACT-1135:
--

[~awasum] 
see [https://github.com/apache/fineract/pull/1296]

> Error at Loan Repayments - SQLSyntaxErrorException
> --
>
> Key: FINERACT-1135
> URL: https://issues.apache.org/jira/browse/FINERACT-1135
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Loan
>Affects Versions: 1.4.0
>Reporter: Francis Guchie
>Assignee: Francis Guchie
>Priority: Critical
>  Labels: beginner
> Fix For: 1.4.0
>
>
> org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; 
> bad SQL grammar  - Caused by: java.sql.SQLSyntaxErrorException:
> Image is hear below
> !image-2020-08-27-02-59-38-802.png!



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


[jira] [Commented] (FINERACT-1129) Gradle task to create release package

2020-08-27 Thread Chinmay Kulkarni (Jira)


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

Chinmay Kulkarni commented on FINERACT-1129:


Thanks [~aleks] That helps! I'll backport the PR for *1.4.0* now

> Gradle task to create release package
> -
>
> Key: FINERACT-1129
> URL: https://issues.apache.org/jira/browse/FINERACT-1129
> Project: Apache Fineract
>  Issue Type: Improvement
>  Components: Build
>Affects Versions: 1.4.0
>Reporter: Aleksandar Vidakovic
>Assignee: Aleksandar Vidakovic
>Priority: Minor
> Fix For: 1.4.0
>
>
> Add Gradle task to create release package with following artifacts:
>  * WAR
>  * server JAR
>  * client JAR
>  * README



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


[jira] [Commented] (FINERACT-1129) Gradle task to create release package

2020-08-27 Thread Aleksandar Vidakovic (Jira)


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

Aleksandar Vidakovic commented on FINERACT-1129:


[~Grandolf49] if you want your documentation fix included in 1.4.0 I'd suggest 
that you do this by cherry picking the changes and creating a separate PR based 
on branch 1.4.0 (aka backporting). I'm still waiting for another important fix 
so there's still time (would be great if you could do it today though).

Same applies to any other fixes you still want to add to 1.4.0: just create PRs 
for develop and then backport them to 1.4.0. Note: again, there's still a bit 
of time, but we'll soon draw a line and release 1.4.0. Anything else has to go 
to 1.5.0.

I'd say there's maybe a day or two left for such changes to go into 1.4.0. Hope 
this helps.

> Gradle task to create release package
> -
>
> Key: FINERACT-1129
> URL: https://issues.apache.org/jira/browse/FINERACT-1129
> Project: Apache Fineract
>  Issue Type: Improvement
>  Components: Build
>Affects Versions: 1.4.0
>Reporter: Aleksandar Vidakovic
>Assignee: Aleksandar Vidakovic
>Priority: Minor
> Fix For: 1.4.0
>
>
> Add Gradle task to create release package with following artifacts:
>  * WAR
>  * server JAR
>  * client JAR
>  * README



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