2 Replies Latest reply on Sep 22, 2014 3:23 AM by vchalupa

    Exception handling in IN-ONLY bean services

    vchalupa

      Hi

       

      I have been playing with exception handling of In-Only bean components.

       

      I have In-Out bean component which invokes other In-Only bean component. The In-Only component throw

      • new RuntimeException or
      • declared exception or
      • policy-security violation exception (In-Only secured by authentication/authorization)

       

      but the thrown exception from In-Only component is not propagated to the caller method.

       

      This is the intended behavior or it will be covered by: [SWITCHYARD-1952] Support Robust-In-Only MEP - JBoss Issue Tracker ?

       

      Reproducer with readme file attached.

       

      Thanks,

       

      Vaclav