Is this an issue with the Static Marshaller?  We have been getting some
issues where our XML passes validation but the XML format is incorrect.
When we unmarshal it we get parse errors due to the corruption.  99.5%
of the time the XML comes out correct, but on rare occasions it comes
out like the example below.

Marshaller.marshal(this, out);  Is the call we use for marshalling.

Example corrupted xml.
<?xml version="1.0" encoding="UTF-8"?>
<payment-migration-xML valid="true"><address-info-line>Example Address
Line</address-info-line><reference-number-five>1223</reference-number-fi
ve>
</payment-migration-xML>

What it should be like:
<?xml version="1.0" encoding="UTF-8"?> <PaymentMigrationXML
ReferenceNumberFive="1223" AddressInfoLine="Example Address Line"
/></PaymentMigrationXML> 
 



Jason Richardson
USDA/FSA/AFAO/SCADG
(Administrative and Financial Applications Office)
(Service Center Accounting & Debt Group)
Office Ph: xxxxxxxxxxxx


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to