[flexcoders] Re: LCDS 2.6 Streaming endpoint problem

2008-08-13 Thread benjidudu
I encountered the same error. Where did you file the bug, I can't find it but I would like to vote for it? --- In flexcoders@yahoogroups.com, João Fernandes <[EMAIL PROTECTED]> wrote: > > bug #367 > > BTW, this only happens when trying to commit changes, performing fills > works as expected (us

Re: [flexcoders] Re: LCDS 2.6 Streaming endpoint problem

2008-08-11 Thread João Fernandes
bug #367 BTW, this only happens when trying to commit changes, performing fills works as expected (using streaming Channel) but once I try to use ds.commit([item],true) it throws that error. -- João Fernandes http://www.onflexwithcf.org http://www.riapt.org Portugal Adobe User Group (http:/

[flexcoders] Re: LCDS 2.6 Streaming endpoint problem

2008-08-11 Thread meteatamel
This is a bug with DataStore/DataService. It wrongly assumes that the channel is a polling channel and tries to call poll method on the streaming channel. Could you please open a bug with LCDS and let us know what the bug number is? Thanks, Mete --- In flexcoders@yahoogroups.com, João Fernandes