[progress Communities] [progress Openedge Abl] Forum Post: How To Create A...

  • Thread starter Thread starter Bartel Dodeman
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top