[Teiid-Designer/teiid-designer] fb31f8: TEIIDDES-2386 changed logic to properly add diagra...
by blafond
Branch: refs/heads/8.6.x
Home: https://github.com/Teiid-Designer/teiid-designer
Commit: fb31f89e6c57f2072b4b5e16ecdb653f971b70ad
https://github.com/Teiid-Designer/teiid-designer/commit/fb31f89e6c57f2072...
Author: blafond <blafond(a)redhat.com>
Date: 2014-11-07 (Fri, 07 Nov 2014)
Changed paths:
M plugins/org.teiid.designer.diagram.ui/src/org/teiid/designer/diagram/ui/custom/actions/CustomDiagramActionAdapter.java
M plugins/org.teiid.designer.diagram.ui/src/org/teiid/designer/diagram/ui/editor/DiagramActionContributor.java
M plugins/org.teiid.designer.mapping.ui/src/org/teiid/designer/mapping/ui/actions/MappingDiagramActionAdapter.java
M plugins/org.teiid.designer.transformation.ui/src/org/teiid/designer/transformation/ui/actions/TransformationActionAdapter.java
Log Message:
-----------
TEIIDDES-2386 changed logic to properly add diagram's exported actions
to the Model Explorer.
* Note removed the Clear Transformation action for t-diagrams since that
should only happen from within a transformation diagram or editor
10 years, 2 months
[Teiid-Designer/teiid-designer] 866ff2: Remove System.out print statements
by blafond
Branch: refs/heads/master
Home: https://github.com/Teiid-Designer/teiid-designer
Commit: 866ff28da7782587ecd2683ef351675fad411320
https://github.com/Teiid-Designer/teiid-designer/commit/866ff28da7782587e...
Author: blafond <blafond(a)redhat.com>
Date: 2014-11-06 (Thu, 06 Nov 2014)
Changed paths:
M plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/properties/PropertyEditorFactory.java
Log Message:
-----------
Remove System.out print statements
Commit: d861435f875501f1373e310fd9478b612d4fc144
https://github.com/Teiid-Designer/teiid-designer/commit/d861435f875501f13...
Author: blafond <blafond(a)redhat.com>
Date: 2014-11-06 (Thu, 06 Nov 2014)
Changed paths:
M plugins/org.teiid.designer.core/src/org/teiid/designer/core/metadata/runtime/TableRecordImpl.java
M plugins/org.teiid.designer.core/src/org/teiid/designer/core/metamodel/aspect/sql/SqlTableAspect.java
M plugins/org.teiid.designer.legacy/src/org/teiid/designer/metadata/runtime/TableRecord.java
M plugins/org.teiid.designer.legacy/src/org/teiid/designer/metadata/runtime/impl/RecordFactory.java
M plugins/org.teiid.designer.legacy/src/org/teiid/designer/metadata/runtime/impl/TableRecordImpl.java
M plugins/org.teiid.designer.metamodels.relational/src/org/teiid/designer/metamodels/relational/aspects/sql/TableAspect.java
M plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/aspects/sql/InputSetSqlAspect.java
M plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/aspects/sql/MappingClassSqlAspect.java
M plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/metadata/ModelerMetadata.java
M plugins/org.teiid.designer.xml/src/org/teiid/designer/xml/aspects/sql/XmlDocumentSqlAspect.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/metadata/TempMetadataAdapter.java
M tests/org.teiid.designer.core.test.framework/src/org/teiid/designer/core/metadata/runtime/FakeSqlTableAspect.java
Log Message:
-----------
TEIIDDES-2381 Discovering table type from table index entry and applying
to to TableRecord so runtime's ResolverUtil would have the correct value
for isTemporaryTable()
Compare: https://github.com/Teiid-Designer/teiid-designer/compare/928e8b206762...d...
10 years, 2 months
[Teiid-Designer/teiid-designer] 5831e7: Remove System.out print statements
by blafond
Branch: refs/heads/9.0.x
Home: https://github.com/Teiid-Designer/teiid-designer
Commit: 5831e7b9384bc1101993574f507c654f51f50f4f
https://github.com/Teiid-Designer/teiid-designer/commit/5831e7b9384bc1101...
Author: blafond <blafond(a)redhat.com>
Date: 2014-11-06 (Thu, 06 Nov 2014)
Changed paths:
M plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/properties/PropertyEditorFactory.java
Log Message:
-----------
Remove System.out print statements
Commit: 7e7148a463251f43a9432b4ee8c8c6e9c0d00eb6
https://github.com/Teiid-Designer/teiid-designer/commit/7e7148a463251f43a...
Author: blafond <blafond(a)redhat.com>
Date: 2014-11-06 (Thu, 06 Nov 2014)
Changed paths:
M plugins/org.teiid.designer.core/src/org/teiid/designer/core/metadata/runtime/TableRecordImpl.java
M plugins/org.teiid.designer.core/src/org/teiid/designer/core/metamodel/aspect/sql/SqlTableAspect.java
M plugins/org.teiid.designer.legacy/src/org/teiid/designer/metadata/runtime/TableRecord.java
M plugins/org.teiid.designer.legacy/src/org/teiid/designer/metadata/runtime/impl/RecordFactory.java
M plugins/org.teiid.designer.legacy/src/org/teiid/designer/metadata/runtime/impl/TableRecordImpl.java
M plugins/org.teiid.designer.metamodels.relational/src/org/teiid/designer/metamodels/relational/aspects/sql/TableAspect.java
M plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/aspects/sql/InputSetSqlAspect.java
M plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/aspects/sql/MappingClassSqlAspect.java
M plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/metadata/ModelerMetadata.java
M plugins/org.teiid.designer.xml/src/org/teiid/designer/xml/aspects/sql/XmlDocumentSqlAspect.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/metadata/TempMetadataAdapter.java
M tests/org.teiid.designer.core.test.framework/src/org/teiid/designer/core/metadata/runtime/FakeSqlTableAspect.java
Log Message:
-----------
TEIIDDES-2381 Discovering table type from table index entry and applying
to to TableRecord so runtime's ResolverUtil would have the correct value
for isTemporaryTable()
Compare: https://github.com/Teiid-Designer/teiid-designer/compare/9463f023ed77...7...
10 years, 2 months
[Teiid-Designer/teiid-designer] cb49a1: TEIIDDES-2381 Discovering table type from table in...
by blafond
Branch: refs/heads/8.6.x
Home: https://github.com/Teiid-Designer/teiid-designer
Commit: cb49a1c85c6f76f9494afa4121c9e16434433d78
https://github.com/Teiid-Designer/teiid-designer/commit/cb49a1c85c6f76f94...
Author: blafond <blafond(a)redhat.com>
Date: 2014-11-06 (Thu, 06 Nov 2014)
Changed paths:
M plugins/org.teiid.designer.core/src/org/teiid/designer/core/metadata/runtime/TableRecordImpl.java
M plugins/org.teiid.designer.core/src/org/teiid/designer/core/metamodel/aspect/sql/SqlTableAspect.java
M plugins/org.teiid.designer.legacy/src/org/teiid/designer/metadata/runtime/TableRecord.java
M plugins/org.teiid.designer.legacy/src/org/teiid/designer/metadata/runtime/impl/RecordFactory.java
M plugins/org.teiid.designer.legacy/src/org/teiid/designer/metadata/runtime/impl/TableRecordImpl.java
M plugins/org.teiid.designer.metamodels.relational/src/org/teiid/designer/metamodels/relational/aspects/sql/TableAspect.java
M plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/aspects/sql/InputSetSqlAspect.java
M plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/aspects/sql/MappingClassSqlAspect.java
M plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/metadata/ModelerMetadata.java
M plugins/org.teiid.designer.xml/src/org/teiid/designer/xml/aspects/sql/XmlDocumentSqlAspect.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/metadata/TempMetadataAdapter.java
M tests/org.teiid.designer.core.test.framework/src/org/teiid/designer/core/metadata/runtime/FakeSqlTableAspect.java
Log Message:
-----------
TEIIDDES-2381 Discovering table type from table index entry and applying
to to TableRecord so runtime's ResolverUtil would have the correct value
for isTemporaryTable()
10 years, 2 months
Build failed in Jenkins: jbosstools-teiid-komodo #86 ()
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
------------------------------------------
[...truncated 3744 lines...]
11:21:21,135 WARN [org.teiid.RUNTIME] (management-handler-thread - 4) TEIID40001 The provided translator property values [AutoCreateUniqueConstraints, ImportApproximateIndexes, ImportForeignKeys, ImportIndexes, ImportKeys, ImportProcedures, ImportStatistics, QuoteNameInSource, UseAnyIndexCardinality, UseCatalogName, UseFullSchemaName, UseProcedureSpecificName, UseQualifiedName, WidenUnsingedTypes] were not used. Please check the properties that are expected by translator h2.
11:21:21,171 INFO [org.teiid.RUNTIME] (MSC service thread 1-2) TEIID50026 VDB "bqt.2[Source{Source=Source, h2, java:jboss/datasources/ExampleDS}]" undeployed.
11:21:21,174 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015877: Stopped deployment bqt2.vdb (runtime-name: bqt2.vdb) in 3ms
11:21:21,218 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014901: Content removed from location <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
11:21:21,219 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018558: Undeployed "bqt2.vdb" (runtime-name: "bqt2.vdb")
Nov 4, 2014 11:21:21 AM org.teiid.runtime.client.admin.v8.Admin8Factory createAdmin
INFO: Connected to standalone controller at localhost:9999
11:21:21,282 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014900: Content added at location <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
11:21:21,283 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "bqt.vdb" (runtime-name: "bqt.vdb")
11:21:21,310 WARN [org.teiid.RUNTIME] (MSC service thread 1-5) TEIID40001 The provided translator property values [AutoCreateUniqueConstraints, ImportApproximateIndexes, ImportForeignKeys, ImportIndexes, ImportKeys, ImportProcedures, ImportStatistics, QuoteNameInSource, UseAnyIndexCardinality, UseCatalogName, UseFullSchemaName, UseProcedureSpecificName, UseQualifiedName, WidenUnsingedTypes] were not used. Please check the properties that are expected by translator oracle.
11:21:21,312 INFO [org.teiid.RUNTIME] (MSC service thread 1-5) TEIID50029 VDB bqt.1 model "Source" metadata is currently being loaded. Start Time: 11/4/14 11:21 AM
11:21:21,316 INFO [org.teiid.RUNTIME] (teiid-async-threads - 1) TEIID50030 VDB bqt.1 model "Source" metadata loaded. End Time: 11/4/14 11:21 AM
11:21:21,327 INFO [org.teiid.RUNTIME] (teiid-async-threads - 1) TEIID40003 VDB bqt.1 is set to ACTIVE
11:21:21,363 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018559: Deployed "bqt.vdb" (runtime-name : "bqt.vdb")
11:21:21,375 WARN [org.teiid.RUNTIME] (management-handler-thread - 3) TEIID40001 The provided translator property values [AutoCreateUniqueConstraints, ImportApproximateIndexes, ImportForeignKeys, ImportIndexes, ImportKeys, ImportProcedures, ImportStatistics, QuoteNameInSource, UseAnyIndexCardinality, UseCatalogName, UseFullSchemaName, UseProcedureSpecificName, UseQualifiedName, WidenUnsingedTypes] were not used. Please check the properties that are expected by translator h2.
11:21:21,455 INFO [org.teiid.RUNTIME] (MSC service thread 1-2) TEIID50026 VDB "bqt.1[Source{Source=Source, h2, java:jboss/datasources/ExampleDS}]" undeployed.
11:21:21,459 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015877: Stopped deployment bqt.vdb (runtime-name: bqt.vdb) in 4ms
11:21:21,507 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014901: Content removed from location <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
11:21:21,507 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018558: Undeployed "bqt.vdb" (runtime-name: "bqt.vdb")
Nov 4, 2014 11:21:21 AM org.teiid.runtime.client.admin.v8.Admin8Factory createAdmin
INFO: Connected to standalone controller at localhost:9999
11:21:21,617 INFO [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-1) IJ020001: Required license terms for <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
11:21:21,779 INFO [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-5) IJ020001: Required license terms for <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
11:21:21,783 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-5) JBAS010406: Registered connection factory java:/wsOne
11:21:21,787 INFO [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-5) IJ020002: Deployed: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
11:21:21,787 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-4) JBAS010401: Bound JCA ConnectionFactory [java:/wsOne]
11:21:21,960 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-5) JBAS010410: Unbound JCA ConnectionFactory [java:/wsOne]
11:21:22,090 INFO [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-6) IJ020001: Required license terms for <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
11:21:22,257 INFO [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-2) IJ020001: Required license terms for <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
11:21:22,258 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010406: Registered connection factory java:/wsOne
11:21:22,259 INFO [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-2) IJ020002: Deployed: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
11:21:22,260 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-8) JBAS010401: Bound JCA ConnectionFactory [java:/wsOne]
11:21:22,419 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-6) JBAS010410: Unbound JCA ConnectionFactory [java:/wsOne]
Nov 4, 2014 11:21:22 AM org.teiid.runtime.client.admin.v8.Admin8Factory createAdmin
INFO: Connected to standalone controller at localhost:9999
11:21:22,559 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014900: Content added at location <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
11:21:22,560 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "bqt.vdb" (runtime-name: "bqt.vdb")
11:21:22,585 WARN [org.teiid.RUNTIME] (MSC service thread 1-6) TEIID40001 The provided translator property values [AutoCreateUniqueConstraints, ImportApproximateIndexes, ImportForeignKeys, ImportIndexes, ImportKeys, ImportProcedures, ImportStatistics, QuoteNameInSource, UseAnyIndexCardinality, UseCatalogName, UseFullSchemaName, UseProcedureSpecificName, UseQualifiedName, WidenUnsingedTypes] were not used. Please check the properties that are expected by translator oracle.
11:21:22,587 INFO [org.teiid.RUNTIME] (MSC service thread 1-6) TEIID50029 VDB bqt.1 model "Source" metadata is currently being loaded. Start Time: 11/4/14 11:21 AM
11:21:22,591 INFO [org.teiid.RUNTIME] (teiid-async-threads - 2) TEIID50030 VDB bqt.1 model "Source" metadata loaded. End Time: 11/4/14 11:21 AM
11:21:22,600 INFO [org.teiid.RUNTIME] (teiid-async-threads - 2) TEIID40003 VDB bqt.1 is set to ACTIVE
11:21:22,628 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018559: Deployed "bqt.vdb" (runtime-name : "bqt.vdb")
11:21:22,644 WARN [org.teiid.RUNTIME] (management-handler-thread - 3) TEIID40001 The provided translator property values [AutoCreateUniqueConstraints, ImportApproximateIndexes, ImportForeignKeys, ImportIndexes, ImportKeys, ImportProcedures, ImportStatistics, QuoteNameInSource, UseAnyIndexCardinality, UseCatalogName, UseFullSchemaName, UseProcedureSpecificName, UseQualifiedName, WidenUnsingedTypes] were not used. Please check the properties that are expected by translator h2.
11:21:22,667 INFO [org.teiid.SECURITY] (management-handler-thread - 3) TEIID40009 Admin [null] is terminating this session: ZnPpJZIp1D4/.
11:21:22,667 INFO [org.teiid.SECURITY] (management-handler-thread - 3) TEIID40009 Admin [null] is terminating this session: ZnPpJZIp1D4/.
11:21:22,668 INFO [org.teiid.SECURITY] (management-handler-thread - 3) TEIID40009 Admin [null] is terminating this session: ZnPpJZIp1D4/.
11:21:22,668 INFO [org.teiid.SECURITY] (management-handler-thread - 3) TEIID40009 Admin [null] is terminating this session: ZnPpJZIp1D4/.
11:21:22,671 WARN [org.teiid.SECURITY] (New I/O worker #4) ZnPpJZIp1D4/ TEIID40011 Processing exception 'TEIID40042 Invalid Session ZnPpJZIp1D4/. Session may have already been terminated.' for session ZnPpJZIp1D4/. Exception type org.teiid.client.security.InvalidSessionException thrown from org.teiid.services.SessionServiceImpl.getSessionInfo(SessionServiceImpl.java:368). Enable more detailed logging to see the entire stacktrace.
11:21:22,687 INFO [org.teiid.RUNTIME] (MSC service thread 1-3) TEIID50026 VDB "bqt.1[Source{Source=Source, h2, java:jboss/datasources/ExampleDS}]" undeployed.
11:21:22,691 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015877: Stopped deployment bqt.vdb (runtime-name: bqt.vdb) in 5ms
11:21:22,750 INFO [org.jboss.as.repository] (management-handler-thread - 4) JBAS014901: Content removed from location <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
11:21:22,750 INFO [org.jboss.as.server] (management-handler-thread - 4) JBAS018558: Undeployed "bqt.vdb" (runtime-name: "bqt.vdb")
Nov 4, 2014 11:21:22 AM org.teiid.runtime.client.admin.v8.Admin8Factory createAdmin
INFO: Connected to standalone controller at localhost:9999
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.008 sec
Results :
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
[INFO] All tests passed!
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.komodo.eclipse.teiid-8.7.client.test ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO]
[INFO] --- tycho-p2-plugin:0.21.0:update-local-index (default-update-local-index) @ org.komodo.eclipse.teiid-8.7.client.test ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Teiid Komodo
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Komodo Build 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ komodo.build ---
[INFO] Deleting <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (default) @ komodo.build ---
[INFO] Executing tasks
main:
[echo] basedir: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[echo] project.basedir: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[echo] project.baseUri: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[echo] project.version: 1.0.0-SNAPSHOT
[echo] project.groupId: org.jboss.tools
[echo] project.artifactId: komodo.build
[echo] project.name: Komodo Build
[echo] project.build.sourceDirectory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[echo] project.build.scriptSourceDirectory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[echo] project.build.testSourceDirectory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[echo] project.build.outputDirectory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[echo] project.build.testOutputDirectory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[echo] project.build.directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[echo] eclipse.tycho.version: 0.21.0
[echo] eclipse.target.version: 4.4 (Luna)
[echo] not.using.jbt.parent.pom.tp: true
[echo] komodo.tp.group.id: org.jboss.tools.integration-stack
[echo] komodo.tp.artifact.id: target-platform
[echo] komodo.tp.version: 4.2.0.Beta1b
[echo] komodo.tp.type: target
[echo] komodo.tp.classifier: base
[INFO] Executed tasks
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ komodo.build ---
[INFO] argLine set to -javaagent:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ komodo.build ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ komodo.build ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ komodo.build ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ komodo.build ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ komodo.build ---
[INFO] No tests to run.
[INFO] Surefire report directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ komodo.build ---
[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ komodo.build ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO]
[INFO] --- repository-utils:0.21.0:generate-repository-facade (generate-facade) @ komodo.build ---
[INFO]
[INFO] --- maven-assembly-plugin:2.4:single (create-assemblies) @ komodo.build ---
[INFO] Reading assembly descriptor: assembly/cli.xml
Downloading: http://repository.jboss.org/nexus/content/groups/public/org/jboss/tools/p...
Downloaded: http://repository.jboss.org/nexus/content/groups/public/org/jboss/tools/p... (610 B at 2.3 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] komodo ............................................ SUCCESS [0.858s]
[INFO] Komodo Target Platform ............................ SUCCESS [0.137s]
[INFO] plugins ........................................... SUCCESS [0.094s]
[INFO] org.komodo.spi .................................... SUCCESS [3.256s]
[INFO] org.komodo.core ................................... SUCCESS [0.915s]
[INFO] org.komodo.utils .................................. SUCCESS [0.440s]
[INFO] org.komodo.relational ............................. SUCCESS [0.646s]
[INFO] libs .............................................. SUCCESS [0.057s]
[INFO] org.komodo.modeshape.lib .......................... SUCCESS [2.697s]
[INFO] org.komodo.ddl.importer ........................... SUCCESS [0.550s]
[INFO] Komodo Teiid Client ............................... SUCCESS [12.022s]
[INFO] org.komodo.modeshape.teiid.sql.sequencer .......... FAILURE [1.892s]
[INFO] org.komodo.utils.logger.modeshape ................. SUCCESS [0.285s]
[INFO] features .......................................... SUCCESS [0.051s]
[INFO] org.komodo.engine.feature ......................... SKIPPED
[INFO] org.komodo.shell-api .............................. SUCCESS [0.225s]
[INFO] org.komodo.shell.lib .............................. SUCCESS [0.160s]
[INFO] org.komodo.shell .................................. SUCCESS [0.486s]
[INFO] org.komodo.eclipse.shell .......................... SUCCESS [0.413s]
[INFO] org.komodo.eclipse.spi ............................ SUCCESS [0.235s]
[INFO] org.komodo.eclipse.sql.ui ......................... SKIPPED
[INFO] org.komodo.eclipse.teiid.client ................... SUCCESS [0.521s]
[INFO] org.komodo.ui.feature ............................. SKIPPED
[INFO] tests ............................................. SUCCESS [0.034s]
[INFO] org.komodo.eclipse.test.utils ..................... SUCCESS [0.218s]
[INFO] org.komodo.teiid.client.test ...................... SUCCESS [2:39.062s]
[INFO] org.komodo.utils.test ............................. SUCCESS [7.195s]
[INFO] org.komodo.relational.test ........................ SUCCESS [6.944s]
[INFO] org.komodo.ddl.importer.test ...................... SUCCESS [7.590s]
[INFO] org.komodo.shell.test ............................. SUCCESS [7.308s]
[INFO] org.komodo.modeshape.teiid.sql.sequencer.test ..... SKIPPED
[INFO] integration-tests ................................. SUCCESS [0.036s]
[INFO] org.komodo.eclipse.teiid-8.4.client.test .......... SUCCESS [36.910s]
[INFO] org.komodo.eclipse.teiid-8.7.client.test .......... SUCCESS [41.212s]
[INFO] Teiid Komodo ...................................... SKIPPED
[INFO] Komodo Build ...................................... FAILURE [2.470s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:30.418s
[INFO] Finished at: Tue Nov 04 11:21:30 EST 2014
[INFO] Final Memory: 150M/502M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.21.0:compile (default-compile) on project org.komodo.modeshape.teiid.sql.sequencer: Compilation failure: Compilation failure:
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>:[39]
[ERROR] import org.komodo.utils.StringUtil;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.komodo.utils.StringUtil cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>:[51]
[ERROR] import org.komodo.utils.StringUtil;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.komodo.utils.StringUtil cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>:[40]
[ERROR] import org.komodo.utils.StringUtil;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.komodo.utils.StringUtil cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>:[53]
[ERROR] import org.komodo.utils.StringUtil;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.komodo.utils.StringUtil cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>:[12581]
[ERROR] type.setType(type.getType() + StringUtil.join(Collections.nCopies(arraySuffixes, "[]"), ""));
[ERROR] ^^^^^^^^^^
[ERROR] StringUtil cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>:[12679]
[ERROR] if (StringUtil.endsWithIgnoreCase(image, "b")) {
[ERROR] ^^^^^^^^^^
[ERROR] StringUtil cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>:[12681]
[ERROR] } else if (StringUtil.endsWithIgnoreCase(image, "ts")) {
[ERROR] ^^^^^^^^^^
[ERROR] StringUtil cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>:[12683]
[ERROR] } else if (StringUtil.endsWithIgnoreCase(image, "d")) {
[ERROR] ^^^^^^^^^^
[ERROR] StringUtil cannot be resolved
[ERROR] 8 problems (8 errors)
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4:single (create-assemblies) on project komodo.build: Failed to create assembly: Artifact: org.jboss.tools.komodo.plugins:org.komodo.modeshape.teiid.sql.sequencer:eclipse-plugin:1.0.0-SNAPSHOT (included by module) does not have an artifact with a file. Please ensure the package phase is run before the assembly is generated. -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.komodo.modeshape.teiid.sql.sequencer
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :92
Killing Xvnc process ID 10050
Archiving artifacts
Recording test results
10 years, 2 months
[Teiid-Designer/teiid-designer] 94cbae: Updates teiid client to latest changes in teiid 8....
by Barry LaFond
Branch: refs/heads/9.0.x
Home: https://github.com/Teiid-Designer/teiid-designer
Commit: 94cbaedce0a56eced7b450d50facf218f2cc50a6
https://github.com/Teiid-Designer/teiid-designer/commit/94cbaedce0a56eced...
Author: Paul Richardson <p.g.richardson(a)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/d6e59a587deb1a24c...
Author: Paul Richardson <p.g.richardson(a)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/9463f023ed775b8f4...
Author: Barry LaFond <blafond(a)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...9...
10 years, 2 months