Issue Details (XML | Word | Printable)

Key: SESPRINGACTIONSCRIPTAS-51
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Christophe Herreman
Reporter: Flávio Silva
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
SX Spring Actionscript

Flex Framework reference issue

Created: 21/Jul/09 12:53 AM   Updated: 08/Sep/09 02:03 AM   Resolved: 31/Jul/09 03:53 AM
Component/s: IoC container
Affects Version/s: 0.8
Fix Version/s: 0.8.1

Time Tracking:
Not Specified

Environment:
Win Vista x64
FB3 - Flex SDK3.2


 Description  « Hide
Using the .as files as source, not .swc
Release 0.8 dowloaded by the svn at 2009-07-20
Flex Builder 3 - Flex SDK3.2 - ActionScript Project

------------------------------------------------------------------------------------------

CLASS : org.springextensions.actionscript.ioc.factory.xml.XMLObjectFactory

LINE : 32
CODE : import org.springextensions.actionscript.utils.ApplicationUtils;
ISSUE : flex framework util class, cannot use with ActionScript Project.

------------------------------------------------------------------------------------------

This class is used in the '_addImportLocationsIfAny' method.

Roland Zwaga added a comment - 22/Jul/09 02:19 AM
Fixed this issue in the trunk, moved support for loading embedded import files to FlexXMLApplicationContext for now.
Thanks for reporting this.