On 1/24/08, Jackson, Douglas <[EMAIL PROTECTED]> wrote: > > Hi! > There is a discrepancy between the code and the schema in the process > and instance management service. The document element is not set by the > code and it is a required element in the schema. The line of code that > set the > Document was commented out by revision 573153 (mszefler) with the > comment > "Merged BART branch into trunk.". On the BART branch it was commented > out > by revision 556155 (mszefler) with the comment "BART: misc". > -Doug. > > I see a few ways to fix this: > 1) Remove the document element from the schema. > 2) Make the document element optional in the schema. > 3) Uncomment the commented out code. > 4) Set the document to an empty string in the code. > > Because I do not know why the code is commented out I do not know which > way to proceed with a fix.
Not sure why it was commented. I've uncommented the code in r614972. Thanks for reporting this! alex
