Branch: refs/heads/master
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: 71789b2d8822d72038ffc88b95122923c5056bbe
https://github.com/Teiid-Designer/teiid-designer/commit/71789b2d8822d7203...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2014-01-21 (Tue, 21 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:
-----------
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 5
Commit: 41b7df7c581c4d9994712f901dbdc7463fc775e8
https://github.com/Teiid-Designer/teiid-designer/commit/41b7df7c581c4d999...
Author: Barry LaFond <blafond(a)redhat.com>
Date: 2014-01-21 (Tue, 21 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:
-----------
Merge pull request #283 from phantomjinx/master
Fixes jboss 5 servers failing to display teiid connections
Compare:
https://github.com/Teiid-Designer/teiid-designer/compare/dfc2d44e37d8...4...