Re: Blank data when customers send CDATA in 1.8.0

2021-11-20 Thread Andreas Veithen-Knowles
Unfortunately there is no workaround. Could you try running your code with Axiom 1.3.1-SNAPSHOT to see if there are any other issues? The Maven repository for those snapshots is https://repository.apache.org/snapshots/. Andreas On Sat, Nov 20, 2021 at 2:47 PM joey fedor wrote: > Thank you

Re: Blank data when customers send CDATA in 1.8.0

2021-11-20 Thread joey fedor
Thank 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 > implementation of the getElementText

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