From 0163ec2871aa4dd718287601397f1e4acdb9ef16 Mon Sep 17 00:00:00 2001 From: Jason Burks Date: Wed, 11 Feb 2015 20:06:54 +0000 Subject: [PATCH] VLab Issue #6412 - Fixed the problem with ParameterLookup not being registered. As per Nate Jensen recommendation updated the spring configuration to depepnd-on getParameterHandlerRegistered. Also based on his recommendation removed parts from constructor and added them to the decode method that get singleton references for paramlookup and variable dictionary lookup. fixes #6412 Change-Id: Ie3554842b9f029dd62ff73f5edc928bc03e012e4 Former-commit-id: 2ca313195e2e610d4a198884f45dde37ebecfbc6 --- .../res/spring/lma-ingest.xml | 3 ++- .../sport/edex/plugin/lma/LmaDecoder.java | 22 +++++-------------- 2 files changed, 8 insertions(+), 17 deletions(-) diff --git a/edexOsgi/gov.nasa.msfc.sport.edex.plugin.lma/res/spring/lma-ingest.xml b/edexOsgi/gov.nasa.msfc.sport.edex.plugin.lma/res/spring/lma-ingest.xml index f33e729fac..0fee28a97e 100755 --- a/edexOsgi/gov.nasa.msfc.sport.edex.plugin.lma/res/spring/lma-ingest.xml +++ b/edexOsgi/gov.nasa.msfc.sport.edex.plugin.lma/res/spring/lma-ingest.xml @@ -8,11 +8,12 @@ - + +