org.apache.xindice.client.corba.db.APIException

[email protected]
Newsgroups gmane.text.xml.xindice.user
Message-ID <[email protected]>
Hi!!

I'm a beginner with Xindice 1.0 (I need a standalone db) and Xupdate. I
implemented a Java program and I get this exception when perform my request:
org.apache.xindice.client.corba.db.APIException:
IDL:org/apache/xindice/client/corba/db/APIException:1.0

Is it my query?

my Xupdate query is following, can you have a look on it?

String xupdate = "<xu:modifications version=\"1.0\"" +
		 "xmlns:xu=\"http://www.xmldb.org/xupdate\">" +
		 "<xu:append select=\"/images\" >" +
	 	 "<xu:element name=\"image\">" +
		 "<xu:attribute name=\"path\"> "+path+" </xu:attribute>" +
			"<context>h</context>" +
			"<people>f</people>" +
			"<place>montain</place>" +
			"<properties>" +
			        "<author>joe</author>" +
				"<quality>best</quality>" +
			"</properties>" +
			"</xu:element>" +     
		"</xu:append>" +
		"</xu:modifications>";

--
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.