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

Implementing tokenizer and adding tokens to the linked list

Finding missing numbers from billion sequential number list file

Find K Complementary numbers from array Java implementation

Find the first occurence of number in the sorted array

Flatten nested javascript array

Check if two strings are anagrams or not

Implement Queue Using two Stacks – JavaScript algorithm

Get maximum occurring character

Find the pairs that makes K Complementary in the given array java solution

testing k complementary pairs algorithm with junit

Leave a Reply

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

*
*