Is data passed back to responder a read-only copy?

I have a service that I call, adding a responder:
var modelingDataResponder:IResponder = new
ModelingDataResponder();
var modelingDataService:DataService =
EnterpriseServiceLocator.getInstance().getDataService("ModelingDataService");
var token:AsyncToken = modelingDataService.fill(myModel,
clientName);
token.addResponder(modelingDataResponder);
This causes the variable myModel to be filled. It adds a
responder called modelingDataResponder which implements IResponder.
modelingDataResponder is called when the fill completes.
My question is this. modelingDataResponder is called with
data that's a copy of the myModel object that was filled. But it
seems to be only a copy. It seems like executing code inside
modelingDataResponder that changes data fields inside the parameter
that is passed in just changes the data in a local copy, not in the
myModel object that was filled. The two objects have separate
addresses when looked at in the debugger, and changing a value in
one has no effect on the other.
So it's like the data that is passed back is a copy. The copy
can be read. Writing in the copy is OK, but it is just writing on a
copy, on on the object that was filled. Right?

- Since what version of LCDS is this issue resolved?
LCDS 3.0 and above.
- Is their  a Jira issue for this?
No, as we use an private bug tracking system for LCDS.
- Is a patch available?
No, sorry.  You would have to work through Adobe Technical support to get a hotfix for this, and I do not believe that one exists.  I would recommend upgrading to 3.1 if you can.
Tom

