| commit | 52303e7f74c376da8b02ff02c6c3e1000e6d7047 | [log] [tgz] |
|---|---|---|
| author | Leonel Gayard <lgayard@brex.com> | Thu Aug 21 14:26:09 2025 +0000 |
| committer | Leonel Gayard <lgayard@brex.com> | Thu Aug 21 14:26:09 2025 +0000 |
| tree | 31c01f8978fa2575dbb6575f0c4ae02bb2a401b8 | |
| parent | aa144692784f80ced6d11e610bcd359d6d2d6e59 [diff] |
scripting: assume XMLBeans 5.x, replace call to getXmlObject with toXMLString Removes field scope from class JSOMElementConvertor. This field was created within an enter/exit block in the constructor, but after the exit block, its state was invalid. Reduces try/catch scope when parsing xml object.