Quantcast
Channel: Adobe Community : Popular Discussions - LiveCycle Data Services
Viewing all articles
Browse latest Browse all 58696

Big bug in DataServiceTransaction.CreateItem

$
0
0

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","catego ry_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.


Viewing all articles
Browse latest Browse all 58696

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>