Closed spring-projects-issues closed 4 years ago
Pavan Kumar Jadda commented
Jens Schauder Is this valid issue? Or am I doing something wrong here?
Jens Schauder commented
sorry, I have very little time to look into it right now.
If I had to guess I'd say something is wrong on your side.
A real quick search shows this kind of thing happens when you try to access a closed ApplicationContext
https://stackoverflow.com/questions/23579561/no-bean-named-org-springframework-context-annotation-configurationclasspostproc
I recommend starting from the Spring Data JPA example and take it from there: https://github.com/spring-projects/spring-data-examples/tree/master/jpa/multiple-datasources
Pavan Kumar Jadda commented
Jens Schauder I figured out the issue. You close the ticket
Pavan Kumar Jadda opened DATAJPA-1733 and commented
In my spring boot/data project I am trying to set up and use multiple databases. I defined custom JPA configurations as shown here and during application startup I get the exception
Exception Log:
Affects: 2.3 GA (Neumann)
Reference URL: https://github.com/pavankjadda/SpringData-MultipleDatabases