Re: error adding document by way of XMLDB API

2003-12-13 Thread Majirus FANSI
Dear Vadim, thanks for your help, I'd tried with xindice-1.1b3-dev building with cvs. And everything go well. all Compilation and Exécution succeed. Majirus, --- Vadim Gritsenko <[EMAIL PROTECTED]> a écrit : > Majirus FANSI wrote: > > >Hi all, > >I tried to add Document address1.xml under > coll

DBException to extend from XMLDBException?

2003-12-13 Thread Vadim Gritsenko
I've noticed in FaultCodes (not last version, but previous one) that the reason for conversion between DBException and XMLDBException was that XMLDBException was missing cause exception. Now, XMLDBException has everything: private Throwable cause; public int errorCode; public int vendor

cvs commit: xml-xindice status.xml

2003-12-13 Thread vgritsenko
vgritsenko2003/12/12 19:22:42 Modified:.status.xml Log: copy/paste error... Revision ChangesPath 1.17 +1 -1 xml-xindice/status.xml Index: status.xml === RCS file: /home/cvs/xml-xind

cvs commit: xml-xindice/java/scratchpad/ui-eclipse .classpath plugin.xml

2003-12-13 Thread vgritsenko
vgritsenko2003/12/12 17:51:07 Modified:.status.xml .classpath java/scratchpad/ui-eclipse .classpath plugin.xml Log: Update libraries Revision ChangesPath 1.16 +3 -0 xml-xindice/status.xml Index: status.xml ==

cvs commit: xml-xindice/java/lib xalan-2.5.2.jar xerces-2.6.0.jar xml-apis.jar xalan-2.4.0.jar xerces-2.2.1.jar xml-apis-1.1.jar

2003-12-13 Thread vgritsenko
vgritsenko2003/12/12 17:46:23 Added: java/lib xalan-2.5.2.jar xerces-2.6.0.jar xml-apis.jar Removed: java/lib xalan-2.4.0.jar xerces-2.2.1.jar xml-apis-1.1.jar Log: Update libraries Revision ChangesPath 1.1 xml-xindice/java/lib/xalan-2.5.2.jar

DO NOT REPLY [Bug 25472] - not able to compile src compilation error in XPathQueryResolver.java

2003-12-13 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

Xindice CVS: Directory renamed

2003-12-13 Thread Vadim Gritsenko
Hi all, As you might already noticed, samples directory java/examples/Addressbook was renamed to lowercase, java/examples/addressbook. So next time you update your CVS, please first remove old directory before doing update so new directory can be properly checked out: rm -rf java/examples/Addr

cvs commit: xml-xindice/java/examples/addressbook/src/jsp addContact.jsp editContactForm.jsp error.jsp footer.jsp header.jsp index.jsp listContacts.jsp searchContacts.jsp showAllContactInfo.jsp showContact.jsp showXML.jsp showXMLInfo.jsp

2003-12-13 Thread vgritsenko
vgritsenko2003/12/12 17:02:08 Added: java/examples/addressbook README java/examples/addressbook/config web.xml java/examples/addressbook/src/java/addressbook Action.java AddContact.java DBConnection.java Dele

cvs commit: xml-xindice/java/src/org/apache/xindice/server XindiceServlet.java

2003-12-13 Thread vgritsenko
vgritsenko2003/12/12 16:24:14 Modified:java/src/org/apache/xindice/server XindiceServlet.java Log: always close input stream Revision ChangesPath 1.24 +13 -9 xml-xindice/java/src/org/apache/xindice/server/XindiceServlet.java Index: XindiceServlet.java ===

cvs commit: xml-xindice/java/src/org/apache/xindice/util Configuration.java

2003-12-13 Thread vgritsenko
vgritsenko2003/12/12 16:22:34 Modified:java/src/org/apache/xindice/util Configuration.java Log: Rename EmptySet -> EMPTY Revision ChangesPath 1.15 +7 -7 xml-xindice/java/src/org/apache/xindice/util/Configuration.java Index: Configuration.java ===

cvs commit: xml-xindice/java/examples/addressbook README

2003-12-13 Thread vgritsenko
vgritsenko2003/12/12 16:16:50 Modified:java/examples/addressbook README Log: Update addressbook readme Revision ChangesPath 1.2 +21 -38xml-xindice/java/examples/addressbook/README Index: README =