Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Bill_QE
Bill_QE
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
7

Discussions

Discussions
1

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Bill_QE
Customize the badges you want to showcase on your profile
Re: Big bug in DataServiceTransaction.CreateItem - Adobe LiveCycle 18-04-2011
You are right, the setProducerSubtopics control the messages routing no matter that the client has collection which matches the addItemToFill's fillparameters. I thought it was too many messages send to client if the client didn't have the relevant fill. However, it is how it works. It is same as the createItem. If you had a message event handler, you could handle the message by the dst.createItem. For createItem message, the client's dataservice didn't handle this message since there was no ind...

Views

183

Likes

0

Replies

0
Re: Big bug in DataServiceTransaction.CreateItem - Adobe LiveCycle 18-04-2011
Thanks for bringing this up. I just tested addItemToSync using different sets of fillParameters.I had fill(collection1, "abc") and fill(collection, "123"); I called with "abc", I got a message event and the "abc" filled collection updated(not the "123 filled collection"). It was correct. I called with "123", nothing happened on "abc" filled collection. It was correct.I call dst.addItemToFill(destination, ["ijk"], 0, item); I thought I was not going to get any message event, but I did. I am going...

Views

188

Likes

0

Replies

0
Re: Big bug in DataServiceTransaction.CreateItem - Adobe LiveCycle 18-04-2011
Do you mean that dst.addItemToFill(destination, ["abc"], 0, item) makes the item go into both collections where there are 2 fills on client? ds.fill(collection1, "abc");ds.fill(collection2, "123");William

Views

186

Likes

0

Replies

0
Re: Big bug in DataServiceTransaction.CreateItem - Adobe LiveCycle 18-04-2011
Hi,From the manual sync document"Note: When you manually route messages, you cannot use the autoRefresh fill capability. Instead, if you want to update fills you must put in calls to manually manage fill membership."addItemToFill and removeItemFromFill are methods to manage fill membership, but createItem runs refreshFill to evaluate the new itemcreateItem API doc * You use this method to indicate to to the Data Management Service that a new item * has been created. The Data Management Service g...

Views

185

Likes

0

Replies

0
Re: Changes not getting reflected on multiple clients - Adobe LiveCycle 10-12-2010
I read your response several time. I didn't see anything wrong. The rtmp channel is defined in your services-config.xml 20 it listens to port 2037 which is different from you jboss web port. When you compile your mxml page, you should have -services parameter specified, and it should point to your application WEB-INF/flex/services-config.xml. I have no clue at this moment. Can you go to services-config.xml 1.change the logging level to debug. 2.Run 2 clients. Fill the datagrid for each of the...

Views

246

Likes

0

Replies

0
Re: Changes not getting reflected on multiple clients - Adobe LiveCycle 09-12-2010
Hi Shally,What application server do you run your app on? Did you try moving the lcds samples to your application to see whether it work? Can I see your destination definition in your configuration file? I would also like to see how do you define your DataService in your app. Did you use Flex builder to compile your app?William

Views

244

Likes

0

Replies

0
Re: Many-to-one synchronization - Adobe LiveCycle 04-05-2009
There is a hierarchical-events setting which may able to solve your problem. As what you found in Ed's response, the account only has property change event when there is membership change of transactions. If your account balance is derived property which calculate the sum of the transaction. The bubble up property change event should work. If your account sum amount is calculated on the server side(trigger, stored procedure update....), you can use the DataTransaction to push the update message ...

Views

304

Likes

0

Replies

1