Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
How to handle EJB timeout

Marco Rossi 85
Member Posts: 6
Hello,
I desire to strengthen my synchronous BPEL processes in order to face the EJB timeout events that might happen if the SOA environment is slowed down.
Would it be possible to define a fault policy, or something similar, to trigger an action (for example writing a message in a JMS queue) in case of EJB timeout?
How do you handle these situations, considering that an EJB timeout can result in a big problem if the process makes not transactional actions (calling external services, updating database with non xa driver, and so on).
Thank you