Re: [MarkLogic Dev General] How to call xdmp:eval() with transaction-id option?

2014-10-14 Thread Gary Russo
..@developer.marklogic.com [mailto:general-boun...@developer.marklogic.com] On Behalf Of John Snelson Sent: Tuesday, October 07, 2014 5:29 AM To: general@developer.marklogic.com Subject: Re: [MarkLogic Dev General] How to call xdmp:eval() with transaction-id option? Grep the server Modules and Apps di

Re: [MarkLogic Dev General] How to call xdmp:eval() with transaction-id option?

2014-10-07 Thread John Snelson
Grep the server Modules and Apps directory to find uses of it. You probably also want to find out about xdmp:transaction-create() as well. Maybe it's time we documented this functionality - I've seen lots of people wanting to use it recently. John On 06/10/14 23:55, Gary Russo wrote: > I'm cre

[MarkLogic Dev General] How to call xdmp:eval() with transaction-id option?

2014-10-06 Thread Gary Russo
I'm creating a set of REST extensions that will be used in Mulit-Statement ACID Transactions. The underlying code will use xdmp:eval() with the transaction-id option. Unfortunately, the transaction-id option is undocumented. Can someone please provide an example of using xdmp:eval() with a trans