Index: AXimpl/BizTalkMessage/Converter/GeolocationUpsertConverter.cls.xml =================================================================== diff -u -r38494 -r38500 --- AXimpl/BizTalkMessage/Converter/GeolocationUpsertConverter.cls.xml (.../GeolocationUpsertConverter.cls.xml) (revision 38494) +++ AXimpl/BizTalkMessage/Converter/GeolocationUpsertConverter.cls.xml (.../GeolocationUpsertConverter.cls.xml) (revision 38500) @@ -10,7 +10,7 @@ Set Agenda = ##class(Derde.Agenda.Agenda).%OpenId(Command.SubjectId) If $$$Not(..IsGeldig(Agenda)) { - Do ##class(TECH.Exceptions).Throw(##class(AXimpl.AifMessage.Exceptions.NoGenerationNeededException).%New(##this.%ClassName(),Command.SubjectId)) + Do ##class(TECH.Exceptions).Throw(##class(AX.common.impl.NoGenerationNeededException).%New(##this.%ClassName(),Command.SubjectId)) } Set Location=##class(AXBizTalk.Crm.Geolocation.Location).%New() Index: AX/Uitgaand/common/impl/AifGenerator.cls.xml =================================================================== diff -u -r38493 -r38500 --- AX/Uitgaand/common/impl/AifGenerator.cls.xml (.../AifGenerator.cls.xml) (revision 38493) +++ AX/Uitgaand/common/impl/AifGenerator.cls.xml (.../AifGenerator.cls.xml) (revision 38500) @@ -108,7 +108,7 @@ do ..FileWriter.Close() } catch { - #dim Exception As AX.common.impl.NoGenerationNeededException = ##class(TECH.ExceptionHandler).Catch("AXimpl.AifMessage.Exceptions.NoGenerationNeededException") + #dim Exception As AX.common.impl.NoGenerationNeededException = ##class(TECH.ExceptionHandler).Catch("AX.common.impl.NoGenerationNeededException") } Index: AXimpl/AifMessage/Converter/CustomerUpdatePart2Converter.cls.xml =================================================================== diff -u -r35688 -r38500 --- AXimpl/AifMessage/Converter/CustomerUpdatePart2Converter.cls.xml (.../CustomerUpdatePart2Converter.cls.xml) (revision 35688) +++ AXimpl/AifMessage/Converter/CustomerUpdatePart2Converter.cls.xml (.../CustomerUpdatePart2Converter.cls.xml) (revision 38500) @@ -56,7 +56,7 @@ set CreateCommand = ##class(AXimpl.AifMessage.Request).%New("Customer/Create",Command.SubjectId) set MessagePartsUpdate = ..Merge(MessagePartsRead,..CustomerCreator.Convert(Command)) } catch { - #dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch("AXimpl.AifMessage.Exceptions.NoGenerationNeededException") + #dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch("AX.common.impl.NoGenerationNeededException") set MessagePartsUpdate = ..Block(MessagePartsRead) }