Re: [action2] Apps dependencies

2006-05-28 Thread tm jee
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

Re: [action2] Apps dependencies

2006-05-28 Thread Jason Carreira
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 broke the JSF

Re: [action2] Apps dependencies

2006-05-27 Thread Wendy Smoak
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

[action2] Apps dependencies

2006-05-22 Thread Wendy Smoak
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.