Branch: refs/heads/master
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: 0807f7d5db5e2f9ba21fe3f7766443b8e7debdd5
https://github.com/Teiid-Designer/teiid-designer/commit/0807f7d5db5e2f9ba...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-10-09 (Wed, 09 Oct 2013)
Changed paths:
M plugins/org.teiid.designer.dqp.ui/plugin.xml
Log Message:
-----------
Make Teiid navigator content dependent on getting Teiid Instance
* The teiid content displayed in the Server View is determined by the
navigatorContent extension point. It has been a permanent feature on
install of Teiid whether the JBoss server supports teiid or not.
* Make the teiid content dependent on whether the IServer can be adapted
to an ITeiidServer instance. This calls the TeiidServerAdapter which
examines a running server for a teiid subsystem.
* Result is that the Teiid node should vanish for non-teiid jboss servers
when started and remain for teiid-supported jboss servers.