[Teiid-Designer/teiid-designer] 03433b: TEIIDDES-2728
by blafond
Branch: refs/heads/9.0.x
Home: https://github.com/Teiid-Designer/teiid-designer
Commit: 03433b9a09425344afab7a7a5c54e91f74e61c3e
https://github.com/Teiid-Designer/teiid-designer/commit/03433b9a09425344a...
Author: blafond <blafond(a)redhat.com>
Date: 2015-11-23 (Mon, 23 Nov 2015)
Changed paths:
M plugins/org.teiid.datatools.connectivity/src/org/teiid/datatools/connectivity/security/impl/EquinoxSecureStorageProvider.java
M plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/connection/VdbDataSourceInfo.java
M plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/server/editor/TeiidServerEditor.java
M plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/TeiidAdminInfo.java
M plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/TeiidConnectionInfo.java
M plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/TeiidJdbcInfo.java
M plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/TeiidParentServerListener.java
M plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/TeiidServer.java
M plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/TeiidServerFactory.java
M plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/TeiidServerManager.java
A plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/TeiidServerRegistryConstants.java
A plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/TeiidServerRegistryReader.java
A plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/TeiidServerRegistryWriter.java
M plugins/org.teiid.designer.spi/src/org/teiid/datatools/connectivity/spi/ISecureStorageProvider.java
R plugins/org.teiid.designer.spi/src/org/teiid/designer/runtime/spi/HostProvider.java
M plugins/org.teiid.designer.spi/src/org/teiid/designer/runtime/spi/ITeiidConnectionInfo.java
M plugins/org.teiid.designer.spi/src/org/teiid/designer/runtime/spi/ITeiidServer.java
M plugins/teiid/org.teiid.runtime.client/src/org/teiid/runtime/client/admin/v8/Admin8Factory.java
M tests/org.teiid.designer.dqp.test/src/org/teiid/designer/runtime/DefaultStorageProvider.java
M tests/org.teiid.designer.dqp.test/src/org/teiid/designer/runtime/ServerManagerTest.java
M tests/org.teiid.designer.dqp.test/src/org/teiid/designer/runtime/ServerTest.java
M tests/org.teiid.designer.dqp.test/src/org/teiid/designer/runtime/TeiidConnectionInfoTest.java
Log Message:
-----------
TEIIDDES-2728
* broke out read/write registry into Reader and Writer classes
* Fixed TeiidServerEditor to directly update TeiidServer component with
basic info rather than create a temp TeiidServer. This was creating
separate pass token and confusing original server secure storage
* Add a remove password from storage to help clean-up when host/port
values change. Prevents leaving stale entries.
9 years, 2 months
Build failed in Jenkins: jbosstools-teiid-komodo #1025 ()
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
Changes:
[dflorian] Issue 264 Upgrade to Java8
------------------------------------------
[...truncated 46169 lines...]
"rel": "imports",
"href": "http://localhost:8081/v1/workspace/vdbs/myVDB/VdbImports"
},
{
"rel": "models",
"href": "http://localhost:8081/v1/workspace/vdbs/myVDB/Models"
},
{
"rel": "translators",
"href": "http://localhost:8081/v1/workspace/vdbs/myVDB/VdbTranslators"
},
{
"rel": "dataRoles",
"href": "http://localhost:8081/v1/workspace/vdbs/myVDB/VdbDataRoles"
}
]
},
{
"keng__id": "twitter",
"keng__baseUri": "http://localhost:8081/v1/",
"keng__dataPath": "/tko:komodo/tko:workspace/twitter",
"keng__kType": "Vdb",
"keng__hasChildren": true,
"vdb__name": "twitter",
"vdb__description": "Shows how to call Web Services",
"vdb__originalFile": "/tko:komodo/tko:workspace/twitter",
"vdb__preview": false,
"vdb__connectionType": "BY_VERSION",
"vdb__version": 1,
"keng__properties": [
{
"name": "UseConnectorMetadata",
"value": "cached"
}
],
"keng___links": [
{
"rel": "self",
"href": "http://localhost:8081/v1/workspace/vdbs/twitter"
},
{
"rel": "parent",
"href": "http://localhost:8081/v1/workspace/vdbs"
},
{
"rel": "children",
"href": "http://localhost:8081/v1/workspace/search?parent\u003d%2Ftko%3Akomodo%2Ft..."
},
{
"rel": "imports",
"href": "http://localhost:8081/v1/workspace/vdbs/twitter/VdbImports"
},
{
"rel": "models",
"href": "http://localhost:8081/v1/workspace/vdbs/twitter/Models"
},
{
"rel": "translators",
"href": "http://localhost:8081/v1/workspace/vdbs/twitter/VdbTranslators"
},
{
"rel": "dataRoles",
"href": "http://localhost:8081/v1/workspace/vdbs/twitter/VdbDataRoles"
}
]
}
]
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 276.964 sec - in org.komodo.rest.relational.KomodoVdbServiceTest
Running org.komodo.rest.relational.RestVdbImportTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.komodo.rest.relational.RestVdbImportTest
Running org.komodo.rest.relational.RestVdbPermissionTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.komodo.rest.relational.RestVdbPermissionTest
Running org.komodo.rest.relational.RestVdbTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.komodo.rest.relational.RestVdbTest
Running org.komodo.rest.json.LinkSerializerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.komodo.rest.json.LinkSerializerTest
Running org.komodo.rest.RestLinkTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.komodo.rest.RestLinkTest
Results :
Tests run: 134, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-war-plugin:2.4:war (default-war) @ komodo-rest ---
Downloading: http://repository.jboss.org/maven2/com/thoughtworks/xstream/xstream/1.4.2...
Downloading: http://snapshots.jboss.org/maven2/com/thoughtworks/xstream/xstream/1.4.2/...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/com/thoughtwo...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/com/thoughtwo... (9 KB at 25.5 KB/sec)
Downloading: http://repository.jboss.org/maven2/com/thoughtworks/xstream/xstream-paren...
Downloading: http://snapshots.jboss.org/maven2/com/thoughtworks/xstream/xstream-parent...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/com/thoughtwo...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/com/thoughtwo... (19 KB at 89.8 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/codehaus/codehaus-parent/3/codehau...
Downloading: http://snapshots.jboss.org/maven2/org/codehaus/codehaus-parent/3/codehaus...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/... (5 KB at 29.3 KB/sec)
Downloading: http://repository.jboss.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3....
Downloading: http://snapshots.jboss.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/xmlpull/xmlpu...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/xmlpull/xmlpu... (386 B at 2.6 KB/sec)
Downloading: http://repository.jboss.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
Downloading: http://snapshots.jboss.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
Downloading: https://repository.jboss.org/nexus/content/groups/developer/xpp3/xpp3_min...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/xpp3/xpp3_min... (2 KB at 11.7 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/codehaus/plexus/plexus-io/2.0.7/pl...
Downloading: http://repository.jboss.org/maven2/org/codehaus/plexus/plexus-archiver/2....
Downloading: http://repository.jboss.org/maven2/com/thoughtworks/xstream/xstream/1.4.2...
Downloading: http://repository.jboss.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3....
Downloading: http://repository.jboss.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
Downloading: http://repository.jboss.org/maven2/org/codehaus/plexus/plexus-utils/3.0.1...
Downloading: http://snapshots.jboss.org/maven2/org/codehaus/plexus/plexus-io/2.0.7/ple...
Downloading: http://snapshots.jboss.org/maven2/org/codehaus/plexus/plexus-archiver/2.4...
Downloading: http://snapshots.jboss.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1...
Downloading: http://snapshots.jboss.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
Downloading: http://snapshots.jboss.org/maven2/com/thoughtworks/xstream/xstream/1.4.2/...
Downloading: http://snapshots.jboss.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/com/thoughtwo...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/xmlpull/xmlpu...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/xpp3/xpp3_min...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/xmlpull/xmlpu... (8 KB at 26.3 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/... (58 KB at 191.5 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/xpp3/xpp3_min... (25 KB at 73.9 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/... (161 KB at 238.0 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/... (226 KB at 416.0 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/com/thoughtwo... (471 KB at 516.3 KB/sec)
[INFO] Packaging webapp
[INFO] Assembling webapp [komodo-rest] in [<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...]>
[INFO] Processing war project
[INFO] Copying webapp webResources [<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] Webapp assembled in [1335 msecs]
[INFO] Building war: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO]
[INFO] --- maven-source-plugin:2.3:test-jar-no-fork (attach-test-sources) @ komodo-rest ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO]
[INFO] --- maven-source-plugin:2.3:jar-no-fork (attach-sources) @ komodo-rest ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ komodo-rest ---
[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] Reactor Summary:
[INFO]
[INFO] komodo ............................................ SUCCESS [13:53.552s]
[INFO] Komodo Target Platform ............................ SUCCESS [0.266s]
[INFO] plugins ........................................... SUCCESS [0.046s]
[INFO] org.komodo.spi .................................... SUCCESS [19.983s]
[INFO] libs .............................................. SUCCESS [0.036s]
[INFO] org.komodo.modeshape.lib .......................... SUCCESS [49.998s]
[INFO] org.komodo.utils.logger.modeshape ................. SUCCESS [2.017s]
[INFO] org.komodo.utils .................................. SUCCESS [0.406s]
[INFO] Komodo Teiid Client ............................... SUCCESS [36.640s]
[INFO] org.komodo.modeshape.teiid.sql.sequencer .......... SUCCESS [6.681s]
[INFO] org.komodo.core ................................... SUCCESS [0.520s]
[INFO] org.komodo.shell-api .............................. SUCCESS [0.223s]
[INFO] org.komodo.shell.lib .............................. SUCCESS [1.137s]
[INFO] org.komodo.shell .................................. SUCCESS [0.606s]
[INFO] org.komodo.importer ............................... SUCCESS [0.232s]
[INFO] org.komodo.modeshape.vdb .......................... SUCCESS [0.305s]
[INFO] org.komodo.relational ............................. SUCCESS [0.720s]
[INFO] features .......................................... SUCCESS [0.701s]
[INFO] org.komodo.engine.feature ......................... SUCCESS [0.264s]
[INFO] org.komodo.eclipse.shell .......................... SUCCESS [0.366s]
[INFO] org.komodo.eclipse.spi ............................ SUCCESS [0.286s]
[INFO] org.komodo.eclipse.sql.ui ......................... SUCCESS [0.371s]
[INFO] org.komodo.eclipse.teiid.client ................... SUCCESS [0.413s]
[INFO] org.komodo.ui.feature ............................. SUCCESS [0.204s]
[INFO] org.komodo.relational.commands .................... SUCCESS [37.469s]
[INFO] tests ............................................. SUCCESS [0.030s]
[INFO] org.komodo.test.utils ............................. SUCCESS [0.280s]
[INFO] org.komodo.core.test .............................. SUCCESS [1:15.069s]
[INFO] org.komodo.eclipse.test.utils ..................... SUCCESS [0.160s]
[INFO] org.komodo.teiid.client.test ...................... SUCCESS [2:33.502s]
[INFO] org.komodo.utils.test ............................. SUCCESS [6.104s]
[INFO] org.komodo.relational.test ........................ SUCCESS [7:13.993s]
[INFO] org.komodo.shell.test ............................. SUCCESS [53.989s]
[INFO] org.komodo.relational.commands.test ............... SUCCESS [5:27.753s]
[INFO] org.komodo.modeshape.teiid.sql.sequencer.test ..... SUCCESS [5:32.920s]
[INFO] org.komodo.modeshape.vdb.test ..................... SUCCESS [29.126s]
[INFO] integration-tests ................................. SUCCESS [0.024s]
[INFO] org.komodo.eclipse.teiid-8.4.client.test .......... FAILURE [2:06.989s]
[INFO] org.komodo.eclipse.teiid-8.7.client.test .......... FAILURE [0.114s]
[INFO] Teiid Komodo ...................................... SUCCESS [5.245s]
[INFO] VDB Builder Build ................................. SUCCESS [23.365s]
[INFO] Komodo Server ..................................... SUCCESS [38.951s]
[INFO] Komodo REST ....................................... SUCCESS [7:06.935s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 58:47.327s
[INFO] Finished at: Thu Nov 19 18:36:23 EST 2015
[INFO] Final Memory: 125M/594M
[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: 73400320
[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 :45
Killing Xvnc process ID 29058
Archiving artifacts
Recording test results
9 years, 2 months
Build failed in Jenkins: jbosstools-teiid-komodo-branch-testing #14 ()
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komo...>
Changes:
[blafond] KOMODO-106 added PlayCommand for executing text-based command files
[blafond] * Fixed bug in registry for Column object type
[blafond] Fixed shell command unit tests
[dflorian] Issue 79 Add KomodoObject validation framework
[dflorian] Issue 79 Add KomodoObject validation framework
[dflorian] Refactored to now use ValidationManager and the validation package. Added more implementation to the ValidationManager so that it now loads XSD so that tests do not have to.
[blafond] Cleaned up various javadoc warnings/missing java block errors etc.
[dflorian] Clean-up relational plugin compiler warnings.
[phantomjinx] Fixes tests for TestObjectSearcher
[phantomjinx] Refactors the importers to better assume the import type
[phantomjinx] Cleans up small errors and omissions
[phantomjinx] Fixes integration tests
[phantomjinx] Migrate from asynchronous auto sequencers to synchronous manual sequencers
[mdrillin] Updates to CdCommand
[mdrillin] Change TabCompleter to allow mixed case commands
[mdrillin] Adds tab completion to a few cli commands
[mdrillin] tab completion fixes
[mdrillin] Adds startup properties file to shell kit
[phantomjinx] Refactor the sequencing framework to be smarter in its execution
[phantomjinx] Fixes non-execution of vdb importer tests
[phantomjinx] Moves KSequencers into internal package
[mdrillin] Adds ShowCommand to komodo shell
[mdrillin] Modified DELETE cli command to take a path
[blafond] Adding more tests for import VDB
[phantomjinx] Test that document remove/re-add issue MODE-2463
[phantomjinx] Fixes incorrect placeholders for message string values
[phantomjinx] Fixes sequencer checks throwing exceptions
[phantomjinx] Avoids exposing getSession() outside of RepositoryImpl
[phantomjinx] * KSequencer
[mdrillin] Updated to cli Create command
[mdrillin] Adds SetCommand to cli
[phantomjinx] Ability to re-sequence after a property change
[phantomjinx] Investigates and determines the reason for the 'hang' in full books test
[phantomjinx] Improves KSequencers listening and notification
[phantomjinx] Issue 97 TabularResultSetImpl needs to overwrite getChildren() method to return strong types
[phantomjinx] Added tests for raw and filtered properties, children, and descriptors.
[phantomjinx] Refactors the komodo framework to require a transaction
[mdrillin] Mods for strong typed objects in CLI
[dflorian] Issue 124 Provide means for each object type to expose a getAllowedChildTypes() method
[mdrillin] Changes to set cli root path to workspace
[mdrillin] Fixes Cli Unit Tests
[dflorian] - Added some debug logging around session creation and disposal
[dflorian] Added "resources" directory to the bundle classpath/build.properties in the org.komodo.test.utils plugin. Deleted all the @Ignore tests and they all run now.
[dflorian] Fixed merge conflicts. Also put back the index entries in the test repo config to see if the Jenkings build works.
[dflorian] Issue 144 getChildTypes for 'workspace' node is empty
[mdrillin] Cli Updates
[dflorian] Issue 140 Standard Statement Options Should Appear As If They Were Properties
[dflorian] Changed the ImportCommand to do a rollback when an error occurs. There are no tests for this command as of yet so I cannot test this. All other shell tests run fine after making these changes.
[dflorian] Issue 152 Change CLI logging and labeling to show application name as VDBuilder
[phantomjinx] Completes exporting by adding different export types to ExportCommand
[dflorian] Issue 155 PropertyDescriptors Are Not Being Filtered When Getting All At Once
[blafond] replaced "komodo" with "vdbuilder" in CLASSPATH
[blafond] Changing VDBuilder to VDB Builder
[phantomjinx] Adds new vdb tests to import unit testing
[phantomjinx] Support for materialized ddl options in sequencer
[dflorian] I made the following changes to the shell:
[dflorian] Fixes a merge conflict I thought I had corrected. Also adds back in the index stuff to the repository config. I am still removing that so I can test locally.
[dflorian] Fixes the shell tests that were failing. The issues were that the format of the ListCommand and ShowCommand outputs were changed and the tests were checking for exact output matches. I've changed the tests to just check for the key words that need to appear in the output. The isse with the SetCommand tests were they were using a DDL namespace properties and those are being filtered out now.
[phantomjinx] Fixes modeshape 4.3.0 dependencies
[phantomjinx] Fixes infinispan configuration due to upgrade to 7.2
[phantomjinx] Fix for MODE-2471 (ISPN-5527)
[dflorian] Issue 167 VirtualProcedure And StoredProcedure Have Incorrect Type When Displayed In Shell
[dflorian] Work on shell.
[dflorian] Removing the isValid method from the PropertyDescriptor. If the proposed value is invalid based on the value constraints, it will still fail when the repository is saved. We can add this method back in later if needed and when we have more time to fully implement.
[dflorian] Issue 172 Shell Recording Decision Should Be Moved To Shell
[dflorian] Issue 88 Delete Legacy Classes
[dflorian] Issue 149 CLI commands for creating PKs, ResultSets, etc need further investigation (and other improvements and fixes)
[dflorian] Issue 176 Rewrite Shell Test Framework To Use The PlayCommand
[dflorian] Issue 181 SetCommand Tab Completion Needs To Show The Option To Reset Global Properties
[dflorian] Issue 183 NullPointerException At Shell Startup When Trying To Restore A Context That No Longer Exists
[dflorian] Created system property for where the Komodo Engine will persist its data. This location defaults to a .komodo directory in the user's home directory when running the shell kit. When running tests it defaults to a location in a temporary directory. And when running the Eclipse shell run configuration it defaults to a .komodo directory in the Eclipse workspace. So each of these different ways has there own space that cannot be corrupted by any other way of running. Also, you can run Eclipse shell run configuration and shell kit at the same time now.
[mdrillin] Adds VDB Import command testcase
[dflorian] PR 189 Adds VDB Import command testcase
[mdrillin] Added more VDB import tests
[dflorian] Issue 190 Model API Is Missing Properties For "vdb:visible" and "vdb:medataType"
[dflorian] Issue 186 Move Loading/Saving Of Shell Properties Back To DefaultKomodoShell
[dflorian] Issue 179 Shell Should Display Paths Instead Of UUIDs
[dflorian] Issue 184 Repository Initial Content File Not Found
[mdrillin] Adds import vdb test with import props
[dflorian] Issue 180 Add A RemoveConstraintColumnCommand To The Shell
[phantomjinx] Refactor the importer to provide error messages should it fail
[dflorian] Issue 203 TableConstraint's "constraintType" Property Should Not Be Modifiable
[phantomjinx] Fixes test failures since ddl parsing has been tightened up
[mdrillin] hides Model modelDefinition property by default
[mdrillin] adds indenting for long property values
[mdrillin] Add VDB Builder getting started to readme
[phantomjinx] Increments to next development version
[phantomjinx] Fixes test checking filtered-out property
[phantomjinx] Increments to next development version
[phantomjinx] Fixes test checking filtered-out property
[dflorian] Issue 208 cli issues with 'create VdbTranslator'
[mdrillin] updates PartsVDBScript
[mdrillin] improve playCommand messages
[phantomjinx] Only set a node property if the value has actually changed
[mdrillin] fixes setProperty issue
[mdrillin] addresses export of vdbs with undefined attributes
[mdrillin] adds create property to CreateCommand
[mdrillin] adds windows start script, reworks shell script
[dflorian] Issue 216 CreateCommand tabCompletion arg size == 2 needs work
[dflorian] Added an addition test for when a CreateCommand is used to try and create a property that already exists. The test should fail.
[dflorian] Issue 211 cli - PrimaryKey path issues
[dflorian] Issue 178 FindCommand Should Have An Object Name Argument
[mdrillin] Modifies importer and exposes import DDL in cli
[mdrillin] changes int to long for relational object methods
[dflorian] Issue 149 CLI commands for creating PKs, ResultSets, etc need further investigation
[kylinsoong.1214] #235: update README, current build only work with java 7
[kylinsoong.1214] #235: update README, current build only work with java 7
[mdrillin] Change FindCommand query to a static method
[dflorian] Issue 188 RoundTrip Import-Export - - - - problem with namespaced property
[mdrillin] change SetCommand to use FindCommand static query method
[mdrillin] fixes broken unit test
[mdrillin] Issue240: address DdlNodeVisitor issue with procedures which return datatype
[mdrillin] updates start script
[mdrillin] Updates Admin8Factory with designer changes
[mdrillin] Adding Server functionality to cli
[mdrillin] fixes issues with initial server commands commit
[phantomjinx] Fixes logic error in getTypeIdentifier
[phantomjinx] Provides a visitor for converting KObjects into JSON
[phantomjinx] Enhances JsonVisitor with kObject properties
[mdrillin] CommandProviders preliminary changes
[phantomjinx] Initial migration of vdb-builder raml specification into komodo
[mdrillin] In progress cli rework
[mdrillin] Removed WorkspaceContext, consolidated AbstractShellCommand, other fixes
[mdrillin] Rework of Server Commands
[mdrillin] Shell improvements
[mdrillin] partial commit of relational commands
[mdrillin] Additional relational commands and some built in rework
[mdrillin] refactored packages, added missing commands
[mdrillin] added add-delete commands, changed messages
[mdrillin] CommandProviders preliminary changes
[mdrillin] In progress cli rework
[mdrillin] Removed WorkspaceContext, consolidated AbstractShellCommand, other fixes
[mdrillin] Rework of Server Commands
[mdrillin] Shell improvements
[mdrillin] partial commit of relational commands
[mdrillin] Additional relational commands and some built in rework
[mdrillin] refactored packages, added missing commands
[mdrillin] added add-delete commands, changed messages
[mdrillin] re-implement FindCommand,AddConstraintColumnCommand,DeleteConstraintColumnCommand
[dflorian] CommandProviders preliminary changes
[dflorian] In progress cli rework
[dflorian] Removed WorkspaceContext, consolidated AbstractShellCommand, other fixes
[dflorian] Rework of Server Commands
[dflorian] Shell improvements
[dflorian] partial commit of relational commands
[dflorian] Additional relational commands and some built in rework
[dflorian] refactored packages, added missing commands
[dflorian] - changed ShellCommand.execute to return a CommandResult which identifies if command succeeded as well as other information
[dflorian] - added WorkspaceSetPropertyCommand and WorkspaceUnsetPropertyCommand
[mdrillin] Removed unneeded tests, addition of resultSet packages, other fixes
[phantomjinx] Prototype xsd -> json converter
[phantomjinx] Adds aliasing to KomodoType
[phantomjinx] Replaces the jaxb SchemaConverter with xsom-based xsd reader
[phantomjinx] Adds in suggested property names from teiid documentation
[dflorian] - added unset property commands to all the relational objects that needed it
[mdrillin] updated help messages for relational commands, syncd property names, added model export command
[dflorian] - fixed NPE hitting return on prompt
[dflorian] - mades some changes to command output when the command fails. The framework now will print the exception message in most cases.
[mdrillin] adds DeleteSchema, DeleteTeiid, DeleteVdb command; partial implementation of ImportVdb and ImportDdl Commands
[mdrillin] fixes set and unset success messages
[mdrillin] adds unitTests for relational commands
[dflorian] - Added the concept of a KomodoObjectLabelProvider. It knows how to convert object names and paths to display names and paths.
[dflorian] - Fixed an issue in ObjectImpl property validation where it needed to be looking at the raw property
[dflorian] - TableConstraint commands for adding and deleting columns now are working
[dflorian] - Fixed an issue in the prompt where the full object path was always showing. Now it uses the global property for showing full path or not.
[dflorian] - Adds a command that uploads a VDB XML file from the local file system into Komodo
[mdrillin] Work on the command Unit Tests
[mdrillin] Added UploadVdbCommandTest, worked on Add-Remove Constraint Tests
[dflorian] - Changed ObjectImpl methods such that for Komodo root, environment, library, and workspace no properties are returned
[mdrillin] refactors relational commands and tests into separate plugins
[mdrillin] Adds ResultSet commands, Rename overrides, additional Server commands
[mdrillin] Adds UploadModelCommand and test, deleted old command files
[mdrillin] Disables some commands in root nodes, misc cleanup
[mdrillin] Added Server commands for showing server artifact details
[dflorian] - pom changes to try and get a relational commands jar that includes all its dependencies. This is NOT working yet.
[dflorian] - wrapped the UnitOfWork in WorkspaceStatus such that when commit and rollback are called directly they call the appropriate WorkspaceStatus method.
[dflorian] - Upgrading ModeShape version to 4.4.0.Final
[mdrillin] Addition of LabelProviders, removal of ContextUtils
[mdrillin] Added basic commands and tests, modified and built out tests, refactored relational commands
[dflorian] - Upgraded Infinispan and Tika version
[mdrillin] re-worked ExportTests to remove txn, fixed UploadModelCommmand
[dflorian] - modified a few tests
[mdrillin] commented out model and schema ExportCommandTest, added DataTypeResultSet tests to AllTests
[phantomjinx] Modifies vdb importer to extract the vdb name from the xml prior to import
[mdrillin] Makes vdbpath optional on create, disable all VdbEntry Commands
[phantomjinx] Initial load of the Komodo REST maven project.
[phantomjinx] Now using GSON to convert to/from JSON format.
[phantomjinx] - added logging
[phantomjinx] - added response media type and @Provider to KomodoExceptionMapper
[phantomjinx] - removed /komodo from root of app path
[phantomjinx] - change JNDI name to "java:global/KomodoLocalRepository" to get the KEngine to start in Wildfly.
[phantomjinx] - created KomodoJsonMarshaller to centralize the conversion to/from JSON from/to POJOs
[phantomjinx] Mostly refactoring of VDB-related classes into a "relational" package.
[phantomjinx] Updates to json visitor and xsd reader
[phantomjinx] Reworks Vdb Service to serve new form of URIs
[phantomjinx] Provides tomcat test server for developmental testing of war
[phantomjinx] Configures the komodo.dataDir property for tomcat test server
[phantomjinx] Replaces loggers with KLog
[phantomjinx] Provides REST URI to import sample data into KEngine
[phantomjinx] Remove extraneous files and schema project
[phantomjinx] Enable swagger in rest webapp to document the api
[phantomjinx] Adds schema operation to rest service
[phantomjinx] Fixes for client/server defects
[phantomjinx] Removes obsolete tests
[phantomjinx] For lists return an empty array with a response status of 200
[phantomjinx] Enables fetching teiid schema element by ktype
[phantomjinx] Clear up stale engine thread
[phantomjinx] Splits the permissions, conditions and masks from the data roles
[phantomjinx] Change load samples operation to post from get
[phantomjinx] Avoids komodo log file path being located in a directory named 'null'
[mdrillin] Addition of cli docs to komodo repo
[mdrillin] Adds PrimaryKey Commands plus some documentation mods
[dflorian] Issue 258: cli - work on basic shell command unitTests
[mdrillin] Rename some server commands, fix multi-value path displays, add docs
[dflorian] - changed shell.test from fragment to a plugin to allow relational.commands.test to inherit AbstractCommandTest class
[mdrillin] Additional cli docs, few other minor fixes
[phantomjinx] Enhancements to ObjectSearcher
[phantomjinx] Implementation of Search Service
[mdrillin] Fixes cli logging issue
[dflorian] - Added category to ShellCommand
[mdrillin] Issue 265 - clean up of unused messages
[mdrillin] Adds setHost for Teiid object
[mdrillin] Adds ability to export vdb from workspace context
[dflorian] Issue 261 cli - add 'Show' commands for consistency
[mdrillin] Simplify vdb retrieval in ExportVdbCommand, simplify vdb tests
[phantomjinx] Differentiate between parent and ancestor searches
[mdrillin] Caching available commands in WorkspaceStatus
[dflorian] - bumped all pom and manifests to 0.0.3
[mdrillin] doc updates for cli 0.0.3 release
[mdrillin] Updates VDBBuilder link on readme page
[phantomjinx] Fixes json implementation of error response
[mdrillin] adds early checking for startup args
[phantomjinx] Fixes tests in light of addition of CHILDREN rest link
[felias] Update version of project org.komodo.teiid.client.schema to 0.0.3-SNAPSHOT
[phantomjinx] Modifications ready for jboss deployment
[phantomjinx] Refactor the KLog system
[phantomjinx] Fixes server/rest build issues post merge
[phantomjinx] Renames the context to vdb-builder
[phantomjinx] Fixes to build post server/rest merge
------------------------------------------
[...truncated 43429 lines...]
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
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.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
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.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
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.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
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.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
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.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
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.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
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.lib:*'
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
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) @ vdbbuilder.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] ------------------------------------------------------------------------
[INFO] Building Komodo Server 0.0.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.jboss.org/maven2/org/apache/maven/plugins/maven-enforce...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/plugins/maven-enforcer...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (7 KB at 15.2 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/enforcer/enforcer/1.3...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/enforcer/enforcer/1.3....
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (12 KB at 43.3 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/plugins/maven-enforce...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/plugins/maven-enforcer...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (26 KB at 97.2 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/plugins/maven-source-...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/plugins/maven-source-p...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (7 KB at 30.8 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/plugins/maven-plugins...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/plugins/maven-plugins/...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (10 KB at 56.9 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/plugins/maven-source-...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/plugins/maven-source-p...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (31 KB at 34.6 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/codehaus/mojo/buildnumber-maven-pl...
Downloading: http://snapshots.jboss.org/maven2/org/codehaus/mojo/buildnumber-maven-plu...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/... (12 KB at 46.3 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/codehaus/mojo/mojo-parent/33/mojo-...
Downloading: http://snapshots.jboss.org/maven2/org/codehaus/mojo/mojo-parent/33/mojo-p...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/... (26 KB at 104.6 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/codehaus/codehaus-parent/4/codehau...
Downloading: http://snapshots.jboss.org/maven2/org/codehaus/codehaus-parent/4/codehaus...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/... (5 KB at 27.4 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/codehaus/mojo/buildnumber-maven-pl...
Downloading: http://snapshots.jboss.org/maven2/org/codehaus/mojo/buildnumber-maven-plu...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/... (31 KB at 117.7 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/plugins/maven-install...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/plugins/maven-install-...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (8 KB at 34.5 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/plugins/maven-plugins...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/plugins/maven-plugins/...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (11 KB at 43.2 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/plugins/maven-install...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/plugins/maven-install-...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (33 KB at 125.0 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ komodo-server ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-version) @ komodo-server ---
Downloading: http://repository.jboss.org/maven2/junit/junit/4.11/junit-4.11.pom
Downloading: http://snapshots.jboss.org/maven2/junit/junit/4.11/junit-4.11.pom
Downloading: https://repository.jboss.org/nexus/content/groups/developer/junit/junit/4...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/junit/junit/4... (3 KB at 14.0 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcres...
Downloading: http://snapshots.jboss.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/hamcrest/...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/hamcrest/... (766 B at 4.5 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcr...
Downloading: http://snapshots.jboss.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcre...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/hamcrest/...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/hamcrest/... (2 KB at 11.7 KB/sec)
Downloading: http://repository.jboss.org/maven2/commons-lang/commons-lang/2.3/commons-...
Downloaded: http://repository.jboss.org/maven2/commons-lang/commons-lang/2.3/commons-... (11 KB at 34.0 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/enforcer/enforcer-api...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/enforcer/enforcer-api/...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (3 KB at 14.7 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/enforcer/enforcer-rul...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/enforcer/enforcer-rule...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (4 KB at 21.1 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
Downloaded: http://repository.jboss.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (2 KB at 5.1 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/beanshell/beanshell/2.0b4/beanshel...
Downloaded: http://repository.jboss.org/maven2/org/beanshell/beanshell/2.0b4/beanshel... (2 KB at 8.3 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-dependen...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/shared/maven-dependenc...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (7 KB at 36.6 KB/sec)
Downloading: http://repository.jboss.org/maven2/org/apache/maven/doxia/doxia-sink-api/...
Downloading: http://repository.jboss.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8...
Downloading: http://repository.jboss.org/maven2/commons-lang/commons-lang/2.3/commons-...
Downloading: http://repository.jboss.org/maven2/org/apache/maven/enforcer/enforcer-api...
Downloading: http://repository.jboss.org/maven2/org/apache/maven/enforcer/enforcer-rul...
Downloading: http://repository.jboss.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
Downloading: http://repository.jboss.org/maven2/org/apache/maven/shared/maven-dependen...
Downloading: http://repository.jboss.org/maven2/org/codehaus/plexus/plexus-component-a...
Downloaded: http://repository.jboss.org/maven2/commons-lang/commons-lang/2.3/commons-... (240 KB at 334.5 KB/sec)
Downloaded: http://repository.jboss.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (276 KB at 385.8 KB/sec)
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/doxia/doxia-sink-api/1...
Downloading: http://snapshots.jboss.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/enforcer/enforcer-api/...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/enforcer/enforcer-rule...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/shared/maven-dependenc...
Downloading: http://snapshots.jboss.org/maven2/org/codehaus/plexus/plexus-component-an...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (10 KB at 55.0 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/...
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/... (0 B at 0.0 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (10 KB at 22.5 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (59 KB at 103.3 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (86 KB at 145.4 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/codehaus/... (262 KB at 311.8 KB/sec)
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequireJavaVersion failed with message:
To build this project JDK 1.8 (or greater) is required. Please install it.
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Komodo REST
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] komodo ............................................ SUCCESS [14:02.677s]
[INFO] Komodo Target Platform ............................ SUCCESS [0.433s]
[INFO] plugins ........................................... SUCCESS [0.087s]
[INFO] org.komodo.spi .................................... SUCCESS [28.082s]
[INFO] org.komodo.utils .................................. SUCCESS [0.752s]
[INFO] libs .............................................. SUCCESS [0.068s]
[INFO] org.komodo.modeshape.lib .......................... SUCCESS [1:00.730s]
[INFO] Komodo Teiid Client ............................... SUCCESS [51.154s]
[INFO] org.komodo.modeshape.teiid.sql.sequencer .......... SUCCESS [11.768s]
[INFO] org.komodo.core ................................... SUCCESS [0.729s]
[INFO] org.komodo.shell-api .............................. SUCCESS [0.278s]
[INFO] org.komodo.shell.lib .............................. SUCCESS [1.345s]
[INFO] org.komodo.shell .................................. SUCCESS [0.671s]
[INFO] org.komodo.importer ............................... SUCCESS [0.273s]
[INFO] org.komodo.modeshape.vdb .......................... SUCCESS [0.329s]
[INFO] org.komodo.relational ............................. SUCCESS [1.034s]
[INFO] org.komodo.utils.logger.modeshape ................. SUCCESS [0.194s]
[INFO] features .......................................... SUCCESS [0.077s]
[INFO] org.komodo.engine.feature ......................... SUCCESS [0.276s]
[INFO] org.komodo.eclipse.shell .......................... SUCCESS [0.341s]
[INFO] org.komodo.eclipse.spi ............................ SUCCESS [0.202s]
[INFO] org.komodo.eclipse.sql.ui ......................... SUCCESS [0.508s]
[INFO] org.komodo.eclipse.teiid.client ................... SUCCESS [0.524s]
[INFO] org.komodo.ui.feature ............................. SUCCESS [0.279s]
[INFO] org.komodo.relational.commands .................... SUCCESS [40.756s]
[INFO] tests ............................................. SUCCESS [0.034s]
[INFO] org.komodo.test.utils ............................. SUCCESS [0.304s]
[INFO] org.komodo.core.test .............................. SUCCESS [1:17.650s]
[INFO] org.komodo.eclipse.test.utils ..................... SUCCESS [0.157s]
[INFO] org.komodo.teiid.client.test ...................... SUCCESS [3:13.722s]
[INFO] org.komodo.utils.test ............................. SUCCESS [7.391s]
[INFO] org.komodo.relational.test ........................ SUCCESS [5:43.320s]
[INFO] org.komodo.shell.test ............................. SUCCESS [57.772s]
[INFO] org.komodo.relational.commands.test ............... SUCCESS [5:41.942s]
[INFO] org.komodo.modeshape.teiid.sql.sequencer.test ..... SUCCESS [5:44.150s]
[INFO] org.komodo.modeshape.vdb.test ..................... SUCCESS [32.685s]
[INFO] integration-tests ................................. SUCCESS [0.032s]
[INFO] org.komodo.eclipse.teiid-8.4.client.test .......... SUCCESS [3:34.100s]
[INFO] org.komodo.eclipse.teiid-8.7.client.test .......... SUCCESS [1:12.324s]
[INFO] Teiid Komodo ...................................... SUCCESS [8.954s]
[INFO] VDB Builder Build ................................. SUCCESS [32.144s]
[INFO] Komodo Server ..................................... FAILURE [16.477s]
[INFO] Komodo REST ....................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 55:45.026s
[INFO] Finished at: Mon Nov 16 06:21:22 EST 2015
[INFO] Final Memory: 105M/595M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.3.1:enforce (enforce-java-version) on project komodo-server: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [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 :komodo-server
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :56
Killing Xvnc process ID 5115
Archiving artifacts
Recording test results
9 years, 2 months