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

greg_li
greg_li
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
4

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by greg_li
Customize the badges you want to showcase on your profile
Re: Big bug in DataServiceTransaction.CreateItem - Adobe LiveCycle 18-04-2011
In fact, in manualsync only the subtopics set by setProducerSubtopics control messages routing,"fill" parameter is useless at all.

Views

184

Likes

0

Replies

0
Re: Big bug in DataServiceTransaction.CreateItem - Adobe LiveCycle 18-04-2011
and addItemToFill()

Views

185

Likes

0

Replies

0
Re: Big bug in DataServiceTransaction.CreateItem - Adobe LiveCycle 18-04-2011
I am sure the consumer on client was set correct.Because removeItemFromFill and deleteItem all worked!

Views

183

Likes

0

Replies

0
Big bug in DataServiceTransaction.CreateItem - Adobe LiveCycle 16-04-2011
createItem arent pushing anything to the clients in manualsync.DataServiceTransaction dst = DataServiceTransaction.begin(false); String ps[] = {"test_room"}; dst.setProducerSubtopics("inventory", ps);...Product p = new Product(0,"name_"+d.toString(),"description_str","image_path","category_name",99.9, 100);service.create(p);...dst.createItem( "inventory", p);dst.commit();what's wrong?but dst.addItemToFill("inventory", fill, -1, p); works well.

Views

1.6K

Likes

0

Replies

8