Re: Struts 2 and Spring Framework

2009-04-18 Thread Wes Wannemacher
On Saturday 18 April 2009 15:14:32 Dave Newton wrote: > Struts Two wrote: > > Going through Maven xml files in the link you provided to check for > > spring jar dependencies, I noticed a dependency on spring-web.jar, I was > > wondering where does it fit. I know that: > > > > spring-beans.jar, spri

Re: Struts 2 and Spring Framework

2009-04-18 Thread Dave Newton
Struts Two wrote: Going through Maven xml files in the link you provided to check for spring jar dependencies, I noticed a dependency on spring-web.jar, I was wondering where does it fit. I know that: spring-beans.jar, spring-core.jar, spring-context.jar are required for DI. spring-aop.jar is

Re: Struts 2 and Spring Framework

2009-04-18 Thread Struts Two
Wannemacher wrote: > From: Wes Wannemacher > Subject: Re: Struts 2 and Spring Framework > To: "Struts Users Mailing List" > Received: Saturday, April 18, 2009, 6:03 AM > > > adi...@gmail.com > wrote: > > >> Hi All, > > >> > > >&

Re: Struts 2 and Spring Framework

2009-04-17 Thread Wes Wannemacher
> > adi...@gmail.com wrote: > >> Hi All, > >> > >> Does anybody has an sample application using Struts 2 and Spring > >> Framework? > >> > >> When I put the "struts2-spring-plugin-2.1.6.jar" file in my classpath > >> I've got this error: > >> > >> java.lang.NullPointerException > >> at org.apache.l

Re: Struts 2 and Spring Framework

2009-04-17 Thread Frans Thamura
you can evaluate ours www.sf.net/projects/cimande this is Spring, Struts2, Hibernate 3 F On Sat, Apr 18, 2009 at 2:25 AM, Dave Newton wrote: > adi...@gmail.com wrote: >> >> Hi All, >> >> Does anybody has an sample application using Struts 2 and Spring >> Framework? >> >> When I put the "struts

Re: Struts 2 and Spring Framework

2009-04-17 Thread Dave Newton
adi...@gmail.com wrote: Hi All, Does anybody has an sample application using Struts 2 and Spring Framework? When I put the "struts2-spring-plugin-2.1.6.jar" file in my classpath I've got this error: java.lang.NullPointerException at org.apache.log4j.Category.isEnabledFor(Category.java:749) a

RE: Struts 2 and Spring Framework

2009-04-17 Thread Security Management
ls lib|grep spring spring-beans.jar spring-context.jar spring-core.jar spring.jar spring-security-acl-2.0.4.jar spring-security-core-2.0.4.jar spring-security-core-tiger-2.0.4.jar spring-security-taglibs-2.0.4.jar spring-web.jar struts2-spring-plugin-2.1.6.jar If that does not help, you need to p