Include the bean name in the exception when an invalid factoryBeanObjectType attribute is found #33117
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Affects: 6.1
Inspired by this question on Stack Overflow, the exception when an invalid
factoryBeanObjectType
attribute is found isn't as helpful as it could be. It currently looks like this:It would help to pinpoint the cause of the problem if the name of the bean with the invalid attribute was included in the exception message.
The text was updated successfully, but these errors were encountered: