diff --git a/komodo-core-tests/pom.xml b/komodo-core-tests/pom.xml index 6f46ddcb..289edd2d 100644 --- a/komodo-core-tests/pom.xml +++ b/komodo-core-tests/pom.xml @@ -16,7 +16,7 @@ org.apache.maven.plugins maven-compiler-plugin - ${maven.compiler.source} + ${maven.compiler.source} ${maven.compiler.target} diff --git a/komodo-core-tests/src/test/java/org/komodo/repository/test/TestMultiUsers.java b/komodo-core-tests/src/test/java/org/komodo/repository/test/TestMultiUsers.java index 17c90943..822dd32d 100644 --- a/komodo-core-tests/src/test/java/org/komodo/repository/test/TestMultiUsers.java +++ b/komodo-core-tests/src/test/java/org/komodo/repository/test/TestMultiUsers.java @@ -836,7 +836,7 @@ public void sysCanUseOtherUsersObjects() throws Exception { // // accept // - boolean[] accept = new boolean[1]; + final boolean[] accept = new boolean[1]; KomodoObjectVisitor visitor = new KomodoObjectVisitor() { @Override diff --git a/komodo-core/.classpath b/komodo-core/.classpath index fae1a2b3..08d7a50f 100644 --- a/komodo-core/.classpath +++ b/komodo-core/.classpath @@ -22,12 +22,13 @@ - + + - + diff --git a/komodo-core/.project b/komodo-core/.project index d1b6bef3..b8db0a1f 100644 --- a/komodo-core/.project +++ b/komodo-core/.project @@ -5,11 +5,21 @@ + + org.eclipse.wst.common.project.facet.core.builder + + + org.eclipse.jdt.core.javabuilder + + org.eclipse.wst.validation.validationbuilder + + + org.eclipse.m2e.core.maven2Builder @@ -19,5 +29,7 @@ org.eclipse.jdt.core.javanature org.eclipse.m2e.core.maven2Nature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.common.modulecore.ModuleCoreNature diff --git a/komodo-core/pom.xml b/komodo-core/pom.xml index ddfd8738..f89cea3f 100644 --- a/komodo-core/pom.xml +++ b/komodo-core/pom.xml @@ -20,7 +20,7 @@ org.apache.maven.plugins maven-compiler-plugin - ${maven.compiler.source} + ${maven.compiler.source} ${maven.compiler.target} diff --git a/komodo-importer/.classpath b/komodo-importer/.classpath index fae1a2b3..e1d24bcb 100644 --- a/komodo-importer/.classpath +++ b/komodo-importer/.classpath @@ -22,14 +22,15 @@ - + + - + - + diff --git a/komodo-importer/.project b/komodo-importer/.project index 69847bb3..667d3512 100644 --- a/komodo-importer/.project +++ b/komodo-importer/.project @@ -5,11 +5,21 @@ + + org.eclipse.wst.common.project.facet.core.builder + + + org.eclipse.jdt.core.javabuilder + + org.eclipse.wst.validation.validationbuilder + + + org.eclipse.m2e.core.maven2Builder @@ -19,5 +29,7 @@ org.eclipse.jdt.core.javanature org.eclipse.m2e.core.maven2Nature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.common.modulecore.ModuleCoreNature diff --git a/komodo-importer/pom.xml b/komodo-importer/pom.xml index d559338a..2a7eeeee 100644 --- a/komodo-importer/pom.xml +++ b/komodo-importer/pom.xml @@ -16,7 +16,7 @@ org.apache.maven.plugins maven-compiler-plugin - ${maven.compiler.source} + ${maven.compiler.source} ${maven.compiler.target} diff --git a/komodo-modeshape-sequencer-teiid-sql-tests/pom.xml b/komodo-modeshape-sequencer-teiid-sql-tests/pom.xml index cb2a51a1..e4d20f3a 100644 --- a/komodo-modeshape-sequencer-teiid-sql-tests/pom.xml +++ b/komodo-modeshape-sequencer-teiid-sql-tests/pom.xml @@ -16,7 +16,7 @@ org.apache.maven.plugins maven-compiler-plugin - ${maven.compiler.source} + ${maven.compiler.source} ${maven.compiler.target} diff --git a/komodo-modeshape-sequencer-teiid-sql/.classpath b/komodo-modeshape-sequencer-teiid-sql/.classpath index 6f2ef037..5a7a163f 100644 --- a/komodo-modeshape-sequencer-teiid-sql/.classpath +++ b/komodo-modeshape-sequencer-teiid-sql/.classpath @@ -22,14 +22,10 @@ - - - - - + @@ -41,10 +37,14 @@ - + + + + + diff --git a/komodo-modeshape-sequencer-teiid-sql/.project b/komodo-modeshape-sequencer-teiid-sql/.project index e0252e0c..97b4db7e 100644 --- a/komodo-modeshape-sequencer-teiid-sql/.project +++ b/komodo-modeshape-sequencer-teiid-sql/.project @@ -5,11 +5,21 @@ + + org.eclipse.wst.common.project.facet.core.builder + + + org.eclipse.jdt.core.javabuilder + + org.eclipse.wst.validation.validationbuilder + + + org.eclipse.m2e.core.maven2Builder @@ -19,5 +29,7 @@ org.eclipse.jdt.core.javanature org.eclipse.m2e.core.maven2Nature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.common.modulecore.ModuleCoreNature diff --git a/komodo-modeshape-sequencer-teiid-sql/pom.xml b/komodo-modeshape-sequencer-teiid-sql/pom.xml index a74b1e69..1097197a 100644 --- a/komodo-modeshape-sequencer-teiid-sql/pom.xml +++ b/komodo-modeshape-sequencer-teiid-sql/pom.xml @@ -86,7 +86,7 @@ org.apache.maven.plugins maven-compiler-plugin - ${maven.compiler.source} + ${maven.compiler.source} ${maven.compiler.target} diff --git a/komodo-modeshape-sequencer-teiid-sql/src/main/java/org/komodo/modeshape/teiid/TeiidSqlSequencer.java b/komodo-modeshape-sequencer-teiid-sql/src/main/java/org/komodo/modeshape/teiid/TeiidSqlSequencer.java index 71053d18..fcaed798 100644 --- a/komodo-modeshape-sequencer-teiid-sql/src/main/java/org/komodo/modeshape/teiid/TeiidSqlSequencer.java +++ b/komodo-modeshape-sequencer-teiid-sql/src/main/java/org/komodo/modeshape/teiid/TeiidSqlSequencer.java @@ -76,7 +76,7 @@ public boolean execute(Property inputProperty, Node outputNode, Context context) throw e; } catch (Throwable e) { LOGGER.error(Messages.getString(Messages.TeiidSqlSequencer.ErrorSequencingContent), e, e.getLocalizedMessage()); - throw e; + throw new Exception(e); } finally { stream.close(); } diff --git a/komodo-modeshape-vdb/.classpath b/komodo-modeshape-vdb/.classpath index fae1a2b3..e1d24bcb 100644 --- a/komodo-modeshape-vdb/.classpath +++ b/komodo-modeshape-vdb/.classpath @@ -22,14 +22,15 @@ - + + - + - + diff --git a/komodo-modeshape-vdb/.project b/komodo-modeshape-vdb/.project index 906cb3ee..31f3f846 100644 --- a/komodo-modeshape-vdb/.project +++ b/komodo-modeshape-vdb/.project @@ -5,11 +5,21 @@ + + org.eclipse.wst.common.project.facet.core.builder + + + org.eclipse.jdt.core.javabuilder + + org.eclipse.wst.validation.validationbuilder + + + org.eclipse.m2e.core.maven2Builder @@ -19,5 +29,7 @@ org.eclipse.jdt.core.javanature org.eclipse.m2e.core.maven2Nature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.common.modulecore.ModuleCoreNature diff --git a/komodo-modeshape-vdb/pom.xml b/komodo-modeshape-vdb/pom.xml index e82e81f8..04ea2b65 100644 --- a/komodo-modeshape-vdb/pom.xml +++ b/komodo-modeshape-vdb/pom.xml @@ -16,7 +16,7 @@ org.apache.maven.plugins maven-compiler-plugin - ${maven.compiler.source} + ${maven.compiler.source} ${maven.compiler.target} diff --git a/komodo-modeshape/.classpath b/komodo-modeshape/.classpath index e794a4d9..cf6dc857 100644 --- a/komodo-modeshape/.classpath +++ b/komodo-modeshape/.classpath @@ -6,14 +6,10 @@ - - - - - + @@ -22,5 +18,10 @@ + + + + + diff --git a/komodo-modeshape/.project b/komodo-modeshape/.project index 1b4d0c84..4fc2eb87 100644 --- a/komodo-modeshape/.project +++ b/komodo-modeshape/.project @@ -5,11 +5,21 @@ + + org.eclipse.wst.common.project.facet.core.builder + + + org.eclipse.jdt.core.javabuilder + + org.eclipse.wst.validation.validationbuilder + + + org.eclipse.m2e.core.maven2Builder @@ -19,5 +29,7 @@ org.eclipse.jdt.core.javanature org.eclipse.m2e.core.maven2Nature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.common.modulecore.ModuleCoreNature diff --git a/komodo-modeshape/pom.xml b/komodo-modeshape/pom.xml index de89b2ae..6c17ac18 100644 --- a/komodo-modeshape/pom.xml +++ b/komodo-modeshape/pom.xml @@ -17,7 +17,7 @@ org.apache.maven.plugins maven-compiler-plugin - ${maven.compiler.source} + ${maven.compiler.source} ${maven.compiler.target} diff --git a/komodo-relational/.classpath b/komodo-relational/.classpath index fae1a2b3..e1d24bcb 100644 --- a/komodo-relational/.classpath +++ b/komodo-relational/.classpath @@ -22,14 +22,15 @@ - + + - + - + diff --git a/komodo-relational/.project b/komodo-relational/.project index 759d3991..38ff443b 100644 --- a/komodo-relational/.project +++ b/komodo-relational/.project @@ -5,11 +5,21 @@ + + org.eclipse.wst.common.project.facet.core.builder + + + org.eclipse.jdt.core.javabuilder + + org.eclipse.wst.validation.validationbuilder + + + org.eclipse.m2e.core.maven2Builder @@ -19,5 +29,7 @@ org.eclipse.jdt.core.javanature org.eclipse.m2e.core.maven2Nature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.common.modulecore.ModuleCoreNature diff --git a/komodo-relational/pom.xml b/komodo-relational/pom.xml index 006832a6..03e1ab97 100644 --- a/komodo-relational/pom.xml +++ b/komodo-relational/pom.xml @@ -16,7 +16,7 @@ org.apache.maven.plugins maven-compiler-plugin - ${maven.compiler.source} + ${maven.compiler.source} ${maven.compiler.target} diff --git a/komodo-shell-api/.classpath b/komodo-shell-api/.classpath index fae1a2b3..e1d24bcb 100644 --- a/komodo-shell-api/.classpath +++ b/komodo-shell-api/.classpath @@ -22,14 +22,15 @@ - + + - + - + diff --git a/komodo-shell-api/.project b/komodo-shell-api/.project index 001edad0..a2e2a45b 100644 --- a/komodo-shell-api/.project +++ b/komodo-shell-api/.project @@ -5,11 +5,21 @@ + + org.eclipse.wst.common.project.facet.core.builder + + + org.eclipse.jdt.core.javabuilder + + org.eclipse.wst.validation.validationbuilder + + + org.eclipse.m2e.core.maven2Builder @@ -19,5 +29,7 @@ org.eclipse.jdt.core.javanature org.eclipse.m2e.core.maven2Nature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.common.modulecore.ModuleCoreNature diff --git a/komodo-shell-api/pom.xml b/komodo-shell-api/pom.xml index a41efc26..43109c32 100644 --- a/komodo-shell-api/pom.xml +++ b/komodo-shell-api/pom.xml @@ -16,7 +16,7 @@ org.apache.maven.plugins maven-compiler-plugin - ${maven.compiler.source} + ${maven.compiler.source} ${maven.compiler.target} diff --git a/komodo-shell/.classpath b/komodo-shell/.classpath index fae1a2b3..e1d24bcb 100644 --- a/komodo-shell/.classpath +++ b/komodo-shell/.classpath @@ -22,14 +22,15 @@ - + + - + - + diff --git a/komodo-shell/.project b/komodo-shell/.project index 2790711b..de740c26 100644 --- a/komodo-shell/.project +++ b/komodo-shell/.project @@ -5,11 +5,21 @@ + + org.eclipse.wst.common.project.facet.core.builder + + + org.eclipse.jdt.core.javabuilder + + org.eclipse.wst.validation.validationbuilder + + + org.eclipse.m2e.core.maven2Builder @@ -19,5 +29,7 @@ org.eclipse.jdt.core.javanature org.eclipse.m2e.core.maven2Nature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.common.modulecore.ModuleCoreNature diff --git a/komodo-shell/pom.xml b/komodo-shell/pom.xml index 7554dda8..7f45d59f 100644 --- a/komodo-shell/pom.xml +++ b/komodo-shell/pom.xml @@ -20,7 +20,7 @@ org.apache.maven.plugins maven-compiler-plugin - ${maven.compiler.source} + ${maven.compiler.source} ${maven.compiler.target} diff --git a/komodo-spi/.classpath b/komodo-spi/.classpath index fae1a2b3..e1d24bcb 100644 --- a/komodo-spi/.classpath +++ b/komodo-spi/.classpath @@ -22,14 +22,15 @@ - + + - + - + diff --git a/komodo-spi/.project b/komodo-spi/.project index e63f258c..a5d53f48 100644 --- a/komodo-spi/.project +++ b/komodo-spi/.project @@ -5,11 +5,21 @@ + + org.eclipse.wst.common.project.facet.core.builder + + + org.eclipse.jdt.core.javabuilder + + org.eclipse.wst.validation.validationbuilder + + + org.eclipse.m2e.core.maven2Builder @@ -19,5 +29,7 @@ org.eclipse.jdt.core.javanature org.eclipse.m2e.core.maven2Nature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.common.modulecore.ModuleCoreNature diff --git a/komodo-spi/pom.xml b/komodo-spi/pom.xml index 398f0c58..cbae42d9 100644 --- a/komodo-spi/pom.xml +++ b/komodo-spi/pom.xml @@ -29,7 +29,7 @@ org.apache.maven.plugins maven-compiler-plugin - ${maven.compiler.source} + ${maven.compiler.source} ${maven.compiler.target} diff --git a/komodo-teiid-client/.classpath b/komodo-teiid-client/.classpath index 501b9265..4b88eb26 100644 --- a/komodo-teiid-client/.classpath +++ b/komodo-teiid-client/.classpath @@ -22,11 +22,6 @@ - - - - - @@ -38,5 +33,10 @@ + + + + + diff --git a/komodo-teiid-client/pom.xml b/komodo-teiid-client/pom.xml index d7153c86..20f67a25 100644 --- a/komodo-teiid-client/pom.xml +++ b/komodo-teiid-client/pom.xml @@ -192,7 +192,7 @@ org.apache.maven.plugins maven-compiler-plugin - ${maven.compiler.source} + ${maven.compiler.source} ${maven.compiler.target} diff --git a/komodo-test-utils/pom.xml b/komodo-test-utils/pom.xml index 48c4ba26..5207860c 100644 --- a/komodo-test-utils/pom.xml +++ b/komodo-test-utils/pom.xml @@ -16,7 +16,7 @@ org.apache.maven.plugins maven-compiler-plugin - ${maven.compiler.source} + ${maven.compiler.source} ${maven.compiler.target} diff --git a/komodo-ui/.classpath b/komodo-ui/.classpath index 71a86ecf..e1d24bcb 100644 --- a/komodo-ui/.classpath +++ b/komodo-ui/.classpath @@ -22,15 +22,15 @@ - + + - + - - + diff --git a/komodo-ui/pom.xml b/komodo-ui/pom.xml index 3df30548..f603b8f5 100644 --- a/komodo-ui/pom.xml +++ b/komodo-ui/pom.xml @@ -32,7 +32,7 @@ org.apache.maven.plugins maven-compiler-plugin - ${maven.compiler.source} + ${maven.compiler.source} ${maven.compiler.target} diff --git a/komodo-utils-logger/.classpath b/komodo-utils-logger/.classpath index fae1a2b3..e1d24bcb 100644 --- a/komodo-utils-logger/.classpath +++ b/komodo-utils-logger/.classpath @@ -22,14 +22,15 @@ - + + - + - + diff --git a/komodo-utils-logger/.project b/komodo-utils-logger/.project index 4c33674f..8589e301 100644 --- a/komodo-utils-logger/.project +++ b/komodo-utils-logger/.project @@ -5,11 +5,21 @@ + + org.eclipse.wst.common.project.facet.core.builder + + + org.eclipse.jdt.core.javabuilder + + org.eclipse.wst.validation.validationbuilder + + + org.eclipse.m2e.core.maven2Builder @@ -19,5 +29,7 @@ org.eclipse.jdt.core.javanature org.eclipse.m2e.core.maven2Nature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.common.modulecore.ModuleCoreNature diff --git a/komodo-utils-logger/pom.xml b/komodo-utils-logger/pom.xml index ec172da3..8427336d 100644 --- a/komodo-utils-logger/pom.xml +++ b/komodo-utils-logger/pom.xml @@ -16,7 +16,7 @@ org.apache.maven.plugins maven-compiler-plugin - ${maven.compiler.source} + ${maven.compiler.source} ${maven.compiler.target} diff --git a/komodo-utils/.classpath b/komodo-utils/.classpath index fae1a2b3..e1d24bcb 100644 --- a/komodo-utils/.classpath +++ b/komodo-utils/.classpath @@ -22,14 +22,15 @@ - + + - + - + diff --git a/komodo-utils/.project b/komodo-utils/.project index 0b712a1c..3615d2c5 100644 --- a/komodo-utils/.project +++ b/komodo-utils/.project @@ -5,11 +5,21 @@ + + org.eclipse.wst.common.project.facet.core.builder + + + org.eclipse.jdt.core.javabuilder + + org.eclipse.wst.validation.validationbuilder + + + org.eclipse.m2e.core.maven2Builder @@ -19,5 +29,7 @@ org.eclipse.jdt.core.javanature org.eclipse.m2e.core.maven2Nature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.common.modulecore.ModuleCoreNature diff --git a/komodo-utils/pom.xml b/komodo-utils/pom.xml index 66069255..21d319a0 100644 --- a/komodo-utils/pom.xml +++ b/komodo-utils/pom.xml @@ -16,7 +16,7 @@ org.apache.maven.plugins maven-compiler-plugin - ${maven.compiler.source} + ${maven.compiler.source} ${maven.compiler.target} diff --git a/plugins/komodo-plugin-framework/.classpath b/plugins/komodo-plugin-framework/.classpath index fae1a2b3..e1d24bcb 100644 --- a/plugins/komodo-plugin-framework/.classpath +++ b/plugins/komodo-plugin-framework/.classpath @@ -22,14 +22,15 @@ - + + - + - + diff --git a/plugins/komodo-plugin-framework/.project b/plugins/komodo-plugin-framework/.project index 9413e498..7ee1c555 100644 --- a/plugins/komodo-plugin-framework/.project +++ b/plugins/komodo-plugin-framework/.project @@ -5,11 +5,21 @@ + + org.eclipse.wst.common.project.facet.core.builder + + + org.eclipse.jdt.core.javabuilder + + org.eclipse.wst.validation.validationbuilder + + + org.eclipse.m2e.core.maven2Builder @@ -19,5 +29,7 @@ org.eclipse.jdt.core.javanature org.eclipse.m2e.core.maven2Nature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.common.modulecore.ModuleCoreNature diff --git a/plugins/komodo-plugin-framework/pom.xml b/plugins/komodo-plugin-framework/pom.xml index bcdcda1e..1e4e710e 100644 --- a/plugins/komodo-plugin-framework/pom.xml +++ b/plugins/komodo-plugin-framework/pom.xml @@ -42,8 +42,8 @@ org.apache.maven.plugins maven-compiler-plugin - 1.8 - 1.8 + ${maven.compiler.source} + ${maven.compiler.target} diff --git a/plugins/komodo-plugin-service/.classpath b/plugins/komodo-plugin-service/.classpath index fae1a2b3..e1d24bcb 100644 --- a/plugins/komodo-plugin-service/.classpath +++ b/plugins/komodo-plugin-service/.classpath @@ -22,14 +22,15 @@ - + + - + - + diff --git a/plugins/komodo-plugin-service/.project b/plugins/komodo-plugin-service/.project index b20dab86..9e81d0cb 100644 --- a/plugins/komodo-plugin-service/.project +++ b/plugins/komodo-plugin-service/.project @@ -5,11 +5,21 @@ + + org.eclipse.wst.common.project.facet.core.builder + + + org.eclipse.jdt.core.javabuilder + + org.eclipse.wst.validation.validationbuilder + + + org.eclipse.m2e.core.maven2Builder @@ -19,5 +29,7 @@ org.eclipse.jdt.core.javanature org.eclipse.m2e.core.maven2Nature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.common.modulecore.ModuleCoreNature diff --git a/plugins/komodo-plugin-service/pom.xml b/plugins/komodo-plugin-service/pom.xml index cd127595..d3a534ee 100644 --- a/plugins/komodo-plugin-service/pom.xml +++ b/plugins/komodo-plugin-service/pom.xml @@ -117,8 +117,8 @@ org.apache.maven.plugins maven-compiler-plugin - 1.8 - 1.8 + ${maven.compiler.source} + ${maven.compiler.target} diff --git a/plugins/storage-file/.classpath b/plugins/storage-file/.classpath index fae1a2b3..4e1bbc2b 100644 --- a/plugins/storage-file/.classpath +++ b/plugins/storage-file/.classpath @@ -27,7 +27,7 @@ - + diff --git a/plugins/storage-file/.project b/plugins/storage-file/.project index 29e3efad..a8fbef17 100644 --- a/plugins/storage-file/.project +++ b/plugins/storage-file/.project @@ -17,6 +17,7 @@ + org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature org.eclipse.m2e.core.maven2Nature diff --git a/plugins/storage-file/pom.xml b/plugins/storage-file/pom.xml index c97fe8f9..0f683486 100644 --- a/plugins/storage-file/pom.xml +++ b/plugins/storage-file/pom.xml @@ -71,8 +71,8 @@ org.apache.maven.plugins maven-compiler-plugin - 1.8 - 1.8 + ${maven.compiler.source} + ${maven.compiler.target} diff --git a/plugins/storage-git/.classpath b/plugins/storage-git/.classpath index fae1a2b3..4e1bbc2b 100644 --- a/plugins/storage-git/.classpath +++ b/plugins/storage-git/.classpath @@ -27,7 +27,7 @@ - + diff --git a/plugins/storage-git/.project b/plugins/storage-git/.project index 7b0677f1..83131b2e 100644 --- a/plugins/storage-git/.project +++ b/plugins/storage-git/.project @@ -17,6 +17,7 @@ + org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature org.eclipse.m2e.core.maven2Nature diff --git a/plugins/storage-git/pom.xml b/plugins/storage-git/pom.xml index 9ac7bf7e..0d7c7c83 100644 --- a/plugins/storage-git/pom.xml +++ b/plugins/storage-git/pom.xml @@ -83,8 +83,8 @@ org.apache.maven.plugins maven-compiler-plugin - 1.8 - 1.8 + ${maven.compiler.source} + ${maven.compiler.target} diff --git a/plugins/teiid-8.11/.classpath b/plugins/teiid-8.11/.classpath deleted file mode 100644 index d9231d27..00000000 --- a/plugins/teiid-8.11/.classpath +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugins/teiid-8.11/.project b/plugins/teiid-8.11/.project deleted file mode 100644 index e1a7c2a7..00000000 --- a/plugins/teiid-8.11/.project +++ /dev/null @@ -1,33 +0,0 @@ - - - org.komodo.teiid.8.11 - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - org.eclipse.m2e.core.maven2Builder - - - - - - org.eclipse.m2e.core.maven2Nature - org.eclipse.jdt.core.javanature - - diff --git a/plugins/teiid-8.12/.classpath b/plugins/teiid-8.12/.classpath deleted file mode 100644 index d9231d27..00000000 --- a/plugins/teiid-8.12/.classpath +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugins/teiid-8.12/.project b/plugins/teiid-8.12/.project deleted file mode 100644 index bf45dce3..00000000 --- a/plugins/teiid-8.12/.project +++ /dev/null @@ -1,33 +0,0 @@ - - - org.komodo.teiid.8.12.4 - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - org.eclipse.m2e.core.maven2Builder - - - - - - org.eclipse.m2e.core.maven2Nature - org.eclipse.jdt.core.javanature - - diff --git a/plugins/teiid-template/.classpath b/plugins/teiid-template/.classpath deleted file mode 100644 index 60ee2c7a..00000000 --- a/plugins/teiid-template/.classpath +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/plugins/teiid-template/.project b/plugins/teiid-template/.project deleted file mode 100644 index 85e1e7d6..00000000 --- a/plugins/teiid-template/.project +++ /dev/null @@ -1,23 +0,0 @@ - - - teiid-template - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.m2e.core.maven2Builder - - - - - - org.eclipse.jdt.core.javanature - org.eclipse.m2e.core.maven2Nature - - diff --git a/plugins/teiid-template/template/.classpath b/plugins/teiid-template/template/.classpath deleted file mode 100644 index d9231d27..00000000 --- a/plugins/teiid-template/template/.classpath +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugins/teiid-template/template/.project b/plugins/teiid-template/template/.project deleted file mode 100644 index 2bbcfd24..00000000 --- a/plugins/teiid-template/template/.project +++ /dev/null @@ -1,33 +0,0 @@ - - - org.komodo.teiid.%TEIID_TITLE_VERSION% - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - org.eclipse.m2e.core.maven2Builder - - - - - - org.eclipse.m2e.core.maven2Nature - org.eclipse.jdt.core.javanature - - diff --git a/scripts/jenkins-web-integration.sh b/scripts/jenkins-web-integration.sh index 13f4e293..06822848 100755 --- a/scripts/jenkins-web-integration.sh +++ b/scripts/jenkins-web-integration.sh @@ -13,8 +13,8 @@ JB_USER_PROPS="$WORKSPACE/vdb-builder-sources/server/komodo-rest/src/test/resour JB_ROLES_PROPS_NAME="application-roles.properties" JB_ROLES_PROPS="$WORKSPACE/vdb-builder-sources/server/komodo-rest/src/test/resources/credentials/$JB_ROLES_PROPS_NAME" -TEIID_DIR="$WORKSPACE/maven-repo/org/jboss/teiid/teiid/${TEIID_GIT_BRANCH}" -TEIID="teiid-${TEIID_GIT_BRANCH}-jboss-dist.zip" +TEIID_DIR="$WORKSPACE/maven-repo/org/jboss/teiid/teiid/${TEIID_VERSION}" +TEIID="teiid-${TEIID_VERSION}-jboss-dist.zip" VDBBUILDER_NAME="vdb-builder.war" VDBBUILDER="$WORKSPACE/vdb-builder-sources/server/komodo-rest/target/$VDBBUILDER_NAME" diff --git a/server/komodo-rest/.classpath b/server/komodo-rest/.classpath index 3d31078d..71840e29 100644 --- a/server/komodo-rest/.classpath +++ b/server/komodo-rest/.classpath @@ -1,6 +1,6 @@ - + @@ -28,15 +28,20 @@ - + + + + + + - + diff --git a/server/komodo-rest/pom.xml b/server/komodo-rest/pom.xml index b5a1a55c..4d67baf5 100644 --- a/server/komodo-rest/pom.xml +++ b/server/komodo-rest/pom.xml @@ -571,10 +571,10 @@ - - ${manifest.dependencies} - - + + ${manifest.dependencies} + + @@ -703,6 +703,12 @@ ${project.basedir}/lib/test-server false + + ${project.basedir}/var + + + ${project.basedir}/log + diff --git a/server/komodo-rest/src/test/java/org/komodo/rest/service/KomodoUtilServiceTest.java b/server/komodo-rest/src/test/java/org/komodo/rest/service/KomodoUtilServiceTest.java index 1c9706b0..25070986 100644 --- a/server/komodo-rest/src/test/java/org/komodo/rest/service/KomodoUtilServiceTest.java +++ b/server/komodo-rest/src/test/java/org/komodo/rest/service/KomodoUtilServiceTest.java @@ -196,7 +196,11 @@ public void shouldReturnTeiidSchema() throws Exception { InputStream schemaStream = getClass().getResourceAsStream("teiid-schema.json"); String expected = TestUtilities.toString(schemaStream); - assertEquals(expected.trim(), entity); + if (! expected.trim().equals(entity)) { + schemaStream = getClass().getResourceAsStream("teiid-schema2.json"); + expected = TestUtilities.toString(schemaStream); + assertEquals(expected.trim(), entity); + } } @Test