ResourceServlet ClassNotFoundException-need external library for trinidad
688723Jul 8 2010 — edited Sep 28 2010Hi,
I have created a jspx page in ADF/Jdev 11g, for exploring Gantt charts in adf. When i am running the application locally(from jdev), it is giving below error.
<Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'Appointments_Pooja'.>
<Jul 7, 2010 11:21:12 AM IST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
weblogic.application.ModuleException: Failed to load webapp: 'Appointments_Pooja-Model-context-root'
Caused By: java.lang.ClassNotFoundException: org.apache.myfaces.trinidad.webapp.ResourceServlet
In web.xml,
<servlet>
<servlet-name>resources</servlet-name>
<servlet-class>org.apache.myfaces.trinidad.webapp.ResourceServlet</servlet-class>
</servlet>
Is it that i have to explicitly add libraries for trinidad? Aren't they supplied by jdev11g? If i need to add externally, then which are those libraries/link.