1.      Is this the latest version of Mifos or is there an updated version?

https://github.com/apache/fineract/tree/develop

 

2.      I could not find any front end code here for app screens. Where can
I find that? What is the front end dev platform?

 

3.      I get the following errors in compiling the system. How do I fix
them?

 

org.springframework.beans.factory.BeanCreationException.

Message: Error creating bean with name
'tenantAwareBasicAuthenticationFilterRegistration'

defined in class path resource
[org/apache/fineract/infrastructure/core/config/SecurityConfig.class]:

Bean instantiation via factory method failed; nested exception is
org.springframework.beans.BeanInstantiationException:

Failed to instantiate
[org.springframework.boot.web.servlet.FilterRegistrationBean]:

Factory method 'tenantAwareBasicAuthenticationFilterRegistration' threw
exception;

nested exception is
org.springframework.beans.factory.UnsatisfiedDependencyException:

Error creating bean with name 'tenantAwareBasicAuthenticationFilter':

Unsatisfied dependency expressed through field
'businessDateReadPlatformService';

nested exception is
org.springframework.beans.factory.UnsatisfiedDependencyException:

Error creating bean with name 'businessDateReadPlatformServiceImpl' defined
in file 

 
[C:\Users\zain.asim\Desktop\fineract-develop\fineract-provider\bin\main\org\
apache\fineract\infrastructure\businessdate\service\BusinessDateReadPlatform
ServiceImpl.class]:

Unsatisfied dependency expressed through constructor parameter 1; nested
exception is
org.springframework.beans.factory.NoSuchBeanDefinitionException: 

 No qualifying bean of type
'org.apache.fineract.infrastructure.businessdate.mapper.BusinessDateMapper'
available:

expected at least 1 bean which qualifies as autowire candidate. Dependency
annotations: {}

 

Description:

 

Parameter 1 of constructor in
org.apache.fineract.infrastructure.businessdate.service.BusinessDateReadPlat
formServiceImpl required a bean of type
'org.apache.fineract.infrastructure.businessdate.mapper.BusinessDateMapper'
that could not be found.

 

The injection point has the following annotations:

                -
@org.springframework.beans.factory.annotation.Autowired(required=true)

 

 

Action:

 

Consider defining a bean of type
'org.apache.fineract.infrastructure.businessdate.mapper.BusinessDateMapper'
in your configuration.

 

Reply via email to