[jboss-jira] [JBoss JIRA] Created: (AS7-1964) AbstractDataSourceService#stop() doesn't stop anything

Bob McWhirter (JIRA) jira-events at lists.jboss.org
Tue Sep 27 15:25:26 EDT 2011


AbstractDataSourceService#stop() doesn't stop anything
------------------------------------------------------

                 Key: AS7-1964
                 URL: https://issues.jboss.org/browse/AS7-1964
             Project: Application Server 7
          Issue Type: Bug
          Components: JCA
    Affects Versions: 7.1.0.Alpha1
            Reporter: Bob McWhirter
            Assignee: Jesper Pedersen


The Service<T> for DataSources has a stop() method which simply nulls out its value, but doesn't stop/shutdown/destroy/clean-up anything else.

{noformat}

    public synchronized void stop(StopContext stopContext) {

        sqlDataSource = null;
    }

{noformat}

In IRC, Jesper referenced JBJCA-672, resolved for IronJacamar 1.0.5

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list