[teiid-designer-dev] [Teiid-Designer/teiid-designer] 71789b: Fixes jboss 5 servers failing to display teiid con...

Barry LaFond blafond at redhat.com
Tue Jan 21 11:40:39 EST 2014


  Branch: refs/heads/master
  Home:   https://github.com/Teiid-Designer/teiid-designer
  Commit: 71789b2d8822d72038ffc88b95122923c5056bbe
      https://github.com/Teiid-Designer/teiid-designer/commit/71789b2d8822d72038ffc88b95122923c5056bbe
  Author: Paul Richardson <p.g.richardson at 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/41b7df7c581c4d9994712f901dbdc7463fc775e8
  Author: Barry LaFond <blafond at 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...41b7df7c581c


More information about the teiid-designer-dev mailing list