[kepler-dev] [Bug 5405] New: remove tagging's BasicGraphController override
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Tue May 17 15:07:52 PDT 2011
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5405
Summary: remove tagging's BasicGraphController override
Product: Kepler
Version: 2.1.0
Platform: Other
OS/Version: All
Status: NEW
Severity: blocker
Priority: P1
Component: tagging
AssignedTo: swriddle at gmail.com
ReportedBy: crawl at sdsc.edu
QAContact: kepler-dev at kepler-project.org
Estimated Hours: 0.0
The tagging module overrides ptolemy's BasicGraphController. Currently,
workflows cannot be executed because the BasicGraphController in tagging is
missing a method:
java.lang.NoSuchMethodError:
ptolemy.vergil.basic.RunnableGraphController._getClearAllErrorHighlightsChangeRequest()Lptolemy/kernel/util/ChangeRequest;
at
ptolemy.vergil.basic.RunnableGraphController.managerStateChanged(RunnableGraphController.java:167)
at ptolemy.actor.Manager._notifyListenersOfStateChange(Manager.java:1498)
at ptolemy.actor.Manager._setState(Manager.java:1513)
at ptolemy.actor.Manager.execute(Manager.java:408)
at ptolemy.actor.Manager.run(Manager.java:1169)
at ptolemy.actor.Manager$3.run(Manager.java:1222)
Instead of adding this method to BasicGraphController in tagging, the changes
in that class should be merged into ptolemy.
--
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