Index: vhUnitTest/AXimpl/MessageInCollector/Test.cls.xml =================================================================== diff -u -r52588 -r54723 --- vhUnitTest/AXimpl/MessageInCollector/Test.cls.xml (.../Test.cls.xml) (revision 52588) +++ vhUnitTest/AXimpl/MessageInCollector/Test.cls.xml (.../Test.cls.xml) (revision 54723) @@ -5,11 +5,16 @@ Index: AXimpl/MessageInCollector.cls.xml =================================================================== diff -u -r52587 -r54723 --- AXimpl/MessageInCollector.cls.xml (.../MessageInCollector.cls.xml) (revision 52587) +++ AXimpl/MessageInCollector.cls.xml (.../MessageInCollector.cls.xml) (revision 54723) @@ -3,8 +3,8 @@ TECH.RegisteredObject - -TECH.File.FileAPI + +TECH.Files 1 @@ -13,15 +13,21 @@ 1 + +AXimpl.Utils +1 + + -FileAPI:TECH.File.FileAPI,BackgroundProcessStarter:TECH.BackgroundProcessStarter +Files:TECH.Files,BackgroundProcessStarter:TECH.BackgroundProcessStarter,AXUtils:AXimpl.Utils 1 1 %Status 1 @@ -31,9 +37,9 @@ Do ##class(vhLib.OldSchool).InitVars() #dim Path As %String = ##class(TECH.Config.ConfigMgr).Instance().GeefString("AX_IF_IN_RequestPath") + #dim ListOfDirectories as %ListOfDataTypes = ..AXUtils.GeefAXRequestDirectoryList(Path) + #dim FileIterator As TECH.Iterator = ..Files.GetFilesFromListOfDirectories(ListOfDirectories,"*.xml",1) - #dim FileIterator As TECH.Iterator = ..FileAPI.GetFileList(Path,"*.xml",,,1) - Do ##class(TECH.Context.RuntimeContext).Instance().ZetApplicatie("AxIncomingFileBasedRequests") Do ##class(TECH.Context.RuntimeContext).Instance().ZetSessieID("AX.MessageInCollector_"_$job) Do ##class(CHUI.Context).Instance().ZetHeeftUserInterface($$$False)