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

problem with spring plugin autowiring result tags

2009-06-26 Thread Angel D. Segarra
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 to a full class name.

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
ng the plugin that comes with struts 2.1.6... >> >> I'm not asking you to change the plugin, I'm asking you to change the >> Spring version. >> >> Dave >> >> >> ----- >> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org >>

Re: Problem with Spring plugin

2009-05-01 Thread YaronGo
7;m not asking you to change the plugin, I'm asking you to change the > Spring version. > > Dave > > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-

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
.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context: http://www.nabble.com/Problem-with-Spring-plugin-tp23328610p23341885.html Sent from the Struts - User mailing list archive at Nabble.com. ---

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
pensymphony.xwork2.inject.util.ReferenceCache.get(ReferenceCache.java:1 > 16) > at > com.opensymphony.xwork2.inject.ContainerImpl.getConstructor(ContainerImpl.ja > va:594) > at > com.opensymphony.xwork2.inject.ContainerImpl.inject(Conta

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

Problem with Spring plugin

2009-04-30 Thread yarongolan
Hi, I'm having some problems using Struts2 and the Spring plugin using Tomcat. I'm using Struts 2.1.6 (and its appropriate plugin) and Spring Framework 2.5.6.SEC1 (spring.jar). When I try to add the listener to web.xml like so: org.springframework.web.context.ContextLoaderListener