Hi,
I am using try catch sequences in Developer (IS4.6) and have them set up as: success, failure, done. This seems to work ok during runtime.
However, when I am tracing (or stepping thru) the services, I noticed different behavior. If the service fails due to Oracle error for select, it goes to my Catch sequence. But if the service fails due to Oracle error for insert, it display the error Window to me and does not go to my Catch sequence.
Does anybody has similar experience? Is a a bug in Developer or did I miss something?
Thanks.