Hello Sandipan, Forwarding this question on "MyFaces-Users" <[email protected]> mailing list where it really belong.
>From a quick look at the stack trace, it seems that com.ibm.faces.webapp.ValueResourcePhaseListener is not found in the classpath of the WAR file you're deploying. Where is that class located? I assume it's found in a jar file and if so maybe that specific jar isn't copied to WEB-INF/lib folder during packaging. Regards, ~ Simon On 10/10/07, Sandipan Nandi <[EMAIL PROTECTED]> wrote: > > > Hi , > > *I am totally unknown but require some very important information from > you.... .....* > > > > I am trying to do a project on Apache Trinidad My-faces Implementation. > > I am using *RAD 7.0*. as IDE and running the project on* WAS 6 .1* . > > The Jars are* trinidad-api 1.0.2.jar*, *trinidad impl 1.0.2.jar > * * myfaces-api 1.1.5.jar ,* * myfaces-impl > 1.1.5.jar ,* > > > The error I am getting in console is like that > " *javax.faces.FacesException*: *java.lang.ClassNotFoundException*: > com.ibm.faces.webapp.ValueResourcePhaseListener" > > > at org.apache.myfaces.shared_impl.util.ClassUtils.simpleClassForName(* > ClassUtils.java:165*) > [10/10/07 17:02:48:653 IST] 00000016 SystemErr R at > org.apache.myfaces.shared_impl.util.ClassUtils.newInstance(* > ClassUtils.java:268*) > [10/10/07 17:02:48:653 IST] 00000016 SystemErr R at > org.apache.myfaces.config.FacesConfigurator.configureLifecycle(* > FacesConfigurator.java:781*) > [10/10/07 17:02:48:653 IST] 00000016 SystemErr R at > org.apache.myfaces.config.FacesConfigurator.configure(* > FacesConfigurator.java:151*) > [10/10/07 17:02:48:653 IST] 00000016 SystemErr R at > org.apache.myfaces.webapp.StartupServletContextListener.initFaces(* > StartupServletContextListener.java:68*) > [10/10/07 17:02:48:653 IST] 00000016 SystemErr R at > org.apache.myfaces.webapp.StartupServletContextListener.contextInitialized > (*StartupServletContextListener.java:51*) > [10/10/07 17:02:48:653 IST] 00000016 SystemErr R at > com.ibm.ws.wswebcontainer.webapp.WebApp.notifyServletContextCreated(* > WebApp.java:608*) > [10/10/07 17:02:48:653 IST] 00000016 SystemErr R at > com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(* > WebApp.java:266*) > [10/10/07 17:02:48:653 IST] 00000016 SystemErr R at > com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(*WebApp.java:272*) > > > > > > I am using the lines shown below in the faces-config.xml file. > > *<**lifecycle**>* > * **<**phase-listener**>** > com.ibm.faces.webapp.ValueResourcePhaseListener**</**phase-listener**>* > * **</**lifecycle**>* > > > > > Despite the page is showing..... > > *I will be highly thankfull if you can please tell me the > solution.....(What changes have to be made).* > > > > Thanks & Regards > > Sandipan Nandi >

