Re: Struts 2.0.14 - Could not reload resource bundles exception

2011-01-19 Thread Samuel Robert
Hi, I got the same exception with Tomcat, which I do not have with Jetty. Setting the "devMode" Struts property to "false" solved the problem (as far as you do not need the resource bunbles to be reloaded dynamically). struts.i18n.reload=false struts.configuration.xml.reload=false struts.devMode=

Re: struts 2.0.14

2008-10-30 Thread Musachy Barroso
All of our tests pass and the conversion errors display correctly. > > Many thanks > > Dave. > > > --- On Thu, 10/30/08, Musachy Barroso <[EMAIL PROTECTED]> wrote: > > > From: Musachy Barroso <[EMAIL PROTECTED]> > > Subject: Re: struts 2.0.14 > > T

Re: struts 2.0.14

2008-10-30 Thread David Harland
> From: Musachy Barroso <[EMAIL PROTECTED]> > Subject: Re: struts 2.0.14 > To: "Struts Users Mailing List" , [EMAIL PROTECTED] > Date: Thursday, October 30, 2008, 2:13 PM > Those were failing for me before making the changes, not > sure what the > problem is. >

Re: struts 2.0.14

2008-10-30 Thread Musachy Barroso
esTest) > > Can someone please have a look at it. > > Thanks > > Dave. > > > --- On Thu, 10/30/08, David Harland <[EMAIL PROTECTED]> wrote: > > > From: David Harland <[EMAIL PROTECTED]> > > Subject: RE: struts 2.0.14 > > To: "Struts Users Mai

RE: struts 2.0.14

2008-10-30 Thread David Harland
) testAddingToMapsWithObjects(com.opensymphony.xwork2.util.SetPropertiesTest) Can someone please have a look at it. Thanks Dave. --- On Thu, 10/30/08, David Harland <[EMAIL PROTECTED]> wrote: > From: David Harland <[EMAIL PROTECTED]> > Subject: RE: struts 2.0.14 > To: "Struts U

Re: struts 2.0.14

2008-10-30 Thread Nils-Helge Garli Hegvik
2.1.x source. > > Many thanks > > Dave. > > -Original Message- > From: Rene Gielen [mailto:[EMAIL PROTECTED] > Sent: 29 October 2008 18:13 > To: Struts Users Mailing List > Subject: Re: struts 2.0.14 > > David, > > the latest problem with conversion

RE: struts 2.0.14

2008-10-30 Thread David Harland
: struts 2.0.14 David, the latest problem with conversion errors not being copied to the safe stack is fixed in xwork svn, and we need it to be released before we could promote a 2.0.14 build. For now, you could check out the current xwork 2.0.x branch and build a jar which you could use as a drop in

Re: struts 2.0.14

2008-10-29 Thread Rene Gielen
David, the latest problem with conversion errors not being copied to the safe stack is fixed in xwork svn, and we need it to be released before we could promote a 2.0.14 build. For now, you could check out the current xwork 2.0.x branch and build a jar which you could use as a drop in replac