On Sat, Sep 13, 2008 at 11:42 PM, Tak-po Li <[EMAIL PROTECTED]> wrote: > > Hi, > I am newbie with xindice. > 1. I rename xindice-1.2m1.war to xindice.war and move it into webapps. I > successfully got "xindice (zeen-de-chay)" screen with localhost:8080/xindice > 2. I did the same to addressbook-1.2mi.war and got a good screen with > locathost:8080/addressbook. > 3. add <context ..></context> into server.xml (below <host> level). > 4. When I try to add my entered data into database I get the following > message: Could someone please help? > Thanks, > Tak
It's a known problem with examples in 1.2m1 - its build.xml file did not include ws-commons-util library. You can get corrected version of build.xml file here: http://svn.apache.org/viewvc/xml/xindice/trunk/java/examples/build.xml?revision=633742&content-type=text%2Fplain Replacing xml-xindice/java/examples/build.xml file with the new version and rebuilding examples should fix the issue. Regards, Natalia