- 
        1. Re: Error handling with quickstart (helloworl_file_action)kconner Jul 21, 2009 6:27 AM (in response to cogauthier)Can you explain further what you have tried? 
 Thanks,
 Kev
- 
        2. Re: Error handling with quickstart (helloworl_file_action)cogauthier Jul 21, 2009 8:16 AM (in response to cogauthier)Hi, 
 I tried to simulate an error in the class MyAction. In case of error I wanted to see the file be move to the directory "error" with the extension .IN_ERROR. With my modification the file remain in the directory "output" (MyInput.dat.sentToEsb)
 I changed the method logHeader (Just for simulation)
 private void logHeader () throws Exception (
 System.out.println ( "\ n 1 &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&");
 throw new ActionProcessingFaultException ( "Validation error");
 Thanks!
 Charles
- 
        3. Re: Error handling with quickstart (helloworl_file_action)cogauthier Jul 23, 2009 7:58 AM (in response to cogauthier)Hi Kevin, 
 Can you help me or suggest to me an other example for FS-PROVIDER handling exception
 Thanks!
 Charles
- 
        4. Re: Error handling with quickstart (helloworl_file_action)kconner Jul 23, 2009 8:35 AM (in response to cogauthier)Can you send me an example of what you are doing? I'll take a look and see what is happening. 
 Kev
 
    