Thanks for the idea, however, the call StAXUtils.getXMLInputFactory()
is the one that throws the initial exception, so I can't call anything (getClass(), etc) off of that method I'll have to play around with this more to figure it out, but if you have any other ideas, let me know! On Wed, May 19, 2010 at 11:57 AM, robert lazarski <robertlazar...@gmail.com>wrote: > On Wed, May 19, 2010 at 12:45 PM, Tom Herbert <twh...@gmail.com> 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: java-dev-unsubscr...@axis.apache.org > For additional commands, e-mail: java-dev-h...@axis.apache.org > >