Index: DOM/PM/impl/DataM/DataMProductRepository.cls.xml =================================================================== diff -u -r67644 -r68922 --- DOM/PM/impl/DataM/DataMProductRepository.cls.xml (.../DataMProductRepository.cls.xml) (revision 67644) +++ DOM/PM/impl/DataM/DataMProductRepository.cls.xml (.../DataMProductRepository.cls.xml) (revision 68922) @@ -106,7 +106,7 @@ } Catch { #dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() Set Logger = ##class(vhLib.Logger).%New("DataM.DataMProductRepository") - Do Logger.Error("Fout bij het verwijderen van de BerekeningSpecificatie. ", Exception) + Do Logger.Error("Fout bij het verwijderen van de BerekeningSpecificatie. ", Exception.GeefOmschrijving()) } } ; Verwijderen Halux kenmerken Index: vhTest/Fake/DOM/PM/impl/DataM/DataMProductRepository.cls.xml =================================================================== diff -u -r57281 -r68922 --- vhTest/Fake/DOM/PM/impl/DataM/DataMProductRepository.cls.xml (.../DataMProductRepository.cls.xml) (revision 57281) +++ vhTest/Fake/DOM/PM/impl/DataM/DataMProductRepository.cls.xml (.../DataMProductRepository.cls.xml) (revision 68922) @@ -9,8 +9,7 @@ PRNr:%String,BewaarHistoriek:%Boolean=1 - +