You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Andreas Veithen-Knowles <an...@gmail.com> on 2022/06/02 22:54:59 UTC

Re: Axis 1.8.0

As the package name implies, StAXOMBuilder is an internal implementation
class. Use the OMXMLBuilderFactory API to create the builder.

Andreas

On Thu, May 12, 2022 at 8:31 PM Amir Razi <am...@yahoo.com.invalid> wrote:

>
> We are migrating from axis 1.7.2 to 1.8.0 and we get class not found error
> for below:
>
>     StAXOMBuilder:org.apache.axiom.om.impl.builder.StAXOMBuilder
> Which JAR from the binary download for axis2 1.8.0 include the
> StAXOMBuilder?
>
> When we say "Classes to be moved from axiom-api to om-aspects", where
> om-aspects class are packages? What is the JAR name? Is this related to the
> class not found error for StAXOMBuilder above?
>
> Regards, Amir Razi
>