I am using jaxb marshaling to validate the xml with the xsd... I am dealing with 2 GB of record.
I am getting xsd validation exception in some point of time... When I am dealing with less of amount of data I can easily identify where the data went wrong.
But if its large volume of data its difficult. Can someone suggest me some ideas on this problem.