JBoss Community

JBoss 6.1 with dead lock

created by sabbirali kadiwala in EJB3 - View the full discussion

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.

Reply to this message by going to Community

Start a new discussion in EJB3 at Community