You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use a placeholder to create the bean name alias from the name= attribute, there is an infinte loop in the bean creation (Spring never comes back from creating the application context). Example:
Dave Syer opened SPR-5419 and commented
If I use a placeholder to create the bean name alias from the name= attribute, there is an infinte loop in the bean creation (Spring never comes back from creating the application context). Example:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:aop="http://www.springframework.org/schema/aop"
xsi:schemaLocation="http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.0.xsd
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"
xmlns:context="http://www.springframework.org/schema/context">
</beans>
If the placeholder is not used for the name= (or if the alias is different from the id) then everything is fine.
Affects: 2.5.6
Referenced from: commits eb1631f
The text was updated successfully, but these errors were encountered: