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 Amir Razi <am...@yahoo.com.INVALID> on 2022/05/12 19:31:32 UTC

Axis 1.8.0

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

Re: Axis 1.8.0

Posted by robertlazarski <ro...@gmail.com>.
You can see the commit details by using the commands below:

git clone https://github.com/apache/axis-axis2-java-core.git

git show 42bfd45924f995ff06807e3b6591b4a77e028d97


On Fri, May 13, 2022 at 5:45 AM robertlazarski <ro...@gmail.com>
wrote:

> StAXOMBuilder was removed from Axis2 in 2016 since it was also removed
> from Axiom, where it came from.
>
> See the commit below. It replaces StAXOMBuilder with
> CustomBuilderSupport.
>
> commit 42bfd45924f995ff06807e3b6591b4a77e028d97
> Author: Andreas Veithen <ve...@apache.org>
> Date:   Sat Jan 23 11:51:14 2016 +0000
>
>    Remove references to StAXOMBuilder.
>
>
>
>
> On Fri, May 13, 2022 at 3:32 AM Amir Razi <am...@yahoo.com.invalid>
> wrote:
>
>> We are migrating from axis 1.7.2 to 1.8.0 and get class not found error
>> for:
>>
>>     StAXOMBuilder:org.apache.axiom.om.impl.builder.StAXOMBuilder
>> Which JAR from axis2 1.8.0 binary download include the StAXOMBuilder?
>>
>> Regards, Amir Razi
>>
>

Re: Axis 1.8.0

Posted by robertlazarski <ro...@gmail.com>.
https://github.com/apache/axis-axis2-java-core/commit/42bfd45924f995ff06807e3b6591b4a77e028d97


For future reference, you can look up any commit in the project by
appending the commit hash.

On Sat, May 14, 2022 at 3:06 PM Amir Razi <am...@yahoo.com.invalid> wrote:

> Thank you Robert!
>
> How can I look up "commit 42bfd45924f995ff06807e3b6591b4a77e028d97"?
>
> Would you please send me the link to this commit?
>
>
>
> Thanks, Amir
>
>
> On Friday, May 13, 2022, 11:46:17 AM EDT, robertlazarski <
> robertlazarski@gmail.com> wrote:
>
>
> StAXOMBuilder was removed from Axis2 in 2016 since it was also removed
> from Axiom, where it came from.
>
> See the commit below. It replaces StAXOMBuilder with
> CustomBuilderSupport.
>
> commit 42bfd45924f995ff06807e3b6591b4a77e028d97
> Author: Andreas Veithen <ve...@apache.org>
> Date:   Sat Jan 23 11:51:14 2016 +0000
>
>    Remove references to StAXOMBuilder.
>
>
>
>
> On Fri, May 13, 2022 at 3:32 AM Amir Razi <am...@yahoo.com.invalid>
> wrote:
>
> We are migrating from axis 1.7.2 to 1.8.0 and get class not found error
> for:
>
>     StAXOMBuilder:org.apache.axiom.om.impl.builder.StAXOMBuilder
> Which JAR from axis2 1.8.0 binary download include the StAXOMBuilder?
>
> Regards, Amir Razi
>
>

Re: Axis 1.8.0

Posted by robertlazarski <ro...@gmail.com>.
https://github.com/apache/axis-axis2-java-core/commit/42bfd45924f995ff06807e3b6591b4a77e028d97


For future reference, you can look up any commit in the project by
appending the commit hash.

On Sat, May 14, 2022 at 3:06 PM Amir Razi <am...@yahoo.com.invalid> wrote:

> Thank you Robert!
>
> How can I look up "commit 42bfd45924f995ff06807e3b6591b4a77e028d97"?
>
> Would you please send me the link to this commit?
>
>
>
> Thanks, Amir
>
>
> On Friday, May 13, 2022, 11:46:17 AM EDT, robertlazarski <
> robertlazarski@gmail.com> wrote:
>
>
> StAXOMBuilder was removed from Axis2 in 2016 since it was also removed
> from Axiom, where it came from.
>
> See the commit below. It replaces StAXOMBuilder with
> CustomBuilderSupport.
>
> commit 42bfd45924f995ff06807e3b6591b4a77e028d97
> Author: Andreas Veithen <ve...@apache.org>
> Date:   Sat Jan 23 11:51:14 2016 +0000
>
>    Remove references to StAXOMBuilder.
>
>
>
>
> On Fri, May 13, 2022 at 3:32 AM Amir Razi <am...@yahoo.com.invalid>
> wrote:
>
> We are migrating from axis 1.7.2 to 1.8.0 and get class not found error
> for:
>
>     StAXOMBuilder:org.apache.axiom.om.impl.builder.StAXOMBuilder
> Which JAR from axis2 1.8.0 binary download include the StAXOMBuilder?
>
> Regards, Amir Razi
>
>

