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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
   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.
_______________________________________________
Kepler-dev mailing list
[email protected]
http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev

Reply via email to