RE: Using XUpdate

2003-01-30 Thread Llerta amat
10:49To: xindice-users@xml.apache.orgSubject: RE: Using XUpdate 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.endors

RE: Using XUpdate

2003-01-30 Thread Llerta amat
Hi Gerry Reno I am installed xindice 1.1 from CVS like you recommended to me. But it is very diferent from xindice1.0.I have any doubts :1.- When I start tomcat, am I starting the database? I can't see any proccess running in my system (ps -ef | grep xindice) except /usr/java1.3/bin/../bin/sparc/na

RE: Using XUpdate

2003-01-30 Thread Brian Hills
Title: Message I have Xindice 1.0 installed on Solaris using JDK 1.4 and XUpdate seems to be working ok. -Original Message-From: Llerta amat [mailto:[EMAIL PROTECTED] Sent: 29 January 2003 10:49To: xindice-users@xml.apache.orgSubject: RE: Using XUpdate I copy from

RE: Using XUpdate

2003-01-29 Thread Llerta amat
FactoryImpl\$VMPROPS -classpath "$CLASSPATH" org.apache.xindice.server.Xindice $* &      wait $!done   trap 1 2 15rm $XINDICE_HOME/config/xindice.pid           -Original Message-From: Llerta amat [mailto:[EMAIL PROTECTED] Sent: 28 January 2003 18:39To: xindice-users@xml.apache

RE: Using XUpdate

2003-01-29 Thread Brian Hills
oryImpl\$VMPROPS -classpath "$CLASSPATH" org.apache.xindice.server.Xindice $* &      wait $!done   trap 1 2 15rm $XINDICE_HOME/config/xindice.pid           -Original Message-From: Llerta amat [mailto:[EMAIL PROTECTED] Sent: 28 January 2003 18:39To: xind

RE: Using XUpdate

2003-01-28 Thread Llerta amat
nt + " entries updated.");  }  catch (XMLDBException e) { System.err.println("XML:DB Exception occured " + e.errorCode + " " +    e.getMessage());  }  finally {     if (col != null) {    col.close(); //BTH:  &! nbsp; }  }

RE: Using XUpdate

2003-01-28 Thread Brian Hills
nally { if (col != null) {        col.close(); //BTH:  &! nbsp; }  }  }   }}    -Original Message-From: Llerta amat [mailto:[EMAIL PROTECTED] Sent: 28 January 2003 17:11To: xindice-users@xml.apache.orgSubject: RE: Using

RE: Using XUpdate

2003-01-28 Thread Llerta amat
om: Llerta amat [mailto:[EMAIL PROTECTED] Sent: 28 January 2003 17:03To: xindice-users@xml.apache.orgSubject: RE: Using XUpdate Thanks, but it doesn´t work. I don't know to do.  Brian Hills <[EMAIL PROTECTED]> wrote: When I ran your code I got the same error, it seemed that the problem

RE: Using XUpdate

2003-01-28 Thread Brian Hills
Title: Message Does it give you the same error or just diesnt do the replacement for you? -Original Message-From: Llerta amat [mailto:[EMAIL PROTECTED] Sent: 28 January 2003 17:03To: xindice-users@xml.apache.orgSubject: RE: Using XUpdate Thanks, but it doesn´t work. I

RE: Using XUpdate

2003-01-28 Thread Llerta amat
ish Horses instead of doubles - this worked for me e.g.     "   " +   Does this work for you?   Brian -Original Message-From: Llerta amat [mailto:[EMAIL PROTECTED] Sent: 28 January 2003 14:53To: xindice-users@xml.apache.orgSubject: RE: Using XUpdate My XUpdate class is : pack

RE: Using XUpdate

2003-01-28 Thread Brian Hills
Does this work for you?   Brian -Original Message-From: Llerta amat [mailto:[EMAIL PROTECTED] Sent: 28 January 2003 14:53To: xindice-users@xml.apache.orgSubject: RE: Using XUpdate My XUpdate class is : package org.apache.xindice.examples; import org.xml

RE: Using XUpdate

2003-01-28 Thread Llerta amat
Thanks Stefan Lischke. I haven't never used CVS yet. But  I'll try to install. Thanks. Stefan Lischke <[EMAIL PROTECTED]> wrote: Hi Llerta amat,I'm posting a previous answer, which is in my opinion the best thing u cando, if you want to use your code in future too.snipI would highly recommend t

RE: Using XUpdate

2003-01-28 Thread Llerta amat
My XUpdate class is : package org.apache.xindice.examples; import org.xmldb.api.base.*;import org.xmldb.api.modules.*;import org.xmldb.api.*; /** * Simple XML:DB API example to update the database. */public class XUpdate {   public static void main(String[] args) throws Exception {  Collection

RE: Using XUpdate

2003-01-28 Thread Stefan Lischke
Hi Llerta amat, I'm posting a previous answer, which is in my opinion the best thing u can do, if you want to use your code in future too. snip I would highly recommend that you start with Xindice version 1.1 at this point which is due to be released very shortly. There are numberous issues

RE: Using XUpdate

2003-01-28 Thread Brian Hills
Title: Message Can you post your XUpdate class code?   Brian -Original Message-From: Llerta amat [mailto:[EMAIL PROTECTED] Sent: 28 January 2003 14:37To: xindice-users@xml.apache.orgCc: [EMAIL PROTECTED]Subject: Using XUpdate Please, help me, I installed xIndice1.0 a

Re: Using XUpdate

2002-12-12 Thread grenoml
t; that this > > >means the solution given by Akihiro won't work for me (and > actually it > > >doesn't ;-) So what do I do ? Should I modify startup.bat and make > a script > > >of my own ? (I'm allready tired just thinking about it) Can anyone > he

Re: Using XUpdate

2002-12-12 Thread Tom Sugden
D% to add the -D directives is enough ? >ciao, Julien >- Original Message - >From: "SATO Akihiro" <[EMAIL PROTECTED]> >To: >Sent: Thursday, December 12, 2002 3:54 AM >Subject: Re: Using XUpdate > > >> >> Hello. >> >> Add >>

Re: Using XUpdate

2002-12-12 Thread SATO Akihiro
about it) Can anyone help or >is there only linux-eleets here :-D >Does modifying the %JAVACMD% to add the -D directives is enough ? >ciao, Julien >- Original Message - >From: "SATO Akihiro" <[EMAIL PROTECTED]> >To: >Sent: Thursday, December 12, 2002 3:54 AM &

Re: Using XUpdate

2002-12-12 Thread Julien Le Dem
VACMD% to add the -D directives is enough ? (Bciao, Julien (B- Original Message - (BFrom: "SATO Akihiro" <[EMAIL PROTECTED]> (BTo: (BSent: Thursday, December 12, 2002 3:54 AM (BSubject: Re: Using XUpdate (B (B (B> (B> Hello. (B> (B> Add (B> (

Re: Using XUpdate

2002-12-12 Thread SATO Akihiro
problem solved? (B> (B>- Original Message - (B>From: "Alex Mariano Costa de Oliveira" <[EMAIL PROTECTED]> (B>To: (B>Cc: <[EMAIL PROTECTED]> (B>Sent: Thursday, December 12, 2002 12:25 AM (B>Subject: Re: Using XUpdate (B> (B> (B>> I am

Re: Using XUpdate

2002-12-12 Thread Alex Mariano
Message - From: "Alex Mariano Costa de Oliveira" <[EMAIL PROTECTED]> To: Cc: <[EMAIL PROTECTED]> Sent: Thursday, December 12, 2002 12:25 AM Subject: Re: Using XUpdate > I am having the same Query Processing Error. > I am using j2sk-1.4.0 and xerces-1.4.3 > >

Re: Using XUpdate

2002-12-12 Thread Alex Mariano Costa de Oliveira
I am having the same Query Processing Error. I am using j2sk-1.4.0 and xerces-1.4.3 Have anybody ever taken this error? Thanks in advance.. - Original Message - From: "Tom Sugden" <[EMAIL PROTECTED]> To: Sent: Tuesday, December 10, 2002 12:22 PM Subject: Re: Using XU

Re: Using XUpdate

2002-12-10 Thread SATO Akihiro
Are your jdk version 1.4? If so, you must Modify $XINDICE_HOME/config/vm.cfg file to append java endorse option to starting-up script. This will be found in howtos. These two things are all what I did. Thanks, Akihiro At 2:22 PM + 02.12.10, Tom Sugden wrote: >Thanks Akihiro. > >I tried re

Re: Using XUpdate

2002-12-10 Thread Tom Sugden
Thanks Akihiro. I tried replacing Xindice's xerces jar with version 1.4.4 and then 2.1.1, but it still doesn't work. Any other ideas? Thanks, Tom At 09:10 PM 12/10/2002 +0900, you wrote: Hello, Tom. I once had a problem like you under tomcat-3.3, jdk1.4. Xindice 1.0 has xerces-1.4.3.jar in its ja

Re: Using XUpdate

2002-12-10 Thread SATO Akihiro
Hello, Tom. I once had a problem like you under tomcat-3.3, jdk1.4. Xindice 1.0 has xerces-1.4.3.jar in its java/lib directory. I replaced the jar file with xerces-1.4.4, and the error was gone. Maybe the version 1.4.3 not fit to use XUpdate. Thanks, Akihiro Hi, I'm using Xindice 1.0 and hav

RE: Using XUpdate with XIndice?

2002-11-05 Thread Dave Viner
I've used this document: http://xml.apache.org/xindice/DevelopersGuide.html#N1EB It gives a quick summary of xupdate commands and a sample Java program. dave -Original Message- From: Roger L. Costello [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 05, 2002 6:10 AM To: xindice-users@xml