1 Reply Latest reply on Dec 19, 2002 11:30 PM by adrian.brock

    Debugging timeout for EJB

    tmcneill

      I've searched the forums and couldn't find any answer to this..so here goes.

      I'm deploying just about all types of Beans on JBOSS. I'm using NetBeans to debug my EJB as needed. The problem is that I have a limited window of opprotunity to do anything before the container (I assuming the container) times out the method call and my debug session ends. As long as I keep stepping through the source everything is honky-dory.

      Is there some setting I can set in the jboss configuration files to allow me to do things in the debugger for a lengthy period of time? YOu know look at variables, examine call stack etc.

      I have the same problem regardless of what bean type I'm debugging.

      Thanks,
      Tom