]
Stuart Douglas commented on AS7-970:
------------------------------------
Just looking at the interceptor is looks like tryLock() is being called multiple times but
unlock() is only called once. We need to check if the lock is already held before calling
tryLock.
There is also the possibility in many places for an exception to leave the lock locked.
Seam3 booking example hangs after a few requests on AS7
-------------------------------------------------------
Key: AS7-970
URL:
https://issues.jboss.org/browse/AS7-970
Project: Application Server 7
Issue Type: Bug
Environment: as7 7.0.0.Beta4-SNAPSHOT
Reporter: Marek Schmidt
Assignee: jaikiran pai
Attachments: boot.log, http-threads.txt, http-threads2.txt, seam-booking.war,
server.log
Seam3 example application `booking' hangs after a few requests. After the hang, all
requests trying to access a stateful session bean from the application try to lock at:
org.jboss.as.ejb3.component.stateful.StatefulSessionSynchronizationInterceptor.processInvocation(StatefulSessionSynchronizationInterceptor.java:62)
see attached logs
--
This message is automatically generated by JIRA.
For more information on JIRA, see: