[teiid-designer-dev] [Teiid-Designer/teiid-designer] 94cbae: Updates teiid client to latest changes in teiid 8....

Barry LaFond blafond at redhat.com
Tue Nov 4 13:13:18 EST 2014


  Branch: refs/heads/9.0.x
  Home:   https://github.com/Teiid-Designer/teiid-designer
  Commit: 94cbaedce0a56eced7b450d50facf218f2cc50a6
      https://github.com/Teiid-Designer/teiid-designer/commit/94cbaedce0a56eced7b450d50facf218f2cc50a6
  Author: Paul Richardson <p.g.richardson at redhat.com>
  Date:   2014-10-29 (Wed, 29 Oct 2014)

  Changed paths:
    M plugins/teiid/org.teiid.runtime.client/client/org/teiid/client/plan/PlanNode.java
    M plugins/teiid/org.teiid.runtime.client/client/org/teiid/client/util/ExceptionUtil.java
    M plugins/teiid/org.teiid.runtime.client/client/org/teiid/jdbc/DatabaseMetaDataImpl.java
    M plugins/teiid/org.teiid.runtime.client/client/org/teiid/jdbc/ResultSetImpl.java
    M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/common/buffer/CacheKey.java
    M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/function/FunctionLibrary.java
    M tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/AbstractTestFunctionResolving.java
    M tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v8/Test8FunctionResolving.java
    M tests/org.teiid.runtime.client.test/src/org/teiid/query/unittest/RealMetadataFactory.java

  Log Message:
  -----------
  Updates teiid client to latest changes in teiid 8.7.x

* From teiid commit: c921dc78
* To   teiid commit: c240297c


  Commit: d6e59a587deb1a24ca69ad94c7af78db4f170a72
      https://github.com/Teiid-Designer/teiid-designer/commit/d6e59a587deb1a24ca69ad94c7af78db4f170a72
  Author: Paul Richardson <p.g.richardson at redhat.com>
  Date:   2014-11-04 (Tue, 04 Nov 2014)

  Changed paths:
    M plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/DqpUiPlugin.java
    M plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/TeiidParentServerListener.java

  Log Message:
  -----------
  TEIIDDES-2341: Ensures Server view is fully refreshed on start of server

* TeiidParentServerListener
 * A timing issue can occur when starting a jboss server through Eclipse
   (rather than just connected to one externally). The STARTED event is
   sent before the server has actually finished starting!
 * When a starting event is received, create a new thread that polls the
   server to see if Teiid is available. Only when the parent is connectable
   will an attempt be made to connect to the teiid instance.
 * This means a slight delay in seeing the teiid instance contents in the
   server view but will be fully populated once the parent server and
   instance are fully available.

* DqpUiPlugin
 * Removes the shutdown of the server and preview manages since both are
   shutdown by the DqpPlugin and the code is generating SWT errors since
   the display has been destroyed etc...


  Commit: 9463f023ed775b8f43468d33375e92695134d18b
      https://github.com/Teiid-Designer/teiid-designer/commit/9463f023ed775b8f43468d33375e92695134d18b
  Author: Barry LaFond <blafond at redhat.com>
  Date:   2014-11-04 (Tue, 04 Nov 2014)

  Changed paths:
    M plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/DqpUiPlugin.java
    M plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/TeiidParentServerListener.java

  Log Message:
  -----------
  Merge pull request #420 from phantomjinx/9.0.x

9.0.x


Compare: https://github.com/Teiid-Designer/teiid-designer/compare/2ad02cb8831a...9463f023ed77


More information about the teiid-designer-dev mailing list