[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-702) Quartz Timer Service in E-EJB3 hangs process, exception on shutdown
Bill Burke (JIRA)
jira-events at jboss.com
Thu Sep 14 20:58:35 EDT 2006
Quartz Timer Service in E-EJB3 hangs process, exception on shutdown
-------------------------------------------------------------------
Key: EJBTHREE-702
URL: http://jira.jboss.com/jira/browse/EJBTHREE-702
Project: EJB 3.0
Issue Type: Bug
Affects Versions: EJB 3.0 RC8 - FD
Reporter: Bill Burke
Assigned To: Carlo de Wolf
Fix For: EJB 3.0 RC10 - FD
to test this out:
build embedded.dist
go run one of the tutorials. You will see that the applicatoin will never exit. I'm guessing this is becuase a Quartz thread is a non-daemon thread and holding up the exit of the process. Also there is a NullPointerException on shutdown. I have disabled the Quartz Timer Service in embedded-jboss-beans.xml for now.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list