Last active
August 29, 2015 14:21
-
-
Save BenDol/adbcfce667ed826445c7 to your computer and use it in GitHub Desktop.
Stack Results When Debugging DefaultSingletonBeanRegistry class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| isDependent():455, DefaultSingletonBeanRegistry (org.springframework.beans.factory.support) 7] | |
| LOOP BACK TO STACK 3 - Same as 3 | |
| isDependent():455, DefaultSingletonBeanRegistry (org.springframework.beans.factory.support) [6] | |
| beanName: entityService | |
| dependentBeanName: transactionManager | |
| cononicalName: entityService | |
| dependentBeans: size = 5 | |
| transitiveDependency: eventService | |
| isDependent():455, DefaultSingletonBeanRegistry (org.springframework.beans.factory.support) [5] | |
| beanName: mapperFactory | |
| dependentBeanName: transactionManager | |
| cononicalName: mapperFactory | |
| dependentBeans: size = 3 | |
| transitiveDependency: entityService | |
| isDependent():455, DefaultSingletonBeanRegistry (org.springframework.beans.factory.support) [4] | |
| beanName: mapperContext | |
| dependentBeanName: transactionManager | |
| cononicalName: mapperContext | |
| dependentBeans: size = 3 | |
| transitiveDependency: mapperFactory | |
| isDependent():455, DefaultSingletonBeanRegistry (org.springframework.beans.factory.support) [3] | |
| beanName: eventService | |
| dependentBeanName: transactionManager | |
| cononicalName: eventService | |
| dependentBeans: size = 1 | |
| transitiveDependency: mapperContext | |
| isDependent():455, DefaultSingletonBeanRegistry (org.springframework.beans.factory.support) [2] | |
| beanName: emailService | |
| dependentBeanName: transactionManager | |
| cononicalName: emailService | |
| dependentBeans: size = 2 | |
| transitiveDependency: eventService | |
| isDependent():455, DefaultSingletonBeanRegistry (org.springframework.beans.factory.support) [1] | |
| beanName: transactionTemplate | |
| dependentBeanName: transactionManager | |
| cononicalName: transactionTemplate | |
| dependentBeans: size = 2 | |
| transitiveDependency: emailService |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Stack #3 to Stack #6 are constantly looping until a StackOverflowError is thrown.