XML Apache Xindice

Powered by Apache Lucene
 
   

History of Changes

PDF
PDF

RSS

Version 1.1b3 (December 30 2003)

  • add Added binary resource support to XML-RPC driver. (VG)
  • add Updated build scripts: all build properties extracted into build.properties file. You can override them in local.build.properties file. (VG)
  • add Added new fault code, DBE_CANNOT_READ (VG)
  • add Added new service, MetaService. It provides access to the metadata. (VG)
  • update GetResource, GetDocument XML-RPC messages will return no result if resource not found. (VG)
  • update Updated BinaryResourceImpl to support only byte[] content, as per XML:DB API. (VG)
  • update Properties PROP_XINDICE_CONFIGURATION, PROP_XINDICE_DB_HOME for embed driver can now be passed when driver is instantiated by org.apache.xindice.client.xmldb.DatabaseImpl (VG)
  • update Upgrade libraries: Xerces to version 2.6.0, Xalan to version 2.5.2. (VG)
  • update Enable meta data in the system.xml file (VG)
  • update Added XINDICE_DB_HOME environment variable and corresponding xindice.db.home system property. This property takes precedence over db location preferred by the driver (XindiceServlet prefers WEB-INF folder and embedded driver prefers directory where system.xml file is located). (VG)
  • update Update ant to version 1.5.3 and move it into tools/ant/. Build script modified to call ant script instead of ant class. Compilation from the Cygwin environment now working. (VG)
  • fix Fixed exception in BTreeFiler when adding value with large key (more than 4kb). (VG)
  • fix Fixed concurrency issues in Paged, BTreeFiler, and HashFiler. Unit tests for concurrent writes added. (VG) Fixes bug 25534.
  • fix Change URLs in debug tool to "/xindice/?/db". (VG) Fixes bug 21765.
  • fix Drop SysSymbols when deleting collection. (VG) Fixes bug 14846.
  • fix XMLSerializable streamToXML method does not modify passed document. It uses provided document only as factory for nodes. (VG)
  • fix Webapp context renamed to /xindice (all lowercase). (VG)
  • fix When using xindice with Jetty, port is set to 8888. Documentation updated to reflect this. (VG)
  • fix JDK 1.4 works with Xindice and it is supported. (VG) Fixes bug 17035.
  • fix Collection meta data now has correct collection creation time. (VG)

Version 1.1b (November 1 2002)

  • add Xindice has a new website. (VBO)