[
https://issues.jboss.org/browse/AS7-970?page=com.atlassian.jira.plugin.sy...
]
Marek Schmidt updated AS7-970:
------------------------------
Steps to Reproduce:
0. deploy the attached .war and goto 6, or continue
1. Download Seam3 distribution
http://sourceforge.net/projects/jboss/files/Seam/3/3.0.0.Final/
2. go to seam-3.0.0.Final/examples/seam-booking
3. edit src/main/resources/META-INF/persistence.xml
<jta-data-source>java:/H2DS</jta-data-source>
4. mvn package
5. deploy target/seam-booking.war on AS7
6. go to
http://127.0.0.1:8080/seam-booking/
7. login as one of the users
8. search for hotels
9. click on any hotel link (here it usually hangs, but not always)
10. notice further requests for
http://127.0.0.1:8080/seam-booking also hanging
was:
1. Download Seam3 distribution
http://sourceforge.net/projects/jboss/files/Seam/3/3.0.0.Final/
2. go to seam-3.0.0.Final/examples/seam-booking
3. edit src/main/resources/META-INF/persistence.xml
<jta-data-source>java:/H2DS</jta-data-source>
4. mvn package
5. deploy target/seam-booking.war on AS7
6. go to
http://127.0.0.1:8080/seam-booking/
7. login as one of the users
8. search for hotels
9. click on any hotel link (here it usually hangs, but not always)
10. notice further requests for
http://127.0.0.1:8080/seam-booking also hanging
JBoss Forum Reference:
http://community.jboss.org/thread/167748
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
Attachments: boot.log, http-threads.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:
http://www.atlassian.com/software/jira