Index: APPS/Halux/Planning/impl/BatchStarter.cls.xml
===================================================================
diff -u -r34403 -r47982
--- APPS/Halux/Planning/impl/BatchStarter.cls.xml (.../BatchStarter.cls.xml) (revision 34403)
+++ APPS/Halux/Planning/impl/BatchStarter.cls.xml (.../BatchStarter.cls.xml) (revision 47982)
@@ -65,12 +65,10 @@
}
catch {
#dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch()
- If Exception.IsMajor() {
- do Batch.ZetStatus(##class(APPS.Halux.common.enu.BatchStatus).StartenGefaald())
- Do ..BatchBewaarder.BewaarBatch(Batch)
- do ..BatchSequentieVerwijderaar.VerwijderBatchSequentie(Batch)
- Do ..Logger.Error("StartBatch", "Starten van batch ("_Batch.GeefID()_") is mislukt."_$$$CRLF_$$$CRLF_"Exception:"_$$$CRLF_Exception.ToString())
- }
+ do Batch.ZetStatus(##class(APPS.Halux.common.enu.BatchStatus).StartenGefaald())
+ Do ..BatchBewaarder.BewaarBatch(Batch)
+ do ..BatchSequentieVerwijderaar.VerwijderBatchSequentie(Batch)
+ Do ..Logger.Error("StartBatch", "Starten van batch ("_Batch.GeefID()_") is mislukt."_$$$CRLF_$$$CRLF_"Exception:"_$$$CRLF_Exception.ToString())
do ##class(TECH.ExceptionHandler).Throw(Exception)
}
]]>
Index: vhUnitTest/APPS/Halux/Planning/impl/BatchStarter/StartBatch/Test.cls.xml
===================================================================
diff -u -r31266 -r47982
--- vhUnitTest/APPS/Halux/Planning/impl/BatchStarter/StartBatch/Test.cls.xml (.../Test.cls.xml) (revision 31266)
+++ vhUnitTest/APPS/Halux/Planning/impl/BatchStarter/StartBatch/Test.cls.xml (.../Test.cls.xml) (revision 47982)
@@ -104,8 +104,11 @@
]]>
-
-
+
-
+}
+*/
+]]>
+
1