RE: [flexcoders] Re: DataServiceException

2008-08-12 Thread Jeff Vroom
Oops, I forgot that particular call was added in a 2.5.1 hotfix or also exists in 2.6. If you comment out that line, you still see the sequenceInfo above which should provide the info you need. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Sent:

RE: [flexcoders] Re: DataServiceException

2008-08-07 Thread Jeff Vroom
Yeah, it should be calling any fill methods which are still actively managed by clients in that refreshFill call - as long as you have autoSync=true. There are a couple of ways to track this down: 1) Put in this printSeq.jsp file (enclosed below) and request it. It will show you all

RE: [flexcoders] Re: DataServiceException

2008-08-04 Thread Jeff Vroom
Yeah, I wish this stuff was easier to install and configure. Too bad this JTA stuff hasn't been picked up by servlet containers as part of the core. To help debug this problem, here's the source for a .jsp file which does the same thing we do. Usually once this works,