What steps will reproduce the problem?
1. creating singleton class ('RegistryContext') with static instance field
('private static RegistryContext instance;').
What is the expected output? What do you see instead?
injectHibernateCoreSessionByAnnotation recursion with stack overflow.
What version of the product are you using? On what operating system?
2.1.2 GA
Please provide any additional information below.
Overflow occurs because of the first field in my 'RegistryContext'
singleton object is a singleton instance reference i.e. reference to
itself.
You mentioned in 'issue 4'-reply that you would use an 'injection cash' in
version 2.1 and in sources of 'SessionTransactionInjectorInterceptor'
class I've found an 'injectionCacheMap' field, but it is never used in
forward code.
Original issue reported on code.google.com by Andrew.G...@gmail.com on 17 Jan 2010 at 9:36
Original issue reported on code.google.com by
Andrew.G...@gmail.com
on 17 Jan 2010 at 9:36