
|
If you were logged in you would be able to see more operations.
|
|
|
|
using "new ObjectCurrentlyInCreationException(objectName)" causes error messages to not correctly display the affected object name like shown below:
Spring.Objects.Factory.ObjectCurrentlyInCreationException : Error thrown by a dependency of object 'requestScopedObject' : requestScopedObject
while resolving 'Sibling' to ''
instead of
Spring.Objects.Factory.ObjectCurrentlyInCreationException : Error thrown by a dependency of object 'requestScopedObject' : while resolving 'Sibling' to 'requestScopedObject'
|
|
Description
|
using "new ObjectCurrentlyInCreationException(objectName)" causes error messages to not correctly display the affected object name like shown below:
Spring.Objects.Factory.ObjectCurrentlyInCreationException : Error thrown by a dependency of object 'requestScopedObject' : requestScopedObject
while resolving 'Sibling' to ''
instead of
Spring.Objects.Factory.ObjectCurrentlyInCreationException : Error thrown by a dependency of object 'requestScopedObject' : while resolving 'Sibling' to 'requestScopedObject'
|
Show » |
Sort Order:
|