Re: Axis 1.8.0

Posted by Amir Razi <am...@yahoo.com.INVALID>.
 Thank you Robert!
How can I look up "commit 42bfd45924f995ff06807e3b6591b4a77e028d97"?
Would you please send me the link to this commit?


Thanks, Amir

    On Friday, May 13, 2022, 11:46:17 AM EDT, robertlazarski <ro...@gmail.com> wrote:  
 
 StAXOMBuilder was removed from Axis2 in 2016 since it was also removed from Axiom, where it came from. 

See the commit below. It replaces StAXOMBuilder with CustomBuilderSupport. 
commit 42bfd45924f995ff06807e3b6591b4a77e028d97
Author: Andreas Veithen <ve...@apache.org>
Date:   Sat Jan 23 11:51:14 2016 +0000

    Remove references to StAXOMBuilder.




On Fri, May 13, 2022 at 3:32 AM Amir Razi <am...@yahoo.com.invalid> wrote:

 We are migrating from axis 1.7.2 to 1.8.0 and get class not found error for:

    StAXOMBuilder:org.apache.axiom.om.impl.builder.StAXOMBuilder
Which JAR from axis2 1.8.0 binary download include the StAXOMBuilder? 

Regards, Amir Razi  
  

Re: Axis 1.8.0

Posted by robertlazarski <ro...@gmail.com>.
StAXOMBuilder was removed from Axis2 in 2016 since it was also removed from
Axiom, where it came from.

See the commit below. It replaces StAXOMBuilder with CustomBuilderSupport.

commit 42bfd45924f995ff06807e3b6591b4a77e028d97
Author: Andreas Veithen <ve...@apache.org>
Date:   Sat Jan 23 11:51:14 2016 +0000

   Remove references to StAXOMBuilder.




On Fri, May 13, 2022 at 3:32 AM Amir Razi <am...@yahoo.com.invalid> wrote:

> We are migrating from axis 1.7.2 to 1.8.0 and get class not found error
> for:
>
>     StAXOMBuilder:org.apache.axiom.om.impl.builder.StAXOMBuilder
> Which JAR from axis2 1.8.0 binary download include the StAXOMBuilder?
>
> Regards, Amir Razi
>

Re: Axis 1.8.0

Posted by robertlazarski <ro...@gmail.com>.
StAXOMBuilder was removed from Axis2 in 2016 since it was also removed from
Axiom, where it came from.

See the commit below. It replaces StAXOMBuilder with CustomBuilderSupport.

commit 42bfd45924f995ff06807e3b6591b4a77e028d97
Author: Andreas Veithen <ve...@apache.org>
Date:   Sat Jan 23 11:51:14 2016 +0000

   Remove references to StAXOMBuilder.




On Fri, May 13, 2022 at 3:32 AM Amir Razi <am...@yahoo.com.invalid> wrote:

> We are migrating from axis 1.7.2 to 1.8.0 and get class not found error
> for:
>
>     StAXOMBuilder:org.apache.axiom.om.impl.builder.StAXOMBuilder
> Which JAR from axis2 1.8.0 binary download include the StAXOMBuilder?
>
> Regards, Amir Razi
>

Axis 1.8.0

Posted by Amir Razi <am...@yahoo.com.INVALID>.
 We are migrating from axis 1.7.2 to 1.8.0 and get class not found error for:

    StAXOMBuilder:org.apache.axiom.om.impl.builder.StAXOMBuilder
Which JAR from axis2 1.8.0 binary download include the StAXOMBuilder? 

Regards, Amir Razi  

Re: Axis 1.8.0

Posted by Andreas Veithen-Knowles <an...@gmail.com>.
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
>