On Thu, Dec 01, 2005 at 02:43:30PM -0500, Jessica Perry Hekman wrote: > http://pendaran.arborius.net/~jphekman/testcase.tgz > > Untar and set your classpath like so > > export > CLASSPATH=$CLASSPATH:build/classes:lib/castor-xml.jar:lib/xml-apis.jar:lib/xercesImpl.jar:lib/commons-logging.jar > > and then run like so > > java com.ingenta.Mapper > > and expect to see the error > > Exception in thread "main" java.lang.NullPointerException > at > org.exolab.castor.xml.util.XMLFieldDescriptorImpl.hashCode(XMLFieldDescriptorImpl.java:416) > at java.util.HashMap.hash(HashMap.java:261)
...er, and as a coworker pointed out to me, you must edit Mapper.java to point it at the correct location of the various files; I was too lazy to use properties for a test case. Sorry! Jessica ------------------------------------------------- If you wish to unsubscribe from this list, please send an empty message to the following address: [EMAIL PROTECTED] -------------------------------------------------

