When ODE gets an runtime exception it doesn't handle it properly
----------------------------------------------------------------
Key: ODE-652
URL: https://issues.apache.org/jira/browse/ODE-652
Project: ODE
Issue Type: Bug
Components: BPEL Runtime, JBI Integration
Affects Versions: 1.3.3
Environment: WinXP, Fuse-3.4.0.4,Apache ODE 1.3.3 JBI
Reporter: Mateusz Nowakowski
When NullPointer was thrown from WHILE.checkCondition() (JIRA ODE-651)
it is only logged and isn't handled at all.
This extension is configured
<ext:faultOnFailure>true</ext:faultOnFailure>
but this NullPointer is not considered as failure and BPEL script simply
hangs....
It doesn't return to JBI at all as well as an MessageExchange ERROR or fault.
What is more, this is written to logs a bit later:
2009-08-19 17:01:19,525 [pool-5-thread-48] WARN
org.apache.ode.bpel.memdao.ProcessDaoImpl - Discarding in-memory instance 3
because it exceeded its time-to-live:
mem.instance(type={https://webservices.sabre.com/websvc}Enhanced_AirBookProcess1.0.1
iid=3)
PS. What is time-to-live for BPEL processes? Is it configurable?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.