We can't help with usage problems unrelated to JWebUnit, but it looks like
you are missing the DOM JAR from your classpath - perhaps a missing
dependency in your pom.xml (I am not very familiar with Maven).

Cheers
Jevon



On Sun, Aug 31, 2014 at 8:43 AM, Rusty Wright <rusty.wri...@gmail.com>
wrote:

> I forgot to include this; this is what mvn dependency:tree shows.
>
> [INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ template-web
> ---
> [INFO] com.objecteffects:template-web:war:0.0.1-SNAPSHOT
> [INFO] +- com.objecteffects:template-service:jar:0.0.1-SNAPSHOT:compile
> [INFO] |  \- com.objecteffects:template-persist:jar:0.0.1-SNAPSHOT:compile
> [INFO] |     +-
> org.hibernate:hibernate-entitymanager:jar:4.3.5.Final:compile
> [INFO] |     +- org.hibernate:hibernate-c3p0:jar:4.3.5.Final:compile
> [INFO] |     |  \- com.mchange:c3p0:jar:0.9.2.1:compile
> [INFO] |     |     \- com.mchange:mchange-commons-java:jar:0.2.3.4:compile
> [INFO] |     \- org.hsqldb:hsqldb:jar:2.3.2:compile
> [INFO] +- com.objecteffects:template-model:jar:0.0.1-SNAPSHOT:compile
> [INFO] |  \- org.hibernate:hibernate-core:jar:4.3.5.Final:compile
> [INFO] |     +- org.jboss.logging:jboss-logging:jar:3.1.3.GA:compile
> [INFO] |     +-
> org.jboss.logging:jboss-logging-annotations:jar:1.2.0.Beta1:compile
> [INFO] |     +-
> org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.0.Final:compile
> [INFO] |     +- dom4j:dom4j:jar:1.6.1:compile
> [INFO] |     |  \- xml-apis:xml-apis:jar:1.0.b2:compile
> [INFO] |     +-
> org.hibernate.common:hibernate-commons-annotations:jar:4.0.4.Final:compile
> [INFO] |     +-
> org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile
> [INFO] |     +- org.javassist:javassist:jar:3.18.1-GA:compile
> [INFO] |     +- antlr:antlr:jar:2.7.7:compile
> [INFO] |     \- org.jboss:jandex:jar:1.1.0.Final:compile
> [INFO] +- net.sourceforge.stripes:stripes:jar:1.5.7:compile
> [INFO] |  \- commons-logging:commons-logging:jar:1.1.1:compile
> [INFO] +- com.silvermindsoftware.stripes:stripes-guice:jar:3.1:compile
> [INFO] |  +- com.google.guava:guava:jar:r08:compile
> [INFO] |  \- com.intellij:annotations:jar:9.0.4:compile
> [INFO] +- jstl:jstl:jar:1.2:compile
> [INFO] +- taglibs:standard:jar:1.1.2:compile
> [INFO] +- javax.servlet:servlet-api:jar:2.4:provided
> [INFO] +- displaytag:displaytag:jar:1.2:compile
> [INFO] |  +- commons-collections:commons-collections:jar:3.1:compile
> [INFO] |  +- commons-lang:commons-lang:jar:2.3:compile
> [INFO] |  +- com.lowagie:itext:jar:1.3:compile
> [INFO] |  \- commons-beanutils:commons-beanutils:jar:1.7.0:compile
> [INFO] +- com.google.inject:guice:jar:3.0:compile
> [INFO] |  +- javax.inject:javax.inject:jar:1:compile
> [INFO] |  \- aopalliance:aopalliance:jar:1.0:compile
> [INFO] +- com.google.inject.extensions:guice-persist:jar:3.0:compile
> [INFO] +- com.google.inject.extensions:guice-servlet:jar:3.0:compile
> [INFO] +- org.apache.commons:commons-lang3:jar:3.3.2:compile
> [INFO] +- commons-fileupload:commons-fileupload:jar:1.3.1:compile
> [INFO] |  \- commons-io:commons-io:jar:2.2:compile
> [INFO] +- ch.qos.logback:logback-classic:jar:1.0.13:compile
> [INFO] |  \- ch.qos.logback:logback-core:jar:1.0.13:compile
> [INFO] +- org.slf4j:slf4j-api:jar:1.7.6:compile
> [INFO] +- org.slf4j:jcl-over-slf4j:jar:1.76:compile
> [INFO] +- org.slf4j:log4j-over-slf4j:jar:1.7.6:compile
> [INFO] +- org.slf4j:jul-to-slf4j:jar:1.7.6:compile
> [INFO] +- net.sourceforge.jwebunit:jwebunit-htmlunit-plugin:jar:3.2:test
> [INFO] |  +- net.sourceforge.htmlunit:htmlunit:jar:2.14:test
> [INFO] |  |  +- xalan:xalan:jar:2.7.1:test
> [INFO] |  |  |  \- xalan:serializer:jar:2.7.1:test
> [INFO] |  |  +- org.apache.httpcomponents:httpclient:jar:4.3.2:test
> [INFO] |  |  |  \- org.apache.httpcomponents:httpcore:jar:4.3.1:test
> [INFO] |  |  +- org.apache.httpcomponents:httpmime:jar:4.3.2:test
> [INFO] |  |  +- commons-codec:commons-codec:jar:1.9:test
> [INFO] |  |  +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.14:test
> [INFO] |  |  +- xerces:xercesImpl:jar:2.11.0:test
> [INFO] |  |  +- net.sourceforge.nekohtml:nekohtml:jar:1.9.20:test
> [INFO] |  |  +- net.sourceforge.cssparser:cssparser:jar:0.9.13:test
> [INFO] |  |  |  \- org.w3c.css:sac:jar:1.3:test
> [INFO] |  |  \- org.eclipse.jetty:jetty-websocket:jar:8.1.14.v20131031:test
> [INFO] |  |     +- org.eclipse.jetty:jetty-util:jar:8.1.14.v20131031:test
> [INFO] |  |     +- org.eclipse.jetty:jetty-io:jar:8.1.14.v20131031:test
> [INFO] |  |     \- org.eclipse.jetty:jetty-http:jar:8.1.14.v20131031:test
> [INFO] |  \- net.sourceforge.jwebunit:jwebunit-core:jar:3.2:test
> [INFO] |     \- regexp:regexp:jar:1.3:test
> [INFO] +- com.google.guiceberry:guiceberry:jar:3.3.1:test
> [INFO] |  \- com.google.guava:guava-testlib:jar:14.0.1:test
> [INFO] |     \- org.truth0:truth:jar:0.10:test
> [INFO] \- junit:junit:jar:4.11:test
> [INFO]    \- org.hamcrest:hamcrest-core:jar:1.3:test
>
>
>
> ------------------------------------------------------------------------------
> Slashdot TV.
> Video for Nerds.  Stuff that matters.
> http://tv.slashdot.org/
> _______________________________________________
> JWebUnit-users mailing list
> JWebUnit-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jwebunit-users
>
>
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
JWebUnit-users mailing list
JWebUnit-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jwebunit-users

Reply via email to