День добрый
не получается с помощью expression присвоить значение поля внедренного объекта
<objects xmlns="
http://www.springframework.net">
<object id="Singleton" type="SpringTest.Singleton, Spring" singleton="true">
<property name="Name" value="bla bla"/>
</object>
<object id="Test" type="SpringTest.Test, Spring" singleton="false">
<property name="S" ref="Singleton"/>
<property name="Name" expression="S.Name"/>
</object>
</objects>
ошибка: Initialization of object failed : Cannot initialize property or field node 'S' because the specified context is null.
это в принципе невозможно или .. ?