Re: struts 2.2.3 not reloading changes made to xml config

2011-07-13 Thread Łukasz Lenart
W dniu 13 lipca 2011 17:18 użytkownik napisał: > Exploded war on JBoss.  The xml file is edited directly and the changes > are not picked up.    Do you have to redeploy each time for the changes to > be picked up? What do you see in logs just after you made a change ? Regar -- Łukasz + 48 606

Re: Error 404: com.ibm.ws.webcontainer.servlet.exception.NoTargetForURIException:

2011-07-13 Thread sivaks75
I did complete rebuild and worked fine without any changes -- View this message in context: http://struts.1045723.n5.nabble.com/Error-404-com-ibm-ws-webcontainer-servlet-exception-NoTargetForURIException-tp4581593p4583717.html Sent from the Struts - User mailing list archive at Nabble.com. -

Re: struts 2.2.3 not reloading changes made to xml config

2011-07-13 Thread mmckenzie
I've had great luck using the following product for picking up class changes: http://ssw.jku.at/dcevm/ You must run your server in debug mode for hotspot/swap to work. Saves a lot of server restarts. Mitch From: Eric Lentz To: "Struts Users Mailing List" Date: 07/13/2011 10:23 AM

Re: struts 2.2.3 not reloading changes made to xml config

2011-07-13 Thread Eric Lentz
> Exploded war on JBoss. The xml file is edited directly and the changes > are not picked up.Do you have to redeploy each time for the changes to > be picked up? I'm on JBoss 5 and I have to redeploy as well for struts.xml changes to be picked up (and class changes too - yuck!)

Re: struts 2.2.3 not reloading changes made to xml config

2011-07-13 Thread mmckenzie
Exploded war on JBoss. The xml file is edited directly and the changes are not picked up.Do you have to redeploy each time for the changes to be picked up? Mitch From: Łukasz Lenart To: Struts Users Mailing List Date: 07/13/2011 12:57 AM Subject:Re: struts 2.2.3 not r

Re: Documentation styles missing some classes?

2011-07-13 Thread Łukasz Lenart
Done, please try now. 2011/7/12 : > Much improved, thank you Łukasz! > > Other differences (arguably minor regressions): > > * There appears to be an unevaluated macro at the top of the page -- > #editReport() in div#PageContent div.pagesubheading  -- velocity vs. > freemarker issue? > > * mast

Re: JUnit in Struts

2011-07-13 Thread smartudhaya
Thanks Dave. I am using StrutsTestCase provided by SourceForge.net. Its working great. Regards, Udhay -- View this message in context: http://struts.1045723.n5.nabble.com/JUnit-in-Struts-tp4578187p4582024.html Sent from the Struts - User mailing list archive at Nabble.com. ---