-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug
Milestone
Description
Jürgen Strickstrock opened SPR-7009* and commented
When using
- PersistenceExceptionTranslatorPostProcessor
- BeanNameAutoProxy for transaction proxy creation
- AnnotationTransactionAttributeSource
spring creates doubled JDK proxies (proxy encapsulated in proxy), which results in TransactionInterceptor being unable to read@Transactional
annotation as target is proxy in line 92.
This is probably due to a bug in AbstractAutoProxyCreator.wrapIfNecessary.
Affects: 3.0.1
Attachments:
- txbug.zip (6.83 kB)
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug