以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 科研生涯 』   (http://bbs.xml.org.cn/list.asp?boardid=70)
----  请教大家一个xml数据库xindice的一个问题  (http://bbs.xml.org.cn/dispbbs.asp?boardid=70&rootid=&id=88549)


--  作者:a470988140
--  发布时间:12/7/2010 10:49:00 AM

--  请教大家一个xml数据库xindice的一个问题
如题 我用xindice的XUpdateQueryService queryService =
  (XUpdateQueryService) coll.getService("XUpdateQueryService",
  "1.0");
  System.out.println("马上编译");
  count=queryService.update(xupdate);

String xupdate = "<xupdate:modifications version=\"1.0\" "
+ "xmlns:xupdate=\"http://www.xmldb.org/xupdate\">"
+ "<xupdate:update select=\"/by_table/bycicle[position()=last()]\">"
+ "<bicycle>" + "<b_id>" + by.getb_id() + "</bicycle>"+"<class>"
+ "<class_id>" + b.getclass_id() + "</class_id>"
+ "<class_name>" + class_name + "</classname>"
+ "</class>" +"<borrowed>"+b.getborrowed()+ "</borrowed>" +"<reserved>"+b.getreserved()+"</reserved>"
+ "</bicycle>" + "</xupdate:update>"
+ "</xupdate:modifications>";

结果是运行以后 myeclipse只给出trying to register database就没下文了。。
用命令行 xpath 指令 也只有一行语句trying to register database 而且我把xindice从装了一遍也不行,JDK 是 1.6 的,tomcat是6.0 的 都没错啊 xindice也是官网上下载的,其他功能都可以,向添加删除集合,添加删除xml,读取xml,都能读 就是xpath和xupdate不能用。。郁闷啊。。。


W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
31.250ms