Updating of the Data Services loses configured enter/return types

v 4.0.1

I have several configured data services (all PHP services).  I have about 20-25 functions defined in all 6 services, but 4 functions will surely lose the enter/return types configured each time a manual refresh or auto data occurs.  For example, I have a function:

saveOrder(OrderHeader:Object,_LineItems:Object):Object

When I right click and 'configure the Types of entry... '. ", and then"configure return Type... ". "I can set the appropriate without any error types.  I get so I expect the function definition:

saveOrder(OrderHeader:OrderHeaderFlex,_LineItems:LineItemFlex[]):Boolean

My ACE and PHP code seem to have errors, I've tested successfully this function repeatedly.  However, if I right-click and choose "Refresh" on my name of service or the service itself, the function returns the definition of the unknown.  He will go even after the automatic update, which produces from time to time.  I can configure the types of data and then immediately, click Refresh and this function will return to the unknown, even if there has been absolutely no code changes.  I have other services and functions in the same project (some that use the same types of data involved above) who do not have this behavior.

Even when these functions "lose" data type configuration, my project will still compile and affected functions will work as expected.

This occurs because of a bug in Zend. See the bug related to FB and the bug of zend.

FB-27016

ZF-10365

-blandine

Tags: Flash Builder

Similar Questions

  • How can I check customers get updates from the caching Service?

    I've just set up a server 10.11 with Server.app version 5.0.15 to act as a provisioning server caching to provide updates to the clients Mac (no iOS device).

    I see that he has downloaded updates the Stats section when I chose bytes served in the drop down menu.

    I want to check that it works and that clients receive the updates of this sever when at the office.

    I did a lot of research but have not found anything definitive. I've seen suggestions may be looking at the Library/Server/Caching/Logs/Debug.log, but nothing in it can tell me whether or not a customer received an update of the caching Service. It is suggested in the Server Essentials of PeachPit book looking at Activity Monitor to check the packet network and instrumental, but which shows that the server successfully contacted Apple and checked the IP address.

    I need to know and to verify that this Service of caching works effectively by updates provided to customers on our network. Does anyone know how to do this?

    Thanks in advance.

    EDIT: I just checked the server again and downloaded only 226 MB of data. I created this yesterday afternoon. Shouldn't be much more data?

    https://help.Apple.com/ServerApp/Mac/5.0/?lang=en#/apd5E1AD52E-012B-4A41-8F21-8e 9EDA56583ALog

    LogLevel-> verbose
    I get enough information about the activities

  • Move the "Data Service" volume ZFS on OSX Server

    Hi all
    I would like to move all the data service to a ZFS volume on a Mavericks OSX Server. This option can be found here:
    Server.app-> your server-> settings
    and is called "Data Service". As someone has already done this? It works or what I have to do a manual config, whenever the server restarts?

    Hi all

    So I'll answer my own question.  The answer is no, in fact, the app Server does not detect even the zfs volume.  I also try to cheat and to synchronize the/Library/Server volume ZFS and softlink then the original file to the copy of the zfs volume, but App Server would no longer work.

    Then Mac OS x still don't like ZFS much.

    I reformatted the drive with appleRAID, and then I could move everything using the button in the application.  I noticed that this original file is still there.  If it's really just an arrangement written somewhere.  Anyone know where this parameter is written?  Maybe I could get data on the ZFS drive sync and write this setting by hand.

  • BlackBerry Z10 difference between guest and the data service

    Hi all

    new user of the Z10, his job very well, I just had a small problem or issue. What is the difference between data services being on vs calls in roaming? I usually use wifi, but often the mode invite, can't do the acquisition of internet connection, even though I have the data service and a G full download available.

    Any help would be greatly appreciated!

    See you soon,.

    Excellent!

    Thanks for the reply "prompt"!

  • Need help on the essential "UPDATE" of the data in the table...

    Dear experts,
    
    Need Advice...
    
    I have one table in which i have 200,000 records, now in this table for each record i have to update quantity figures...
    
    To perform such bulk update i am using the following method...
    
    *1. At first i create TYPE*
    
         CREATE OR REPLACE TYPE T_OBJ_GET_QTY (--);
    
    *2. Create TYPE as table of object created in step 1*
     
         CREATE OR REPLACE TYPE T_GET_TEST_QTY 
         AS TABLE OF T_OBJ_GET_QTY; 
    
    *3. assign object type to the variable*
    
         p_get_test_qty T_GET_TEST_QTY; (Created in step 2).
    
    *4. now i write the cursor using type created in step 1...*
    
          cursor c_upd_qty as
           select T_OBJ_GET_QTY( col1, col2)
           from v_view;
    
    *5. open cursor and fetch into variable created in step 3...*
          
           open c_upd_qty;
           loop
               fetch bulk collect into  p_get_test_qty limit 1000;
               --perfom update now..
                 forall rec_upd_qty in 1..p_get_test_qty.count
                     update table t1 
                     set c1 = treat(p_get_test_qty(rec_upd_qty) as T_OBJ_GET_QTY).c1
    
                    exit when notfound;
        end loop;
        close c1;
    
    
    Kindly let me if this correct way to perform bulk update of the data, or is there any better way to do so...
    Please share your inputs...
    
    I hope i am clear in asking my question
    
    Regards
    nic
    Published by: W Nicloei on May 27, 2011 01:10

    Published by: W Nicloei on May 27, 2011 01:36

    Published by: W Nicloei on May 27, 2011 01:45

    Ahh, ok.

    And a row of the view corresponds to a line in the table that you want to update?
    I guess that your update statement would have a WHERE clause identifies the row to be updated, right?

    If so, why not "merge" the view in the table, using the MERGE Oracle statement?

    Something like:

    MERGE
         INTO  target_table tgt
         USING source_view vw
         ON  ( vw.key-column(s) = tgt.key-column(s) )
      WHEN MATCHED
      THEN
         UPDATE
         SET   tgt.c1 = vw.c1
    /
    

    I still don't see why you would need a pl/sql program that retrieves all rows from the database in memory program and then writes all back in the database.

  • Find / create / update using the Web service data command.

    Hello

    I'm working on PS2 (JDEV 11.1.1.3). One of the requirements is to build Web services from ADF pages. Initially the user connection is looking for items. The results would then be displayed as a read-only table. The user will select line clicks on the button "edit / update" then I need see the second page with the details of record selected as a form. Then he can add / edit the page. The same page is also used to 'create '. I am facing issue while the user selects the record in the table Details the research and passing the Id on the second page of the update of the. Can someone help / guide me.

    I went through the blog of Shay. http://blogs.Oracle.com/Shay/2010/05/updateinsert_with_adf_web_serv.html
    But it's different compared to my needs.

    Enjoy your entries.

    Thank you
    Mahesh

    I don't see exactly how have more fields influence the approach.
    If you are looking for a shortcut, you can try to drag the operation of fusion, as a form of parameter ADF - this will create all the fields for you. And then you will need to go in and change their value to point to the pageFlowScope object.

  • Difficulty with the update of the date of the child from birth.

    I followed the verification link provided in the email, but I keep getting this message when updating my son DOB without actually being able to enter the necessary information.  "A credit card is necessary for anniversary update of the Ark of Noah".  I have my card already registered information, to aError whny suggestions?

    Hi, I had this problem on my ipad new girls. even after you contact apple and spend an hour with them on the phone they couldn't understand it.  but then I found the solution.  Get a credit card on file, not a debit card, Apple servers know the difference.  Once I changed my info card for a real credit card, I was able to change the date of birth in a few seconds.  later, I put my debit card on file and everything works as it should.

    Good luck

  • ADFBC change - automatic updating using PUSH - Data Service entity Active?

    Hi all

    Jdev Version: 11.1.1.7.1

    Summary of the problem: I have a table in the user interface based on a line of open readonly SQL base tickets showing VO. The queue will be worked by several people of support at the same time. So, it is ideal that the queue Auto - refreshes to collect a ticket from the table in the user interface if someone else picked up the ticket & closed. The UI is equipped with filters - so think the option is to push to an activeOutputText and then refresh the table UI using PPR.

    Ofcourse Poll is an option - but am inclined to PUSH as it seems most optimal.

    But the documentation around the use of live data for ADFBC is very confusing. Most of the examples out there talking about external data sources or a direct change in DB as an event in a first time - not a change of entity as an event trigger object. I have a few queries-

    1. is JMS the only way by which the changes of the entity object can be listened to or is there any other mechanism?

    2. on the binding of the tree on the definition of the page, we see ChangeEventPolicy with an option like "push." When is it useful?

    3. any good example of simple use ADFBC with live data?

    4. is my hypothesis on the af: poll be bad valid? Leave the configured push with "long-polling" is much better than a 'af:poll '.

    Thanks in advance!

    1. is JMS the only way by which the changes of the entity object can be listened to or is there any other mechanism?

    I guess you can use any type of mechanism to queue, JMS is 'natural' because that is part of Java EE (so it is included in the Java EE as Weblogic servers)

    2. on the binding of the tree on the definition of the page, we see ChangeEventPolicy with an option like "push." When is it useful?

    It is used in combination with the active data

    3. any good example of simple use ADFBC with live data?

    http://technology.AMIS.nl/2012/06/19/notifying-ADF-applications-of-database-changes-fast-and-lean-using-Active-data-service-for-server-to-client-push-part-two/

    4. is my hypothesis on the af: poll be bad valid? Leave the configured push with "long-polling" is much better than a 'af:poll '.

    Well, that depends on the number of users, refresh rate...

    But for your use case, push is probably much better than af: poll

    Have you thought about putting your VO readonly to the module of the shared application (to the level of the application): Sharing of Instances of the Application Module View (this was also supported for notifications of changes unnecessary db)?

    Dario

  • How to force you to update to the date entry before you validate a text field?

    I have this code:

    Custom blur for txtWeekEndingDate script

    (function () {}

    var weekEnding = new Date (event.value);

    day of week var = new Array (7);

    day of week [0] = 'Sunday ';

    day of week [1] = "Monday";

    day of week [2] = "Tuesday";

    day of week [3] = "Wednesday";

    day of week [4] = "Thursday";

    day of week [5] = "Friday";

    day of week [6] = "Saturday";

    var dayOfWeek = weekday [weekEnding.getDay ()];

    var strWeekEnding = weekEnding.toLocaleDateString ();

    Do nothing if the field is empty

    If (! event.target.value) return;

    If the value is not a valid email address...

    If (dayOfWeek! = 'Sunday') {}

    .. .that the user knows that the value is not a valid end date of week...

    App.Alert ({CMSG: "you entered, '" + strWeekEnding + "". ""}) Please enter a date on Sunday. ', nIcon:3, nType:0, cTitle:this.documentFileName});

    .. .and set the focus on this field

    event.target.setFocus ();

    } / / endif dayOfWeek! = "Sunday".

    })();

    The problem is that if the user enters something like "1/1" in the input box (which has a date format defined in the properties of the text box in the "mm/dd/yyyy') it sets the variable weekEnding to"undefined ". Without the validation script, it properly changes the date "01/01/2013", but it seems that this change occurs after the execution of script OnBlur. How can I force the update occur before the script is run?

    When an entry of "1/1" gets converted to "01/01/2013", it is only for what is displayed in the field. " The value of the underlying field remains on "1/1". The point is the value of the field does not change, just what is displayed in the field. This means that there is no direct method to get the text that is displayed.

    You can add a custom script to Validate that changes a value entry of "1/1" to "01/01/2013".» Then, you would get just the value of the field to recover. If you want more help with this approach, after once again.

  • Update of the data in the table using LAG/LEAD

    Hello!

    I have a table that looks like:

    CREATE TABLE CUSTOMER_INFO_TEST
    (
    ACCOUNT_NUM VARCHAR2 (40 BYTE),
    PHONE VARCHAR2 (100 BYTE),
    E-MAIL VARCHAR2 (300 BYTE),
    DATE OF START_DT,
    DATE OF CHANGE_DT,
    END_DT DATE
    );

    The example data:

    INSERT INTO CUSTOMER_INFO_TEST VALUES ('BOB', 555-1234', ", TO_DATE ('2011-01-01', 'YYYY-MM-DD'), TO_DATE ('2011-01-06', 'YYYY-MM-DD'), TO_DATE ('2011-01-10', 'YYYY-MM-DD'));
    INSERT INTO CUSTOMER_INFO_TEST VALUES ('BOB', 555-1234', ' BOB@GMAIL.) COM', TO_DATE ('2011-01-01', 'YYYY-MM-DD'), TO_DATE ('2011-01-11', 'YYYY-MM-DD'), NULL);
    INSERT INTO CUSTOMER_INFO_TEST VALUES ('BOB', 555-1234', ' BOB@GMAIL.) COM', TO_DATE ('2011-01-01', 'YYYY-MM-DD'), TO_DATE ('2011-01-15', 'YYYY-MM-DD'), NULL);
    INSERT INTO CUSTOMER_INFO_TEST VALUES ('JACK', 555-4321', ", TO_DATE ('01-03-2011', 'YYYY-MM-DD'), TO_DATE ('2011-03-06', 'DD-MM-YYYY'), NULL);
    INSERT INTO CUSTOMER_INFO_TEST VALUES ('JACK', 555-4321', ' JACK@GMAIL.) COM', TO_DATE ('01-03-2011', 'YYYY-MM-DD'), TO_DATE ('2011-03-11', 'YYYY-MM-DD'), NULL);

    My question:
    How can I configure end_dt (if null), to the next change_dt minus one

    It shows what I want to do:

    Select the rowid, account_num, phone, e-mail, start_dt, change_dt, end_dt, nvl (end_dt, lead (change_dt-1, 1) over (partition by account_num of start_dt order)) enddt CUSTOMER_INFO_TEST where end_dt is null;

    So, I want to update the table itself with the date in enddt. But how do I do this?

    This must be done in a single statement...

    Thanks in advance

    Richard

    Published by: user6702107 on 05-Jan-2011 09:11

    Edited by: Rydman on April 17, 2012 15:01

    Please post sample data!
    If your query returns the desired results, you can use the MERGE:

    SQL> select *
      2  from   customer_info_test;
    
    ACCOUNT_NU PHONE      EMAIL                     START_DT CHANGE_D END_DT
    ---------- ---------- ------------------------- -------- -------- --------
    BOB        555-1234                             01-01-11 06-01-11 10-01-11
    BOB        555-1234   [email protected]             01-01-11 11-01-11
    BOB        555-1234   [email protected]             01-01-11 15-01-11
    JACK       555-4321                             01-03-11 06-03-11
    JACK       555-4321   [email protected]            01-03-11 11-03-11
    
    5 rows selected.
    
    SQL> --
    SQL> merge into customer_info_test a
      2  using ( select rowid rid
      3          ,      nvl(end_dt, lead(change_dt-1, 1) over (partition by account_num order by start_dt)) new_end_dt
      4          from   customer_info_test
      5          where  end_dt is null
      6        ) b
      7  on (a.rowid = b.rid )
      8  when matched then update set a.end_dt = b.new_end_dt;
    
    4 rows merged.
    
    SQL> --
    SQL> select *
      2  from   customer_info_test;
    
    ACCOUNT_NU PHONE      EMAIL                     START_DT CHANGE_D END_DT
    ---------- ---------- ------------------------- -------- -------- --------
    BOB        555-1234                             01-01-11 06-01-11 10-01-11
    BOB        555-1234   [email protected]             01-01-11 11-01-11 14-01-11
    BOB        555-1234   [email protected]             01-01-11 15-01-11
    JACK       555-4321                             01-03-11 06-03-11 10-03-11
    JACK       555-4321   [email protected]            01-03-11 11-03-11
    
    5 rows selected.
    
  • Calendar in dock not updated to the date of the day after El Capitan updated to v10.11.5

    El Capitan, updated in version 10.11.5 May 25, 2016, now the calendar in the dock is not updated to the current date, everyone had it?, how he was healed?

    See you soon

    Bill Edge

    What happens when you inspect system preferences > Date & time?

    • The correct time and Date displayed here?
    • Your time zone is correctly indicated?
  • Comboxbox in the long term, already have the data case not able enter data same if U

    COMBOX Box is used to enter data at run time. "Allow Undefined strings" option enabled.

    Enter a given: "Abcde", it is stored in the list.

    Enter the data another: "ABcde" labview takes these data as "Abcde", its not to recognize the case-sensitive characters.

    Any suggestions or solutions to over come this problem.

    shrekt response illustrates the problem...

    The solution is to do a property node on the drop-down list box, select CaseSensitivePopup, and the value is false.

    Rod.

  • my windows vista computer will not except the automatic updates and the system starts it configures only the updates

    original title: my windows vista will not except the automatic updates and the system starts it will only configure the process which can be done to solve this problem

    my windows vista computer will not except the automatic updates and when the system starts it will only configure the process which can be done to solve this problem

    Hi Glennisidore,

    Try running the fixit http://support.microsoft.com/kb/971058 in aggressive mode and see if, after the reboot, you are able to perform your edits again.

  • How to detect if the data service is disabled?

    Hello

    Since the device cannot connect to the fi data service is set to OFF, not even with WiFI, I need to ask an Internet unavailable message when data services are disabled.

    is someone can you please tell me how can I do this?

    I tried several options, but none worked.

    The best advice I've gotten so far is to use a HttpConnection NGO google.com. I think it works, but I would like something more elegant

    Kind regards

    Alex

    H,

    You can check that too,

    
    

    If (! checkCoverage ())

    {

    Dialog.Alert ("no connection.");

    }

    Kind regards

    Paul

  • GroupDataModel update of the data

    Hello

    I have a ListView that has a GroupDataModel that reads a JSON file. I load the file and all is well. Data is grouped into three sections. The data can have one to three of the sections (type = 1-3) filled in. I try to copy the data from the manditory section (type = 3) and copy it into one of the other sections. In the case of type 2 type 1. I have check that type 2 does not already exist in the type 1. It works (for the most part), but sometimes when I copy a type 2 to type 1, data gets changed correctly, but it grows upward from the ListView and makes a fourth group, but data are good and the group header is also correct. Is this a bug? Can someone please take a look at my code and see if it's an encoding issue or a bug?

                                        ActionItem {
                                            id: favoriteActionItem
                                            title: coursesListItem.ListItem.view.getActionItemTitle("favorite", ListItemData)
                                            imageSource: coursesListItem.ListItem.view.getActionItemImageSource("favorite", ListItemData)
                                            enabled: coursesListItem.ListItem.view.getActionItemEnabled("favorite", ListItemData)
                                            onTriggered: {
                                                if (ListItemData.type == 1) {
                                                    // If course is a favorite, then remove.
                                                    coursesListItem.ListItem.view.favoriteAction(QueryOp.FavoriteRemove, ListItemData.courseid)
                                                    // Handle ListView updating
                                                    coursesListItem.ListItem.view.dataModel.remove(ListItemData);
                                                } else {
                                                    // Add course as a favorite.
                                                    coursesListItem.ListItem.view.favoriteAction(QueryOp.FavoriteAdd, ListItemData.courseid)
                                                    // Handle ListView updating
                                                    // * Check that selected list item is not already a favorite by setting the sort keys
                                                    var searchKeys = [ "1", "0000", ListItemData.name ];
                                                    // * Try and find the data in the favorites and get the QVariantList results
                                                    var searchResults = coursesListItem.ListItem.view.dataModel.find(searchKeys);
                                                    coursesListItem.ListItem.view.setindexPathResults("searchResults", searchResults); // Display
                                                    // * If the QVariantList has no records, then add the modified data
                                                    if (searchResults.length < 1) {
                                                        var favoriteListItem = ListItemData;
                                                        favoriteListItem.type = 1;
                                                        favoriteListItem.distsort = '0000';
                                                        favoriteListItem.distance = '';
                                                        coursesListItem.ListItem.view.dataModel.insert(favoriteListItem);
                                                    }
                                                }
                                            }
                                        }
    

    Thanks in advance.

    Guessed it.  I had to have my key research and changes as strings.

                                        ActionItem {
                                            id: favoriteActionItem
                                            title: coursesListItem.ListItem.view.getActionItemTitle("favorite", ListItemData)
                                            imageSource: coursesListItem.ListItem.view.getActionItemImageSource("favorite", ListItemData)
                                            enabled: coursesListItem.ListItem.view.getActionItemEnabled("favorite", ListItemData)
                                            onTriggered: {
                                                if (ListItemData.type == 1) {
                                                    // If course is a favorite, then remove.
                                                    coursesListItem.ListItem.view.favoriteAction(QueryOp.FavoriteRemove, ListItemData.courseid)
                                                    // Handle ListView updating
                                                    coursesListItem.ListItem.view.dataModel.remove(ListItemData);
                                                } else {
                                                    // Add course as a favorite.
                                                    coursesListItem.ListItem.view.favoriteAction(QueryOp.FavoriteAdd, ListItemData.courseid)
                                                    // Handle ListView updating
                                                    // * Check that selected list item is not already a favorite by setting the sort keys
                                                    var searchKeys = [ '1', '0000', ListItemData.name ];
                                                    // * Try and find the data in the favorites and get the QVariantList results
                                                    var searchResults = coursesListItem.ListItem.view.dataModel.find(searchKeys);
                                                    // * If the QVariantList has no records, then add the modified data
                                                    if (searchResults.length < 1) {
                                                        var favoriteListItem = ListItemData;
                                                        favoriteListItem.type = '1';
                                                        favoriteListItem.distsort = '0000';
                                                        favoriteListItem.distance = '';
                                                        coursesListItem.ListItem.view.dataModel.insert(favoriteListItem);
                                                    }
                                                }
                                            }
                                        }
    

Maybe you are looking for