Re: [S2] problem working with the Spring plugin with Struts 2.0.3+

2007-02-13 Thread kedgecomb
gt; > >> > >> >> -- >> View this message in context: >> > http://www.nabble.com/problem-working-with-the-Spring-plugin-with-Struts-2.0.3%2B-tf3184072.html#a8949111 >> Sent from the Struts - User mailing list archive at >> Nabble.com. >> >> >> >

Re: [S2] problem working with the Spring plugin with Struts 2.0.3+

2007-02-13 Thread Dave Newton
--- > >> To unsubscribe, e-mail: > [EMAIL PROTECTED] > >> For additional commands, e-mail: > [EMAIL PROTECTED] > >> > >> > > > > > > -- > > Takekazu Omi > > > > > -

Re: [S2] problem working with the Spring plugin with Struts 2.0.3+

2007-02-13 Thread kedgecomb
--- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > Takekazu Omi > > --------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] &

Re: problem working with the Spring plugin with Struts 2.0.3+

2007-02-10 Thread Takekazu Omi
Now I had same problem :D struts-2.0.5-all.zip dose not include struts2-spring-plugin.jar. But you can get form struts2-showcase-2.0.5.war. try this! On 2/7/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Daniel Amadei wrote: > It worked! My struts-plugin JAR had 0 bytes :( It's this new JAR

Re: problem working with the Spring plugin with Struts 2.0.3+

2007-02-06 Thread Dave Newton
--- Daniel Amadei wrote: > It worked! My struts-plugin JAR had 0 bytes :( It's this new JAR compression scheme they've been working on... it's all quantum n' stuff, I wouldn't understand :) d. Bored stiff? L

Re: problem working with the Spring plugin with Struts 2.0.3+

2007-02-06 Thread Daniel Amadei
Hi Dave, It worked! My struts-plugin JAR had 0 bytes :( I downloaded it againd and it worked fine. Thanks a lot! Daniel 2007/2/6, Dave Newton <[EMAIL PROTECTED]>: --- Daniel Amadei wrote: > I have the jar but I believe I have to register the > Spring plugin which I forgot to do. It just ne

Re: problem working with the Spring plugin with Struts 2.0.3+

2007-02-06 Thread Dave Newton
--- Daniel Amadei wrote: > I have the jar but I believe I have to register the > Spring plugin which I forgot to do. It just needs to be in WEB-INF/lib. d. Do you Yahoo!? Everyone is raving about the all-new

Re: problem working with the Spring plugin with Struts 2.0.3+

2007-02-06 Thread Daniel Amadei
Hi Dave, I have the jar but I believe I have to register the Spring plugin which I forgot to do. I'll try it and tell the results. Thanks. Daniel 2007/2/6, Dave Newton <[EMAIL PROTECTED]>: --- Daniel Amadei wrote: > No. I had to put the fully qualified name of the > Spring Object Factory fro

Re: problem working with the Spring plugin with Struts 2.0.3+

2007-02-06 Thread Dave Newton
--- Daniel Amadei wrote: > No. I had to put the fully qualified name of the > Spring Object Factory from XWork as the alias does > not work anymore (I dont know why either). That's weird... that ('spring') has worked fine for me for each release. Is it possible you're having a library issue--some

Re: problem working with the Spring plugin with Struts 2.0.3+

2007-02-06 Thread Daniel Amadei
Hi Dave, No. I had to put the fully qualified name of the Spring Object Factory from XWork as the alias does not work anymore (I dont know why either). []s Daniel 2007/2/6, Dave Newton <[EMAIL PROTECTED]>: --- Daniel Amadei wrote: > I'm getting the following exception when using > Struts 2.0.

Re: problem working with the Spring plugin with Struts 2.0.3+

2007-02-06 Thread Dave Newton
--- Daniel Amadei wrote: > I'm getting the following exception when using > Struts 2.0.3+ (tested with 0.4 and 0.5). Is struts.objectFactory=spring? d. Now that's room service! Choose from over 150,000 hot

problem working with the Spring plugin with Struts 2.0.3+

2007-02-06 Thread Daniel Amadei
Hi All, I'm getting the following exception when using Struts 2.0.3+ (tested with 0.4 and 0.5). Looking at the XWork source code I could see this is being caused because the Spring Application Context is not being set, so it is null. Does anybody knows how to fix this as my code used to work wit