Nop
03-07-2007, 06:53 AM
Hi all!
I used Spring Framework .NET 1.1 P3 and to avoid some issues I decided to update.
After update to the nightbuild Spring.NET-20070304-2218 the spring context of my app could not be intialized :(. An exception is
[FatalObjectException: Cannot obtain PropertyInfo from an expression that does not resolve to a property.]
Spring.Expressions.PropertyOrFieldNode.GetProperty Info(Object context) in c:\projects\daily\Spring.Net\src\Spring\Spring.Cor e\Expressions\PropertyOrFieldNode.cs:476
Spring.Objects.ObjectWrapper.GetPropertyInfo(Strin g propertyName) in c:\projects\daily\Spring.Net\src\Spring\Spring.Cor e\Objects\ObjectWrapper.cs:397
...
[ObjectCreationException: Error creating object with name 'ConverterFactory' defined in 'file [C:\development\projects\MyProj\trunk\Src\Web\Confi g\FrontController.xml]' : Initialization of object failed : Cannot obtain PropertyInfo from an expression that does not resolve to a property.]
Spring.Objects.Factory.Support.AbstractAutowireCap ableObjectFactory.CreateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching) in c:\projects\daily\Spring.Net\src\Spring\Spring.Cor e\Objects\Factory\Support\AbstractAutowireCapableO bjectFactory.cs:745
Spring.Objects.Factory.Support.WebObjectFactory.Cr eateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) in c:\projects\daily\Spring.Net\src\Spring\Spring.Web \Objects\Factory\Support\WebObjectFactory.cs:221
What does it mean?
Thanks.
I used Spring Framework .NET 1.1 P3 and to avoid some issues I decided to update.
After update to the nightbuild Spring.NET-20070304-2218 the spring context of my app could not be intialized :(. An exception is
[FatalObjectException: Cannot obtain PropertyInfo from an expression that does not resolve to a property.]
Spring.Expressions.PropertyOrFieldNode.GetProperty Info(Object context) in c:\projects\daily\Spring.Net\src\Spring\Spring.Cor e\Expressions\PropertyOrFieldNode.cs:476
Spring.Objects.ObjectWrapper.GetPropertyInfo(Strin g propertyName) in c:\projects\daily\Spring.Net\src\Spring\Spring.Cor e\Objects\ObjectWrapper.cs:397
...
[ObjectCreationException: Error creating object with name 'ConverterFactory' defined in 'file [C:\development\projects\MyProj\trunk\Src\Web\Confi g\FrontController.xml]' : Initialization of object failed : Cannot obtain PropertyInfo from an expression that does not resolve to a property.]
Spring.Objects.Factory.Support.AbstractAutowireCap ableObjectFactory.CreateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching) in c:\projects\daily\Spring.Net\src\Spring\Spring.Cor e\Objects\Factory\Support\AbstractAutowireCapableO bjectFactory.cs:745
Spring.Objects.Factory.Support.WebObjectFactory.Cr eateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) in c:\projects\daily\Spring.Net\src\Spring\Spring.Web \Objects\Factory\Support\WebObjectFactory.cs:221
What does it mean?
Thanks.