Re: Security question (or proposal) for the developers...

2003-01-29 Thread moran
Hi, I have already posted here about authentication, and I find it troubling to here the words "easily enough" when, and I quote: "Authentication and encryption are left to the programmer..." Let there be a malicious user who knows you are using Xindice. He can easily access all your xindic collec

RE: XINDICE COLLECTION UPDATE NOTIFICATIONS

2003-01-29 Thread Chance, Sam USA
Hi!   Can someone tell me how I can programmatically determine when a Xindice collection has been updated.  For example, I want to “listen” for new documents being posted to a Xindice collection and automatically respond the the changes.  Is there a class/method within the xindice API (or

Need help running Xindice 1.1b Addressbook example

2003-01-29 Thread Frank Burough
Hi-- I have downloaded from CVS the latest Xindice code and executed the build scripts. I manually copied the .xml and .war files to the $TOMCAT_HOME/webapps directory and started tomcat. I see that the Addressbook application is deployed and see no error messages in the tomcat log files. Th

Splitting documents for performance...

2003-01-29 Thread Norbert Hartl
Hi there, I have some performance questions. I read the FAQ and the part which is titled "My 5 megabyte file is crashed..." was very helpful in one of my cases. If you don't have such an easy case are there any guidelines how to split a document while preserving the structure of it. If we have a

installing xindice cvs. Please help me.

2003-01-29 Thread Llerta amat
Hello! Anybody recommended the next url to install cvs xindice : http://torchbox.com/xml/xindice/xindice.html I don't finish the install because in the step 5 give me next error :  bash-2.05$ bin/ant war dirname bin bin/../java/lib/xmlrpc-1.1.jar:bin/../java/lib/xmldb-xupdate.jar:bin/../java/lib /x

Re: No DIST-Directory after complile

2003-01-29 Thread Thomas Felber
Hi Manfred, thanks for answering this fast. Everybody recommends Xindici 1.1 but from xml.apache.org I only get the 1.0-version. Within this version I've no build.sh, just a build.xml so i've run ant. With the 1.1-Version from cvs i've got problems when running build.sh. Wich SDk do you use? IB

RE: Using XUpdate

2003-01-29 Thread Llerta amat
I copy from yours, I have tried it, but nothing: always the same error message. I can't understand. Is yoour version 1.0 too?  Brian Hills <[EMAIL PROTECTED]> wrote: In your start file, you have:       -Djava.endorsed.dirs=c:\Xindice\java\lib\endorsed   However you said you were using UNIX and t

Re: Xindice.war- xerces?

2003-01-29 Thread Dieter
If you are using JDK1.4, then I think this is the way to go. But if you want you can also drop Xerces and use the Crimson parser (the XML parser contained in the JDK1.4). I think this topic is also discussed in more detail elsewhere. Try to search the web for something like "jdk 1.4 xml parser e

RE: Using XUpdate

2003-01-29 Thread Brian Hills
Title: Message In your start file, you have:       -Djava.endorsed.dirs=c:\Xindice\java\lib\endorsed   However you said you were using UNIX and this looks like a windows path? It may be that Xindice is not finding the new jar files because this path is incorrect. I have the following in m

Re: Help using command line administrator

2003-01-29 Thread Mark J. Stang
Which version are you using? Mark SGR_Roopesh_R_Kumar wrote: > Hi, > I had installed xindiceV1.0 a while ago and was able to connect to > it successfully from both java and .NET. I was using xindiceBrowser to > administer the database. I tried administering the database using > command-l

RE: NullPointerException in query "Beep"

2003-01-29 Thread Robert . Marcotte
Thanks! I initially found that "//property[contains(@id, 'icas') and contains(., '5678')]" worked as well, but I am so much of beginner when it comes to XPath, I would use anything that works. -Rob |-+> | | "Stefan Lischke" | | |

Help using command line administrator

2003-01-29 Thread SGR_Roopesh_R_Kumar
Hi, (BI had installed xindiceV1.0 a while ago and was able to connect to (Bit successfully from both java and .NET. I was using xindiceBrowser to (Badminister the database. I tried administering the database using (Bcommand-line today and did run into problem right-away. Irrespective of

Documentation

2003-01-29 Thread Alex Mariano
Does anybody have a more updated version of guide-internals.pdf or some other Xindice Documentation?     Sds,Alex Mariano

Re: Xindice.war- xerces?

2003-01-29 Thread Matthew Van Horn
I think this is it - I copied the lib files to the java ext directory (quick & dirty, I know) and it seems to work.) I guess JBoss/Tomcat is loading the ParserFactory first. If this is in fact the case, what is the proper solution, versus my very crude but somewhat effective one? Thanks for th