[kepler-dev] [Bug 4968] Could not validate generated KAR file for uploading to repository

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri Apr 30 16:31:46 PDT 2010


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4968

--- Comment #2 from Jing Tao <tao at nceas.ucsb.edu> 2010-04-30 16:31:45 PDT ---
During the generating the children elements of mainAttribute, kepler iterated a
Set object to get names and values. However, Set objects couldn't keep order.
So it may create an invalid document.

Now we change to use an ordered key list to get the names and values. The order
will be persistent and any invalid document would not be generated.

I used the procedure on comment 1 and got an valid document.

I also tried upload some another kar files, it worked as well.

Sean, would you please test it again? If it works, would you please close the
bug? Thanks.

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list