[kepler-dev] [Bug 4671] cannot export workflow runs when workflow has actors with <> in the names

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri Jan 15 11:57:21 PST 2010


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

--- Comment #3 from Derik Barseghian <barseghian at nceas.ucsb.edu> 2010-01-15 11:57:20 PST ---
The error I get is:
[Fatal Error] :66:19: The value of attribute "name" associated with an element
type "entity" must not contain the '<' character.
org.kepler.provenance.QueryException: XML error: The value of attribute "name"
associated with an element type "entity" must not contain the '<' character.
    at
org.kepler.provenance.sql.SQLQueryV8._changeUnnamedWorkflow(SQLQueryV8.java:3208)

This happens during:
  XMLParser parser = new XMLParser();
  org.w3c.dom.Document doc = parser.parser(workflowStr);

The solution that comes to mind is to instead use the momlparser. However Dan
has previously fixed a bug of mine that was caused by using momlparser in
SQLRecordingV8 (r22173): "the wf contains a prov recorder outputting to a text
file and when it's parsed, opens the text file. so there ends up being 2
objects trying to write to the text file"

I'll look into this...

-- 
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