Branch: refs/heads/teiid-8.x-upgrade
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: 7a58db0adef1e338920e91b38879bfeb470f4c28
https://github.com/Teiid-Designer/teiid-designer/commit/7a58db0adef1e3389...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2012-10-26 (Fri, 26 Oct 2012)
Changed paths:
M plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/TeiidServer.java
M
plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/preview/PreviewManager.java
M
plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/preview/jobs/UpdatePreviewVdbJob.java
Log Message:
-----------
Stop the preview manager from prematurely connecting to the teiid server
* In the situation where the teiid server is running externally but the
eclipse jboss runtime is not started (externally managed), it is
possible for the preview manager to silently connect to the teiid server
but the UI shows no connection.
* Limit teiid server connections by checking whether the parent IServer
has been started as well.