StackOverflowError for advisor search against factory-bean reference to FactoryBean [SPR-14551] #19119
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
in: data
Issues in data modules (jdbc, orm, oxm, tx)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
Victor Bronstein opened SPR-14551 and commented
StackOverflowError happens when powering up an application context that includes JPA Hibernate entity manager, defines tx:annotation-driven/ and Hibernate statistics bean.
The minimal project reproducing the issue is attached. Here's the snippet of the XML:
Affects: 3.2.17, 4.1.9, 4.2.7, 4.3.2
Attachments:
Issue Links:
@Bean
method leads to early call (pre injection)@Bean
Backported to: 4.2.8, 3.2.18
The text was updated successfully, but these errors were encountered: