0 Replies Latest reply on Feb 14, 2012 9:17 AM by sabbirali

    JBoss 6.1 with dead lock

    sabbirali

      I

      I got dead lock in jboss 6.1 with multi thread application.

       

      I have to process three file so i use three thread and i need to display consolidated response to user.

       

      i got dead lock in that thread

       

      from Action i call ejb in for loop like

       

      for(i=0;i<3;i++)

      {

          

             create thread and call ejb with parameter from Thread  generat(i);

      }

       

      it will generate 3 thread and i got dead lock.

       

       

      Please reply.