Hi Arturo, I'm not sure I understand how the first sentence relates to the question in the second sentence ... it sounds like your problem is in the implementation details of a custom AngularJS client that's consuming JSON from the Restful Objects viewer?
But to answer your question; yes, Isis automatically sets up both the JDO session (for each request) and then a (JDO) transaction within that session. For advanced use cases you can use Isis' TransactionService [1] to take additional control of the transactions, and SessionManagementService [2] for the sessions. HTH Dan [1] http://isis.apache.org/guides/rgsvc.html#_rgsvc_api_TransactionService [2] http://isis.apache.org/guides/rgsvc.html#4.7.-sessionmanagementservice On 23 August 2016 at 20:27, Arturo Ulises Castañeda Estrada < [email protected]> wrote: > Hi, Dan > > Im trying to make a loop in Angular JS with a list of id's in order to > consume other ws, but when I receive data and this results arrive in no > order, I've been trying with all methods to the request wait for the next > data and i receive the same result. > > ¿The DataNucleus JDO is transactional by default or I have to define which > persistence can be transactional? > >
