>Is the shopping cart app using JSF?  I thought Don only added it to
>the showcase.

I think it is because some of the interceptors defined struts-default.xml is 
using JSF stuff, SAF2 will throws exception when loading the interceptors that 
requires JSF dependencies.

rgds

----- Original Message ----
From: Wendy Smoak <[EMAIL PROTECTED]>
To: Struts Developers List <dev@struts.apache.org>
Sent: Sunday, 28 May, 2006 12:00:14 PM
Subject: Re: [action2] Apps dependencies

On 5/22/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:

> Most of the example apps are missing dependencies in WEB-INF/lib, so
> they won't start.

I moved Spring into <dependencyManagement> in apps/pom.xml and added
the four Spring dependencies to the shopping cart app.  Now it starts,
displays a page briefly, then changes to an error page:

HTTP Status 500 -
...
Could not load class
org.apache.struts.action2.jsf.FacesSetupInterceptor. Perhaps it exists
but certain dependencies are not available? - interceptor -
file:/C:/svn/struts/current/action2/apps/shopping-cart/target/tomcat5x/work/Catalina/localhost/struts-shopping-cart/loader/struts-default.xml:50:95
...

Is the shopping cart app using JSF?  I thought Don only added it to
the showcase.

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Reply via email to