Bug #5287
closedRemove the override of ActorMetadataKAREntryHandler
0%
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.
Updated by Derik Barseghian almost 14 years ago
changing bugs from REAP to Kepler product
Updated by Derik Barseghian over 13 years ago
Fixed at r27382, removed this override.
We've decided to no longer have 2 separate modes that kepler operates in beneath sensor-view (site layout +plotting, regular workflow + reporting). The EVActor was removed, and so this override is no longer needed.