简体   繁体   中英

Does EJB server supports error tracking after Deployment?

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 (eg 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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM