dev@jsftemplating.java.net

Run problem with new jars

From: Karam Singh Badesha <Karam.Badesha_at_Sun.COM>
Date: Fri, 16 Feb 2007 15:50:43 -0800

Hi,
I just replaced woodstock jars, jsftemplating jars with the new ones
from java.net. Now I can't get my application to run. What did I miss?
Application compiles fine. Here is classpath:

web/WEB-INF/lib/dataprovider.jar
web/WEB-INF/lib/dojo-0.4.1-ajax.jar
web/WEB-INF/lib/jsftemplating-dt.jar
web/WEB-INF/lib/jsftemplating-dynafaces-0.1.jar
web/WEB-INF/lib/jsftemplating.jar
web/WEB-INF/lib/json.jar
web/WEB-INF/lib/MultipleListDataProvider.jar
web/WEB-INF/lib/ojdbc14.jar
web/WEB-INF/lib/prototype-1.5.0.jar
web/WEB-INF/lib/UsageTracking.jar
web/WEB-INF/lib/webui-jsf-dt.jar
web/WEB-INF/lib/webui-jsf-suntheme.jar
web/WEB-INF/lib/webui-jsf.jar
C:/SunAppServer/lib/javaee.jar

Out of the above, jsftemplating-dt.jar, webui-jsf-dt.jar and javaee.jar
are not part of the war file.
Here is the error when the application is run:

*exception*

javax.servlet.ServletException: com/sun/rave/designtime/faces/FacetDescriptor

*root cause*

java.lang.NoClassDefFoundError: com/sun/rave/designtime/faces/FacetDescriptor


-Karam