B
Bartel Dodeman
Guest
Hello, In my servicecallout i'm trying to create a Violation-message after caching a null-pointer exception. I'm using Corticon 5.5.2.14. I tried the following code in my catch-block, but my decisionservice completes without a violation-message : Writer sw = new StringWriter(); e.printStackTrace(new PrintWriter(sw)); dataObjectManager.logViolation(sw.toString(), "Magi_FilingUnit_SCO"); By means of a log4j-message i've already checked that the code within the catch-block is really executed. Does anybody know the right approach? Thank you, Bartel
Continue reading...
Continue reading...