Air3 Beta SDK invalid Namespace 3.0 ?

Hi,
I downloaded Trial of Flash Builder 4.5 and Air 3 SDK to give it a try for my Mac OS.
I installed it and an Air 2.6 HelloWorld works fine.
Then I downloaded the air3 beta2 sdk and copied the sdk to
/Applications/Adobe Flash Builder 4.5/sdks/air3_b2_sdk_mac_080811 where the folder air3_b2_sdk_mac_080811 was the folder extractet by the archive.
I added in the project the compiler argument '-swf-version=13' but I get always the error about the wrong namespace (error 102) in my xml, but I putted in:
http://ns.adobe.com/air/application/3.0
What did I forgot or left out?

Well I copied the files over the 4.5.1 SDK and the Project afterwards worked and showed on my Device with the Air 3 beta print in the corners.
When I now want to develop a new Flex mobile Project it tells me I can not use that SDK for Flex mobile projects..
how did you guys get this going?

Similar Messages

  • Invalid Namespace when trying to package AIR application

    I am using a self-signed certificate when trying to package
    my application, but when I run the command to package it I get the
    following error: "Invalid namespace
    http://ns.adobe.com/air/application/1.0"
    Then it leaves a .tmp file in the directory where I ran the
    batch file containing the package statement.
    What should be done from here?

    Check which version of adt you are using. Sounds like you are
    using a beta release, which wouldn't recognize the final 1.0
    namespace.
    Oliver Goldman | Adobe AIR Engineering

  • ORA-28267: Invalid NameSpace Value after upgrade to 11.1.1.5

    Hi Guys,
    So after we upgraded to 11.1.1.5 to fix an issue which effected 6 out of our 350 source tables in interfaces, we've hit a problem now which is effecting all 350 interfaces.
    We are using a dblink from our 11.2.0.2 DWH to a 10.2.0.2 source database. When ODI goes to load the target table (reading from a C$_ collection view with the db link in it) Im hitting ORA-28267: Invalid NameSpace.
    A little digging suggests it might be down to the jdbc driver.
    In my 11.1.1.3 install I see this :
    /oracledi/agent/drivers/ojdbc6.jar
    in my 11.1.1.5 install I see this :
    oracledi/agent/drivers/ojdbc6dms.jar
    I've tried the obvious of renaming the ojdbc6dms.jar to a backup and copying in the 11.1.1.3 driver ojdbc6.jar in in its place but I see no change (restarted agent)
    Can anyone suggest anything ? Do I need to start messing with classpaths in odiparams.sh ?
    I have logged an SR already, waiting to jump through the usual hoops before I start getting suggestions.
    Thanks in advance,
    Alastair

    OK I swapped out 4 occurances of the driver :
    11gODI/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar
    11gODI/odi_misc/ojdbc6dms.jar
    11gODI/oracledi/agent/drivers/ojdbc6dms.jar
    11gODI/oracledi/client/jdev/extensions/oracle.odi.navigator/lib/ojdbc6dms.jar
    with the ojdbc6.jar from the 11.1.1.3 install ( I got mine here : /oracledi/agent/drivers/ojdbc6.jar )
    And it seems to be working fine now.

  • Report service Integration (sql 2012 and SharePoint 2013) error Report Server WMI Provider error: Invalid namespace

    Report Server WMI Provider Error: Invalid namespace
    Domain Server, Sql2012 server and SP2013 Server (3 vm servers)
    the sql server reporting services service application and applications Proxy are installed and started (SP2013 Sever)
    the sql server PowerPivot system Service and SQL server Reporting Services Service are Started (in Services on Server)
    in sql server 2012 sp1 reporting service configured (web service URL and Report Manager URL are configured and tested,  the database report server mode is native) (SQl 2012 Server)
    under general Application Settings .. trying to setup the "Reporting Service Integration" give us the above error message (Report Server WMI Provider Error: Invalid namespace)
    I was looking for all blogs and TechNet material but without success.

    Follow these steps:
    1) Uninstall SSRS from the Database Engine server (MSSQLSERVER instance).
    2) Install SSRS on the SharePoint server using the "Reporting Services - SharePoint" install option during SQL Feature selection, no other services are required (e.g. you do not need to install Database Engine services).
    3) You should then see SSRS as a Service Instance in Central Admin -> Manage Services on Server, at which point you can also create an SSRS Service Application.
    While this guide (http://msdn.microsoft.com/en-us/library/jj219068.aspx#bkmk_install_SSRS) walks you through it, this is for a single server install where the Database Engine is also installed on SharePoint, not something you want to do.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • BPEL: invalid namespace error with DB adapter polling and java embedding

    Hello
    I'm using bpel 10.1.3.1.0, and I'm experiencing the following problem: I'm am not able to use the SetTitle() function in a process which polls for records using the db adapter.
    Steps to reproduce the problem:
    - I create a very simple bpel process which poll for records in a table.
    - I deploy it, write manually a record in the polled table and the process start.
    - I can see the record picked up through the visual flow in the console
    - everything looks ok and the process ends correctly
    - now I add a java embedding activities just after the receive
    - I set the instance title like this: setTitle("Go");
    - redeploy, write a record in the polled table and the process start.
    - but the process ends in error with the following message "XMLDOMException has been thrown. invalid namespace for prefix xmlns"
    And there is no way to make it work. Consider:
    If I put the same java embedding activity in another process, for example a simple asynchronous process which just copy the input to the output, and I run from the console, the instance title is set as I want ("Go")
    If I remove the three lines from the polling process
    <bpelx:exec name="Java_Embedding_1" language="java" version="1.3">
    <![CDATA[setTitle("Go");]]>
    </bpelx:exec>
    then the process is executed correctly again. I add them again and then namespace error.
    Whatever statement I put in the java embedding activity (for example a string concatenation or even just a comment I have the same result: invalid namespace for prefix xmlns.
    Does anybody has a suggestion to evercome the problem? I need to set the title because its a mess to find out which instance processed a specific record.
    Thanks by
    Paolo

    I made a lot of further tests, and I can say the problem is related only to the database adapter polling mechanism.
    If I create an asynchronous process, with any kind of database activity (for example select) I can set the title normally.
    If I create a process which start with database table polling, then I cannot use the java embedding.
    try this:
    - create BPEL empty project
    - drop a database adapter service and follow the wizard:
    - select a connection (I tried both oracle or sqlserver connection)
    - select "poll for new or changed record"
    - select any table empty or with few record inside (1 or 2)
    - press next 4 times
    - chose delete record after read (press next)
    - chose order by "no ordering" in polling options (press next 2 times)
    - now drop a receive activity on the process, and connect with the polling partner link
    - drop a java embedding and write any valid java statement
    - deploy; if the table is empty, write a recod in the table
    - the process is instantiated, but the it fails in the --> receive <-- activity with "invalid namespace" error

  • SSMS 2014 to SSRS 2012 WMI connection error / Invalid namespace

    We have swapped out the default SSRS2012 Windows Authentication with our own FormsAuth custom authentication.
    From SSMS2012, I can connect to our reporting server instance via FormsAuth without issue.
    From SSM2014, I can't connect to our reporting server instance.  I get this error:
    Invalid namespace (Microsoft.SqlServer.Management.UI.RSClient).
    How should I troubleshoot / resolve this error?

    Hi scott_m,
    Based on my understanding, you come across an Invalid namespace error when connecting to Report Server 2012 from SSMS 2014.
    In Reporting Services, the namespace for SSRS 2014 is root\Microsoft\SqlServer\ReportServer\RS_<EncodedInstanceName>\v12\Admin
    while the namespace for SSRS 2012 is root\Microsoft\SqlServer\ReportServer\RS_<EncodedInstanceName>\v11\Admin. When using SSMS 2014 for connecting to SSRS 2012, by default, it also access v12 instead of v11 , so we will get Invalid
    namespace error. In other words, we can’t connect to SSRS 2012 from SSMS 2014 because of different namespace.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • SetSRSPropertiesCA error: Invalid namespace .

    Dear members,
    I am trying to move the SCOM 2007 DataWarehouse and Reporting Services in a new database server (Windows Server 2008, SQL Server 2008 R2 with Service Pack 2),
    but when I try to install the DataWarehouse Component in the new server I get the following error:
    Debug: SetSRSPropertiesCA: SRS Instance is: FOO_DB
    Error: SetSRSPropertiesCA error: Invalid namespace .
    - The Reporting Services of the SQL Server are already installed and configured and I can view the web interface of the ReportServer and the ReportManager.
    - I read in forums that the underscore "_" in the name of the SRS instance could be a problem. If this is the problem, is there any proposed solution or hotfix?
    Any help will be appriciated.
    Kind Regards,
    Panagiotis

    Dear members,
    I am trying to move the SCOM 2007 DataWarehouse and Reporting Services in a new database server (Windows Server 2008, SQL Server 2008 R2 with Service Pack 2),
    but when I try to install the DataWarehouse Component in the new server I get the following error:
    Debug: SetSRSPropertiesCA: SRS Instance is: FOO_DB
    Error: SetSRSPropertiesCA error: Invalid namespace .
    - The Reporting Services of the SQL Server are already installed and configured and I can view the web interface of the ReportServer and the ReportManager.
    - I read in forums that the underscore "_" in the name of the SRS instance could be a problem. If this is the problem, is there any proposed solution or hotfix?
    Any help will be appriciated.
    Kind Regards,
    Panagiotis

  • "ORA-28267 Invalid NameSpace" with APEX 4.0.1 and WebLogic server

    Hi all,
    I have a page that has a simple query as Region Source. It all worked fine on Apex 3.2 with the iAS mod pl/sql gateway.
    Query goes like this:
    select servername, a.capture_name, a.status, a.source_database, a.captured_scn, a.applied_scn, b.state_changed_time, b.state
    from DBA_CAPTURE@DBLNK_STRM_PADATARP a, V$STREAMS_CAPTURE@DBLNK_STRM_PADATARP b
    where a.CAPTURE_NAME (+)= b.CAPTURE_NAME
    (it reads out Oracle Streams status over a database link)
    After migrating the page to Apex 4.0.1 and WebLogic (Oracle 11g SOA suite) frontend, the Apex page now gives the "ORA-28267 Invalid NameSpace" error for some strange reason.
    Apex will now not validate the query in the edit region source page.
    I think maybe the problem lies with the WebLogic setup, but exactly what it might be eludes me.
    Anyone able to shed any light on this?
    Regards,
    -Haakon-

    Must have to do with the java based Apex Listener in conjunction with WebLogic and the execution of queries over database links.
    Workaround was to create a materialized view in Apex database and select from that instead.

  • ORA-28267: Invalid NameSpace Value Using DB Link

    Hi ,
    Getting the
    ORA-28267: Invalid NameSpace Value
    RA-02063: preceding line from dblink12
    I am trying to access the dblink through a datasource and I am using a managedBean in session scope to do it.
    The code for accessing db link through managed bean is ,
    Connection con = new ConnectionHandler().getConnection();
    String sql = " select name from table@dblink12";
    Statement stmt = null;
    ResultSet rs = null;
    String retValue = null;
    try
    stmt = con.createStatement();
    rs = stmt.executeQuery(sql);
    SelectItem item = null;
    if (rs.next()) {
    retValue = rs.getString("name");
    finally
    ConnectionHandler.close(rs, stmt, con);
    System.out.println("retValueARU: " + retValue);
    It works when I am trying to run through jDeveloper but not in the standalone weblogic installation.
    Any help will be appreciated.
    Thanks

    Thank you for your kindly answer,
    I forgot to say that oracle agent it's a standalone Oracle agent configured as in OBE documentation to run on port 20910 (and it's working)
    OraclediAgent it's an ODI JEE agent running on port 8001 (and it's generating the Invalid NameSpace Value error but only for the interface SQL_as_Source and with the dblink inside the query).
    Antonio

  • Invalid NameSpace Value when Using DB Link

    I am receiving the following error within apex when I try to access data across a database link:
    failed to parse SQL query:
    ORA-28267: Invalid NameSpace Value
    ORA-02063: preceding line from DB_LINK
    When I access the same data using a database tool like Toad, I do not get the error.
    We are using:
    Apex 4.0.1
    Clustered WebLogic 10.3.4
    APEX_LISTENER_VERSION     1.0.2.238.15.24
    Database information
    CORE 11.2.0.1.0 Production
    NLSRTL Version 11.2.0.1.0 - Production
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    TNS for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production
    I have a different database link that works just fine, the only difference between the db links that I know of is that the one with the error has select/insert/update/delete and the one that works has select only.
    Has anybody ever seen this?
    Thanks,
    Michelle

    Carl,
    Ok. Here's the results. Using a PL/SQL region with the function throws the same error (string buffer too small).
    So I checked the length of company_name and the longest string value is 47.
    Then I checked the _XL function and got the same error.  This is even showing in SQL Workshop's SQL Commands.
    SELECT APEX_ITEM.SELECT_LIST_FROM_QUERY_XL(
    1,
    company_num,
    'SELECT company_num, company_name FROM pmd.company@CORP'
    FROM pmd.company@CORP
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    Thank you,
    Ben

  • Bug in LR3 beta SDK

    I know, I know, LR3 is still in beta and nothing has been finalized yet...
    Anyway, there appears to be a bug in LrDate and I thought I better pass this info along so it doesn't sneak in the released product.
    local year, month, day
    year = 2010
    month = 1
    day = 19
    local timestamp = LrDate.timeFromComponents(year, month, day, 0, 0, 0)
    local formattedDate = LrDate.timeToUserFormat(timestamp , "%b %e, %Y")
    This simple back-and-forth conversion assigns "Jan 18, 2010" to formattedDate. The cocoa timestamp value is 285552000, which is the correct value for Jan 19, 2010, so the issue appears to be with the timeToUserFormat function.

    Hi Vladimir,
    where can I find the LR3 beta SDK?  I've been wanting to check where I need to update my LR2 stuf for the new SDK but I don't seem to find it anywhere.
    Kindest regards,
    Bart

  • Invalid namespace

    Flash Builder 4.7
    The following line in the -app.xml file generates an invalid namespace error although AIRSDK 3.6 appearsas installed in the prefs dialog.
    application xmlns=http://ns.adobe.com/air/application/3.6
    Thnks in advnce for the help.

    Hi,
    Still not working…
    Rid of the previous error but now obtain the following :
    Processus terminé de manière inattendue.
    invalid application descriptor: Unknown namespace: http://ns.adobe.com/air/application/3.6
    In the prefs window, AIRSDK 3.6 appears as installed, but in the –app.xml file only “xmlns=http://ns.adobe.com/air/application/3.6” is accepted.
    I’ve tried both methods to install the zip file : 1 - Merge and 2 - delete previous content before unzipping.
    Any ideas ?
    Thks in advance for help.
    Bruno
    De : Gaius Coffey [email protected]
    Envoyé : jeudi 7 mars 2013 16:25
    À : [email protected]
    Objet : Invalid namespace
    Re: Invalid namespace
    created by Gaius Coffey<http://forums.adobe.com/people/Gaius+Coffey> in Using Flash Builder - View the full discussion<http://forums.adobe.com/message/5129293#5129293

  • AQSample: invalid namespace error

    I installed the AQSample and followed the instructions for setup.
    I was able to go to the website initially (http://localhost:8888/aq/Login.jsp) and I got the login screen. But when I typed in "bob" and "welcome" and pressed "login", I got an error that said:
    500 Internal Server Error
    oracle.xml.parser.schema.XSDException: Element 'schema' has invalid namespace: 'http://www.w3.org/1999/XMLSchema'
         at oracle.xml.parser.schema.XSDBuilder.buildSchema(XSDBuilder.java:488)
         at oracle.xml.parser.schema.XSDBuilder.build(XSDBuilder.java:296)
         at oracle.xml.parser.schema.XSDBuilder.build(XSDBuilder.java:278)
         at ControllerServlet.parseXML(Unknown Source)
         at ControllerServlet.init(Unknown Source)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpApplication.loadServlet(HttpApplication.java:1673)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpApplication.findServlet(HttpApplication.java:4006)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2204)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:585)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:243)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    In the command line window where I had run "java -jar oc4j.jar", this message appeared:
    file:/D:/oracle/ora90/j2ee/home/AQConfig/Control.xsd<Line 2, Column 87>: XSD-203
    0: (Error) Element 'schema' has invalid namespace: 'http://www.w3.org/1999/XMLSc
    hema'
    Any idea what the problem is?

    Hi Katherine,
    Which version of OC4J are you using to deploy the sample? The sample has been tested against version 9.0.0.2 of OC4J. Could you please try to run the sample in this version. It seems that there is some discrepancy between the namespace expected by your XML parser and the namespace that the sample is using.
    Alternatively, you can change the namespace in all the XML and XSD files present in the AQConfig folder. In all the 3 XML files (Control.xml, DataBaseParameters.xml and Exceptions.xml), please replace the following line -
    xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
    with
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    In all the 3 XSD (Schema) files, please replace the following line -
    http://www.w3.org/1999/XMLSchema
    with
    http://www.w3.org/2001/XMLSchema
    After making these changes, the sample should work fine.
    Thanks,
    Rajat

  • Lightroom 3 beta SDK?  If not yet, when?

    Is a Lightroom 3 beta SDK available somewhere?  If not yet, are there plans to make it available soon?
    -Don

    I sure that I am speaking of all the plugin writers when I say, give us some information.
    Yes it may change, but it would be better than seeing missing functions that we might need or bugs in the sdk that would not have been seen until after a shipping version.
    It took a while for developers to get the hang of plugins for Lightroom 2, wouldn't it be better to have some availble to the public the day it ships?
    Personly I would love to see just a list of new functions availble and let us take it from there.
    PS: Please let us write our plugin metadata to xmp files this time.

  • Flex 4.7 AIR 16.0 SDK invalid signature

    I Am trying to publish a beta version of my app to Apple to leverage TestFlight testers but I keep getting an Invalid Signature error. 
    Invalid Signature - Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). If you are certain your code signing settings are correct, choose "Clean All" in Xcode, delete the "build" directory in the Finder, and rebuild your release target.
    I Have made sure to create a distribution certificate and provisioning profile.  I have also ensured the Default-568h@2x file is included. Not sure what else to do.
    i Am using Flex BuiOder 4.7 with air sdk 16.0 and am using XCODE 5.1.1 to build Certs and profiles.
    any suggestions?

    I used ditto on Mac. I would make a backup copy of the Flex SDK first.
    Then use ditto to update the SDK with AIR SDK.
    -ted

