Looks like you're missing domify.jar.  It needs to be in WEB-INF/lib
along with the maverick jars.

Jeff

> -----Original Message-----
> From: Paul Knepper [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 24, 2003 1:34 PM
> To: [EMAIL PROTECTED]
> Subject: [Mav-user] NoClassDefFoundError:
org/infohazard/domify/DOMAdapter
> 
> [EMAIL PROTECTED] Version 2.2.0
> opt-domify Version 2.0.2
> OC4J 9.0.3
> 
> I get the following error when trying integrate opt-domify.
> 
> java.lang.NoClassDefFoundError: org/infohazard/domify/DOMAdapter
>       at
>
org.infohazard.maverick.opt.view.DomifyViewFactory.<init>(DomifyViewFact
or
> y.java:51)
>       at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> Method)
>       at
>
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorA
cc
> essorImpl.java:39)
>       at
>
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingCons
tr
> uctorAccessorImpl.java:27)
>       at
java.lang.reflect.Constructor.newInstance(Constructor.java:274)
>       at java.lang.Class.newInstance0(Class.java:308)
>       at java.lang.Class.newInstance(Class.java:261)
>       at
>
org.infohazard.maverick.flow.MasterFactory.defineViewFactories(MasterFac
to
> ry.java:142)
>       at
org.infohazard.maverick.flow.Loader.loadModules(Loader.java:196)
>       at
org.infohazard.maverick.flow.Loader.loadDocument(Loader.java:155)
>       at org.infohazard.maverick.flow.Loader.<init>(Loader.java:88)
>       at
> org.infohazard.maverick.Dispatcher.reloadConfig(Dispatcher.java:281)
>       at org.infohazard.maverick.Dispatcher.init(Dispatcher.java:188)
>       at javax.servlet.GenericServlet.init(GenericServlet.java:258)
>       at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
>
J2EE].server.http.HttpApplication.loadServlet(HttpApplication.java:1956)
>       at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
>
J2EE].server.http.HttpApplication.findServlet(HttpApplication.java:4355)
>       at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
>
J2EE].server.http.HttpApplication.getRequestDispatcher(HttpApplication.j
av
> a:2484)
>       at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
>
J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.j
av
> a:617)
>       at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
> J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
>       at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
> J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
>       at
>
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecuto
r.
> java:797)
>       at java.lang.Thread.run(Thread.java:534)
> 
> 
> Here is a simple maverick.xml file:
> <maverick version="2.0" default-view-type="domify" default-transform-
> type="xslt">
>  <modules>
>   <view-factory type="domify"
> provider="org.infohazard.maverick.opt.view.DomifyViewFactory"/>
>  </modules>
>  <commands>
>   <command name="test">
>    <view path="test.html"/>
>   </command>
>  </commands>
> </maverick>
> 
> Before I tried to integrate opt-domify I had default view type and
default
> transform of document.  A call to url/test.m worked fine and just
showed
> my static html.  Now it throws the exception shown above.
> 
> Thanks,
> Paul
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: The SF.net Donation Program.
> Do you like what SourceForge.net is doing for the Open
> Source Community?  Make a contribution, and help us add new
> features and functionality. Click here: http://sourceforge.net/donate/
> [INVALID FOOTER]



-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
[INVALID FOOTER]

Reply via email to