Branch: refs/heads/8.3.x
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: cd8450f054cd9bdbb2c24faf23f6e893eb19d1b2
https://github.com/Teiid-Designer/teiid-designer/commit/cd8450f054cd9bdbb...
Author: Barry LaFond <blafond(a)redhat.com>
Date: 2014-01-22 (Wed, 22 Jan 2014)
Changed paths:
M
plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/adapter/JBoss7ServerUtil.java
M
plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/adapter/JBossServerUtil.java
Log Message:
-----------
TEIIDDES-2025 Fixes jboss 5 servers failing to display teiid connections
* Jboss 5 servers verify host connection using the web port which does not
return any information on its input stream hence erroneously returing
false
* Override the isHostConnected method in JBossServer7Util to continue
querying the input stream for 7 servers and remove this querying for the
default, ie. jboss 5fixed connection issue with AS 5/Teiid 7.7 server