> >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.
>
I just brok
iginal Message
From: Wendy Smoak <[EMAIL PROTECTED]>
To: Struts Developers List
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
&
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 in apps/pom.xml and added
the four Spring dependencies to the shopping cart app. Now it starts,
displays a page briefly, then changes
Most of the example apps are missing dependencies in WEB-INF/lib, so
they won't start.
apps/pom.xml has the Spring dependencies marked 'optional', so they're
not getting included. If all of the examples need those jars, we can
remove the 'optional' marker and let the dependencies be inherited.
O