Bug #5287
Remove 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.
History
#1 Updated by Derik Barseghian over 11 years ago
changing bugs from REAP to Kepler product
#2 Updated by Derik Barseghian about 11 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.
#3 Updated by Redmine Admin about 9 years ago
Original Bugzilla ID was 5287