Jerzy Orlowski wrote:
> Hi
>
> I encountered a strange error whel loading attached workflow into T2
> Platform (taverna-nightly-2.1-SNAPSHOT-20090520).
>
> The workflow is loaded fine but workflow diagram does not display.
>
> I checked that this is caused by "'" (single quote) signs in the
> dataflow name. I guess that these problem should be reported while
> loading a workflow
Hello Jerzy,
How was the workflow generated? Was it via the workbench, via the code
or via XSL-T or something similar?
I'll enter the issue into JIRA. There are several places in the code
that need to be changed as it seems to just copy the content of the name
element into a field. For example,
net.sf.taverna.t2.workflowmodel.AbstractPort does
protected AbstractPort(String name, int depth) {
this.name = name;
this.depth = depth;
}
as part of deserializing a port.
> Jerzy Orlowski
Alan
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com
_______________________________________________
taverna-hackers mailing list
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/
Developers Guide: http://www.mygrid.org.uk/tools/developer-information