Petals CDK

[CDK] RejectedExcecutionException is not correclty catched in the JBI acceptor

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 5.0.3
  • Fix Version/s: 5.1
  • Component/s: None
  • Security Level: Public
  • Description:
    Hide

    If no more worker is available to process a JBI message, the JBI acceptor displayed the following message: "Thread 'xxxx' unexpectedly stopped !" Instead of something like: "No more JBI worker available: " + e.getMessage() Moreover, all exception that is not an InterruptedException displays the following wrong message: "Thread 'xxxx' unexpectedly stopped !" that should be replaced by something like: "An unexpected exception occurs during the processing of the JBI acceptor 'xxxxx'" + the exception statck trace.

    Show
    If no more worker is available to process a JBI message, the JBI acceptor displayed the following message: "Thread 'xxxx' unexpectedly stopped !" Instead of something like: "No more JBI worker available: " + e.getMessage() Moreover, all exception that is not an InterruptedException displays the following wrong message: "Thread 'xxxx' unexpectedly stopped !" that should be replaced by something like: "An unexpected exception occurs during the processing of the JBI acceptor 'xxxxx'" + the exception statck trace.
  • Environment:
    NA

People

Dates

  • Created:
    Thu, 22 Jul 2010 - 17:25:06 +0200
    Updated:
    Fri, 1 Oct 2010 - 10:11:59 +0200
    Resolved:
    Fri, 23 Jul 2010 - 09:30:53 +0200