On Tue, 24 Jan 2006 15:21:14 +0100
 <[EMAIL PROTECTED]> wrote:
Hi all,

I am trying to use the ADF Faces with MyFaces. To install the ADF Faces I strictly followed the description at http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/installation.html. When I try to start Tomcat, after the modifications has been done which are required to use the ADF Faces, I get the following exception message:

...
24.01.2006 14:34:09 org.apache.myfaces.config.FacesConfigurator feedStandardConfig INFO: Reading standard config org/apache/myfaces/resource/standard-faces-config.xml 24.01.2006 14:34:09 org.apache.myfaces.config.FacesConfigurator feedClassloaderConfigurations INFO: Reading config jar:file:/D:/aruran/workspace/KARTHAGO/WEB-INF/lib/adf-faces-impl-ea19.jar!/META-INF/faces-config.xml 24.01.2006 14:34:10 org.apache.myfaces.config.FacesConfigurator feedClassloaderConfigurations INFO: Reading config jar:file:/D:/aruran/workspace/KARTHAGO/WEB-INF/lib/jenia4faces_1.2.jar!/META-INF/faces-config.xml 24.01.2006 14:34:10 org.apache.myfaces.config.FacesConfigurator feedClassloaderConfigurations INFO: Reading config jar:file:/D:/aruran/workspace/KARTHAGO/WEB-INF/lib/myfaces-all.jar!/META-INF/faces-config.xml 24.01.2006 14:34:10 org.apache.myfaces.config.FacesConfigurator feedContextSpecifiedConfig
INFO: Reading config /WEB-INF/faces-config.xml
24.01.2006 14:34:10 org.apache.myfaces.config.FacesConfigurator feedWebAppConfig
INFO: Reading config /WEB-INF/faces-config.xml
24.01.2006 14:34:11 org.apache.catalina.core.StandardContext listenerStart SCHWERWIEGEND: Exception sending context initialized event to listener instance of class org.apache.myfaces.webapp.StartupServletContextListener java.lang.NoClassDefFoundError: oracle/adf/share/logging/ADFLogger


Seems like you're missing this in your path: adfshare-3218.jar

Harald

Reply via email to