Flex RSL issue with SDK version change?

Hi Friends!
     I am facing very crucial common problem when using Flex RSL feature.
Problem:  My Custom component library is compiled with Flex 3.0 and more than 50 applications are using it. Now some of our new applications needs to use the features from Flex 3.2 SDK(like increased control width and height) and those controls should also be in same library.
So, the library should be common for application which are using 3.0 as well as 3.2.
My requirement is
"Without recompiling all Flex 3.0 applications, I need to run both Flex 3.0 and 3.2 applications using library compiled in Flex 3.2"
now I am getting some errors like,
     Error #1063: Argument count mismatch on mx.core::CrossDomainRSLItem()  -- from systemmanager
     VerifyError: Error #1053 -- mx.managers.SystemManagerProxy.
     ReferenceError: Error #1065: Variable _*_mx_managers_SystemManager
Is it possible to win this?
I hope flex is having backward compatibility.
Please help me on this.
Thanks,
Ananth.

The only cross-version compatibility is called the Marshall Plan.  It is described on the open source wiki and on my blog.
Alex Harui
Flex SDK Developer
Adobe Systems Inc.
Blog: http://blogs.adobe.com/aharui

Similar Messages

  • Flex incompatibility issue with SDK 3.5.0.12683 and IE6

    Anyone have experience with issues for IE6 and Flex SDK 3.5.0.12683?
    As a secondary issue, does anyone know of a way to force a browser cache refresh?
    thanks
    Simon

    Add a random number as a parameter to the url.
    Something like:
    url = url + "?t=" + new Date().time;

  • Flex Module issue with Panel

    Hello everyone. I have the following problem.
    In my application I have several modules and each of them have components CollapsableTitleWindow (extends Panel). After opening the window it is added to the container which is in the main application (CollapsableTitleWindowContainer). In these windows you can open another window (and so on).
    Now, what is the problem. When I change (reload) any module and I want to open a new window (sub window) with the already loaded window I get this error:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at mx.containers::Panel/layoutChrome()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\containers\Panel.as:1405]
    at com::CollapsableTitleWindow/layoutChrome()[D:\Flex 3 Workspace\WesobCrm\src\com\CollapsableTitleWindow.as:216]
    at mx.core::Container/updateDisplayList()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\core\Container.as:2867] (...)
    Indicates that the main applications have object Panel
    Please help.
    P.S. I found a similar problem on http://www.nabble.com/Flex-Module-issue-with-Panel-td20168053.html
    ADDED: I extendes the Panel class and do something like that:
    override protected function layoutChrome(unscaledWidth:Number, unscaledHeight:Number):void
                    use namespace mx_internal;
                    if(!(mx_internal::titleBarBackground is TitleBackground)) {
                            mx_internal::titleBarBackground = new TitleBackground();
                    super.layoutChrome(unscaledWidth, unscaledHeight);                     
    But now i had something like that: Before After
    You can see that it loos style declaration.H

    Thanks for the anserw.
    I don't exacly understand all but i found a solution for my problem and it works.
    Could you tell me if this is ok ?
    I Add in my main app
    public function getProductWindow():ProductWindow {
        return new ProductWindow();
    And in the module i change
    From var productWindow:ProductWindow = new ProductWindow();
    To var productWindow:ProductWindow = Application.application.getProductWindow();

  • Having trouble with my Airport Utility not supporting either of my Airports Expresses or Basestation. Do i have to update Firmware of airports or is the issue with my version of Utility which i believe is the latest. Thank you.

    having trouble with my Airport Utility not supporting either of my Airports Expresses or Basestation. Do i have to update Firmware of airports or is the issue with my version of Utility which i believe is the latest. Thank you.

    AirPort Utility in Mountain Lion will not support the older versions of the AirPort Express.....model numbers A1084 and A1088. Check on the side of the Express for the model number.
    In addition, AirPort Utility in Mountain Lion will not support the older "round" or "dome" shaped versions of the AirPort Extreme.
    Can you check to see how your devices might be affected?

  • How can i get my ps 3.0 to install on my laptop ? compatibility issues with newer version of windows

    how can i get my ps 3.0 to install on my laptop ? compatibility issues with newer version of windows

    It's hopelessly outdated. It's simply not compatible.
    Mylenium

  • WLST fails to createDomain on Mac with SDK version error

    I'm attempting to use some WLST scripts that build out a local development domain. Currently, the scripts are failing when run against WLS 10.3 on Macintosh, failing on what appears to be a SDK detection problem. The details of the error are shown below with some platform hints.
    Any clues, hacks, or hints on correcting this would be very helpful.
    Mac OS X 10.6.3
    *% java -version*
    java version "1.6.0_17"
    Java(TM) SE Runtime Environment (build 1.6.0_17-b04-248-10M3025)
    Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01-101, mixed mode)
    Error
    Template read
    Error: writeDomain() failed. Do dumpStack() to see details.
    com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: Java SDK version must be 1.4 or higher
         at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
         at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1464)
         at com.bea.plateng.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:803)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
         at org.python.core.PyMethod.__call__(PyMethod.java:96)
         at org.python.core.PyObject.__call__(PyObject.java:270)
         at org.python.core.PyInstance.invoke(PyInstance.java:261)
         at org.python.pycode._pyx3.writeDomain$14(/private/tmp/WLSTOfflineIni6042307889753572219.py:71)
         at org.python.pycode._pyx3.call_function(/private/tmp/WLSTOfflineIni6042307889753572219.py)
         at org.python.core.PyTableCode.call(PyTableCode.java:208)
         at org.python.core.PyTableCode.call(PyTableCode.java:267)
         at org.python.core.PyFunction.__call__(PyFunction.java:172)
         at org.python.pycode._pyx16.f$0(/private/tmp/Mac/createDomain.py:219)
         at org.python.pycode._pyx16.call_function(/private/tmp/Mac/createDomain.py)
         at org.python.core.PyTableCode.call(PyTableCode.java:208)
         at org.python.core.PyCode.call(PyCode.java:14)
         at org.python.core.Py.runCode(Py.java:1135)
         at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:167)
         at weblogic.management.scripting.WLST.main(WLST.java:129)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at weblogic.WLST.main(WLST.java:29)
    Caused by: com.bea.plateng.domain.script.ScriptException: Java SDK version must be 1.4 or higher
         at com.bea.plateng.domain.script.ScriptExecutor.saveJDKInfo(ScriptExecutor.java:3789)
         at com.bea.plateng.domain.script.ScriptExecutor.saveDomainCreationOptions(ScriptExecutor.java:2757)
         at com.bea.plateng.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:556)
         at com.bea.plateng.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:795)
         ... 25 more

    Hi javafueled,
    I too had this issue and have just discovered that if I remove the 'jre' hack was needed to install the server, then my scripts start working.
    (i.e. reverse the jre actions that are described here : http://samuraism.jp/blog/2008/09/20/running_weblogic_server_10g_release_3_on_a_mac.html )
    Hope this helps,
    Tim.

  • Issue with xfa.event.change in XFA 3.3

    HI all
    I've found an issue with the way that XFA 3.3 processes the script below on a change event when a user paste's more than 1 character to a textfield.
    var sChange = xfa.event.change;
    if((sChange.length>1)){
        app.alert("Bad User\nCopy and paste has been disabled for this field");
        //discard the change
        xfa.event.change = "";
    in XFA 3.0 the alert is sent and change is removed, in XFA 3.3 the alert is sent but the change persists.
    Any Ideas?

    Hi Mark,
    Unfortunately thats not possible as I'm using Flash Fields with data being passed between the PDF and the Flex app which only works in XFA3.3, let me know when its fixed.
    Kind Regards
    Kevin Mortimer
    Solutions Archtect
    Avoka

  • Is anyone having issues with Android version 4.3 for Galaxy III throwing in zeroes into text messages?

    I received a message on Christmas Eve that a free update was available for my Samsung Galaxy III.  I accepted the download and discovered some enhancements and fixes that I liked (finally, my voicemail icon displays the number of waiting voicemails that I have!) but I've noticed to glaring issues:
    1. When I send text messages that include numbers (a phone number for example) the OS throws in random zeroes into the number.  I have to usually touch the ENTER key and type the number on a new line and play around with it until the number stays in the message correctly.
    2. I've had occasional lockups using the media hub which, when I do a restart, causes my settings to revert to the default factory settings....kind of a pain.
    There may be other issues. 
    Q. Has anyone out there experienced this same thing?
    Q. Is Google going to fix these issues?  I noticed that on Christmas day a half dozen or so updates were made, but these to things still are a problem. 
    Q. Also, the Verizon Wireless Software Upgrade Assistant on my laptop insists that my version is not supported.  I can still access photos and music, but it's a little annoying...

        I'm sorry you're having issues with your phone after your update BigLouie1124. I recommend enabling safe mode to see if any of your apps are causing issues with your new software. If so, you can remove them. Here are the steps http://vz.to/1cD0kqT . If you continue to have issues the last step would be a factory reset to clear up some of your issues http://vz.to/JCsr33 . Please keep us posted and continue to clear unwanted message threads and clear your browser history periodically.
    KinquanaH_VZW
    Follow us on Twitter @vzwsupport

  • Issues with Purchase order change documents

    Hi Gurus,
    I have some peculiar issues with Purchase order. The PO line item has deletion indicator set but I can't find who set the deletion indicator. The PO change documents doesn't show anything related to deletion indicator.
    Please help to fix the Issue.
    Regards,
    Senthil

    Hi
    Check it in Tcode SE16
    Table Name CDHDR and CDPOS
    Regards,
    Raman

  • Issues with newer version of Acrobat Reader

    I'm not looking for advice or a fix for this problem. I'm simply posting it so that hopefully, the folks at Adobe will get a clue & take the issues with their software seriously. The real fix here is for them to quit ignoring bugs in their software and correct the code. Anyway...
    In the most recent versions of Acrobat Reader (looks like specifically to X & XI), it seems to be hit or miss as to whether Reader will open PDF attachments in Outlook email. Typically, when I double-click on a PDF attachment, nothing happens. An instance of AcroRd32.exe is created as a process (which hangs), but the PDF file doesn't open. If I make the mistake of double-clicking on the file again, another instance of AcroRd32.exe sucks up more of my system resources. This will occur for each time I double-click on the attachment. Sometimes I get lucky, and it will open the PDF file. Sometimes, if I right-click on the attachment and select open, it will do so. Most times, it just does the same thing as double-clicking.
    I've scoured the forums, searched online... Lots of people have reported this or similar problems. Solutions have been offered up, which don't work for most users. etc., etc., etc.
    It's just like the issue that Adobe has had for years with Acrobat - The software is notorious for remaining in memory as a process, long after you've closed the PDF file you opened. And likewise, for each PDF file you open, yet another instance of the software loads into & consumes memory.
    Adobe has had problems like this for years. They never have taken it seriously, they never choose to fix it.
    So, as I said in the beginning of the post - I'm not looking for a fix. I came up with my own fix - I deleted version XI, located an old copy of 9.4 & installed it.
    Nope, I'm not looking for solutions or support. I simply wanted to ***** about it.
    Doubt Adobe will even notice the post, and if they do, they'll just operate like they always have... Hope that their sloppy code just magically fixes itself.

    This is a user forum, and not the place to file bug reports to Adobe.  So you are right: your post won't be noticed by the Acrobat developers.  Nor would it give them enough information to reproduce the problem.
    P.S. I never had a problem opening Outlook attachments with Adobe Reader.  If I had, I would start by disabling Protected Mode, which is the most common cause for a multitude of problems in Adobe Reader.

  • ISSUE WITH NEW VERSION OF BLACKBERRY MESSENGER ON DIFFERENT BLACKBERRY PHONES

    Dear Madam / Sirs,
    I would like to seek assistance in resolving an issue with my BLACKBERRY TORCH 9810 I installed the new version of BLACKBERRY MESSENGER on my phone and it does not work on WIFI ONLY MODE.
    For example I traveled to Mexico and Panama and was on a WIFI ZONE with open access and tried to use my BLACKBERRY MESSENGER and it did not work...I tried to deleting the application and installing a previous version but was not possible. The same issue occurs on a different BLACKBERRY phone that it was working perfectly...but after updating to the new version of BLACKBERRY MESSENGER it did not work.
    Please help me resolve this issue.
    Thanks in advance
    Polk Marin
    E-mail: (personal info removed)@yahoo.com

    and what version do you have installed? I dont see this on ver 6.2.0.56
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • Issues with Mac Version of Adobe Captivate 6

    I am having issues with Adobe Captivate 6 for Mac.  I am missing functionality.  Specifically the advanced actions dialog box.  I get "null" value in all the fields in the dialog box.  Also when I open captivate the welcome screen is blank.  I tried uninstalling and re-installing but I am still having the same issues.  Am I missing something on the install?  Has anyone else experienced these issues?

    Hi,
    Did it worked fine previously? Can share some more information like your Mac version?
    Can you share the screenshot of the problem screens?
    Also, Try to follow these steps, to verify in case your Preferences have not gone corrupted--
    1) Close Captivate
    2) Launch Finder
    3) Go -- Go to Location
    4) ~/Library -- Go to Preference>Adobe> Adobe Captivate 6, Rename the Folder to 'Adobe Captivate 6_Old '
    5) Relaunch Captivate and verify if thing improve.
    Thanks,
    Anjaneai

  • Having issues with trying to change style in Robo11

    Having an issue with Robo11 allowing me to change a style in a topic (document imported from Word) that already exist in the style css. Robo allows me to scroll down, but immediately jumps back to the top. This has only occured on 4-5 projects out of over 50 projects. Have tried more than one way to change style, but continues to jump to top of style type list.

    Can you try the styles and formatting pod instead? (View > Pods > Styles and Formatting) Can you assign the style through that?

  • I am having issues with new version of Final Cut Pro, is there away to download the last version so I can finish my projects?

    I am having major issues with the new version of Final Cut x, I have missing clips and my computer is locking up, I need to finish some projects so is there away to go back to the last version before the new update?

    Not unless you have saved a copy of the previous version; also, any libraries that you have updated to use in the newer version will not be usable in the older version anyway.
    Rather than going back you should try and figure out what is wrong. The current version works great for most users. Start by clearing your preferences: hold down command and option keys while starting FCP X, and confirm when asked. Many different issues can often be solved by just that.
    In case it doesn't solve, please provide more detailed information like OS version, Ram, drive and connection, etc

  • Query caching issue with Toplink version 10.1.3.5.0

    We are in the process of upgrading the toplink version from 9.0.4.7 to 10.1.3.5.0
    We are finding an odd issue with insert statements generated for an aggregate collection mapping with addTargetForeignKeyFieldName.
    We have a Table Ticket and Table Task with Table Activity as a child for both.
    Table Ticket
    Ticket_Key (PK)
    Table B
    Task_Key (PK)
    Table C
    Activity_Key (PK)
    Task_Key (FK)
    Ticket_Key(FK)
    Notes
    Version
    Here are the mappings from
    Ticket Project
    AggregateCollectionMapping activitiesMapping = new AggregateCollectionMapping();
            activitiesMapping.setAttributeName("activities");
            activitiesMapping.setReferenceClass(com.common.Activity.class);
            activitiesMapping.dontUseIndirection();
    activitiesMapping.privateOwnedRelationship();
            activitiesMapping.useCollectionClass(java.util.ArrayList.class);
            activitiesMapping.addTargetForeignKeyFieldName("ACTIVITY.TICKET_KEY", "TICKET.TICKET_KEY");
    activitiesMapping.useBatchReading();
            descriptor.addMapping(activitiesMapping);
    Task Project:
    AggregateCollectionMapping activitiesMapping = new AggregateCollectionMapping();
            activitiesMapping.setAttributeName("activities");
            activitiesMapping.setReferenceClass(com.common.Activity.class);
            activitiesMapping.dontUseIndirection();
    activitiesMapping.privateOwnedRelationship();
            activitiesMapping.useCollectionClass(java.util.ArrayList.class);
            activitiesMapping.addTargetForeignKeyFieldName("ACTIVITY.TASK_KEY", "TASK.TASK_KEY");
    activitiesMapping.useBatchReading();
            descriptor.addMapping(activitiesMapping);
    The tickets and tasks with activities gets inserted in the same transaction.
    Here are the queries that what we get from the toplink version 9.x
    2013-10-29 10:30:50,582  - SELECT SEQ_ACTIVITY.NEXTVAL FROM DUAL
    2013-10-29 10:30:50,582  - INSERT  INTO ACTIVITY (TASK_KEY, VERSION, NOTES, ACTIVITY_KEY) VALUES (?, ?, ?, ?)
    2013-10-29 10:30:50,582  - bind => [2900830, 0, Create Task, 8590870]
    2013-10-29 10:30:50,926  - INSERT  INTO ACTIVITY (TICKET_KEY, VERSION, NOTES, ACTIVITY_KEY) VALUES (?, ?, ?, ?)
    2013-10-29 10:30:50,926  - bind => [326450, 1, Created Ticket, 8590860]
    Here are the queries generated from toplink version 10.x
    2013-10-26 23:31:10,426   SELECT SEQ_ACTIVITY.NEXTVAL FROM DUAL
    2013-10-26 23:31:10,430   INSERT INTO ACTIVITY (TASK_KEY, ACTIVITY_KEY,NOTES, VERSION) VALUES (?, ?, ?, ?)
    2013-10-26 23:31:10,430   bind => [2900690, 8590500, Create Task, 0]
    2013-10-26 23:31:10,509   INSERT INTO ACTIVITY (TASK_KEY, ACTIVITY_KEY, NOTES, VERSION) VALUES (?, ?, ?, ?)
    2013-10-26 23:31:10,510   bind => [null, 8590490, Created Ticket, 1]
    It appears like the new version of the toplink caching the prepared statements and it is not recognizing the targetForeignKeyFieldName mapping of the Ticket Project.
    Any help in resolving this issue is appreciated.
    Thanks

    Hi James,
    1)Yes it supports IE 8 .Please review the below link for certification details on browers :-
        http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html#BAJGCBEA
         Note: Oracle Application Server supports only those browsers.
    2)Forms only support Windows 7 32 bit only.
        Please refer to the note:1292919.1 "Certification of Oracle Developer Suite 10g (10.1.2) on Windows 7 (32-bit)"
    3)Could you provide more information of JVM because when you install 10gR2 it has JDK and JRE present in it.
    Regards,
    Prakash.

Maybe you are looking for

  • Sync multiple users to single iPod

    My partner and I have seperate profiles on my iMac. The Music folder is in a shared location and each user has their own playlists etc. Can I sync both users playlists. E.g. If I sync an iPod with my user profile and then attemtp to sync while switch

  • Can Receive but not Send ATT Mail on iPhone

    I have an att uverse emai account and have set it up on my iphone 5 with iOS 7. It sets up as an IMAP account (should it be POP?) and I can receive mail just fine. However whenever I try to send an email, I get an error saying my user ID or password

  • Help with zen micro! songs not appearing in creative mediasorce organiz

    ok i decided to add a few songs to my zen micro and found out when i go to the mediasource organizer it woulden't detect my music! is my mp3 player corupt? i have even tried finding my music in windows exploror but that wont even detect it shows up b

  • Looking for an effect/filter

    Hi, I'm looking for an tutorial or effect like the one in the link below. Don't know under what I should search for. http://youtu.be/HAbq_qkzFR0 Thanks

  • Changing project dims once they are set ?

    Hello, I'm wondering if it is possible to change the settings of a project once you have set it up, and have imported footage to the timeline ? I just set up a project, got all my footage on the timeline, and then realize that the project settings we