Stuart,
you are right, I didn't know where in the replace() method did you put
your log, but this can definitely happen, so I'll check in a fix.
Thanks,
Radu
On Wed, 2006-10-11 at 16:57 -0700, Stuart Siegrist wrote:
> replace(): dCch = 4, i = 16348, _buf.length = 16384, _in = 16380, _out
> = 8192
replace(): dCch = 4, i = 16348, _buf.length = 16384, _in = 16380, _out = 8192, dCch = 4, _free = 8196, replacement = &
int availableEndChunk = _buf.length - _in;if ( dCch <= availableEndChunk ){ System.arraycopy( _buf, i, _buf, i + dCch, _in - i ); _in += dCch;}I believe this is the code in
[
http://issues.apache.org/jira/browse/XMLBEANS-87?page=comments#action_12441567
]
Radu Preotiuc-Pietro commented on XMLBEANS-87:
--
I believe this was fixed at the same time as XMLBEANS-209.
I could verify the fix if I had a repro (i
[
http://issues.apache.org/jira/browse/XMLBEANS-87?page=comments#action_12439690
]
Stuart Siegrist commented on XMLBEANS-87:
-
I am running into the same problem described above with version 2.2.0 of
xmlbeans. The output below is from a