You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2019/11/25 07:20:16 UTC

[GitHub] [fineract] awasum commented on issue #524: FINERACT-428 Parallelization of Jobs : Parallelizing and paging of recalculate interest for loans

awasum commented on issue #524: FINERACT-428 Parallelization of Jobs : Parallelizing and paging of recalculate interest for loans
URL: https://github.com/apache/fineract/pull/524#issuecomment-558024669
 
 
   @wkk91193 , Please check the Travis CI logs. there is an error somewhere which can be fixed.
   
   ```provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanSchedularServiceImpl.java:202: error: no suitable method found for findOne(Long)
                   final Office office = this.officeRepository.findOne(officeIdLong);
                                                              ^
       method QueryByExampleExecutor.<S>findOne(Example<S>) is not applicable
         (cannot infer type-variable(s) S
           (argument mismatch; Long cannot be converted to Example<S>))
       method JpaSpecificationExecutor.findOne(Specification<Office>) is not applicable
         (argument mismatch; Long cannot be converted to Specification<Office>)
     where S is a type-variable:
       S extends Office declared in method <S>findOne(Example<S>)
   /home/travis/build/apache/fineract/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanSchedularServiceImpl.java:234: error: cannot find symbol
                   } while (!CollectionUtils.isEmpty(loanIds));
                             ^
     symbol:   variable CollectionUtils
     location: class LoanSchedularServiceImpl
   ````
   
   See more here: https://travis-ci.org/apache/fineract/builds/616540089?utm_source=github_status&utm_medium=notification

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services