Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

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!

migrating from jsf1.1 to jsf1.2

843844Mar 25 2008 — edited Mar 26 2008
Hi all,

I am a newbie at JSF.
SITUATION:: I have a project already running with Java EE 1.4 and jsf 1.1.
PROBLEM:: I want to migrate the project to Java EE 1.5 and jsf 1.2.
SOLUTION:: ??

I tried using the converter plugin (http://blogs.sun.com/winston/entry/vwpprojectconverter) and managed to get rid of some bugging errors.
But i am still stuck on one exception::

SEVERE: Exception sending context initialized event to listener instance of class
com.sun.faces.config.ConfigureListener
java.lang.NoClassDefFoundError: javax/faces/application/StateManagerWrapper

and

SEVERE: Error configuring application listener of class com.sun.faces.extensions.avatar.event.DynaFacesContextListener
java.lang.NoClassDefFoundError: javax/faces/FacesException

I just cant understand why this error is coming.

What i have ALREADY tried::
1. copying the jsf-api.jar in tomcat lib.
2. jsf-extensions-dynamic-faces-0.1.jar to tomcat lib.

Please give me any suggestions or solutions if any....
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 23 2008
Added on Mar 25 2008
4 comments
249 views