cvs commit: xml-xindice/java/scratchpad/xnode build.bat build.xml

2003-12-19 Thread vgritsenko
vgritsenko2003/12/19 10:28:25 Removed: java/scratchpad/xnode build.bat build.xml Log: Remove unused build files

cvs commit: xml-xindice/java/src/org/apache/xindice/server/rpc/messages Query.java

2003-12-19 Thread vgritsenko
vgritsenko2003/12/19 05:55:28 Modified:java/src/org/apache/xindice/client/xmldb/embed CollectionImpl.java java/src/org/apache/xindice/server/rpc/messages Query.java Log: Found some duplicated code. Have not done any refactorings as may be Kevi

cvs commit: xml-xindice status.xml

2003-12-19 Thread vgritsenko
vgritsenko2003/12/19 05:30:47 Modified:.status.xml Log: Reflect recent changes Revision ChangesPath 1.19 +9 -1 xml-xindice/status.xml Index: status.xml === RCS file: /home/cvs/xml-x

Re: webdav and web interface

2003-12-19 Thread Vadim Gritsenko
Jan Metzner wrote: Hi Folks, long ago there was XinCon. I have rewritten the code with avalon fortress and i will commit it to scratchpad/webadmin. Hi Jan, When do you plan to put it there? It is a working Web and WEBDAV Replacement for the normal Xindice Servlet. More Info with Binaries, Sourc

Re: Predicates are ignored in Xindice XPATH?

2003-12-19 Thread Vadim Gritsenko
Alain Javier Guarnieri del Gesu wrote: What needs tweaking in the Saxon license? (IANAL) Nothing. It's Ok. Vadim \

DO NOT REPLY [Bug 22331] - NullPointerException in ValueIndexer

2003-12-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 25534] - BTreeFiler is not threadsafe

2003-12-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-xindice/java/src/org/apache/xindice/core/filer Paged.java

2003-12-19 Thread vgritsenko
vgritsenko2003/12/18 18:35:06 Modified:java/src/org/apache/xindice/core/filer Paged.java Log: Fix syncrhonization issue when accessing fileHeader Revision ChangesPath 1.23 +17 -14 xml-xindice/java/src/org/apache/xindice/core/filer/Paged.java Index: Paged.jav

cvs commit: xml-xindice/java/src/org/apache/xindice/core/filer BTree.java

2003-12-19 Thread vgritsenko
vgritsenko2003/12/18 18:34:24 Modified:java/src/org/apache/xindice/core/filer BTree.java Log: Do not split node if there are just several keys in it. Fixes bug when trying to add record with very large (>1 page) key. Revision ChangesPath 1.22 +14 -4 xml-xindic

cvs commit: xml-xindice/java/tests/src/org/apache/xindice/core/filer FilerTestCase.java

2003-12-19 Thread vgritsenko
vgritsenko2003/12/18 18:33:06 Modified:java/tests/src/org/apache/xindice/core/filer FilerTestCase.java Log: Add a test case for a large (>1 page) key Revision ChangesPath 1.12 +28 -2 xml-xindice/java/tests/src/org/apache/xindice/core/file