Re: client classloader confusion

2002-12-11 Thread Mitch Gitman
Just for the heck of it, I tried running junit.swingui.TestRunner with the -noloading argument. That worked, although I can't comprehend why, considering that running the Axis client directly had been working anyway. My concern with -noloading -- expressed in the thread commons-logging issue (m

client classloader confusion

2002-12-10 Thread Mitch Gitman
I'm testing a method in my web service: public Parent addParent(String data) A Parent object contains an array of Child objects, accessible through the Parent's: public Child[] getChildrenAsArray() When I run an Axis client directly and have it call my Axis server, this call works fine. But when