Hi to all!
i am developing a web interface for xindice with a tomcat server upon xindice
itself...
(i use jdk 1.3_06 and xindice 1.0)
my xupdate part stops suddenly to work...while i made some changes on my
classpath...the Create-Read-Delete operations work properly...
i got this exception while performing any kind of xupdate...
any suggestion would be appreciated
DEBUG>
java.lang.ClassCastException
at org.apache.xindice.core.xupdate.XObjectImpl.nodeset(XObjectImpl.java:
105)
at org.xmldb.xupdate.lexus.commands.CommandObject.selectNodes(CommandObj
ect.java:139)
at org.xmldb.xupdate.lexus.commands.AppendCommand.execute(AppendCommand.
java:84)
at org.apache.xindice.core.xupdate.XUpdateImpl.execute(XUpdateImpl.java:
153)
at org.apache.xindice.core.xupdate.XUpdateQueryResolver$XUpdateQuery.exe
cute(XUpdateQueryResolver.java:163)
at org.apache.xindice.core.xupdate.XUpdateQueryResolver.query(XUpdateQue
ryResolver.java:106)
at org.apache.xindice.core.query.QueryEngine.query(QueryEngine.java:147)
at org.apache.xindice.core.Collection.queryDocument(Collection.java:867)
at org.apache.xindice.client.corba.CollectionServant.queryDocument(Colle
ctionServant.java:451)
at org.apache.xindice.client.corba.db.CollectionPOA._invoke(CollectionPO
A.java:355)
at org.openorb.adapter.poa.POA.dispatch(POA.java:975)
at org.openorb.net.AbstractServerRequest.dispatch(AbstractServerRequest.
java:750)
at org.openorb.net.ServerManagerImpl.serve_request(ServerManagerImpl.jav
a:1467)
at org.openorb.net.ServerManagerImpl.thread_pool_main(ServerManagerImpl.
java:1410)
at org.openorb.net.ServerManagerImpl.access$200(ServerManagerImpl.java:7
7)
at org.openorb.net.ServerManagerImpl$PoolThread.run(ServerManagerImpl.ja
va:1557)