Re: Xindice 1.1b Life Without Servlet Engine

2003-07-18 Thread Julian
Well I got Xindice running in Tomcat with just having the xml-**.jars and xindice.jar in $TOMAT_HOME/common/lib. Oh, I also set the -Dxindice.configuration option in catalina.sh. So it does seem to work fine...except when I create collections via the JAVA API and restarted the server, my collectio

Re: XUpdateQueryService work around

2003-07-18 Thread Jeff Greif
It worked for me in a much older version of Xindice well about a year ago. I suggest that you try to get some of the XUpdate examples to work. I noticed a couple of things in your update query that might be problematical: 1. Some namespaces used in the query, and no namespace prefixes in the xp

Re: Who's using Xindice?

2003-07-18 Thread Steven Cummings
I've been using it for a while to build components for an XML/web-services based e-learning environment. Many e-learning standards are now XML-based to promote an emphasis on interoperability and sharing because it takes a long time to develop learning content to do *actual* research with. Because

Re: XUpdateQueryService work around

2003-07-18 Thread Steven Cummings
Julie, I'm not for certain that this is the same problem, but in the past I had one with XUpdate as well and it was the common endorsed-libs problem with Tomcat. The Xerces library used by Xindice has to be the one present in $TOMCAT_HOME/common/endorsed. I've also found that a *newer* library can

DTD in xml

2003-07-18 Thread Vamshi Gillipalli
Hi all, I am using Xindice 1.0 and I tried to add an xml document "test.xml" which has reference to the DTD file "test.dtd" When I tried to add test.xml file, I am getting an error of " DTD not found". I don't know how to add the DTD to xindice repository, I want to know whether it is pos

Re: Xindice 1.1b Life Without Servlet Engine

2003-07-18 Thread JC Tchitchiama
On Friday 18 Jul 2003 3:29 pm, Mark J. Stang wrote: > 1.0 was a standalone application. Today you have either embed it in your > application or use a servlet. I believe there is work to make it > available in JBoss, but I don't know the details. > > HTH, > > Mark > > Yury Mikhienko wrote: > > O

Re: Fw: Collection not found

2003-07-18 Thread Boris Rousseau
I have followed the instruction form the url you sent and it works !   Thanks a lot Jason.   Regards, Boris   - Original Message - From: g4 To: xindice-users@xml.apache.org Sent: Friday, July 18, 2003 2:05 PM Subject: Re: Fw: Collection not found On Friday, Jul 1

Re: XUpdateQueryService work around

2003-07-18 Thread Mark J. Stang
I have XUpdate working just fine. I think there is something wrong with your XML doc. Check out Kimbro's web page http://www.xmldatabases.org/projects/XUpdate-UseCases/ You have to match the namespaces and everything up... HTH, Mark Julie McCabe wrote: > Hello, > > Has anybody got xupdate:

Re: Xindice 1.1b Life Without Servlet Engine

2003-07-18 Thread Mark J. Stang
1.0 was a standalone application. Today you have either embed it in your application or use a servlet. I believe there is work to make it available in JBoss, but I don't know the details. HTH, Mark Yury Mikhienko wrote: > On Fri, 18 Jul 2003 04:23:46 -0700 (PDT) > Julian <[EMAIL PROTECTED

XUpdateQueryService work around

2003-07-18 Thread Julie McCabe
Hello, Has anybody got xupdate:modifications working with XUpdateQueryService? is there a known list of problems as I cant get it working for a number of collections. The work around I've had to do is query for the resource, get the content, modify it using Java (substring etc) then remove the

Re: Xindice 1.1b Life Without Servlet Engine

2003-07-18 Thread Yury Mikhienko
On Fri, 18 Jul 2003 04:23:46 -0700 (PDT) Julian <[EMAIL PROTECTED]> wrote: > Hi all, > > Is it possible to run Xindice without Tomcat as of > version 1.1b (CVS Version)? I am curious if I need to > mount it as a webapp since the Command Line Interface > still works fine without the webapp runnin

Re: Error Compiling XUpdate Query

2003-07-18 Thread Julie McCabe
Hi again, I should have mentioned I am using Xindice 1.1b1. Julie. On Friday 18 July 2003 12:43, Julie McCabe wrote: > Hello, > > I have debugged and found some more information - this is a vendor error > with code 641! does anybody know what this means? See stack trace below. > > Thanks > Jul

