Skip to content

Circular dependencies error on Spring Boot's DataSourceInitializer #186

Closed
@landys

Description

@landys

The problem exists in version 1.2.4 and 1.2.5 but not 1.2.3. The similar problems are reported as issue #58 and #59, and they are considered fixed but I don't think so. Or a regression issue was introduced.

The core error is as follows.

nested exception is org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'dataSourceInitializer': Invocation of init method failed; 
nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: 
Error creating bean with name 'dataSource': Requested bean is currently in creation: 
Is there an unresolvable circular reference?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions