[jboss-jira] [JBoss JIRA] Created: (JBAS-6958) Wrong thread interrupt handling: connector module
David Lloyd (JIRA)
jira-events at lists.jboss.org
Tue May 19 23:14:05 EDT 2009
Wrong thread interrupt handling: connector module
-------------------------------------------------
Key: JBAS-6958
URL: https://jira.jboss.org/jira/browse/JBAS-6958
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JCA service
Reporter: David Lloyd
Assignee: David Lloyd
Priority: Minor
Fix For: JBossAS-6.0.0.Alpha1
connector/src/main/org/jboss/resource/adapter/jdbc/BaseWrapperManagedConnection.java
connector/src/main/org/jboss/resource/adapter/mail/MailResourceAdapter.java
connector/src/main/org/jboss/resource/adapter/mail/inflow/NewMsgsWorker.java
connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsActivation.java
connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsServerSessionPool.java
connector/src/main/org/jboss/resource/adapter/jms/JmsManagedConnection.java
connector/src/main/org/jboss/resource/connectionmanager/PoolFiller.java
connector/src/main/org/jboss/resource/connectionmanager/BaseConnectionManager2.java
connector/src/main/org/jboss/resource/connectionmanager/TransactionSynchronizer.java
connector/src/main/org/jboss/resource/connectionmanager/InternalManagedConnectionPool.java
connector/src/main/org/jboss/resource/connectionmanager/ConnectionValidator.java
connector/src/main/org/jboss/resource/connectionmanager/IdleRemover.java
Swallowed interruption exceptions, and one particularly hazardous situation where an interrupt delivered at the right (wrong?) time could cause a tight spin to occur.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list