[jboss-jira] [JBoss JIRA] (AS7-1964) AbstractDataSourceService#stop() doesn't stop anything
Jesper Pedersen (Resolved) (JIRA)
jira-events at lists.jboss.org
Thu Oct 20 12:00:45 EDT 2011
[ https://issues.jboss.org/browse/AS7-1964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jesper Pedersen resolved AS7-1964.
----------------------------------
Fix Version/s: 7.1.0.Beta1
Resolution: Done
> 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
> Fix For: 7.1.0.Beta1
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list