Maybe you are looking for

  • Anyone know how to make an iMac, OSX 10.8.1, System Settings modifier file?

    I am working on an iMac, OSX 10.8.1, and would like to have a file that, when it runs, sets the mouse tracking speed at 7 (assuming that the far left of the bar is 0), deselects 'natural scroll direction,' and, in Mission Control, deselects 'show das

  • Date and time in spool file name

    Hi, can anyone show me how i can write the code below so that the spool file will automatically take the system time and date? thanks again. set term off; set echo off; set heading off; set linesize 1500; set pagesize 9999; set feedback off; spool /h

  • Where is Pages on my MacPro? Only see it for $19.99 to purchase.

    I see that Pages is listed as one the apps that one gets when they purchase a Mac Pro, but I cannot for the life of me find it on my computer. I went to the App Store and see that it can be downloaded for $19.99. Am I missing something here? What hap

  • Zen Vision:M track list

    I looked through other threads and didn't see an exact answer to this. My Vision:M wants to list all songs alphabetically. Even when I play an individual album without using playlists, the songs on each album are listed alphabetically. Can this be ch

  • Python-scipy vs. python-numpy [solved]

    Up till now I have been using a custom package for python-numpy (the successor of python-numeric) and the AUR package for python-scipy (which depends on a working numpy installation). However, now the scipy package seems to be adopted and when I try