No. Axiom is not a StAX implementation. It is a dependency of Axis2
that requires a StAX implementation.

If Woodstox is already on your classpath, then it means that there are
multiple StAX implementations present and that an implementation other
than Woodstox is selected. Can you add some test code that calls
XMLInputFactory.newInstance() and that shows the type of the returned
instance?

Andreas

On Mon, Aug 27, 2012 at 8:54 AM, Jan Swaelens <jan.swael...@sofico.be> wrote:
> Hi,
>
> I looked a bit further and found the woodstox jar (wstx-asl-3.2.9.jar) on
> the classpath, should I delete the axiom*.jar instances to enable woodstox
> stax implementation?
>
> thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org

Reply via email to