Hi Steve, I was trying the same yesterday without no results. I was trying to do a file upload to a data base. I send the file with some params and want to createa item using the assembler createItem method. This was ok, but the flex client does not refresh, so I was trying the same as you: handle it with DataServiceTransaction.refreshFill, but no results now.
Maybe someone at adobe could tell us something. Best, C. 08 Apr 2007 20:28:33 -0700, Steve Gilchrist <[EMAIL PROTECTED]>:
anyone? I just don't see how I can get the coldfusion instance to ping flex that it needs to refresh it's fills. Am I going to have to have both coldfusion and FDS run under the same instance to use DataServiceTransaction? Surely I am not the only one wanting to do this. I should add that this is for coldfusion standard and not enterprise so I cannot have a solution revolving around event gateways. TIA Steve On 4/7/07, Steve Gilchrist <[EMAIL PROTECTED]> wrote: > > bump... > > Ok the only thing I've been able to find to push changes made server > side by coldfusion to flex clients is one page in the Flex docs talking > about the DataServiceTransaction java class. > > Has anyone attempted this with coldfusion? Can I instantiate that java > class in some coldfusion code and it link with the Flex server instance? > > I'm hoping that I can call DataServiceTransaction.refreshfill() and all > the client fills will refresh. Possible? > > If someone could tell me if this is possible or a dead end would be much > appreciated. > > Thank you > Steve > > > > > > On 4/2/07, Steve Gilchrist <[EMAIL PROTECTED]> wrote: > > > > Hey guys, > > > > I'm a bit lost with Flex Data Management Services with Coldfusion. > > > > I understand client set up with fill() to pull data down from the > > server using assemblers and dao's. I think :) > > > > What happens if I have a separate scheduled coldfusion process that > > updates the database on the server side. This is a process that updates > > records every 5 minutes from other servers. After this process has completed > > what do I have to do to update flex / datamanagement services and > > consequently the clients. > > > > How do I refresh all my client fills? I've been through the examples > > and none show this scenario. If someone could point me in the right > > direction I'd be grateful > > > > Thanks > > Steve > > > > > > >
-- ::| Carlos Rovira ::| http://www.carlosrovira.com ::| http://www.madeinflex.com

