Actions
Bug #5287
closedRemove the override of ActorMetadataKAREntryHandler
Status:
Resolved
Priority:
Normal
Assignee:
Category:
sensor-view
Target version:
Start date:
01/31/2011
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5287
Description
Currently, the fix to bug 5251 is implemented in the form of an override to org.kepler.kar.handlers.ActorMetadataKAREntryHandler (originally in the core module). The override chooses to instantiate either an EVEffigy if the workflow is a sensor site or a PtolemyEffigy otherwise (rather than just a PtolemyEffigy regardless).
Possible solutions include just moving this to Ptolemy. The sensor site detection and EVEffigy instantiation would have to be done through reflection, which would be messy.
Actions