[Teiid-Designer/teiid-designer] d6220a: Updates to teiid client for support of Teiid 8.9
by Paul Richardson
Branch: refs/heads/master
Home: https://github.com/Teiid-Designer/teiid-designer
Commit: d6220a9a07a5d1619f05aad6c7b115397347a504
https://github.com/Teiid-Designer/teiid-designer/commit/d6220a9a07a5d1619...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2015-03-04 (Wed, 04 Mar 2015)
Changed paths:
M plugins/org.teiid.designer.spi/src/org/teiid/designer/runtime/version/spi/ITeiidServerVersion.java
M plugins/org.teiid.designer.spi/src/org/teiid/designer/runtime/version/spi/TeiidServerVersion.java
M plugins/teiid/org.teiid.runtime.client/META-INF/MANIFEST.MF
M plugins/teiid/org.teiid.runtime.client/admin/org/teiid/adminapi/Model.java
M plugins/teiid/org.teiid.runtime.client/admin/org/teiid/adminapi/VDB.java
M plugins/teiid/org.teiid.runtime.client/admin/org/teiid/adminapi/impl/VDBMetaData.java
M plugins/teiid/org.teiid.runtime.client/api/org/teiid/metadata/AbstractMetadataRecord.java
M plugins/teiid/org.teiid.runtime.client/api/org/teiid/metadata/BaseColumn.java
M plugins/teiid/org.teiid.runtime.client/api/org/teiid/metadata/FunctionMethod.java
M plugins/teiid/org.teiid.runtime.client/api/org/teiid/metadata/FunctionParameter.java
M plugins/teiid/org.teiid.runtime.client/api/org/teiid/metadata/MetadataFactory.java
M plugins/teiid/org.teiid.runtime.client/api/org/teiid/metadata/MetadataStore.java
M plugins/teiid/org.teiid.runtime.client/api/org/teiid/metadata/Schema.java
M plugins/teiid/org.teiid.runtime.client/client/org/teiid/client/ResultsMessage.java
M plugins/teiid/org.teiid.runtime.client/client/org/teiid/gss/MakeGSS.java
M plugins/teiid/org.teiid.runtime.client/client/org/teiid/jdbc/ConnectionImpl.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/JDBCURL.java
M plugins/teiid/org.teiid.runtime.client/client/org/teiid/jdbc/PreparedStatementImpl.java
M plugins/teiid/org.teiid.runtime.client/client/org/teiid/jdbc/SocketProfile.java
M plugins/teiid/org.teiid.runtime.client/client/org/teiid/net/TeiidURL.java
M plugins/teiid/org.teiid.runtime.client/client/org/teiid/net/socket/OioOjbectChannelFactory.java
M plugins/teiid/org.teiid.runtime.client/client/org/teiid/net/socket/SocketServerConnectionFactory.java
M plugins/teiid/org.teiid.runtime.client/client/org/teiid/net/socket/SocketServerInstanceImpl.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/function/FunctionLibrary.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/function/FunctionMetadataSource.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/function/FunctionTree.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/function/SystemFunctionManager.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/function/UDFSource.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/function/metadata/FunctionMetadataValidator.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/function/source/SystemSource.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/function/source/XMLSystemFunctions.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/metadata/CompositeMetadataStore.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/metadata/MetadataValidator.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/metadata/SystemMetadata.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/metadata/TempMetadataID.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/metadata/TransformationMetadata.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/parser/AbstractTeiidParser.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/parser/LanguageVisitor.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/resolver/util/ResolverUtil.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/resolver/util/ResolverVisitor.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/sql/lang/Select.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/sql/visitor/GroupCollectorVisitor.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/sql/visitor/SQLStringVisitor.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/validator/ValidationVisitor.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/xquery/saxon/DocumentWrapper.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/xquery/saxon/NodeWrapper.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/xquery/saxon/PathMapFilter.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/xquery/saxon/SaxonXQueryExpression.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/xquery/saxon/StreamingUtils.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/xquery/saxon/XQueryEvaluator.java
M plugins/teiid/org.teiid.runtime.client/pom.xml
M plugins/teiid/org.teiid.runtime.client/src/org/teiid/runtime/client/Messages.java
M plugins/teiid/org.teiid.runtime.client/src/org/teiid/runtime/client/messages.properties
M plugins/teiid/org.teiid.runtime.client/src/org/teiid/runtime/client/query/QueryService.java
M pom.xml
M target-platform/pom.xml
A target-platform/teiid-designer-4.2.0.Final.target
A target-platform/teiid-designer-extras-4.2.0.Final.target
A tests/org.teiid.runtime.client.test/src/org/teiid/query/metadata/v89/Test89MetadataValidator.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/optimizer/FakeFunctionMetadataSource.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/AbstractTestFunctionResolving.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89AccessPattern.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89AlterResolving.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89FunctionResolving.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89ProcedureResolving.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89Resolver.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89XMLResolver.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/Test89Cloning.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/Test89Create.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/Test89CreateDrop.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/Test89SQLStringVisitor.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/TestQuery89Parser.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/unittest/RealMetadataFactory.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/validator/v89/Test89AlterValidation.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/validator/v89/Test89FunctionMetadataValidator.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/validator/v89/Test89UpdateValidator.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/validator/v89/Test89Validator.java
M tests/org.teiid.runtime.client.test/src/org/teiid/runtime/client/test/AllTests.java
Log Message:
-----------
Updates to teiid client for support of Teiid 8.9
* Lots of changes are requires serious testing for all latter versions of
teiid server.
* Change of saxon version dependency to 9.1.5-6j implies API changes in
saxon dependent package. Thus, errors in Eclipse until TP has been
upgraded to include 1.2 version of locus which should contain the new
saxon library.
* Temporary fixes to accomodate change of libraries
* Extras target file added to include the new provisional saxon 9.5.1
plugin
* pom.xml
* target-platform/pom.xml
* In order to accommodate the saxon plugin not yet being in the IS
repository, it is necessary to include a provisional repo and attach it
to the target platform. However, in order for maven to 'see' it, the
target once again must become local so has to be build prior to the
rest of the application.
* For convenience the TP has thus been committed once again
* Due to lack of saxonhe version in current TP, need to generate the
latest version of the TP and commit to codebase.
* Target platform upgraded to 4.2.0.Final
Commit: a36f4c02f52c7ed390617dfdf338df5c919ed5b0
https://github.com/Teiid-Designer/teiid-designer/commit/a36f4c02f52c7ed39...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2015-03-04 (Wed, 04 Mar 2015)
Changed paths:
M test-aggregate/org.teiid.designer.aggregate.test/src/org/teiid/designer/aggregate/test/TestDesignerTestGatherer.java
Log Message:
-----------
Fixes missing unit tests when executing aggregate test suite
* JUnit4 test classes not containing annotated test methods being ignored
by aggregate test gatherer.
* Modifies gatherer to check for annotated test methods in super classes
of test classes as well.
Commit: 8fadbebc7256a2398e71710e4f227e25e4c707f7
https://github.com/Teiid-Designer/teiid-designer/commit/8fadbebc7256a2398...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2015-03-04 (Wed, 04 Mar 2015)
Changed paths:
M tests/org.teiid.runtime.client.test/src/org/teiid/query/metadata/v89/Test89MetadataValidator.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89AccessPattern.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89AlterResolving.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89FunctionResolving.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89ProcedureResolving.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89Resolver.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89XMLResolver.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/Test89Cloning.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/Test89Create.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/Test89CreateDrop.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/Test89SQLStringVisitor.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/TestQuery89Parser.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/validator/v89/Test89AlterValidation.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/validator/v89/Test89FunctionMetadataValidator.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/validator/v89/Test89UpdateValidator.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/validator/v89/Test89Validator.java
Log Message:
-----------
Teiid 89 tests should be extending Teiid 88 tests
* Not extending Teiid 87!!
Commit: 155933b38d690b16f7295042be2b809393d4fe74
https://github.com/Teiid-Designer/teiid-designer/commit/155933b38d690b16f...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2015-03-04 (Wed, 04 Mar 2015)
Changed paths:
M plugins/teiid/org.teiid.runtime.client/api/org/teiid/metadata/MetadataFactory.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/function/FunctionLibrary.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/function/metadata/FunctionMetadataValidator.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/resolver/util/ResolverVisitor.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
Log Message:
-----------
Fixes to solve errors / failure in unit tests
* Addresses merge errors from cut of Teiid 89 source causing test failures
Compare: https://github.com/Teiid-Designer/teiid-designer/compare/362fd6171a28...1...
9 years, 10 months
[Teiid-Designer/teiid-designer] f89052: Updates to teiid client for support of Teiid 8.9
by Paul Richardson
Branch: refs/heads/master
Home: https://github.com/Teiid-Designer/teiid-designer
Commit: f89052e63f0d33ec89b5556959d49326a457ae95
https://github.com/Teiid-Designer/teiid-designer/commit/f89052e63f0d33ec8...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2015-03-04 (Wed, 04 Mar 2015)
Changed paths:
M plugins/org.teiid.designer.spi/src/org/teiid/designer/runtime/version/spi/ITeiidServerVersion.java
M plugins/org.teiid.designer.spi/src/org/teiid/designer/runtime/version/spi/TeiidServerVersion.java
M plugins/teiid/org.teiid.runtime.client/META-INF/MANIFEST.MF
M plugins/teiid/org.teiid.runtime.client/admin/org/teiid/adminapi/Model.java
M plugins/teiid/org.teiid.runtime.client/admin/org/teiid/adminapi/VDB.java
M plugins/teiid/org.teiid.runtime.client/admin/org/teiid/adminapi/impl/VDBMetaData.java
M plugins/teiid/org.teiid.runtime.client/api/org/teiid/metadata/AbstractMetadataRecord.java
M plugins/teiid/org.teiid.runtime.client/api/org/teiid/metadata/BaseColumn.java
M plugins/teiid/org.teiid.runtime.client/api/org/teiid/metadata/FunctionMethod.java
M plugins/teiid/org.teiid.runtime.client/api/org/teiid/metadata/FunctionParameter.java
M plugins/teiid/org.teiid.runtime.client/api/org/teiid/metadata/MetadataFactory.java
M plugins/teiid/org.teiid.runtime.client/api/org/teiid/metadata/MetadataStore.java
M plugins/teiid/org.teiid.runtime.client/api/org/teiid/metadata/Schema.java
M plugins/teiid/org.teiid.runtime.client/client/org/teiid/client/ResultsMessage.java
M plugins/teiid/org.teiid.runtime.client/client/org/teiid/gss/MakeGSS.java
M plugins/teiid/org.teiid.runtime.client/client/org/teiid/jdbc/ConnectionImpl.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/JDBCURL.java
M plugins/teiid/org.teiid.runtime.client/client/org/teiid/jdbc/PreparedStatementImpl.java
M plugins/teiid/org.teiid.runtime.client/client/org/teiid/jdbc/SocketProfile.java
M plugins/teiid/org.teiid.runtime.client/client/org/teiid/net/TeiidURL.java
M plugins/teiid/org.teiid.runtime.client/client/org/teiid/net/socket/OioOjbectChannelFactory.java
M plugins/teiid/org.teiid.runtime.client/client/org/teiid/net/socket/SocketServerConnectionFactory.java
M plugins/teiid/org.teiid.runtime.client/client/org/teiid/net/socket/SocketServerInstanceImpl.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/function/FunctionLibrary.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/function/FunctionMetadataSource.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/function/FunctionTree.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/function/SystemFunctionManager.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/function/UDFSource.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/function/metadata/FunctionMetadataValidator.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/function/source/SystemSource.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/function/source/XMLSystemFunctions.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/metadata/CompositeMetadataStore.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/metadata/MetadataValidator.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/metadata/SystemMetadata.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/metadata/TempMetadataID.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/metadata/TransformationMetadata.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/parser/AbstractTeiidParser.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/parser/LanguageVisitor.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/resolver/util/ResolverUtil.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/resolver/util/ResolverVisitor.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/sql/lang/Select.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/sql/visitor/GroupCollectorVisitor.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/sql/visitor/SQLStringVisitor.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/validator/ValidationVisitor.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/xquery/saxon/DocumentWrapper.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/xquery/saxon/NodeWrapper.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/xquery/saxon/PathMapFilter.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/xquery/saxon/SaxonXQueryExpression.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/xquery/saxon/StreamingUtils.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/xquery/saxon/XQueryEvaluator.java
M plugins/teiid/org.teiid.runtime.client/pom.xml
M plugins/teiid/org.teiid.runtime.client/src/org/teiid/runtime/client/Messages.java
M plugins/teiid/org.teiid.runtime.client/src/org/teiid/runtime/client/messages.properties
M plugins/teiid/org.teiid.runtime.client/src/org/teiid/runtime/client/query/QueryService.java
M pom.xml
M target-platform/pom.xml
A target-platform/teiid-designer-4.2.0.Final.target
A target-platform/teiid-designer-extras-4.2.0.Final.target
A tests/org.teiid.runtime.client.test/src/org/teiid/query/metadata/v89/Test89MetadataValidator.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/optimizer/FakeFunctionMetadataSource.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/AbstractTestFunctionResolving.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89AccessPattern.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89AlterResolving.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89FunctionResolving.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89ProcedureResolving.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89Resolver.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89XMLResolver.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/Test89Cloning.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/Test89Create.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/Test89CreateDrop.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/Test89SQLStringVisitor.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/TestQuery89Parser.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/unittest/RealMetadataFactory.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/validator/v89/Test89AlterValidation.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/validator/v89/Test89FunctionMetadataValidator.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/validator/v89/Test89UpdateValidator.java
A tests/org.teiid.runtime.client.test/src/org/teiid/query/validator/v89/Test89Validator.java
M tests/org.teiid.runtime.client.test/src/org/teiid/runtime/client/test/AllTests.java
Log Message:
-----------
Updates to teiid client for support of Teiid 8.9
* Lots of changes are requires serious testing for all latter versions of
teiid server.
* Change of saxon version dependency to 9.1.5-6j implies API changes in
saxon dependent package. Thus, errors in Eclipse until TP has been
upgraded to include 1.2 version of locus which should contain the new
saxon library.
* Temporary fixes to accomodate change of libraries
* Extras target file added to include the new provisional saxon 9.5.1
plugin
* pom.xml
* target-platform/pom.xml
* In order to accommodate the saxon plugin not yet being in the IS
repository, it is necessary to include a provisional repo and attach it
to the target platform. However, in order for maven to 'see' it, the
target once again must become local so has to be build prior to the
rest of the application.
* For convenience the TP has thus been committed once again
* Due to lack of saxonhe version in current TP, need to generate the
latest version of the TP and commit to codebase.
* Target platform upgraded to 4.2.0.Final
Commit: 60e72dea53b6f8b49b2697187ada003093cae4ac
https://github.com/Teiid-Designer/teiid-designer/commit/60e72dea53b6f8b49...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2015-03-04 (Wed, 04 Mar 2015)
Changed paths:
M test-aggregate/org.teiid.designer.aggregate.test/src/org/teiid/designer/aggregate/test/TestDesignerTestGatherer.java
Log Message:
-----------
Fixes missing unit tests when executing aggregate test suite
* JUnit4 test classes not containing annotated test methods being ignored
by aggregate test gatherer.
* Modifies gatherer to check for annotated test methods in super classes
of test classes as well.
Commit: e6845724516181f6d6cd55d654a2e6c8a1f14a62
https://github.com/Teiid-Designer/teiid-designer/commit/e6845724516181f6d...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2015-03-04 (Wed, 04 Mar 2015)
Changed paths:
M tests/org.teiid.runtime.client.test/src/org/teiid/query/metadata/v89/Test89MetadataValidator.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89AccessPattern.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89AlterResolving.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89FunctionResolving.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89ProcedureResolving.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89Resolver.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89XMLResolver.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/Test89Cloning.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/Test89Create.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/Test89CreateDrop.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/Test89SQLStringVisitor.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/TestQuery89Parser.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/validator/v89/Test89AlterValidation.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/validator/v89/Test89FunctionMetadataValidator.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/validator/v89/Test89UpdateValidator.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/validator/v89/Test89Validator.java
Log Message:
-----------
Teiid 89 tests should be extending Teiid 88 tests
* Not extending Teiid 87!!
Commit: 362fd6171a28b19ba4b8148d5c54f1955f7be897
https://github.com/Teiid-Designer/teiid-designer/commit/362fd6171a28b19ba...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2015-03-04 (Wed, 04 Mar 2015)
Changed paths:
M plugins/teiid/org.teiid.runtime.client/api/org/teiid/metadata/MetadataFactory.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/function/FunctionLibrary.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/function/metadata/FunctionMetadataValidator.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/resolver/util/ResolverVisitor.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
Log Message:
-----------
Fixes to solve errors / failure in unit tests
* Addresses merge errors from cut of Teiid 89 source causing test failures
Compare: https://github.com/Teiid-Designer/teiid-designer/compare/9a74b1716799...3...
9 years, 10 months
Build failed in Jenkins: jbosstools-teiid-designer_9.0.x #717 (9.0.x)
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
------------------------------------------
[...truncated 14918 lines...]
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[812]
[ERROR] ModelNode groupStep = Util.configureDeploymentOperation(DEPLOYMENT_REMOVE_OPERATION, name, group);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] DEPLOYMENT_REMOVE_OPERATION cannot be resolved to a variable
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[815]
[ERROR] } else if(Util.isDeployedAndEnabledInStandalone(name, this.connection)||force) {
[ERROR] ^^^^
[ERROR] Util cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[815]
[ERROR] } else if(Util.isDeployedAndEnabledInStandalone(name, this.connection)||force) {
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[816]
[ERROR] builder = new DefaultOperationRequestBuilder();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] DefaultOperationRequestBuilder cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[823]
[ERROR] builder = new DefaultOperationRequestBuilder();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] DefaultOperationRequestBuilder cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[844]
[ERROR] if (Util.isDeploymentInRepository(fileName, this.connection)){
[ERROR] ^^^^
[ERROR] Util cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[844]
[ERROR] if (Util.isDeploymentInRepository(fileName, this.connection)){
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[846]
[ERROR] DefaultOperationRequestBuilder builder = new DefaultOperationRequestBuilder();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] DefaultOperationRequestBuilder cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[846]
[ERROR] DefaultOperationRequestBuilder builder = new DefaultOperationRequestBuilder();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] DefaultOperationRequestBuilder cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[847]
[ERROR] builder = new DefaultOperationRequestBuilder();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] DefaultOperationRequestBuilder cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[861]
[ERROR] DefaultOperationRequestBuilder builder = new DefaultOperationRequestBuilder();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] DefaultOperationRequestBuilder cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[861]
[ERROR] DefaultOperationRequestBuilder builder = new DefaultOperationRequestBuilder();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] DefaultOperationRequestBuilder cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[877]
[ERROR] List<String> serverGroups = Util.getServerGroups(this.connection);
[ERROR] ^^^^
[ERROR] Util cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[877]
[ERROR] List<String> serverGroups = Util.getServerGroups(this.connection);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[879]
[ERROR] steps.add(Util.configureDeploymentOperation("add", fileName, serverGroup));
[ERROR] ^^^^
[ERROR] Util cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[882]
[ERROR] steps.add(Util.configureDeploymentOperation("deploy", fileName, serverGroup));
[ERROR] ^^^^
[ERROR] Util cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[885]
[ERROR] builder = new DefaultOperationRequestBuilder();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] DefaultOperationRequestBuilder cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[896]
[ERROR] } catch (OperationFormatException e) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] OperationFormatException cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[907]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[908]
[ERROR] if (Util.isSuccess(outcome)) {
[ERROR] ^^^^
[ERROR] Util cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[927]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[928]
[ERROR] if (Util.isSuccess(outcome)) {
[ERROR] ^^^^
[ERROR] Util cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[951]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[952]
[ERROR] if (Util.isSuccess(outcome)) {
[ERROR] ^^^^
[ERROR] Util cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[953]
[ERROR] return Util.getList(outcome);
[ERROR] ^^^^
[ERROR] Util cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[964]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[965]
[ERROR] if (Util.isSuccess(outcome)) {
[ERROR] ^^^^
[ERROR] Util cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[966]
[ERROR] return Util.getList(outcome);
[ERROR] ^^^^
[ERROR] Util cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1067]
[ERROR] return Util.getDeployments(this.connection);
[ERROR] ^^^^
[ERROR] Util cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1067]
[ERROR] return Util.getDeployments(this.connection);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1083]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1084]
[ERROR] if (Util.isSuccess(outcome)) {
[ERROR] ^^^^
[ERROR] Util cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1108]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1122]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1139]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1155]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1419]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1437]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1453]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1469]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1495]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1506]
[ERROR] DefaultOperationRequestBuilder builder = new DefaultOperationRequestBuilder();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] DefaultOperationRequestBuilder cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1527]
[ERROR] DefaultOperationRequestBuilder builder = new DefaultOperationRequestBuilder();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] DefaultOperationRequestBuilder cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1577]
[ERROR] if (server.get("response", "outcome").asString().equals(Util.SUCCESS)) {
[ERROR] ^^^^
[ERROR] Util cannot be resolved to a variable
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1627]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1652]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1671]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1688]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1711]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1727]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1747]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1766]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1786]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1803]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1816]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1852]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1895]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1912]
[ERROR] ModelNode outcome = this.connection.execute(request);
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] ModelControllerClient cannot be resolved to a type
[ERROR] 200 problems (200 errors)
[ERROR] -> [Help 1]
[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]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.teiid.runtime.client
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :48
Killing Xvnc process ID 2872
Archiving artifacts
Recording test results
9 years, 10 months
Build failed in Jenkins: jbosstools-teiid-designer_8.6.x #837 (8.6.x)
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>
------------------------------------------
[...truncated 14013 lines...]
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[370]
[ERROR] new SimpleAttributeDefinition(VISIBLE, ModelType.INT, true),
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] SimpleAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[371]
[ERROR] new SimpleAttributeDefinition(MODEL_TYPE, ModelType.BOOLEAN, false),
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] SimpleAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[372]
[ERROR] new SimpleAttributeDefinition(MODELPATH, ModelType.BOOLEAN, true),
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] SimpleAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[373]
[ERROR] new SimpleAttributeDefinition(METADATA_STATUS, ModelType.STRING, true),
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] SimpleAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[374]
[ERROR] ObjectTypeAttributeDefinition.Builder.of(PROPERTIES, properties).build(),
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ObjectTypeAttributeDefinition cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[375]
[ERROR] ObjectTypeAttributeDefinition.Builder.of(SOURCE_MAPPINGS, sourceMappings).build(),
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ObjectTypeAttributeDefinition cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[376]
[ERROR] ObjectTypeAttributeDefinition.Builder.of(VALIDITY_ERRORS, errors).build(),
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ObjectTypeAttributeDefinition cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[418]
[ERROR] public ObjectTypeAttributeDefinition getAttributeDefinition() {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ObjectTypeAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[419]
[ERROR] return ObjectTypeAttributeDefinition.Builder.of("VDBImportMapper", //$NON-NLS-1$
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ObjectTypeAttributeDefinition cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[420]
[ERROR] new AttributeDefinition[] {
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] AttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[421]
[ERROR] new SimpleAttributeDefinition(VDB_NAME, ModelType.STRING, false),
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] SimpleAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[422]
[ERROR] new SimpleAttributeDefinition(VDB_VERSION, ModelType.INT, false),
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] SimpleAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[423]
[ERROR] new SimpleAttributeDefinition(IMPORT_POLICIES, ModelType.BOOLEAN, true)
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] SimpleAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[466]
[ERROR] public ObjectTypeAttributeDefinition getAttributeDefinition() {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ObjectTypeAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[467]
[ERROR] return ObjectTypeAttributeDefinition.Builder.of("ValidationErrorMapper", //$NON-NLS-1$
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ObjectTypeAttributeDefinition cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[468]
[ERROR] new AttributeDefinition[] {
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] AttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[469]
[ERROR] new SimpleAttributeDefinition(ERROR_PATH, ModelType.STRING, true),
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] SimpleAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[470]
[ERROR] new SimpleAttributeDefinition(SEVERITY, ModelType.STRING, false),
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] SimpleAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[471]
[ERROR] new SimpleAttributeDefinition(MESSAGE, ModelType.STRING, false)
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] SimpleAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[512]
[ERROR] public ObjectTypeAttributeDefinition getAttributeDefinition() {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ObjectTypeAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[513]
[ERROR] return ObjectTypeAttributeDefinition.Builder.of("SourceMappingMetadataMapper", //$NON-NLS-1$
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ObjectTypeAttributeDefinition cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[514]
[ERROR] new AttributeDefinition[] {
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] AttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[515]
[ERROR] new SimpleAttributeDefinition(SOURCE_NAME, ModelType.STRING, false),
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] SimpleAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[516]
[ERROR] new SimpleAttributeDefinition(JNDI_NAME, ModelType.STRING, false),
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] SimpleAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[517]
[ERROR] new SimpleAttributeDefinition(TRANSLATOR_NAME, ModelType.STRING, false)
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] SimpleAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[581]
[ERROR] public ObjectTypeAttributeDefinition getAttributeDefinition() {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ObjectTypeAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[582]
[ERROR] return ObjectTypeAttributeDefinition.Builder.of("VDBTranslatorMetaDataMapper", //$NON-NLS-1$
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ObjectTypeAttributeDefinition cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[583]
[ERROR] getAttributeDefinitions()).build();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getAttributeDefinitions() from the type VDBMetadataMapper.VDBTranslatorMetaDataMapper refers to the missing type AttributeDefinition
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[586]
[ERROR] public AttributeDefinition[] getAttributeDefinitions() {
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] AttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[587]
[ERROR] ObjectListAttributeDefinition properties = ObjectListAttributeDefinition.Builder.of(PROPERTIES, PropertyMetaDataMapper.INSTANCE.getAttributeDefinition()).build();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ObjectListAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[587]
[ERROR] ObjectListAttributeDefinition properties = ObjectListAttributeDefinition.Builder.of(PROPERTIES, PropertyMetaDataMapper.INSTANCE.getAttributeDefinition()).build();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ObjectListAttributeDefinition cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[587]
[ERROR] ObjectListAttributeDefinition properties = ObjectListAttributeDefinition.Builder.of(PROPERTIES, PropertyMetaDataMapper.INSTANCE.getAttributeDefinition()).build();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getAttributeDefinition() from the type VDBMetadataMapper.PropertyMetaDataMapper refers to the missing type ObjectTypeAttributeDefinition
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[588]
[ERROR] return new AttributeDefinition[] {
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] AttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[589]
[ERROR] new SimpleAttributeDefinition(TRANSLATOR_NAME, ModelType.STRING, false),
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] SimpleAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[590]
[ERROR] new SimpleAttributeDefinition(BASETYPE, ModelType.STRING, false),
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] SimpleAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[591]
[ERROR] new SimpleAttributeDefinition(TRANSLATOR_DESCRIPTION, ModelType.STRING, true),
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] SimpleAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[592]
[ERROR] new SimpleAttributeDefinition(MODULE_NAME, ModelType.STRING, true),
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] SimpleAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[635]
[ERROR] public ObjectTypeAttributeDefinition getAttributeDefinition() {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ObjectTypeAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[636]
[ERROR] return ObjectTypeAttributeDefinition.Builder.of("PropertyMetaDataMapper", //$NON-NLS-1$
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ObjectTypeAttributeDefinition cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[637]
[ERROR] new SimpleAttributeDefinition(PROPERTY_NAME, ModelType.STRING, false),
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] SimpleAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[638]
[ERROR] new SimpleAttributeDefinition(PROPERTY_VALUE, ModelType.STRING, false)
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] SimpleAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[691]
[ERROR] public ObjectTypeAttributeDefinition getAttributeDefinition() {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ObjectTypeAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[692]
[ERROR] ObjectListAttributeDefinition properties = ObjectListAttributeDefinition.Builder.of(PROPERTIES, PropertyMetaDataMapper.INSTANCE.getAttributeDefinition()).build();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ObjectListAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[692]
[ERROR] ObjectListAttributeDefinition properties = ObjectListAttributeDefinition.Builder.of(PROPERTIES, PropertyMetaDataMapper.INSTANCE.getAttributeDefinition()).build();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ObjectListAttributeDefinition cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[692]
[ERROR] ObjectListAttributeDefinition properties = ObjectListAttributeDefinition.Builder.of(PROPERTIES, PropertyMetaDataMapper.INSTANCE.getAttributeDefinition()).build();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getAttributeDefinition() from the type VDBMetadataMapper.PropertyMetaDataMapper refers to the missing type ObjectTypeAttributeDefinition
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[693]
[ERROR] return ObjectTypeAttributeDefinition.Builder.of("EntryMapper", //$NON-NLS-1$
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ObjectTypeAttributeDefinition cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[694]
[ERROR] new AttributeDefinition[] {
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] AttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[695]
[ERROR] new SimpleAttributeDefinition(PATH, ModelType.STRING, false),
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] SimpleAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[775]
[ERROR] public ObjectTypeAttributeDefinition getAttributeDefinition() {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ObjectTypeAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[776]
[ERROR] ObjectListAttributeDefinition dataPermisstions = ObjectListAttributeDefinition.Builder.of(DATA_PERMISSIONS, PermissionMetaDataMapper.INSTANCE.getAttributeDefinition()).build();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ObjectListAttributeDefinition cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[776]
[ERROR] ObjectListAttributeDefinition dataPermisstions = ObjectListAttributeDefinition.Builder.of(DATA_PERMISSIONS, PermissionMetaDataMapper.INSTANCE.getAttributeDefinition()).build();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getAttributeDefinition() from the type VDBMetadataMapper.PermissionMetaDataMapper refers to the missing type ObjectTypeAttributeDefinition
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[865]
[ERROR] public ObjectTypeAttributeDefinition getAttributeDefinition() {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ObjectTypeAttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[933]
[ERROR] public AttributeDefinition[] getAttributeDefinitions() {
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] AttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[979]
[ERROR] public AttributeDefinition[] getAttributeDefinitions() {
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] AttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1039]
[ERROR] public AttributeDefinition[] getAttributeDefinitions() {
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] AttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1118]
[ERROR] public AttributeDefinition[] getAttributeDefinitions() {
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] AttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1165]
[ERROR] public AttributeDefinition[] getAttributeDefinitions() {
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] AttributeDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-desi...>:[1218]
[ERROR] public AttributeDefinition[] getAttributeDefinitions() {
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] AttributeDefinition cannot be resolved to a type
[ERROR] 200 problems (200 errors)
[ERROR] -> [Help 1]
[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]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.teiid.runtime.client
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :24
Killing Xvnc process ID 6588
Archiving artifacts
Recording test results
9 years, 10 months
[Teiid-Designer/teiid-designer] 51d65e: Generation of target files to match target platfor...
by Paul Richardson
Branch: refs/heads/master
Home: https://github.com/Teiid-Designer/teiid-designer
Commit: 51d65e592483a0bb312e0cd5c2e9981a07e6964f
https://github.com/Teiid-Designer/teiid-designer/commit/51d65e592483a0bb3...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2015-03-03 (Tue, 03 Mar 2015)
Changed paths:
M target-platform/pom.xml
R target-platform/teiid-designer-4.2.0.Beta1b.target
A target-platform/teiid-designer-4.2.0.Final.target
R target-platform/teiid-designer-extras-4.2.0.Beta1b.target
A target-platform/teiid-designer-extras-4.2.0.Final.target
Log Message:
-----------
Generation of target files to match target platform version
* Due to lack of saxonhe version in current TP, need to generate the
latest version of the TP and commit to codebase.
Commit: efde00a6fa57ed41b06ff429ef1af6fe9091e1d2
https://github.com/Teiid-Designer/teiid-designer/commit/efde00a6fa57ed41b...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2015-03-03 (Tue, 03 Mar 2015)
Changed paths:
M test-aggregate/org.teiid.designer.aggregate.test/src/org/teiid/designer/aggregate/test/TestDesignerTestGatherer.java
Log Message:
-----------
Fixes missing unit tests when executing aggregate test suite
* JUnit4 test classes not containing annotated test methods being ignored
by aggregate test gatherer.
* Modifies gatherer to check for annotated test methods in super classes
of test classes as well.
Commit: 701ca4316d4714d3c72f0a6115d270c7ced9c4a9
https://github.com/Teiid-Designer/teiid-designer/commit/701ca4316d4714d3c...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2015-03-03 (Tue, 03 Mar 2015)
Changed paths:
M tests/org.teiid.runtime.client.test/src/org/teiid/query/metadata/v89/Test89MetadataValidator.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89AccessPattern.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89AlterResolving.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89FunctionResolving.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89ProcedureResolving.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89Resolver.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/resolver/v89/Test89XMLResolver.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/Test89Cloning.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/Test89Create.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/Test89CreateDrop.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/Test89SQLStringVisitor.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v89/TestQuery89Parser.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/validator/v89/Test89AlterValidation.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/validator/v89/Test89FunctionMetadataValidator.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/validator/v89/Test89UpdateValidator.java
M tests/org.teiid.runtime.client.test/src/org/teiid/query/validator/v89/Test89Validator.java
Log Message:
-----------
Teiid 89 tests should be extending Teiid 88 tests
* Not extending Teiid 87!!
Commit: 9a74b1716799cc29cf1d211d5eae480688e83456
https://github.com/Teiid-Designer/teiid-designer/commit/9a74b1716799cc29c...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2015-03-03 (Tue, 03 Mar 2015)
Changed paths:
M plugins/teiid/org.teiid.runtime.client/api/org/teiid/metadata/MetadataFactory.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/function/FunctionLibrary.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/function/metadata/FunctionMetadataValidator.java
M plugins/teiid/org.teiid.runtime.client/engine/org/teiid/query/resolver/util/ResolverVisitor.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
Log Message:
-----------
Fixes to solve errors / failure in unit tests
* Addresses merge errors from cut of Teiid 89 source causing test failures
Compare: https://github.com/Teiid-Designer/teiid-designer/compare/2b1acb25b77e...9...
9 years, 10 months