History | Log In     View a printable version of the current page.  
Issue Details (XML)

Key: SDK-12214
Type: Bug Bug
Status: Closed Closed
Resolution: Duplicate
Priority: None None
Assignee: Trevor Baker
Reporter: Emily Short
Votes: 0
Watchers: 1
Operations

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

ResourceManager init dependency in Flex 3 that was not in Flex 2

Created: 08/17/07 01:52 AM   Updated: 08/21/07 03:19 PM
Component/s: RPC: WebService
Security Level: Public (All JIRA Users )

File Attachments: 1. File ResourceManagerBugReproducer.as (1 kb)
2. File ResourceManagerBugReproducer.swf (121 kb)

Issue Links:
Duplicate
This issue duplicates:
SDK-12205 Cannot use RPC classes outside of an ... B Closed
 

Severity: Runtime Error
Reproducibility: Every Time
Discoverability: High
Found in Version: SDK Moxie M2 (Adobe Engineering Drop)
Affected OS(s): All OS Platforms - All
Steps to Reproduce:
Steps to reproduce:
1. Compile attached AS file in Flex 2, execute, no RTE
2. Compile attached AS file in Flex 3 (or use included swf) execute, RTE

 Actual Results:
 
TypeError: Error #1007: Instantiation attempted on a non-constructor.
at mx.resources::ResourceManager$/getInstance()
at mx.rpc::AbstractService$cinit()
at global$init()
at global$init()
at ResourceManagerBugReproducer/::initTestService()
at ResourceManagerBugReproducer$iinit()
 
 Expected Results:

no RTE

seems to be a similar issue with the framework logging classes (but for the enclosed example I took out all logging)

TypeError: Error #1007: Instantiation attempted on a non-constructor.
    at mx.resources::ResourceManager$/getInstance()
    at mx.logging::AbstractTarget$iinit()
    at mx.logging.targets::LineFormattedTarget$iinit ()
    at LuminicBox.Log::LuminicBoxLoggingTarget$iinit()
    at com.scilearn.logging::FlashInspectorLogger$iinit()
    at WebServiceTester$iinit()
 
 
 Workaround (if any):
 
 
 
Language Found: English
Bugbase Id: none
QA Owner: Trevor Baker
Resolved by: Robert Vollmar
Participants: Emily Short, Matt Chotin, Robert Vollmar and Trevor Baker


 All   Comments      Sort Order:
Emily Short - [08/17/07 01:58 AM ]
compiled with flex 3

Matt Chotin - [08/17/07 11:23 AM ]
We may have screwed up here if the ResourceManager requires the SystemManager and all that jazz to get setup, it means you can't use ResourceManager without an Application.mxml, an AS version won't work. And we have tried to make the RPC classes work without requiring the framework to be pulled in completely.

Robert Vollmar - [08/21/07 03:19 PM ]
This is a duplicate. Since the other one has already moved through IRB, I'm going to dupe this one. They are linked, though.