1 Reply Latest reply on Aug 16, 2012 5:30 AM by jim.ma

    Error Handling in JBOSS ESB & CXF

    kishor_pawar89

      I have a CXF service which acts as controller for all the request coming in.

      From the controller i am routing the messages to various ESB services.

      For handling the exceptions in ESB services, i have created a centralized services which handles all the exceptions.

      I am currently just logging all the exceptions.

       

      I want to know, how could i send the exception back to the CXF service??