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
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