E
egarcia
Guest
Hello, >> I am using jsdo.add and then when I am finished adding my records, I call jsdo.saveChanges(). Do you have a Submit method in the Business Entity? Since you are using the JSDO API directly, then you could use jsdo.saveChanges(true). This would then call the Submit operation in the Business Entity. I would have expected the batch property to work with the DataSource. When the batch property is used, the internal code for the JSDO DataSource uses saveChanges(true) instead of saveChanges(). What do you see in the Network tab? How many requests are sent? Please let me know how it goes.
Continue reading...
Continue reading...