Re: RE: [S2] Race condition in SpringObjectFactory class loader

2009-02-01 Thread David Erickson
> Subject: Re: [S2] Race condition in SpringObjectFactory class loader > > David Erickson wrote: > > java.lang.LinkageError: loader (instance of > > org/apache/catalina/l... _ Windows Liveā„¢: E-mail. Chat. Share. Get

RE: [S2] Race condition in SpringObjectFactory class loader

2009-01-31 Thread Martin Gainty
this transmission. > Date: Sat, 31 Jan 2009 11:38:59 -0500 > From: d...@newfield.org > To: user@struts.apache.org > Subject: Re: [S2] Race condition in SpringObjectFactory class loader > > David Erickson wrote: > > java.lang.LinkageError: loader (instance of &

Re: [S2] Race condition in SpringObjectFactory class loader

2009-01-31 Thread David Erickson
On Sat, Jan 31, 2009 at 8:38 AM, Dale Newfield wrote: > David Erickson wrote: >> >> java.lang.LinkageError: loader (instance of >> org/apache/catalina/loader/WebappClassLoader): attempted duplicate >> class definition for name: "com/x/y/ZAction" > > I believe this error is thrown when there's mor

Re: [S2] Race condition in SpringObjectFactory class loader

2009-01-31 Thread Dale Newfield
David Erickson wrote: java.lang.LinkageError: loader (instance of org/apache/catalina/loader/WebappClassLoader): attempted duplicate class definition for name: "com/x/y/ZAction" I believe this error is thrown when there's more than one version of the .class available in the classpath. Are yo

[S2] Race condition in SpringObjectFactory class loader

2009-01-31 Thread David Erickson
Hi all, I was just doing a test upgrade from Struts 2.0.11.1 to 2.1.6, with the Spring plugin. I have a website the issues a couple back to back ajax requests to the same Action class (different methods), and the first time I call this Action after starting up the server I get linkage duplication e