You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by aj...@apache.org on 2007/02/28 22:29:46 UTC

svn commit: r512982 - /incubator/tuscany/cpp/sca/samples/AlertAggregator/sample.display/HTMLDisplayImpl.py

Author: ajborley
Date: Wed Feb 28 13:29:46 2007
New Revision: 512982

URL: http://svn.apache.org/viewvc?view=rev&rev=512982
Log:
Further Alert Aggregator fixes (little & often!)

Modified:
    incubator/tuscany/cpp/sca/samples/AlertAggregator/sample.display/HTMLDisplayImpl.py

Modified: incubator/tuscany/cpp/sca/samples/AlertAggregator/sample.display/HTMLDisplayImpl.py
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/AlertAggregator/sample.display/HTMLDisplayImpl.py?view=diff&rev=512982&r1=512981&r2=512982
==============================================================================
--- incubator/tuscany/cpp/sca/samples/AlertAggregator/sample.display/HTMLDisplayImpl.py (original)
+++ incubator/tuscany/cpp/sca/samples/AlertAggregator/sample.display/HTMLDisplayImpl.py Wed Feb 28 13:29:46 2007
@@ -323,6 +323,8 @@
 
     if xml.etree.ElementTree.iselement(alertSourceElem):
 
+        alertsElem = getSavedAlerts()
+
         # Get the sourceid
         sourceId = alertSourceElem.attrib["id"]
 
@@ -333,6 +335,8 @@
 
         # Use the alertService reference to update the config
         alertService.updateAlertSource(alertSourceElem)
+
+        saveAlerts(alertsElem)
 
     return
 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org