In testing GraphManager I noticed that I was getting a deadlock until transaction timeout attempting a write then a merge on the same graph.  That translates to a REST PUT then POST on the same uri in MarkLogic.  In troubleshooting I found that JerseyServices.postResource was simply not passing the txid on the REST request.  This is a problem that would affect any post requests with a transaction to a REST extension.  We need to back-port this to the b2_0 branch (I'll create another issue)