Hi Tom,

 

I’m using CF and CF generated assembler files for my CRUD. I’m in fact replacing  CF inserts/updates/deletes by SAP webservices calls which do basically the same.

SAP return all fields as CHAR and I first thought that was the problem, having a string as the key but when replacing in my VO (AS3 & CFC) to number the problem persisted. They I watched for any conflict/message from the dataservice and saw that in fact my arraycollection was with the true new ID value but the datagrid didn’t get notified.

 

If you need any further information just ask.

 

My destination is:

 

<destination id="sap.zregistos">

 

     <adapter ref="coldfusion-dao"/>

     <channels>

         <channel ref="cf-dataservice-rtmp"/>

         <channel ref="cf-polling-amf"/>

     </channels>

 

     <properties>

            <component>pt.cofina.intranet.service.dataservice.sap.ZREGISTOSAssembler</component>

            <scope>request</scope>

                        <use-transactions>true</use-transactions>

                        <identity>intranet</identity>

                         <metadata>

                                   <identity property="ZNUMERO"/>         

                         </metadata>

         <network>

            <session-timeout>0</session-timeout>

         </network>                     

         <server>

             <fill-method>

                 <use-fill-contains>false</use-fill-contains>           

                 <auto-refresh>true</auto-refresh>

                 <ordered>false</ordered>

             </fill-method>

         </server>

     </properties>

</destination>

 

João Fernandes

 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Ruggles
Sent: quinta-feira, 12 de Outubro de 2006 16:08
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: [FDS] DataGrid not updated when ArrayCollection is updated from sync

 

Hi João,

I am unable to reproduce this behavior using assorted methods of
inserting the new item. Can you provide more details on exactly how
you are inserting, what your object looks like, how your destination
is configured, etc? I paid close attention to this specific
scenario throughout the 2.0 development cycle so I am very curious
how to reproduce it.

Thank you.
Tom Ruggles
FDS QA

--- In [EMAIL PROTECTED]ups.com, João Fernandes
<joaopedromartinsfe[EMAIL PROTECTED]..> wrote:
>
> Hi there,
>
>
>
> I have a datagrid binded to an ArrayCollection which is filled by
a DS
> destination.
>
> When I add an item and commit, my datagrid ID column doesn't get
updated but
> if I check the value in my ArrayCollection, the ID property is
correctly
> updated.
>
>
>
> If I sort my datagrid, the new value shows up.
>
>
>
> This doesn't happen to clients who are connected to the same
destination.
> They see the right behaviour.
>
>
>
> Any thoughts?
>
>
>
> Thanks,
>
>
>
> João Fernandes
>

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to