<bean id="foo" class="com.bla.Foo" />
<bean id="bar" class="com.bla.Bar" />
<bean id="channel" class="com.bla.Channel">
<constructor-arg ref="#{(config.isFooEnabled()) ? foo : bar}"/>
</bean>
I get the following error:
Cannot resolve reference to bean '#{(config.isFooEnabled()) ? foo : bar}'