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

Reply via email to