Re: Axis 1.8.0

2022-06-02 Thread Andreas Veithen-Knowles
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 wrote: > > We are migrating from axis 1.7.2 to 1.8.0 and we get class not found error > for below: > >

Re: [axis2-jaxws] Errors occurred while build effective model

2022-05-01 Thread Andreas Veithen-Knowles
On Wed, Feb 2, 2022 at 3:34 PM robertlazarski wrote: > I see the problem, I just compiled the axiom from the latest in git: > > [DEBUG] org.codehaus.mojo:aspectj-maven-plugin:jar:1.14.0 > [DEBUG]org.aspectj:aspectjrt:jar:1.9.7:runtime > [DEBUG]org.aspectj:aspectjtools:jar:1.9.7:runtime >

Re: [Axis2] 1.8.0 not encoding CDATA xml string inputs

2022-04-23 Thread Andreas Veithen-Knowles
On Wed, Apr 20, 2022 at 3:58 PM Tom B. Lake [42-Q] wrote: > Hi Axis2 team, > > We are upgrading from Axis2 1.6.2 to 1.8.0 war. In 1.8.0 testing, if a web > service operation has a string input wrapped in a CDATA tag (because its > xml), the string isn't being xml encoded for < and > characters.

Re: Blank data when customers send CDATA in 1.8.0

2021-11-20 Thread Andreas Veithen-Knowles
you Andreas, > > Any suggestion on how to deal with this while we wait for the next release? > > On Sat, Nov 20, 2021, 8:38 AM Andreas Veithen-Knowles < > andreas.veit...@gmail.com> wrote: > >> It's not a problem with the parser configuration, but a bug in the >> impl

Re: Blank data when customers send CDATA in 1.8.0

2021-11-20 Thread Andreas Veithen-Knowles
It's not a problem with the parser configuration, but a bug in the implementation of the getElementText method of the XMLStreamReader returned by getXMLStreamReaderWithoutCaching. This is fixed by https://github.com/apache/ws-axiom/commit/f8eb657ee0c9ee0fd4754ccdc6c96da20dc6de4d . Andreas On