Question

I'm new in EJB. Recently I'm researching about software reliability,especially in Enterprise application. I'm wondering if EJB application server supports error tracking after the deployment.
For example, When you deploy your EJB application in real world, sometime, even with very tiny probability, your system can still make mistake because of Services (e.g in transaction, concurrency,... vertical,horizontal services or business EJBs in general that affect system performance). In that case, the whole system may be stopped or not. My question is that Does EJB application server support any error tracking API to recognize and record all information about these error ?

All mistakes about logic programming are not concerned.

Thank you and sorry for my bad English.

Was it helpful?

Solution

The EJB specification requires the EJB container to log all system exceptions. For most bean types, it also requires the EJB container to discard the bean instance when a system exception is thrown and to use other instances to service future requests.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top