sabbirali kadiwala [
https://community.jboss.org/people/sabbirali] created the discussion
"JBoss 6.1 with dead lock"
To view the discussion, visit:
https://community.jboss.org/message/716530#716530
--------------------------------------------------------------
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
[
https://community.jboss.org/message/716530#716530]
Start a new discussion in EJB3 at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]