soi-toolkit / soi-toolkit-mule

SOI Toolkit and Mule ESB
Apache License 2.0
6 stars 1 forks source link

Errors in transformers on inbound endpoint escape SOI-toolkit handling. #84

Open hdahl opened 9 years ago

hdahl commented 9 years ago

Original issue 84 created by soi-toolkit on 2011-01-14T13:00:17.000Z:

What steps will reproduce the problem?

  1. Generate service with a String to String transformer XX.
  2. Move the transformer XX from <outbound-endpoint transformer-refs="XX"> to <inbound-endpoint transformer-refs="XX">
  3. Run autogenerated integration test

What is the expected output? What do you see instead? The test of incorrect message handlig fails in two locations: (i) The type of the received exception is MessagingException instead of TransformerException. (ii) The failed message ends up on the DLQ but no report gets put on the Error queue. Neither is any "\ logEvent-error.start ****" event logged to the console, only an ERROR from org.mule.AbstractExceptionListener.

What version of the product are you using? On what operating system? SOI-toolkit 0.2

Please provide any additional information below.

hdahl commented 9 years ago

Comment #1 originally posted by soi-toolkit on 2011-01-14T15:18:12.000Z:

The service generated needs to be a oneway jms to jms service.

The fact that the TransformerException gets wrapped into a MessagingException is probably not a problem but the fact that no error-log-event is generated by soi-toolkit error handler needs to be investigated.

hdahl commented 9 years ago

Comment #2 originally posted by soi-toolkit on 2011-11-30T13:22:08.000Z:

Moved to 0.5.1

hdahl commented 9 years ago

Comment #3 originally posted by soi-toolkit on 2012-04-06T07:53:29.000Z:

Moved to 0.5.2

hdahl commented 9 years ago

Comment #4 originally posted by soi-toolkit on 2012-07-26T16:17:56.000Z:

Move all v0.5.2 issues to v0.6.2