Re: Class reloading

2009-07-14 Thread Dale Newfield
Musachy Barroso wrote: Dale, take it for a spin and let me know how it works. Sorry I've been banging my head against JNI stuff and not working on the web side of my current application lately, so I've not yet gotten a chance to test any of this... -Dale ---

Re: Class reloading

2009-07-14 Thread Musachy Barroso
this now works with the convention plugin(it didn't before) musachy On Mon, Jul 13, 2009 at 10:47 AM, Musachy Barroso wrote: > I added "struts.class.reloading.acceptClasses", so now I can make the > reloading class loader handle only action classes, so I don't get > ClassCastException(s) > > I al