Mandiax / soi-toolkit

Automatically exported from code.google.com/p/soi-toolkit
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by ara...@gmail.com on 14 Jan 2011 at 1:00

GoogleCodeExporter commented 8 years ago
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.

Original comment by magnus.l...@gmail.com on 14 Jan 2011 at 3:18

GoogleCodeExporter commented 8 years ago
Moved to 0.5.1

Original comment by magnus.l...@gmail.com on 30 Nov 2011 at 1:22

GoogleCodeExporter commented 8 years ago
Moved to 0.5.2

Original comment by magnus.l...@gmail.com on 6 Apr 2012 at 7:53

GoogleCodeExporter commented 8 years ago
Move all v0.5.2 issues to v0.6.2

Original comment by magnus.l...@gmail.com on 26 Jul 2012 at 4:17