DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31400>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31400 APIException is thrown when executing the user guide "org.apache.xindice.examples.XUpdate" Summary: APIException is thrown when executing the user guide "org.apache.xindice.examples.XUpdate" Product: Xindice Version: 1.0 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: XML:DB API AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The Xindice 1.0 stable download bundled a guide. I have tried to implement my own xupdate class using the <xupdate:remove> tag. And I caught org.apache.xindice.client.corba.db.APIException everytime. I thought it was my own problem so I try to execute the developer guide example classes instead by following the instructions on the document. I found that the result is the same, everytime when I try to execute the class org.apache.xindice.examples.XUpdate It is something like this: C:\xml-xindice-1.0\java\examples\guide>run org.apache.xindice.examples.XUpdate C:\xml-xindice-1.0 org.apache.xindice.client.corba.db.APIException: IDL:org/apache/xindice/client/corba/db/APIException:1.0 at org.apache.xindice.client.corba.db.APIExceptionHelper.read(APIExceptionHelper.java:112) at org.apache.xindice.client.corba.db._CollectionStub.queryCollection(_CollectionStub.java:833) at org.apache.xindice.client.xmldb.services.XUpdateQueryServiceImpl.updateResult(XUpdateQueryServiceImpl.java:16 5) at org.apache.xindice.client.xmldb.services.XUpdateQueryServiceImpl.update(XUpdateQueryServiceImpl.java:185) at org.apache.xindice.examples.XUpdate.main(XUpdate.java:91) XML:DB Exception occured 1 Query Processing Error This is the test running environment: Windows 2000 SP4, JDK1.4.1, P4 2.6Ghz, 1GB RAM.