-
Bug
-
Resolution: Done
-
Major
-
None
-
jboss-fuse-6.3
-
None
-
%
-
-
In prior releases (i.e. Fuse 6.2.1) an exception in a SwitchYard application would correctly reach an 'onException()' block defined in a Camel route used by the SY Camel component. With Fuse 6.3, this block is no longer reached.
This is problematic for customers that have applications that depend on the previous behavior.
It seems that onException() works well when org.apache.camel.processor.DefaultErrorHandler is in the handling chain. But some application errors take a different path! In our lab scenario, org.switchyard.bus.camel.DefaultErrorListener manages behavior and we do not reach our onException() block.
- relates to
-
ENTESB-6288 SwitchYard / Camel component Exception handling changed from 6.2.1 to 6.3
- Closed