Re: Fw: Collection not found

2003-07-18 Thread JC Tchitchiama
Boris, First things first, Can you see the /db using a normal web browser ? I think he reason it is not working is because you must have a vendor name some place in your URI that prevent the xindice from finding the collection. They mus t be more clues you can give us ? Check the appserver l

Re: Fw: Collection not found

2003-07-18 Thread g4
On Friday, Jul 18, 2003, at 12:10 Europe/London, Boris Rousseau wrote: Hi all,   I have downloaded, installed Xindice 1.1 and followed the steps as described in the document http://torchbox.com/xml/xindice/xindice.html However, when I try the command: xindice ac -c /db -n test (step 9) I got the

Re: Who's using Xindice?

2003-07-18 Thread E. Naeher
On Thu, 17 Jul 2003 23:01:14 -0700 "Vladimir R. Bossicard" <[EMAIL PROTECTED]> wrote: > I am interested in knowing who's using Xindice and for what purpose. If > you have success stories, go ahead :-) > > Since knowing that the software is used is one of the only rewards for > the committers,

vendor Vs error codes

2003-07-18 Thread Julie McCabe
Hello, what is the difference between a vendor error and an error code? is there any online doc explaining this? Thanks Julie.

A connection to the Database instance 'db' could not be created.

2003-07-18 Thread Cinnia Carey D'eth
hello everyone :) I am using Win98SE and j2sdk1.4.2. My autoexec.bat file is the following: mode con codepage prepare=((737) C:\WINDOWS\COMMAND\ega2.cpi) mode con codepage select=737 PATH=c:\xindice\bin;C:\j2sdk1.4.2\bin;C:\BC45\BIN;%PATH% SET CLASSPATH=%CLASSPATH%;c:\xindice\java\lib;c:\xindice\j

Re: Error Compiling XUpdate Query

2003-07-18 Thread Julie McCabe
Hello, I have debugged and found some more information - this is a vendor error with code 641! does anybody know what this means? See stack trace below. Thanks Julie org.xmldb.api.base.XMLDBException: Query error at org.apache.xindice.core.FaultCodes.createXMLDBException(FaultCodes.j

Xindice 1.1b Life Without Servlet Engine

2003-07-18 Thread Julian
Hi all, Is it possible to run Xindice without Tomcat as of version 1.1b (CVS Version)? I am curious if I need to mount it as a webapp since the Command Line Interface still works fine without the webapp running under cocoon. pros, cons? Thanks in Advance, Julian ___

Fw: Collection not found

2003-07-18 Thread Boris Rousseau
Hi all,   I have downloaded, installed Xindice 1.1 and followed the steps as described in the document http://torchbox.com/xml/xindice/xindice.html However, when I try the command: xindice ac -c /db -n test (step 9) I got the following exception: [DEBUG] xmlrpc - -serviceLocation=ERROR : Colle

Re: Who's using Xindice?

2003-07-18 Thread g4
On Friday, Jul 18, 2003, at 07:01 Europe/London, Vladimir R. Bossicard wrote: I am interested in knowing who's using Xindice and for what purpose. If you have success stories, go ahead :-) I'm using Xindice together with Forrest and XMLForms. We are in the process of completing the first stage

Error Compiling XUpdate Query

2003-07-18 Thread Julie McCabe
Hello, I am new to xindice, I am trying to apply an update the database and received the following error. [EMAIL PROTECTED]: java.lang.Exception: org.apache.xindice.core.query.CompilationException: Error Compiling XUpdate Query I am using Java 1.4.1_02 and I applied the update as follows: S

Re: Who's using Xindice?

2003-07-18 Thread Shinichi Nakanishi
Hi, I'm trying Xindice and I wonder what kind of system can choose Xindice for its database. Because it doesn't perform "join" like SQL, it doesn't seem appropriate for regular applications. Does anyone tell me how you are using Xindice for what purpose? Actually I'm really interested in using

Who's using Xindice?

2003-07-18 Thread Vladimir R. Bossicard
I am interested in knowing who's using Xindice and for what purpose. If you have success stories, go ahead :-) Since knowing that the software is used is one of the only rewards for the committers, it would be nice to hear good stories from the users. You can directly send me your experience a