My application doens't have EJBs. The architecture of my application is:
Servlet -> Handler(S) -> Components (BO, DAO, JavaBeans-Model). And the DAO use JTA to make a transaction and access the database. when some threads finish up, some tables access are blocked. So, the other threads can't access because tha process in the database is DEADLOCK! Is not my code, because i had the same trouble in other application server... The problem is --> The transaction don't commit JBDC calls statements. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834135#3834135 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834135 ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
