[Teiid-Designer/teiid-designer] 8f834a: TEIIDDES-2419 added simple validation to insure bo...
by blafond
Branch: refs/heads/8.6.x
Home: https://github.com/Teiid-Designer/teiid-designer
Commit: 8f834a44046b951d3b23208c747f306d86bb529c
https://github.com/Teiid-Designer/teiid-designer/commit/8f834a44046b951d3...
Author: blafond <blafond(a)redhat.com>
Date: 2015-03-30 (Mon, 30 Mar 2015)
Changed paths:
M plugins/org.teiid.designer.transformation.ui/src/org/teiid/designer/transformation/ui/i18n.properties
M plugins/org.teiid.designer.transformation.ui/src/org/teiid/designer/transformation/ui/wizards/file/TeiidMetadataFileInfo.java
M plugins/org.teiid.designer.transformation.ui/src/org/teiid/designer/transformation/ui/wizards/file/TeiidMetadataImportInfo.java
M plugins/org.teiid.designer.transformation.ui/src/org/teiid/designer/transformation/ui/wizards/file/TeiidMetadataImportViewModelPage.java
Log Message:
-----------
TEIIDDES-2419 added simple validation to insure both view and source
model locations are in same model project
Commit: 0074c0528bc42ee0089f2bcae377b6eb3262a8d2
https://github.com/Teiid-Designer/teiid-designer/commit/0074c0528bc42ee00...
Author: blafond <blafond(a)redhat.com>
Date: 2015-03-30 (Mon, 30 Mar 2015)
Changed paths:
M plugins/org.teiid.designer.transformation.ui/src/org/teiid/designer/transformation/ui/wizards/file/TeiidMetadataImportInfo.java
M plugins/org.teiid.designer.transformation.ui/src/org/teiid/designer/transformation/ui/wizards/file/TeiidMetadataImportViewModelPage.java
Log Message:
-----------
TEIIDDES-2444 fixed couple issues with setting initial values and
validation including the check on viewAlreadyExists()
Commit: d43d30ccc13d1dc031b6605d378e746a4f7d4308
https://github.com/Teiid-Designer/teiid-designer/commit/d43d30ccc13d1dc03...
Author: blafond <blafond(a)redhat.com>
Date: 2015-03-30 (Mon, 30 Mar 2015)
Changed paths:
M plugins/org.teiid.designer.jdbc.ui/src/org/teiid/designer/jdbc/ui/wizards/JdbcImportObjectsPage.java
Log Message:
-----------
TEIIDDES-2436 added check to prevent recursive updates via refresh()
method
Commit: 258d22c80c45f822d1e7f738f4be8daa3e92d093
https://github.com/Teiid-Designer/teiid-designer/commit/258d22c80c45f822d...
Author: blafond <blafond(a)redhat.com>
Date: 2015-03-30 (Mon, 30 Mar 2015)
Changed paths:
M plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/PluginConstants.java
M plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/actions/FindModelObjectHandler.java
M plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/explorer/ModelExplorerNewAction.java
M plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/search/ModelObjectSelectionDialog.java
Log Message:
-----------
TEIIDDES-2395 added Find Model Object action & dialog to the Model
Explorer's New* drop-down action list on the top toolbar
Commit: 15db1c7f758c3c1217bb21d59e9b8a8df7b5d642
https://github.com/Teiid-Designer/teiid-designer/commit/15db1c7f758c3c121...
Author: blafond <blafond(a)redhat.com>
Date: 2015-03-30 (Mon, 30 Mar 2015)
Changed paths:
M plugins/org.teiid.designer.ddl.importer/src/org/teiid/designer/ddl/importer/DdlImporter.java
Log Message:
-----------
TEIIDDES-2456 after ModelResource is created, added setting of model
type, metamodel type and iniatilzing of model's containers, then added
save to insure that the ModelResource is fully constructed prior to
adding model objects from DDL.
Compare: https://github.com/Teiid-Designer/teiid-designer/compare/efedbf296a43...1...
10 years, 9 months
[Teiid-Designer/teiid-designer] 9d9e59: Fixes teiid server version testing
by Paul Richardson
Branch: refs/heads/8.6.x
Home: https://github.com/Teiid-Designer/teiid-designer
Commit: 9d9e59d1f1f48a8ab185602d8aa737e1079f9761
https://github.com/Teiid-Designer/teiid-designer/commit/9d9e59d1f1f48a8ab...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2015-03-30 (Mon, 30 Mar 2015)
Changed paths:
M plugins/org.teiid.designer.spi/src/org/teiid/designer/runtime/version/spi/TeiidServerVersion.java
Log Message:
-----------
Fixes teiid server version testing
* Comparisons have been historically lexographical and this fails when
testing, for example 8.2 against 8.10, as "2" is bigger than "10".
* Need to try and parse numerically first and compare and fallback to
lexographical comparison if parsing fails
Commit: 23b0ede597744185a15bac0b4533a76098b86698
https://github.com/Teiid-Designer/teiid-designer/commit/23b0ede597744185a...
Author: blafond <blafond(a)redhat.com>
Date: 2015-03-30 (Mon, 30 Mar 2015)
Changed paths:
M plugins/org.teiid.designer.modelgenerator.wsdl.ui/src/org/teiid/designer/modelgenerator/wsdl/ui/Messages.java
M plugins/org.teiid.designer.modelgenerator.wsdl.ui/src/org/teiid/designer/modelgenerator/wsdl/ui/messages.properties
M plugins/org.teiid.designer.modelgenerator.wsdl.ui/src/org/teiid/designer/modelgenerator/wsdl/ui/wizards/soap/WsdlDefinitionPage.java
Log Message:
-----------
TEIIDDES-2452 added message dialog to show successful wsdl validation.
Commit: 8f56a3b7555c151ee9273ccd7f857ee365063de3
https://github.com/Teiid-Designer/teiid-designer/commit/8f56a3b7555c151ee...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2015-03-30 (Mon, 30 Mar 2015)
Changed paths:
M plugins/org.teiid.designer.core/src/org/teiid/designer/core/ModelerCore.java
M plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/i18n.properties
M plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/server/SetDefaultServerAction.java
M plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/server/editor/TeiidServerEditor.java
M plugins/org.teiid.designer.spi/schema/teiidRuntimeClient.exsd
M plugins/org.teiid.designer.spi/src/org/teiid/designer/messages.properties
M plugins/org.teiid.designer.spi/src/org/teiid/designer/runtime/registry/TeiidRuntimeRegistry.java
M plugins/org.teiid.designer.spi/src/org/teiid/designer/runtime/spi/IExecutionAdminFactory.java
M plugins/org.teiid.designer.spi/src/org/teiid/designer/runtime/version/spi/TeiidServerVersion.java
M plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/i18n.properties
M plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/preferences/DefaultTeiidServerPreferenceContributor.java
M plugins/teiid/org.teiid.runtime.client/plugin.xml
M plugins/teiid/org.teiid.runtime.client/src/org/teiid/runtime/client/admin/ExecutionAdminFactory.java
M tests/org.teiid.designer.query.ui.test/src/org/teiid/query/ui/sqleditor/component/TestDisplayNodeFactory.java
M tests/org.teiid.designer.schema.tools.test/src/org/teiid/designer/schema/tools/NameUtilTest.java
M tests/org.teiid.designer.transformation.test/src/org/teiid/designer/transformation/aspects/validation/rules/TestMappingClassTransformationValidationHelper.java
Log Message:
-----------
TEIIDDES-2459: Minimal support for unsupported Teiid versions
* Allows connection to later versions of teiid instance than that
explicitly supported and tested by Designer.
* teiidRuntimeClient.exsd
* plugin.xml
* Since there is only 1 teiid plugin that covers multiple teiid versions,
makes little sense to mandate the versions in the plugin extension point
* TeiidRuntimeRegistry
* Registers the admin factory without mapping to teiid versions
* Search method attempts to find a factory with FULL support for the given
version then falls back to finding a factory with only WORKS support
* getSupportedVersions simply returns a list of values from the
ITeiidServerVersion.Version enum, which illustrates the supported and
tested versions
* SetDefaultServerAction
* Checks the level of support of the server and asks the user if they
wish to continue to set the server as default if not supported.
Compare: https://github.com/Teiid-Designer/teiid-designer/compare/a0e27a8f30cb...8...
10 years, 9 months
Build failed in Jenkins: jbosstools-teiid-komodo #662 ()
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
------------------------------------------
[...truncated 11214 lines...]
Downloaded: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-shared-i... (3 KB at 17.5 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-filterin...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/shared/maven-filtering...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (6 KB at 33.5 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-reposito...
Downloaded: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-reposito... (4 KB at 12.8 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-common-a...
Downloaded: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-common-a... (2 KB at 10.5 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-shared-c...
Downloaded: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-shared-c... (3 KB at 17.6 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk1...
Downloading: http://repository.jboss.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1....
Downloading: http://repository.jboss.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-ove...
Downloading: http://repository.jboss.org/maven2/org/codehaus/plexus/plexus-interpolati...
Downloading: http://repository.jboss.org/maven2/commons-cli/commons-cli/1.2/commons-cl...
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/file-managemen...
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-filterin...
Downloading: http://repository.jboss.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8...
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-reposito...
Downloaded: http://repository.jboss.org/maven2/org/apache/maven/shared/file-managemen... (31 KB at 94.2 KB/sec)
Downloaded: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-reposito... (23 KB at 70.2 KB/sec)
Downloading: http://snapshots.jboss.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14...
Downloading: http://snapshots.jboss.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5...
Downloading: http://snapshots.jboss.org/maven2/commons-cli/commons-cli/1.2/commons-cli...
Downloading: http://snapshots.jboss.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over...
Downloading: http://snapshots.jboss.org/maven2/org/codehaus/plexus/plexus-interpolatio...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/shared/maven-filtering...
Downloading: http://snapshots.jboss.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/slf4j/slf...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/slf4j/slf...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/commons-cli/c...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/slf4j/jcl...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/slf4j/slf... (9 KB at 50.9 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/slf4j/slf... (22 KB at 52.7 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/slf4j/jcl... (17 KB at 40.2 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (43 KB at 129.1 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/commons-cli/c... (41 KB at 81.1 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/... (60 KB at 104.5 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/... (227 KB at 347.8 KB/sec)
[INFO] Reading assembly descriptor: assembly/cli.xml
[WARNING] NOTE: Currently, inclusion of module dependencies may produce unpredictable results if a version conflict occurs.
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[INFO] Copying files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[WARNING] Assembly file: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...> is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[WARNING] NOTE: Currently, inclusion of module dependencies may produce unpredictable results if a version conflict occurs.
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o 'org.jboss.tools.komodo.plugins:*'
o 'org.jboss.tools.komodo.plugins.lib:*'
[INFO] Building zip: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ komodo.build ---
[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] Reactor Summary:
[INFO]
[INFO] komodo ............................................ SUCCESS [1:54.434s]
[INFO] Komodo Target Platform ............................ SUCCESS [0.463s]
[INFO] plugins ........................................... SUCCESS [0.106s]
[INFO] org.komodo.spi .................................... SUCCESS [25.355s]
[INFO] org.komodo.utils .................................. SUCCESS [0.712s]
[INFO] libs .............................................. SUCCESS [0.135s]
[INFO] org.komodo.modeshape.lib .......................... SUCCESS [1:01.985s]
[INFO] Komodo Teiid Client ............................... SUCCESS [1:00.634s]
[INFO] org.komodo.modeshape.teiid.sql.sequencer .......... SUCCESS [15.220s]
[INFO] org.komodo.core ................................... SUCCESS [1.207s]
[INFO] org.komodo.modeshape.vdb .......................... SUCCESS [0.680s]
[INFO] org.komodo.relational ............................. SUCCESS [2.341s]
[INFO] org.komodo.importer ............................... SUCCESS [0.635s]
[INFO] org.komodo.utils.logger.modeshape ................. SUCCESS [0.407s]
[INFO] features .......................................... SUCCESS [0.163s]
[INFO] org.komodo.engine.feature ......................... SUCCESS [0.568s]
[INFO] org.komodo.shell-api .............................. SUCCESS [0.527s]
[INFO] org.komodo.shell.lib .............................. SUCCESS [6.699s]
[INFO] org.komodo.shell .................................. SUCCESS [0.453s]
[INFO] org.komodo.eclipse.shell .......................... SUCCESS [0.564s]
[INFO] org.komodo.eclipse.spi ............................ SUCCESS [0.354s]
[INFO] org.komodo.eclipse.sql.ui ......................... SUCCESS [0.952s]
[INFO] org.komodo.eclipse.teiid.client ................... SUCCESS [0.545s]
[INFO] org.komodo.ui.feature ............................. SUCCESS [0.309s]
[INFO] tests ............................................. SUCCESS [0.036s]
[INFO] org.komodo.test.utils ............................. SUCCESS [0.393s]
[INFO] org.komodo.core.test .............................. SUCCESS [1:20.536s]
[INFO] org.komodo.eclipse.test.utils ..................... SUCCESS [0.290s]
[INFO] org.komodo.teiid.client.test ...................... SUCCESS [3:03.059s]
[INFO] org.komodo.utils.test ............................. SUCCESS [10.475s]
[INFO] org.komodo.relational.test ........................ SUCCESS [45.103s]
[INFO] org.komodo.importer.test .......................... SUCCESS [23.966s]
[INFO] org.komodo.shell.test ............................. SUCCESS [22.072s]
[INFO] org.komodo.modeshape.teiid.sql.sequencer.test ..... SUCCESS [1:10.612s]
[INFO] org.komodo.modeshape.vdb.test ..................... SUCCESS [17.672s]
[INFO] integration-tests ................................. SUCCESS [0.038s]
[INFO] org.komodo.eclipse.teiid-8.4.client.test .......... FAILURE [2:19.452s]
[INFO] org.komodo.eclipse.teiid-8.7.client.test .......... FAILURE [0.209s]
[INFO] Teiid Komodo ...................................... SUCCESS [7.438s]
[INFO] Komodo Build ...................................... SUCCESS [39.761s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20:53.434s
[INFO] Finished at: Sun Mar 29 15:42:23 EDT 2015
[INFO] Final Memory: 138M/668M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.6:unpack (unpack-for-teiid-testing) on project org.komodo.eclipse.teiid-8.4.client.test: Unable to resolve artifact. Could not transfer artifact org.jboss.as:jboss-as-dist:zip:7.2.0.Alpha1-redhat-4 from/to jboss-earlyaccess (https://maven.repository.redhat.com/earlyaccess/all/): GET request of: org/jboss/as/jboss-as-dist/7.2.0.Alpha1-redhat-4/jboss-as-dist-7.2.0.Alpha1-redhat-4.zip from jboss-earlyaccess failed
[ERROR] org.jboss.as:jboss-as-dist:zip:7.2.0.Alpha1-redhat-4
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] jboss-deprecated (https://repository.jboss.org/nexus/content/repositories/deprecated/, releases=true, snapshots=false),
[ERROR] jboss-developer-repository-group (https://repository.jboss.org/nexus/content/groups/developer/, releases=true, snapshots=true),
[ERROR] snapshots.jboss.org (http://snapshots.jboss.org/maven2, releases=true, snapshots=true),
[ERROR] repository.jboss.org (http://repository.jboss.org/maven2, releases=true, snapshots=false),
[ERROR] jboss-public-repository-group (http://repository.jboss.org/nexus/content/groups/public/, releases=true, snapshots=true),
[ERROR] sonatype (http://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
[ERROR] jboss-maven2-release-repository (https://repository.jboss.org/nexus/content/groups/m2-proxy/, releases=true, snapshots=true),
[ERROR] redhat-techpreview-all-repository (http://maven.repository.redhat.com/techpreview/all/, releases=true, snapshots=false),
[ERROR] jboss-earlyaccess (https://maven.repository.redhat.com/earlyaccess/all/, releases=true, snapshots=false),
[ERROR] jboss-releases (https://repository.jboss.org/nexus/content/repositories/releases/, releases=true, snapshots=true),
[ERROR] jboss-snapshots-repository (https://repository.jboss.org/nexus/content/repositories/snapshots/, releases=true, snapshots=true),
[ERROR] central (http://repo.maven.apache.org/maven2, releases=true, snapshots=false): Premature end of Content-Length delimited message body (expected: 128612031; received: 2097152
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.6:unpack (unpack-for-teiid-testing) on project org.komodo.eclipse.teiid-8.7.client.test: Unable to resolve artifact. Failure to transfer org.jboss.as:jboss-as-dist:zip:7.2.0.Alpha1-redhat-4 from https://maven.repository.redhat.com/earlyaccess/all/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-earlyaccess has elapsed or updates are forced. Original error: Could not transfer artifact org.jboss.as:jboss-as-dist:zip:7.2.0.Alpha1-redhat-4 from/to jboss-earlyaccess (https://maven.repository.redhat.com/earlyaccess/all/): GET request of: org/jboss/as/jboss-as-dist/7.2.0.Alpha1-redhat-4/jboss-as-dist-7.2.0.Alpha1-redhat-4.zip from jboss-earlyaccess failed
[ERROR] org.jboss.as:jboss-as-dist:zip:7.2.0.Alpha1-redhat-4
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] jboss-deprecated (https://repository.jboss.org/nexus/content/repositories/deprecated/, releases=true, snapshots=false),
[ERROR] jboss-developer-repository-group (https://repository.jboss.org/nexus/content/groups/developer/, releases=true, snapshots=true),
[ERROR] snapshots.jboss.org (http://snapshots.jboss.org/maven2, releases=true, snapshots=true),
[ERROR] repository.jboss.org (http://repository.jboss.org/maven2, releases=true, snapshots=false),
[ERROR] jboss-public-repository-group (http://repository.jboss.org/nexus/content/groups/public/, releases=true, snapshots=true),
[ERROR] sonatype (http://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true),
[ERROR] jboss-maven2-release-repository (https://repository.jboss.org/nexus/content/groups/m2-proxy/, releases=true, snapshots=true),
[ERROR] redhat-techpreview-all-repository (http://maven.repository.redhat.com/techpreview/all/, releases=true, snapshots=false),
[ERROR] jboss-earlyaccess (https://maven.repository.redhat.com/earlyaccess/all/, releases=true, snapshots=false),
[ERROR] jboss-releases (https://repository.jboss.org/nexus/content/repositories/releases/, releases=true, snapshots=true),
[ERROR] jboss-snapshots-repository (https://repository.jboss.org/nexus/content/repositories/snapshots/, releases=true, snapshots=true),
[ERROR] central (http://repo.maven.apache.org/maven2, releases=true, snapshots=false)
[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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.komodo.eclipse.teiid-8.4.client.test
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :64
Killing Xvnc process ID 25642
Archiving artifacts
Recording test results
10 years, 9 months