Just to update (in case anyone else has this problem) This problem went away (i.e. everything went as expected) when I switched from using JDK 1.6 (1.6_0_17) to using JDK 1.5
Not sure if this is a bug with JDK6/Axis2 or not, but this fixed it On Wed, May 19, 2010 at 11:57 AM, robert lazarski <[email protected]>wrote: > On Wed, May 19, 2010 at 12:45 PM, Tom Herbert <[email protected]> wrote: > > Robert, > > > > thanks for the adivce, however, after further testing, I don't think > > I'm picking up another StAXUtils implementation. I had been using > > maven to build/run, but to be sure, I ran from command-line explicitly > > declaring my jars: (with the versions taken out): > > Does running this show the expected result? > > > System.out.println(StAXUtils.getXMLInputFactory().getClass().getName() > + " is loaded from " + > > > StAXUtils.getXMLInputFactory().getClass().getProtectionDomain().getCodeSource().getLocation()); > > If so, sorry but I'm out of easy answers. > > - R > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
