Re: Class reloading

2009-09-10 Thread Musachy Barroso
I am out of ideas. If the change to the class file to use that constant is there (and it is because it fails), then the constant should be there as well. musachy On Thu, Sep 10, 2009 at 7:59 PM, Dale Newfield wrote: > Musachy Barroso wrote: >> >> that should not matter, maybe it is not loading y

Re: Class reloading

2009-09-10 Thread Dale Newfield
Musachy Barroso wrote: that should not matter, maybe it is not loading your .properties file. It is loading it, because once I added a value (false) in my .properties file it got past that error and began to load. I'm not claiming that class reloading isn't working. I'm not claiming that str

Re: Class reloading

2009-09-10 Thread Musachy Barroso
that should not matter, maybe it is not loading your .properties file. Make sure you do an mvn clean install..just to satisfy the maven dark gods, if it still fails, try to set it in to struts.xml. I have been using it in last few days for a demo and it was working fine for me (tm): http://www.code

Re: Class reloading

2009-09-10 Thread Dale Newfield
Musachy Barroso wrote: that's weird, it is defined in struts-plugin.xml in the spring plugin. Can you check if you have it there? It is there: Does it matter that I've been setting these values in a struts.properties file instead of through XML? I don't know what's going on. I just know

Re: Class reloading

2009-09-10 Thread Musachy Barroso
that's weird, it is defined in struts-plugin.xml in the spring plugin. Can you check if you have it there? musachy On Thu, Sep 10, 2009 at 4:30 PM, Dale Newfield wrote: > Musachy Barroso wrote: >> did you figure it out? > > My current web app has been having severe issues, and has been broken >

Re: Class reloading

2009-09-10 Thread Dale Newfield
Musachy Barroso wrote: > did you figure it out? My current web app has been having severe issues, and has been broken for about a month (half the time I was out of town, so it's not as bad as it sounds :-). In trying to back out a number of changes to track down the source of my problems, I thin