Re: problem with spring plugin autowiring result tags

2009-06-26 Thread Angel D. Segarra
wired or not, I changed the bean id in Spring and now it's using the value I supplied to the result. Is there a way to avoid wiring for anything other than actions? Thanks, Angel --- On Fri, 6/26/09, Dave Newton wrote: > From: Dave Newton > Subject: Re: problem with spring plu

Re: problem with spring plugin autowiring result tags

2009-06-26 Thread Dave Newton
Angel D. Segarra wrote: Specifically I am trying out the JasperReports tutorial, everything works fine untile I include the Spring plugin, now it stops working because apparently it's trying to autowire the tags. I have no beans declared in Spring and the class atribute of the action is pointing

Re: Problem with Spring plugin

2009-05-02 Thread Dave Newton
YaronGo wrote: Okay, I get extra points for stupidity here. Instead of adding the plugin to the WEB-INF/lib, I put it in the tomcat lib path. That'll do it ;) Dave - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org

Re: Problem with Spring plugin

2009-05-01 Thread YaronGo
Okay, I get extra points for stupidity here. Instead of adding the plugin to the WEB-INF/lib, I put it in the tomcat lib path. Sorry for the bother! (works now) YaronGo wrote: > > I'm sorry, I may not have been clear. > > I have tried with both spring.jar (dist directory) from releases 2.0.8

Re: Problem with Spring plugin

2009-05-01 Thread YaronGo
I'm sorry, I may not have been clear. I have tried with both spring.jar (dist directory) from releases 2.0.8 and 2.5.6), with the module jars (context, web, aop, beans, core, web) for each release (removed spring.jar, added them instead), and with the collection of jars that came with struts (whi

Re: Problem with Spring plugin

2009-05-01 Thread Dave Newton
Dave Newton wrote: that's the set of jars that came with the struts 2.1.6 release. That doesn't they'll work ^ mean Dave - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-m

Re: Problem with Spring plugin

2009-05-01 Thread Dave Newton
YaronGo wrote: nevertheless that's the set of jars that came with the struts 2.1.6 release. That doesn't they'll work--please try with Spring libraries that are all the same version. I would assume that version 2.0.8 would have worked. But you tried 2.0.8 mixed with 2.5.3. I'm using the

Re: Problem with Spring plugin

2009-05-01 Thread YaronGo
I agree, nevertheless that's the set of jars that came with the struts 2.1.6 release. I would assume that version 2.0.8 would have worked. Maybe it's a problem with the plugin, but again, I'm using the plugin that comes with struts 2.1.6... Thoughts? newton.dave wrote: > > YaronGo wrote: >> I

Re: Problem with Spring plugin

2009-05-01 Thread Dave Newton
YaronGo wrote: I tried instead to use the spring jars that came with the struts distribution (spring-context-2.5.3.jar, spring-core-2.0.8.jar, spring-beans-2.5.3.jar, spring-web-2.5.3.jar) and got the following: SEVERE: Exception sending context initialized event to listener instance of class or

Re: Problem with Spring plugin

2009-05-01 Thread YaronGo
I'm using the spring.jar file from Spring Framework's dist directory. I also tried using version 2.08, and using spring-core.jar, spring-web.jar, spring-context.jar and spring-beans.jar from the modules directory instead of spring.jar, but got the same results. I tried instead to use the spring j

Re: Problem with Spring plugin

2009-05-01 Thread Wes Wannemacher
Are you sure that's the right jar? I could be wrong, but version number makes me think that you could be grabbing the OSGI-ified spring jar. -Wes On Fri, May 1, 2009 at 1:21 AM, wrote: > Hi, > > I'm having some problems using Struts2 and the Spring plugin using Tomcat. > I'm using Struts 2.1.6