First things first, Thank you so much for the Spring Actionscript Framework, it's a great Framework.
I just downloaded the new Release 0.7.1 and it works perfectly ...
Although, when my Application is loading I get this trace output in my console:
Code:
2/7/2009 18:29:49.921 [INFO] SpringActionScript.FlexXMLApplicationContext Loading XML object definitions from [application-context.xml]
2/7/2009 18:29:49.993 [INFO] SpringActionScript.FlexXMLApplicationContext Loading properties file from [application-context.properties]
2/7/2009 18:29:50.157 [INFO] SpringActionScript.FlexXMLApplicationContext Pre-instantiating singletons [__4,services,__2,__0,__1,controller,__5,model,__3] in [object FlexXMLApplicationContext]
Type.forName error: Error #1065: Variable AuthenticationAgent is not defined. The class '::AuthenticationAgent' is probably an internal class or it may not have been compiled.
Type.forName error: Error #1065: Variable AuthenticationAgent is not defined. The class '::AuthenticationAgent' is probably an internal class or it may not have been compiled.
seams that everything goes fine except here:
Code:
Type.forName error: Error #1065: Variable AuthenticationAgent is not defined. The class '::AuthenticationAgent' is probably an internal class or it may not have been compiled.
Type.forName error: Error #1065: Variable AuthenticationAgent is not defined. The class '::AuthenticationAgent' is probably an internal class or it may not have been compiled.
so, now I'm not sure what this error means, since everything work just as expected and in my Project I definitely do not have such a Variable nor Class definition. Should I care?
Thank's in advance for a reply.
Saludos,
Alex