dear LUCASWARD,
I m not quite understand "step scope" means. we r using the Simple Flow jobs. where and how could we add it?
thx.
Type: Posts; User: jundywoo; Keyword(s):
dear LUCASWARD,
I m not quite understand "step scope" means. we r using the Simple Flow jobs. where and how could we add it?
thx.
it depends on ur biz logic. in my case, i prefer use the System.exit(254).
becoz, i can handle the error logging in the log file. i can event not to log the error level message.
but if the...
i only knew 2 ways of it. throw an exception or system.exit()
yes, you are right!
i retry the transcational method, the connection can be recovered.
thx!
my project is deploy in the websphere portal 5.1 with oracle 9i.
when the stale connection exception is thrown, my portal server will automatically recover the connection pool in the next time...