Update of /cvsroot/monetdb/pathfinder/runtime/xrpc/admin
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17521/xrpc/admin

Modified Files:
        xrpcwebclient.js 
Log Message:
[ 1722078 ] PF: WebSite tests books[123] fail since 2007.05.03

temporary read-only documents now get indexed

in the past they did not get an index

with the value-indxing, this policy was changed. but the index creation would 
make all read-only indexes persistent. this ends up pollution your repository 
with a 1_nsloc_nid andrary 1_vx_hsh_nid bats, where 1 is a temporary docid. 
this in turn causes a subsequent query to use those bogus bats instead.



Index: xrpcwebclient.js
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc/admin/xrpcwebclient.js,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- xrpcwebclient.js    4 May 2007 13:16:13 -0000       1.6
+++ xrpcwebclient.js    25 May 2007 00:17:00 -0000      1.7
@@ -20,7 +20,7 @@
            'xmlns:env="http://www.w3.org/2003/05/soap-envelope"; ' +
            'xmlns:xrpc="http://monetdb.cwi.nl/XQuery"; ' +
            'xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; ' +
-           'xsi:schemaLocation="http://monetdb.cwi.nl/XQuery 
http://monetdb.cwi.nl/XQuery/XRPC.xs"; ' +
+           'xsi:schemaLocation="http://monetdb.cwi.nl/XQuery 
http://monetdb.cwi.nl/XQuery/XRPC.xsd"; ' +
            'xmlns:xs="http://www.w3.org/2001/XMLSchema";>' +
            '<env:Body>' +
                '<xrpc:request xrpc:module="' + module + '" ' +


-------------------------------------------------------------------------
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