Issue Details (XML | Word | Printable)

Key: GDS-636
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: William Draï
Reporter: Andreas Bergander
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
GraniteDS

Wrong import in remoteBase.gsp template

Created: 19/Feb/10 10:03 AM   Updated: 19/Feb/10 03:02 PM   Resolved: 19/Feb/10 03:02 PM
Component/s: AS3 code generation
Affects Version/s: 2.1.0_RC2
Fix Version/s: 2.1.0_GA

Environment: Flex 4.0.0


 Description  « Hide
The template file remoteBase.gsp contains an invalid import:

import mx.messaging.ServerConfig;

should be:

import mx.messaging.config.ServerConfig;

I saw a comment about this in GDS-439 but the fix was never included in trunk?

William Draï added a comment - 19/Feb/10 03:02 PM
Thanks, committed.