Branch: refs/heads/master
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: f97e748151dc07b18b069ced463587ca189cd0e7
https://github.com/Teiid-Designer/teiid-designer/commit/f97e748151dc07b18...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-10-22 (Tue, 22 Oct 2013)
Changed paths:
M plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/DqpPlugin.java
Log Message:
-----------
Fixes small exception on shutdown when conducting tests
* When shutting down after tests, the dqp plugin can throw the 'programming
error' exception produced by the DefaultServerProvider. The ServerCore
can shutdown prior to the dqp plugin hence is no longer initialised.
* Only if the ServerCore is initialised is it necessary to remove the
listeners from the server instances.