Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ResourceServlet ClassNotFoundException-need external library for trinidad

688723Jul 8 2010 — edited Sep 28 2010
Hi,

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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 25 2010
Added on Jul 8 2010
10 comments
2,401 views