Similar Messages

  • The back up volume is read only?

    Can anyone help me with this? When time machine tries to run a back-up I get two errors and it fails. The first says:
    Time Machine Error
    The back up volume is read only.
    The second one says:
    Disk Repair
    The disk was not repairable by this computer. It is being made available to you with limited functionality. You must back up your data and reformat the disk as soon as possible.

    AndyPrior wrote:
    The back up volume is read only.
    see C6 in [this_|http://web.me.com/pondini/TimeMachine/Troubleshooting.html] user guide.
    JGG

  • DB Read only Copy

    I am hoping to get some guidance on the best approach for a read only copy of a database that is ~ 1TB. 
    The primary database is fed nightly with an ETL process. 
    We are currently trying to duplicate the ETL to read only server but that process is not going well. 
    So we are looking at other options to let SQL make the copy.
    The primary database is on a Win12R2 with SQL 12 or 14, a 2 node A/P failover cluster.
    The read only copy will be on a Win12R2 with SQL 12 or 14. 
    It is not a requirement to fail over to the read only copy if the primary should go down.
    What would best the approach to accomplish the end result?

    Does it mean if the primary goes down you do not want users connect to the the second server where the read only db is located? Do you want to refresh the rad only db on basic period or keep it sync with the primary db?
    Simple backup/restore + SSIS over to the second server may work very well.
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • How to get data passed back to server from Web Start client ?

    dear experts,
    my web application allows users to launch a web start window from the jsp page, after users enters some data in the web start page and press "OK", the data entered should be passed back server for process. i just have not much clue how to do this....
    thanks.

    Use the java networking library to send a request to a url that takes the arguments you want to pass in.
    Example:
    URL url = new URL("http://yourserver/yourhandler.do?arg1=foo&arg2=bar");
    HttpURLConnection conn = (HttpURLConnection) URL.openConnection(url);
    ... any output testing, etc...
    conn.disconnect();It's not the prettiest, but it ought to get the job done.
    You should probably (at least) use the BasicService to get the codebase back to the server that served up the jnlp file.
    -Mike

  • Backing up database with read-only tablespaces

    I am trying to develop a script that will dynamically build RMAN scripts for backing up
    a database with read-only tablespaces. The application running on this database creates
    new tablespaces in read-write mode on weekly basis, populates them, and then puts them in read-only mode. So I need to backup all read-write tablespaces plus take backup of all read-only tablespaces once. The problem is that the application also includes a process that puts a tablespace back into read-write mode, updates it, and puts it back into read-write mode. So I need to be able to access "a history" of the tablespace - when was it put into read-only mode - to compare it with a history of backups. While history of backups is available in RMAN views, I couldn't find any way to extract tablspaces
    history.
    There should be RMAN command to the effect
    "backup all read-write tablespaces and read-only tablespaces if they have not been backed up at least once since becoming read-only".
    Regards,
    Sev
    null

    just rsync the files to a compressed Zpool. do this using shadow migration, and you only loose access to the data for a few seconds.
    1) make new dataset with compression
    2) enable shadow migration between the new and old
    3) change the database to use the new location
    4) watch as data is automatically copied and compressed :-)
    the the down side, you need extra space to pull the off.

  • Upload data to excel sheet- make columns read only

    I would like to upload my internal table data-10 columns into excel sheet.
    I know how to upload my data into excel sheet.
    I want 2 of the columns in excel sheet to be read only out of the 10 columns.
    Is there any way that i can control the properties of excel sheet from SAP.
    Thanks in advance

    done

  • The options to replicate a secondary read-only copy of a big database with limited network connection?

    There is a big database on remote server. A read-only replicate is required on a local server. The data can only be transferred via FTP, etc. It's ok to replicate it once a day.
    Logshipping is an option. However, it need to kill all the connections when doing restoring. What's the other options (pros/cons)? How about merge repl or .Net sync framework?

    Hi
    ydbn,
    Do you need to update data on the local server and propagate those changes to remote server? If no, you can use log shipping or transaction replication achieve your requirement.  It doesn’t need to kill all the connections if you
    clear the Disconnect users in the database when restoring backups check box when configuring log shipping,
    With transaction replication, the benefits are as follows.
    Synchronization. This method can be used to keep multiple subscribers synchronized in real time.
    Scale out. Transactional replication is excellent for scenarios in which read-only data can be scaled
    out for reporting purposes or to enable e-commerce scalability (such as providing multiple copies of product catalogs).
    There are a few disadvantages of utilizing transaction replication, including:
        • Schema changes/failover. Transactional subscribers require several schema changes that impact foreign keys and impose other constraints.
        • Performance. Large-scale operations or changes at the publisher might require a long time to reach subscribers.
    However, if you need to update data on the local server and propagate those changes to remote server, merge replication
     is more appropriate, and it comes with the following advantages:
        • Multi-master architecture. Merge replication does allow multiple master databases. These databases can manage their own copies of data and marshal those changes as needed between other members of
    a replication topology.
        • Disconnected architecture. Merge replication is natively built to endure periods of no connectivity, meaning that it can send and receive changes after communication is restored.
        • Availability. With effort on the part of the developers, merge-replicated databases can be used to achieve excellent scale-out and redundancy options.
    Merge replication comes with some disadvantages, including:
        • Schema changes. Merge replication requires the existence of a specialized GUID column per replicated table.
        • Complexity. Merge replication needs to address the possibility for conflicts and manage operations between multiple subscribers, which makes it harder to manage. For more details, please review this
    article.
    For the option of sync framework, I would like to recommend you post the question in the Sync Framework forums at
    https://social.msdn.microsoft.com/Forums/en-US/home?category=sync . It is appropriate and more experts will assist you. Also you can check this
    article about introduction to Sync Framework database synchronization.
    Thanks,
    Lydia Zhang
    If you have any feedback on our support, please click
    here.
    Lydia Zhang
    TechNet Community Support

  • Mail, how to move and "mark as read" only copied mail?, Mail, how to move and "mark as read" only copied mail?

    Hi, I need a help to make a folder-backup (using a limited-size Exchange mailbox ... )
    Is there a way, using Rules/Filter for Mail to:
    copy a mail to a specific folder
    mark as read only the copied mail
    If I write this rule, the mail is copied, but both mail are mark-as-read and I cannot find what I need to read.
    Thanks.

    But this marks the message as read also in Thunderbird.

  • Updating Date field that is set as read only

    I have a date field that I have set the "HTML Form Element Attributes" to "readonly = "TRUE" " I would like to have the option of clearing the value in the date box without a computation, I'd like it to be java based so that it is "on the fly" without having to refresh...
    I have an example that I use that works on POPUP LOV's ...
    "<"img src="/i/delete.gif" onClick="document.getElementById('#CURRENT_ITEM_NAME#_HIDDENVALUE').value='';document.getElementById('#CURRENT_ITEM_NAME#').value=''" ">"
    Both examples are used here .. http://htmldb.oracle.com/pls/otn/f?p=22240:2
    Any ideas?

    Just use the same technique that you use for popup lovs except just use #CURRENT_ITEM_NAME#, not #CURRENT_ITEM_NAME#_HIDDENVALUE
    See an example at http://htmldb.oracle.com/pls/otn/f?p=24317:91

  • Back up Volume Read only

    My Time Capsule ha been working reasonably well for 3 months but I am now getting a message which says that my back-up volume is read only. Any suggestions?

    romor,
    “The Backup Volume is Read Only”
    For some this was cleared up with a simple reboot. For others it was not. Try the following:
    *Cold Reboot the Hard Disk*
    First, unmount the drive from the desktop.
    Power it down.
    Unplug it from the wall socket.
    Disconnect it from the computer.
    Wait 10 minutes.
    Plug it back in to the wall socket.
    Connect it back into the computer.
    Power it back up.
    When it reappears on the desktop try backing up again. This simple step has worked for some in this situation. Regrettably, most who experience this error have had to reformat their Time Machine hard disks. So prepare for this eventuality.
    If the above doesn’t work, let us know. We may have other options if you have access to another Mac.
    *Use “Get Info” to Change Permissions on 3rd-Party Hard Disks*
    Highlight the external hard disk on your desktop.
    Go up to the "File" menu and select "Get Info".
    At the bottom is "Sharing & Permissions".
    Click the little lock icon in the lower right and enter your Admin Password.
    Are you (Username) listed in the Name column? If not, add your user account with the tiny “+” button.
    What does it say under "Privilege" beside your name?
    If it is "Read only" change it to "Read & Write".
    Close "Get Info".
    Now try to backup.
    *By-Pass USB Hub*
    If you are using a USB hub, try by-passing the hub and connecting the external hard disk directly into your Mac.
    *For Time Capsule Users*
    Unfortunately, your going to have to reformat the TCs hard disk. While there are some convoluted procedures to recover from this error, for the average user they simply are not worth the time and effort. Just reformat and start over.
    *Reformat the TC Hard Disk*
    You can reformat the hard disk in the Time Capsule.
    Go to Airport Utility --> Manual Setup --> Disks --> Highlight "Time Capsule Disk" on the left --> Click "Erase" on the right.
    Rename the disk and select the level secure erasure. You're done and ready to begin backing up again.
    I would suggest connecting the TC directly to your Mac via ethernet. Your initial full backup will go much faster and doesn't fail nearly as often as trying to do it wirelessly. “If you have an Ethernet cable, you can perform your first backup to your Time Capsule via Ethernet; this will allow for the fastest initial backup especially with client computers that use 802.11b or 802.11g.” http://support.apple.com/kb/HT1176
    Hope this is helpful.

  • Read only field in data manager

    Hi,
    if we set a field permission as read only in console.
    in data manager this field will be read only.
    in import manager during process of import will this field be receiving value or it will be read only
    Sonali

    Hello,
    I tested (MDM 5.5 sp6) and if you import data, and for a read-only fied mapped, data can be created and updated ( import done with same role/user than the one with read/only rules)
    I haven't see this behaviour on documentation, but don't look as a trouble for me.
    If this role/user try to update from the data manager, it is not possible to update a read-only fied
    Hope helps you
    regards
    Vincent

  • External hard drive becomes "read only" and won't let Time Machine back up

    I have an external hard drive for back up, and it has been working fine until recently.
    There is a version of 10.6.6 loaded on it also.
    The back up will fail every few days. When I do some checking, the back up drive is "read only" but I am not able to switch it to read/write. I cannot repair it with Disk Utility as the repair buttons are grayed out.
    I can run DiskWarrior and it will fix it, but it runs super slow and takes all the memory to do it. I can barely use my e mail while it's running.
    Anyone know what's going on?

    System log says:
    3/27/11 8:01:19 AM com.apple.backupd-auto[1559] Not starting scheduled Time Machine backup - time machine destination not resolvable.
    It's read only because:
    A: I cannot do repairs under Disk Utility, the buttons are grayed out.
    B: I right click and "Get Info" and if I click on the lock icon, nothing happens.
    C: The disk is not listed in the Time Machine backups.
    I will try to take better notes the next time it happens and give you the exact messages.
    There is another drive daisy chained to this external drive which holds my music. The music drive does not have a Mac OS installed on it and is only for storage. It works properly.

  • How can we make the ms-word data as read-only using java code?

    How can we make the ms-word data as read-only using java code?

    MVSK wrote:
    By using java code i opened a file in ms-word. But the data i want to display as read-only. that means should not change it.I don't think you can do that. Display pdf documents instead.

  • BUG: ADF BC read-only VO with no Key attrs + af:table

    Hello all,
    I've got a bug to report - quite easily reproducable with the HR demo schema. To see it:
    1). Create a new application from the ADF BC + Faces template
    2). Create a read-only VO, use "SELECT employee_id, first_name from employees" and order by "employee_id" - take the defaults for everything - do not set any key attributes.
    3). Create an AM, add the VO to it's data model. Turn off AM pooling in the configuration.
    4). Create a JSPX page. Drag-drop the VO from the data control palette as an ADF read-only table - with selection
    5). Bind the actionlistener of the "submit" button to a backing bean method that just system.out.println's something.
    Now, run the app. Try selecting an employee from the first page (records 1-10) and clicking submit - it works. Now, scroll to the second set of records, select one and click submit - no message appears - the action listener is never called. No errors are thrown.
    Workaround: ensure the VO has employee_id selected as a key attribute.
    My code is at the bottom for reference.
    Cheers,
    John
    untitled1.jspx:
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:af="http://xmlns.oracle.com/adf/faces"
              xmlns:afh="http://xmlns.oracle.com/adf/faces/html">
      <jsp:output omit-xml-declaration="true" doctype-root-element="HTML"
                  doctype-system="http://www.w3.org/TR/html4/loose.dtd"
                  doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
      <jsp:directive.page contentType="text/html;charset=windows-1252"/>
      <f:view>
        <afh:html>
          <afh:head title="untitled1">
            <meta http-equiv="Content-Type"
                  content="text/html; charset=windows-1252"/>
          </afh:head>
          <afh:body>
            <af:messages/>
            <h:form>
              <af:table value="#{bindings.emp1.collectionModel}" var="row"
                        rows="#{bindings.emp1.rangeSize}"
                        first="#{bindings.emp1.rangeStart}"
                        emptyText="#{bindings.emp1.viewable ? 'No rows yet.' : 'Access Denied.'}"
                        selectionState="#{bindings.emp1.collectionModel.selectedRow}"
                        selectionListener="#{bindings.emp1.collectionModel.makeCurrent}">
                <af:column sortProperty="EmployeeId" sortable="false"
                           headerText="#{bindings.emp1.labels.EmployeeId}">
                  <af:outputText value="#{row.EmployeeId}">
                    <f:convertNumber groupingUsed="false"
                                     pattern="#{bindings.emp1.formats.EmployeeId}"/>
                  </af:outputText>
                </af:column>
                <af:column sortProperty="FirstName" sortable="false"
                           headerText="#{bindings.emp1.labels.FirstName}">
                  <af:outputText value="#{row.FirstName}"/>
                </af:column>
                <f:facet name="selection">
                  <af:tableSelectOne text="Select and">
                    <af:commandButton text="Submit" actionListener="#{abc.click}"/>
                  </af:tableSelectOne>
                </f:facet>
              </af:table>
            </h:form>
          </afh:body>
        </afh:html>
      </f:view>
    </jsp:root>abc.java:
    import javax.faces.event.ActionEvent;
    public class abc
      public abc()
      public void click(ActionEvent actionEvent)
        System.out.println("click");
    }emp.xml (View Object):
    <?xml version='1.0' encoding='windows-1252' ?>
    <!DOCTYPE ViewObject SYSTEM "jbo_03_01.dtd">
    <ViewObject
       Name="emp"
       OrderBy="employee_id"
       BindingStyle="OracleName"
       CustomQuery="true"
       ComponentClass="model.empImpl"
       UseGlueCode="false" >
       <SQLQuery><![CDATA[
    select employee_id, first_name
    from employees
       ]]></SQLQuery>
       <DesignTime>
          <Attr Name="_isExpertMode" Value="true" />
          <Attr Name="_version" Value="10.1.3.39.84" />
          <Attr Name="_codeGenFlag2" Value="Access|Coll|VarAccess" />
       </DesignTime>
       <ViewAttribute
          Name="EmployeeId"
          IsUpdateable="false"
          IsPersistent="false"
          IsNotNull="true"
          Precision="6"
          Scale="0"
          Type="oracle.jbo.domain.Number"
          ColumnType="NUMBER"
          AliasName="EMPLOYEE_ID"
          Expression="EMPLOYEE_ID"
          SQLType="NUMERIC" >
          <DesignTime>
             <Attr Name="_DisplaySize" Value="22" />
          </DesignTime>
       </ViewAttribute>
       <ViewAttribute
          Name="FirstName"
          IsUpdateable="false"
          IsPersistent="false"
          Precision="20"
          Type="java.lang.String"
          ColumnType="VARCHAR2"
          AliasName="FIRST_NAME"
          Expression="FIRST_NAME"
          SQLType="VARCHAR" >
          <DesignTime>
             <Attr Name="_DisplaySize" Value="20" />
          </DesignTime>
       </ViewAttribute>
    </ViewObject>appModule.xml:
    <?xml version='1.0' encoding='windows-1252' ?>
    <!DOCTYPE AppModule SYSTEM "jbo_03_01.dtd">
    <AppModule
       Name="AppModule"
       ComponentClass="model.AppModuleImpl" >
       <DesignTime>
          <Attr Name="_isCodegen" Value="true" />
          <Attr Name="_version" Value="10.1.3.39.84" />
          <Attr Name="_deployType" Value="0" />
       </DesignTime>
       <ViewUsage
          Name="emp1"
          ViewObjectName="model.emp" >
       </ViewUsage>
    </AppModule>bc4j.xcfg:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <BC4JConfig>
       <AppModuleConfigBag>
          <AppModuleConfig name="AppModuleLocal">
             <DeployPlatform>LOCAL</DeployPlatform>
             <JDBCName>local_hr</JDBCName>
             <jbo.ampool.doampooling>false</jbo.ampool.doampooling>
             <jbo.project>Model</jbo.project>
             <jbo.ampool.dynamicjdbccredentials>false</jbo.ampool.dynamicjdbccredentials>
             <AppModuleJndiName>model.AppModule</AppModuleJndiName>
             <ApplicationName>model.AppModule</ApplicationName>
          </AppModuleConfig>
       </AppModuleConfigBag>
       <ConnectionDefinition name="local_hr">
          <ENTRY name="JDBC_PORT" value="1521"/>
          <ENTRY name="ConnectionType" value="JDBC"/>
          <ENTRY name="HOSTNAME" value="localhost"/>
          <ENTRY name="DeployPassword" value="true"/>
          <ENTRY name="user" value="hr"/>
          <ENTRY name="ConnectionName" value="local_hr"/>
          <ENTRY name="SID" value="STGY"/>
          <ENTRY name="password">
             <![CDATA[{904}05DB46A9C39F51D1A4814423FFD9297C71]]>
          </ENTRY>
          <ENTRY name="JdbcDriver" value="oracle.jdbc.OracleDriver"/>
          <ENTRY name="ORACLE_JDBC_TYPE" value="thin"/>
          <ENTRY name="DeployPassword" value="true"/>
       </ConnectionDefinition>
    </BC4JConfig>

    Hi,
    reproduces for me. It appears that the parameter is not applied properly when executing the query.
    Frank

  • Harddrive reverted to "read-only"

    Hi, my external hardrive has reverted back to it's read-only form after a few weeks of running fine using tuxera so i can use my hardrive with my mac. Now tuxera or similar programs don't even recognise the drive- Can anyone help me?

    That means OSX has already determined it can't fix it.  
    It's possible a heavy-duty 3rd-party disk repair app, such as DiskWarrior,  can.  These are expensive (DiskWarrior is about $100), and probably a good investment, but there's no guarantee it will work.
    If you decide to do this, be sure to use only a version that's compatible with the version of OSX on your system.
    If DW can't fix it, or you don't want to spend the money, about your only choice is to back up or copy off what you can, then try to reformat the drive.  If you do that, take the time to click Security Options, then Fastest (Lion) or Zero Out Data (Snow Leopard or earlier).  That will take quite a while, but if it fails, you know for sure the drive has failed.  If it succeeds, the drive may be ok.
    If all else fails, you might be able to recover some of the data, but it’s "iffy" and expensive.  See Data Recovery.

Maybe you are looking for