0 Replies Latest reply on Sep 3, 2009 3:31 AM by nepster48

    Can i handle ApplicationDeadlockException globally?

    nepster48

      Can i handle ApplicationDeadlockException globally?

      I hava an EJB 2.0 Application. I'm using CMP and CMT. but due to some bad code, sometimes it throws ApplicationDeadlockException which is wrapped up in either RemoteException or in TransactionRolledBackException

      Application is large so i can not even think about try-catch block on each of my service bean.

      I tried <error-page> tag in web.xml but it colud not prevent my application from being crashed.

      Can i use Listners for that? I do not know how to code listners and how to use them. Or can Interceptor help me?

      Please help me to prevent my application from being crashed.