See AXIS2-4868 [1]. Andreas
[1] https://issues.apache.org/jira/browse/AXIS2-4868 On Thu, Oct 28, 2010 at 18:21, Cencio1980 <[email protected]> wrote: > Hi all, > > i have a problem using saaj implementation of AXIS2 (1.5.2) with xmlsec: > after encrypt a node it delete it's original content with this algorithm: > > while (node.hasChildNodes()) { > node.removeChild(node.getFirstChild()); > } > > that fail with TextNodes. > In attachment a simple client that reproduce the bug. Any workaround or fix? > > Thanks, > Lorenzo >
