Using xindice 1.1b4 with Tomcat 5.0.27-r4 I'm building the sample code (http://xml.apache.org/xindice/guide-developer.html#Diving+in+With+an+Example+Program) but get the compile error: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at org.apache.xindice.client.xmldb.DatabaseImpl.<clinit>(DatabaseImpl.java:47) at JDBCTest.main(JDBCTest.java:32) What am I missing? |
- org.apache.commons.logging.LogFactory not resolving Ric Castillo