Update of /cvsroot/monetdb/pathfinder/runtime/xrpc/admin
In directory sc8-pr-cvs16:/tmp/cvs-serv26508/xrpc/admin

Modified Files:
        admin.js 
Log Message:
further changes to stabilize MXQ under tpox
- when two overlapping transactions modify map_pid, abort the second that tries 
to commit.
  (this can be avoided at commit time by adapting the master map_pid from the 
committed image)

- fix bug in ws_precommit: access to page_ws/attr_ws should be short-locked

- allow again non .xml/.XML name (sorry Djoerd, I had forgotten!)

- HTTP-xrpc document access should now use the prefix doc/
  (e.g. http://host:50001/xrpc/doc/foo.xml == xrpc://host/doc/foo.xml)



Index: admin.js
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc/admin/admin.js,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- admin.js    16 Mar 2007 09:06:35 -0000      1.6
+++ admin.js    3 May 2007 21:28:33 -0000       1.7
@@ -10,7 +10,7 @@
 var href    = protocol + "//" + document.location.hostname + port; 
 var mod     = "http://monetdb.cwi.nl/XQuery/admin/";;
 var modurl  = href + "/admin/admin.xq";
-var posturl = href + "/mxqadmin";
+var posturl = href + "/xrpc/admin";
 
 function myXRPC(method,call,callback) { 
XRPC(posturl,mod,modurl,method,call,callback); }
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to