Bean CurrentlyInCreationException: Error creating bean with name : Requested bean is currently in creation: Is there an unresolvable circular reference?

Bean CurrentlyInCreationException: Error creating bean with name : Requested bean is currently in creation: Is there an unresolvable circular reference?

This CurrentlyInCreationExceptionexception happens during the construction of the bean.

If the bean has reference to other beans, and if those beans which are referenced have the this bean as property or constructor parameter, then it would be cyclic and hence this exception would be thrown.

So, check if you have beans that are referring to each other on you hbm/annotations files.

See how you would solve these known algorithm problems

Check if two strings are anagrams or not

Find longest palindrom from sequence of characters

Flatten nested javascript array

Java solution for checking anagram strings – tell if phrases are anagrams

Kadane’s algorithm in C – Dynamic Programming

Find K Complementary numbers from array Java implementation

Array reversal in Recurrsion

find longest word in the sentence

Check if there are three numbers a, b, c giving a total T from array A

Get maximum occurring character

Leave a Reply

Your email address will not be published. Required fields are marked *

*
*