From rareddy at jboss.org Mon Aug 4 10:24:30 2014 From: rareddy at jboss.org (Ramesh Reddy) Date: Mon, 04 Aug 2014 07:24:30 -0700 Subject: [teiid-commits] [teiid/teiid] b4f59d: TEIID-3038: Adding geoSpatial support for MongoDB ... Message-ID: <53df979e5292c_d93110bd40862f@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: b4f59d86e9237d5405d6a7e8800173f0b36ad9a7 https://github.com/teiid/teiid/commit/b4f59d86e9237d5405d6a7e8800173f0b36ad9a7 Author: Ramesh Reddy Date: 2014-08-04 (Mon, 04 Aug 2014) Changed paths: M build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/ColumnDetail.java M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBExecutionFactory.java M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBPlugin.java M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBSelectVisitor.java M connectors/translator-mongodb/src/main/resources/org/teiid/translator/mongodb/i18n.properties M connectors/translator-mongodb/src/test/java/org/teiid/translator/mongodb/TestMongoDBQueryExecution.java M connectors/translator-mongodb/src/test/java/org/teiid/translator/mongodb/TestMongoDBSelectVisitor.java Log Message: ----------- TEIID-3038: Adding geoSpatial support for MongoDB translator Commit: 628ca42a48a4277eb65a8afa372f2a199ccccfe5 https://github.com/teiid/teiid/commit/628ca42a48a4277eb65a8afa372f2a199ccccfe5 Author: Ramesh Reddy Date: 2014-08-04 (Mon, 04 Aug 2014) Changed paths: M build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/ColumnDetail.java M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBExecutionFactory.java M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBPlugin.java M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBSelectVisitor.java M connectors/translator-mongodb/src/main/resources/org/teiid/translator/mongodb/i18n.properties M connectors/translator-mongodb/src/test/java/org/teiid/translator/mongodb/TestMongoDBQueryExecution.java M connectors/translator-mongodb/src/test/java/org/teiid/translator/mongodb/TestMongoDBSelectVisitor.java Log Message: ----------- Merge pull request #287 from rareddy/TEIID-3038 TEIID-3038: Adding geoSpatial support for MongoDB translator Compare: https://github.com/teiid/teiid/compare/4670d6d56602...628ca42a48a4 From docs-author at jboss.org Mon Aug 4 10:31:10 2014 From: docs-author at jboss.org (Van Halbert (Confluence)) Date: Mon, 4 Aug 2014 10:31:10 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > Archetype Template Connector Project Message-ID: <510588427.82.1407162670170.JavaMail.tomcat@conf01.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140804/697c32d1/attachment.html From docs-author at jboss.org Mon Aug 4 10:33:10 2014 From: docs-author at jboss.org (Van Halbert (Confluence)) Date: Mon, 4 Aug 2014 10:33:10 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > Archetype Template Translator Project Message-ID: <1255220227.242.1407162790254.JavaMail.tomcat@conf02.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140804/d74d4816/attachment-0001.html From rareddy at jboss.org Mon Aug 4 10:42:11 2014 From: rareddy at jboss.org (Ramesh Reddy) Date: Mon, 04 Aug 2014 07:42:11 -0700 Subject: [teiid-commits] [teiid/teiid] 4cfe30: TEIID-3038: Adding geoSpatial support for MongoDB ... Message-ID: <53df9bc33d5f5_1c52d8dd44785ca@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.7.x Home: https://github.com/teiid/teiid Commit: 4cfe3040b9eb056fbd7eabd66a8d88e2de410c32 https://github.com/teiid/teiid/commit/4cfe3040b9eb056fbd7eabd66a8d88e2de410c32 Author: Ramesh Reddy Date: 2014-08-04 (Mon, 04 Aug 2014) Changed paths: M build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/ColumnDetail.java M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBExecutionFactory.java M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBPlugin.java M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBSelectVisitor.java M connectors/translator-mongodb/src/main/resources/org/teiid/translator/mongodb/i18n.properties M connectors/translator-mongodb/src/test/java/org/teiid/translator/mongodb/TestMongoDBQueryExecution.java M connectors/translator-mongodb/src/test/java/org/teiid/translator/mongodb/TestMongoDBSelectVisitor.java Log Message: ----------- TEIID-3038: Adding geoSpatial support for MongoDB translator Commit: ae0a018d839c3a36611f4e7af09be6d8c9eeb973 https://github.com/teiid/teiid/commit/ae0a018d839c3a36611f4e7af09be6d8c9eeb973 Author: Ramesh Reddy Date: 2014-08-04 (Mon, 04 Aug 2014) Changed paths: M build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/ColumnDetail.java M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBExecutionFactory.java M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBPlugin.java M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBSelectVisitor.java M connectors/translator-mongodb/src/main/resources/org/teiid/translator/mongodb/i18n.properties M connectors/translator-mongodb/src/test/java/org/teiid/translator/mongodb/TestMongoDBQueryExecution.java M connectors/translator-mongodb/src/test/java/org/teiid/translator/mongodb/TestMongoDBSelectVisitor.java Log Message: ----------- Merge pull request #288 from rareddy/TEIID-3038-8.7.x TEIID-3038: Adding geoSpatial support for MongoDB translator Compare: https://github.com/teiid/teiid/compare/5f9ff7ddcf99...ae0a018d839c From docs-author at jboss.org Mon Aug 4 11:13:08 2014 From: docs-author at jboss.org (Ramesh Reddy (Confluence)) Date: Mon, 4 Aug 2014 11:13:08 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > MongoDB Translator Message-ID: <1492921427.87.1407165188314.JavaMail.tomcat@conf01.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140804/caee077e/attachment-0001.html From shawkins at redhat.com Mon Aug 4 11:50:05 2014 From: shawkins at redhat.com (shawkins) Date: Mon, 04 Aug 2014 08:50:05 -0700 Subject: [teiid-commits] [teiid/teiid] f78849: TEIID-3058 refining literal handling Message-ID: <53dfabad67d63_1f6312c7d3c76682@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: f78849ea8b3bb67f913eeda45a1e47644dc368ba https://github.com/teiid/teiid/commit/f78849ea8b3bb67f913eeda45a1e47644dc368ba Author: shawkins Date: 2014-08-04 (Mon, 04 Aug 2014) Changed paths: M api/src/main/java/org/teiid/language/visitor/SQLStringVisitor.java M connectors/translator-cassandra/src/main/java/org/teiid/translator/cassandra/CassandraSQLVisitor.java M connectors/translator-cassandra/src/test/java/org/teiid/translator/cassandra/TestTeiidLanguageToCQL.java Log Message: ----------- TEIID-3058 refining literal handling From shawkins at redhat.com Mon Aug 4 12:51:24 2014 From: shawkins at redhat.com (shawkins) Date: Mon, 04 Aug 2014 09:51:24 -0700 Subject: [teiid-commits] [teiid/teiid] 9ddf15: TEIID-3058 refining literal handling Message-ID: <53dfba0cda1a_124ddebd4087671@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.7.x Home: https://github.com/teiid/teiid Commit: 9ddf152c565bcaf416711c64278463ce28b17000 https://github.com/teiid/teiid/commit/9ddf152c565bcaf416711c64278463ce28b17000 Author: shawkins Date: 2014-08-04 (Mon, 04 Aug 2014) Changed paths: M api/src/main/java/org/teiid/language/visitor/SQLStringVisitor.java M connectors/translator-cassandra/src/main/java/org/teiid/translator/cassandra/CassandraSQLVisitor.java M connectors/translator-cassandra/src/test/java/org/teiid/translator/cassandra/TestTeiidLanguageToCQL.java Log Message: ----------- TEIID-3058 refining literal handling From docs-author at jboss.org Tue Aug 5 10:14:00 2014 From: docs-author at jboss.org (Steven Hawkins (Confluence)) Date: Tue, 5 Aug 2014 10:14:00 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > Metadata Repositories Message-ID: <1721370190.256.1407248040193.JavaMail.tomcat@conf02.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140805/d4fcda84/attachment.html From shawkins at redhat.com Tue Aug 5 16:53:17 2014 From: shawkins at redhat.com (shawkins) Date: Tue, 05 Aug 2014 13:53:17 -0700 Subject: [teiid-commits] [teiid/teiid] 07e2a7: TEIID-3063 TEIID-3062 enhancing logic dealing with... Message-ID: <53e1443d1fcae_535d13a7d38134441@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 07e2a7e6eebd53ba517d40e14d0f5b8a8b79371e https://github.com/teiid/teiid/commit/07e2a7e6eebd53ba517d40e14d0f5b8a8b79371e Author: shawkins Date: 2014-08-05 (Tue, 05 Aug 2014) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/rules/RuleAssignOutputElements.java M engine/src/main/java/org/teiid/query/optimizer/relational/rules/RuleCollapseSource.java M engine/src/main/java/org/teiid/query/optimizer/relational/rules/RuleMergeVirtual.java M engine/src/test/java/org/teiid/query/optimizer/TestSortOptimization.java M engine/src/test/java/org/teiid/query/processor/TestProcessor.java Log Message: ----------- TEIID-3063 TEIID-3062 enhancing logic dealing with constants and distinct optimizations From rareddy at jboss.org Wed Aug 6 09:06:46 2014 From: rareddy at jboss.org (Ramesh Reddy) Date: Wed, 06 Aug 2014 06:06:46 -0700 Subject: [teiid-commits] [teiid/teiid] 29ae00: TEIID-3065, TEIID-3066: Fixed NPE, and implemented... Message-ID: <53e2286652d5a_758e603d44447f7@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 29ae0006325691d1bb7654e649edd774ab893e0f https://github.com/teiid/teiid/commit/29ae0006325691d1bb7654e649edd774ab893e0f Author: Ramesh Reddy Date: 2014-08-06 (Wed, 06 Aug 2014) Changed paths: M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrExecutionFactory.java M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrQueryExecution.java M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrSQLHierarchyVistor.java M connectors/translator-solr/src/test/java/org/teiid/translator/solr/TestTeiidLanguageToSolr.java Log Message: ----------- TEIID-3065, TEIID-3066: Fixed NPE, and implemented count(*) capability Commit: 7945cba26d9b805e2ad8f95471b570f121fdd773 https://github.com/teiid/teiid/commit/7945cba26d9b805e2ad8f95471b570f121fdd773 Author: Ramesh Reddy Date: 2014-08-06 (Wed, 06 Aug 2014) Changed paths: M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrExecutionFactory.java M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrQueryExecution.java M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrSQLHierarchyVistor.java M connectors/translator-solr/src/test/java/org/teiid/translator/solr/TestTeiidLanguageToSolr.java Log Message: ----------- Merge pull request #289 from rareddy/TEIID-3065 TEIID-3065, TEIID-3066: Fixed NPE, and implemented count(*) capability Compare: https://github.com/teiid/teiid/compare/07e2a7e6eebd...7945cba26d9b From rareddy at jboss.org Wed Aug 6 09:16:40 2014 From: rareddy at jboss.org (Ramesh Reddy) Date: Wed, 06 Aug 2014 06:16:40 -0700 Subject: [teiid-commits] [teiid/teiid] f98382: TEIID-3065, TEIID-3066: Fixed NPE, and implemented... Message-ID: <53e22ab8a7196_4f1113ebd4454148@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.7.x Home: https://github.com/teiid/teiid Commit: f98382de45d9cee06e95a5ae3540429bb91e01ff https://github.com/teiid/teiid/commit/f98382de45d9cee06e95a5ae3540429bb91e01ff Author: Ramesh Reddy Date: 2014-08-06 (Wed, 06 Aug 2014) Changed paths: M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrExecutionFactory.java M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrQueryExecution.java M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrSQLHierarchyVistor.java M connectors/translator-solr/src/test/java/org/teiid/translator/solr/TestTeiidLanguageToSolr.java Log Message: ----------- TEIID-3065, TEIID-3066: Fixed NPE, and implemented count(*) capability Commit: d266a74fbe584d6dd2d0d6b24bde6afc375848e0 https://github.com/teiid/teiid/commit/d266a74fbe584d6dd2d0d6b24bde6afc375848e0 Author: Ramesh Reddy Date: 2014-08-06 (Wed, 06 Aug 2014) Changed paths: M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrExecutionFactory.java M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrQueryExecution.java M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrSQLHierarchyVistor.java M connectors/translator-solr/src/test/java/org/teiid/translator/solr/TestTeiidLanguageToSolr.java Log Message: ----------- Merge pull request #290 from rareddy/TEIID-3065-8.7.x TEIID-3065, TEIID-3066: Fixed NPE, and implemented count(*) capability Compare: https://github.com/teiid/teiid/compare/9ddf152c565b...d266a74fbe58 From rareddy at jboss.org Wed Aug 6 09:37:01 2014 From: rareddy at jboss.org (Ramesh Reddy) Date: Wed, 06 Aug 2014 06:37:01 -0700 Subject: [teiid-commits] [teiid/teiid] 77ea56: TEIID-3057: Fixing the NPE, in the case where the ... Message-ID: <53e22f7d1b378_4dd5759d38353e2@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 77ea56d0097a12210758794067b9c41b9d66173c https://github.com/teiid/teiid/commit/77ea56d0097a12210758794067b9c41b9d66173c Author: Ramesh Reddy Date: 2014-08-06 (Wed, 06 Aug 2014) Changed paths: M runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java Log Message: ----------- TEIID-3057: Fixing the NPE, in the case where the delegation token is null Commit: 7b7f8d324696f630587dc41871aa686a545e29eb https://github.com/teiid/teiid/commit/7b7f8d324696f630587dc41871aa686a545e29eb Author: Ramesh Reddy Date: 2014-08-06 (Wed, 06 Aug 2014) Changed paths: M runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java Log Message: ----------- Merge pull request #291 from rareddy/TEIID-3057 TEIID-3057: Fixing the NPE, in the case where the delegation token is nu... Compare: https://github.com/teiid/teiid/compare/7945cba26d9b...7b7f8d324696 From rareddy at jboss.org Wed Aug 6 09:39:37 2014 From: rareddy at jboss.org (Ramesh Reddy) Date: Wed, 06 Aug 2014 06:39:37 -0700 Subject: [teiid-commits] [teiid/teiid] c6a7fc: TEIID-3057: Fixing the NPE, in the case where the ... Message-ID: <53e230195fc71_4f3798dd3467525@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.7.x Home: https://github.com/teiid/teiid Commit: c6a7fc9a3213f99cf6fa6318b2494d2cdff5df70 https://github.com/teiid/teiid/commit/c6a7fc9a3213f99cf6fa6318b2494d2cdff5df70 Author: Ramesh Reddy Date: 2014-08-06 (Wed, 06 Aug 2014) Changed paths: M runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java Log Message: ----------- TEIID-3057: Fixing the NPE, in the case where the delegation token is null Commit: 17f72625ba7a0db8a5d27fef0689a68c9ab34983 https://github.com/teiid/teiid/commit/17f72625ba7a0db8a5d27fef0689a68c9ab34983 Author: Ramesh Reddy Date: 2014-08-06 (Wed, 06 Aug 2014) Changed paths: M runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java Log Message: ----------- Merge pull request #292 from rareddy/TEIID-3057-8.7.x TEIID-3057: Fixing the NPE, in the case where the delegation token is nu... Compare: https://github.com/teiid/teiid/compare/d266a74fbe58...17f72625ba7a From shawkins at redhat.com Wed Aug 6 12:28:18 2014 From: shawkins at redhat.com (Steve Hawkins) Date: Wed, 06 Aug 2014 09:28:18 -0700 Subject: [teiid-commits] [teiid/teiid] fed602: [maven-release-plugin] prepare release teiid-paren... Message-ID: <53e257a297fda_561af03d40679d7@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: fed60297779ed2e0103c8abc28e220de97a0daec https://github.com/teiid/teiid/commit/fed60297779ed2e0103c8abc28e220de97a0daec Author: Steve Hawkins Date: 2014-08-06 (Wed, 06 Aug 2014) Changed paths: M admin/pom.xml M adminshell/pom.xml M api/pom.xml M build/pom.xml M client-jdk15/pom.xml M client/pom.xml M common-core/pom.xml M connectors/connector-accumulo/pom.xml M connectors/connector-cassandra/pom.xml M connectors/connector-file/pom.xml M connectors/connector-google/pom.xml M connectors/connector-infinispan-dsl/pom.xml M connectors/connector-infinispan.6/pom.xml M connectors/connector-infinispan/pom.xml M connectors/connector-ldap/pom.xml M connectors/connector-mongodb/pom.xml M connectors/connector-salesforce/pom.xml M connectors/connector-simpledb/pom.xml M connectors/connector-solr/pom.xml M connectors/connector-ws/pom.xml M connectors/google-api/pom.xml M connectors/mongodb-api/pom.xml M connectors/pom.xml M connectors/salesforce-api/pom.xml M connectors/sandbox/pom.xml M connectors/sandbox/translator-yahoo/pom.xml M connectors/simpledb-api/pom.xml M connectors/translator-accumulo/pom.xml M connectors/translator-cassandra/pom.xml M connectors/translator-excel/pom.xml M connectors/translator-file/pom.xml M connectors/translator-google/pom.xml M connectors/translator-hive/pom.xml M connectors/translator-infinispan-dsl/pom.xml M connectors/translator-jdbc/pom.xml M connectors/translator-jpa/pom.xml M connectors/translator-ldap/pom.xml M connectors/translator-loopback/pom.xml M connectors/translator-mongodb/pom.xml M connectors/translator-object/pom.xml M connectors/translator-odata/pom.xml M connectors/translator-olap/pom.xml M connectors/translator-salesforce/pom.xml M connectors/translator-simpledb/pom.xml M connectors/translator-solr/pom.xml M connectors/translator-ws/pom.xml M engine/pom.xml M hibernate-dialect/pom.xml M jboss-integration/pom.xml M metadata/pom.xml M odata/pom.xml M pom.xml M runtime/pom.xml M test-integration/common/pom.xml M test-integration/db/pom.xml M test-integration/perf/pom.xml M test-integration/pom.xml Log Message: ----------- [maven-release-plugin] prepare release teiid-parent-8.9.0.Alpha1 From shawkins at redhat.com Wed Aug 6 12:28:19 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 06 Aug 2014 09:28:19 -0700 Subject: [teiid-commits] [teiid/teiid] Message-ID: <53e257a377ece_4675b77d34290ed@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/tags/teiid-parent-8.9.0.Alpha1 Home: https://github.com/teiid/teiid From shawkins at redhat.com Wed Aug 6 12:28:23 2014 From: shawkins at redhat.com (Steve Hawkins) Date: Wed, 06 Aug 2014 09:28:23 -0700 Subject: [teiid-commits] [teiid/teiid] dcd9e1: [maven-release-plugin] prepare for next developmen... Message-ID: <53e257a7f2ae7_6d78bd5d4428268@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: dcd9e176f2b4ffd24c17bfd28a7c6cd9adccfc14 https://github.com/teiid/teiid/commit/dcd9e176f2b4ffd24c17bfd28a7c6cd9adccfc14 Author: Steve Hawkins Date: 2014-08-06 (Wed, 06 Aug 2014) Changed paths: M admin/pom.xml M adminshell/pom.xml M api/pom.xml M build/pom.xml M client-jdk15/pom.xml M client/pom.xml M common-core/pom.xml M connectors/connector-accumulo/pom.xml M connectors/connector-cassandra/pom.xml M connectors/connector-file/pom.xml M connectors/connector-google/pom.xml M connectors/connector-infinispan-dsl/pom.xml M connectors/connector-infinispan.6/pom.xml M connectors/connector-infinispan/pom.xml M connectors/connector-ldap/pom.xml M connectors/connector-mongodb/pom.xml M connectors/connector-salesforce/pom.xml M connectors/connector-simpledb/pom.xml M connectors/connector-solr/pom.xml M connectors/connector-ws/pom.xml M connectors/google-api/pom.xml M connectors/mongodb-api/pom.xml M connectors/pom.xml M connectors/salesforce-api/pom.xml M connectors/sandbox/pom.xml M connectors/sandbox/translator-yahoo/pom.xml M connectors/simpledb-api/pom.xml M connectors/translator-accumulo/pom.xml M connectors/translator-cassandra/pom.xml M connectors/translator-excel/pom.xml M connectors/translator-file/pom.xml M connectors/translator-google/pom.xml M connectors/translator-hive/pom.xml M connectors/translator-infinispan-dsl/pom.xml M connectors/translator-jdbc/pom.xml M connectors/translator-jpa/pom.xml M connectors/translator-ldap/pom.xml M connectors/translator-loopback/pom.xml M connectors/translator-mongodb/pom.xml M connectors/translator-object/pom.xml M connectors/translator-odata/pom.xml M connectors/translator-olap/pom.xml M connectors/translator-salesforce/pom.xml M connectors/translator-simpledb/pom.xml M connectors/translator-solr/pom.xml M connectors/translator-ws/pom.xml M engine/pom.xml M hibernate-dialect/pom.xml M jboss-integration/pom.xml M metadata/pom.xml M odata/pom.xml M pom.xml M runtime/pom.xml M test-integration/common/pom.xml M test-integration/db/pom.xml M test-integration/perf/pom.xml M test-integration/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration From docs-author at jboss.org Wed Aug 6 15:20:00 2014 From: docs-author at jboss.org (Mark Addleman (Confluence)) Date: Wed, 6 Aug 2014 15:20:00 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > Embedded Guide Message-ID: <504817223.95.1407352800449.JavaMail.tomcat@conf01.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140806/821a22c0/attachment.html From docs-author at jboss.org Thu Aug 7 09:08:00 2014 From: docs-author at jboss.org (Steven Hawkins (Confluence)) Date: Thu, 7 Aug 2014 09:08:00 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > JDBC Translator Message-ID: <96235185.98.1407416880187.JavaMail.tomcat@conf01.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140807/38795fa4/attachment-0001.html From shawkins at redhat.com Thu Aug 7 15:02:56 2014 From: shawkins at redhat.com (shawkins) Date: Thu, 07 Aug 2014 12:02:56 -0700 Subject: [teiid-commits] [teiid/teiid] c06910: TEIID-3050 refining insert logic Message-ID: <53e3cd60ae118_518bfdfd409179e@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: c069109c37545d2a150a076cbb305b28ccafe2c9 https://github.com/teiid/teiid/commit/c069109c37545d2a150a076cbb305b28ccafe2c9 Author: shawkins Date: 2014-08-07 (Thu, 07 Aug 2014) Changed paths: M build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html M engine/src/main/java/org/teiid/dqp/internal/process/Request.java M engine/src/main/java/org/teiid/dqp/service/TransactionContext.java M engine/src/main/java/org/teiid/query/processor/relational/ProjectIntoNode.java M engine/src/test/java/org/teiid/query/processor/TestInsertProcessing.java Log Message: ----------- TEIID-3050 refining insert logic From docs-author at jboss.org Thu Aug 7 17:09:00 2014 From: docs-author at jboss.org (Van Halbert (Confluence)) Date: Thu, 7 Aug 2014 17:09:00 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > Archetype Template Connector Project Message-ID: <1608654655.106.1407445740349.JavaMail.tomcat@conf01.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140807/5605fbb9/attachment.html From docs-author at jboss.org Thu Aug 7 17:11:00 2014 From: docs-author at jboss.org (Van Halbert (Confluence)) Date: Thu, 7 Aug 2014 17:11:00 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > Archetype Template Translator Project Message-ID: <1790190626.295.1407445860329.JavaMail.tomcat@conf02.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140807/854a5cca/attachment.html From rareddy at jboss.org Thu Aug 7 22:03:00 2014 From: rareddy at jboss.org (Ramesh Reddy) Date: Thu, 07 Aug 2014 19:03:00 -0700 Subject: [teiid-commits] [teiid/teiid] d44903: TEIID-3071: Fixing the path for saxon Message-ID: <53e42fd454b43_71fe0dd3c5459b@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: d44903578aa340120813a9c6bb9c4403e9e57ad2 https://github.com/teiid/teiid/commit/d44903578aa340120813a9c6bb9c4403e9e57ad2 Author: Ramesh Reddy Date: 2014-08-07 (Thu, 07 Aug 2014) Changed paths: M build/kits/jboss-as7/modules/system/layers/base/org/jboss/teiid/main/module.xml Log Message: ----------- TEIID-3071: Fixing the path for saxon From rareddy at jboss.org Thu Aug 7 22:13:35 2014 From: rareddy at jboss.org (Ramesh Reddy) Date: Thu, 07 Aug 2014 19:13:35 -0700 Subject: [teiid-commits] [teiid/teiid] 0d0d49: TEIID-3067: Moving the Cardinality and LoadNumber ... Message-ID: <53e4324fe2502_7a73ee7d3489536@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 0d0d4963cc4e183fb5ed357a517ea854bd5ee7f3 https://github.com/teiid/teiid/commit/0d0d4963cc4e183fb5ed357a517ea854bd5ee7f3 Author: Ramesh Reddy Date: 2014-08-07 (Thu, 07 Aug 2014) Changed paths: M engine/src/main/resources/org/teiid/metadata/SYSADMIN.sql M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetProcedureColumns.expected M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testProcedureColumns.expected M test-integration/common/src/test/resources/TestSystemVirtualModel/testProcedureParams.expected M test-integration/common/src/test/resources/TestSystemVirtualModel/testStoredProcedures.expected Log Message: ----------- TEIID-3067: Moving the Cardinality and LoadNumber data types as LONG, as there was mixed use; Also adding logging for exception case, that will be caught in debug scenario in context org.teiid.PROCESSOR Commit: 72b732f054590137503a39f8b257d8331d90dc40 https://github.com/teiid/teiid/commit/72b732f054590137503a39f8b257d8331d90dc40 Author: Ramesh Reddy Date: 2014-08-07 (Thu, 07 Aug 2014) Changed paths: M engine/src/main/resources/org/teiid/metadata/SYSADMIN.sql M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetProcedureColumns.expected M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testProcedureColumns.expected M test-integration/common/src/test/resources/TestSystemVirtualModel/testProcedureParams.expected M test-integration/common/src/test/resources/TestSystemVirtualModel/testStoredProcedures.expected Log Message: ----------- Merge pull request #293 from rareddy/TEIID-3067 TEIID-3067: Moving the Cardinality and LoadNumber data types as LONG, as... Compare: https://github.com/teiid/teiid/compare/d44903578aa3...72b732f05459 From rareddy at jboss.org Thu Aug 7 22:45:07 2014 From: rareddy at jboss.org (Ramesh Reddy) Date: Thu, 07 Aug 2014 19:45:07 -0700 Subject: [teiid-commits] [teiid/teiid] 3dd159: TEIID-3067: Moving the Cardinality and LoadNumber ... Message-ID: <53e439b363dc7_7e2ebffd3869617@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.7.x Home: https://github.com/teiid/teiid Commit: 3dd15947249f011757b12ad1f25fbc7e07c9e7b6 https://github.com/teiid/teiid/commit/3dd15947249f011757b12ad1f25fbc7e07c9e7b6 Author: Ramesh Reddy Date: 2014-08-07 (Thu, 07 Aug 2014) Changed paths: M engine/src/main/resources/org/teiid/metadata/SYSADMIN.sql M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetProcedureColumns.expected M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testProcedureColumns.expected M test-integration/common/src/test/resources/TestSystemVirtualModel/testProcedureParams.expected Log Message: ----------- TEIID-3067: Moving the Cardinality and LoadNumber data types as LONG, as there was mixed use; Also adding logging for exception case, that will be caught in debug scenario in context org.teiid.PROCESSOR Commit: 49ca7c7587f3af072a67f12a09bca94f3bfdac5d https://github.com/teiid/teiid/commit/49ca7c7587f3af072a67f12a09bca94f3bfdac5d Author: Ramesh Reddy Date: 2014-08-07 (Thu, 07 Aug 2014) Changed paths: M engine/src/main/resources/org/teiid/metadata/SYSADMIN.sql M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetProcedureColumns.expected M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testProcedureColumns.expected M test-integration/common/src/test/resources/TestSystemVirtualModel/testProcedureParams.expected Log Message: ----------- Merge pull request #294 from rareddy/TEIID-3057-8.7.x TEIID-3067: Moving the Cardinality and LoadNumber data types as LONG, as... Compare: https://github.com/teiid/teiid/compare/17f72625ba7a...49ca7c7587f3 From rareddy at jboss.org Fri Aug 8 00:25:01 2014 From: rareddy at jboss.org (Ramesh Reddy) Date: Thu, 07 Aug 2014 21:25:01 -0700 Subject: [teiid-commits] [teiid/teiid] d1f7b5: TEIID-3072: Adding 'id' field as PK field, which i... Message-ID: <53e4511def80f_7b886b9d3864218@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: d1f7b5222c9842fab615f78a4d561794e4a72862 https://github.com/teiid/teiid/commit/d1f7b5222c9842fab615f78a4d561794e4a72862 Author: Ramesh Reddy Date: 2014-08-07 (Thu, 07 Aug 2014) Changed paths: M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrMetadataProcessor.java A connectors/translator-solr/src/test/java/org/teiid/translator/solr/TestSolrMetadataProcessor.java Log Message: ----------- TEIID-3072: Adding 'id' field as PK field, which is the default unique field. getDistinct() > 0 does not seem be correct one for PK Commit: 8a6f2f75269f36fc75edb60b51c768e92b6d5346 https://github.com/teiid/teiid/commit/8a6f2f75269f36fc75edb60b51c768e92b6d5346 Author: Ramesh Reddy Date: 2014-08-07 (Thu, 07 Aug 2014) Changed paths: M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrMetadataProcessor.java A connectors/translator-solr/src/test/java/org/teiid/translator/solr/TestSolrMetadataProcessor.java Log Message: ----------- Merge pull request #295 from rareddy/TEIID-3072 TEIID-3072: Adding 'id' field as PK field, which is the default unique f... Compare: https://github.com/teiid/teiid/compare/72b732f05459...8a6f2f75269f From rareddy at jboss.org Fri Aug 8 00:34:55 2014 From: rareddy at jboss.org (Ramesh Reddy) Date: Thu, 07 Aug 2014 21:34:55 -0700 Subject: [teiid-commits] [teiid/teiid] 840bd7: TEIID-3072: Adding 'id' field as PK field, which i... Message-ID: <53e4536ffb2b_47c91111d4451611@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.7.x Home: https://github.com/teiid/teiid Commit: 840bd7c9e1faa72dbdba692f9fd2016d7eb2463e https://github.com/teiid/teiid/commit/840bd7c9e1faa72dbdba692f9fd2016d7eb2463e Author: Ramesh Reddy Date: 2014-08-07 (Thu, 07 Aug 2014) Changed paths: M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrMetadataProcessor.java A connectors/translator-solr/src/test/java/org/teiid/translator/solr/TestSolrMetadataProcessor.java Log Message: ----------- TEIID-3072: Adding 'id' field as PK field, which is the default unique field. getDistinct() > 0 does not seem be correct one for PK Commit: a2a57525dd5bb81f7a813f736ddb2ed0c8daefe2 https://github.com/teiid/teiid/commit/a2a57525dd5bb81f7a813f736ddb2ed0c8daefe2 Author: Ramesh Reddy Date: 2014-08-07 (Thu, 07 Aug 2014) Changed paths: M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrMetadataProcessor.java A connectors/translator-solr/src/test/java/org/teiid/translator/solr/TestSolrMetadataProcessor.java Log Message: ----------- Merge pull request #296 from rareddy/TEIID-3072-8.7.x TEIID-3072: Adding 'id' field as PK field, which is the default unique f... Compare: https://github.com/teiid/teiid/compare/49ca7c7587f3...a2a57525dd5b From shawkins at redhat.com Fri Aug 8 09:07:55 2014 From: shawkins at redhat.com (shawkins) Date: Fri, 08 Aug 2014 06:07:55 -0700 Subject: [teiid-commits] [teiid/teiid] 20b88b: narrowing the metadata to just marketdata Message-ID: <53e4cbab38f40_302f4cbd3c586ed@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 20b88bfbe8f54a7f68e4c8f9f36b490438d6a4ce https://github.com/teiid/teiid/commit/20b88bfbe8f54a7f68e4c8f9f36b490438d6a4ce Author: shawkins Date: 2014-08-08 (Fri, 08 Aug 2014) Changed paths: M test-integration/common/src/test/java/org/teiid/arquillian/IntegrationTestOData.java M test-integration/common/src/test/resources/loopy-metadata-results.txt Log Message: ----------- narrowing the metadata to just marketdata From docs-author at jboss.org Fri Aug 8 10:17:00 2014 From: docs-author at jboss.org (Steven Hawkins (Confluence)) Date: Fri, 8 Aug 2014 10:17:00 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > Federated Optimizations Message-ID: <56925131.308.1407507420168.JavaMail.tomcat@conf02.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140808/d5bc1ddd/attachment-0001.html From docs-author at jboss.org Fri Aug 8 11:17:00 2014 From: docs-author at jboss.org (Steven Hawkins (Confluence)) Date: Fri, 8 Aug 2014 11:17:00 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > Federated Optimizations Message-ID: <506674990.311.1407511020153.JavaMail.tomcat@conf02.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140808/e7bb3941/attachment.html From docs-author at jboss.org Mon Aug 11 14:06:00 2014 From: docs-author at jboss.org (Van Halbert (Confluence)) Date: Mon, 11 Aug 2014 14:06:00 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > External Materialization Message-ID: <32753629.334.1407780360147.JavaMail.tomcat@conf02.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140811/3476fdb9/attachment.html From docs-author at jboss.org Tue Aug 12 09:44:00 2014 From: docs-author at jboss.org (Ramesh Reddy (Confluence)) Date: Tue, 12 Aug 2014 09:44:00 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > External Materialization Message-ID: <990254656.350.1407851040262.JavaMail.tomcat@conf02.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140812/e28d94fb/attachment-0001.html From docs-author at jboss.org Tue Aug 12 09:45:00 2014 From: docs-author at jboss.org (Ramesh Reddy (Confluence)) Date: Tue, 12 Aug 2014 09:45:00 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > External Materialization Message-ID: <1343566049.354.1407851100133.JavaMail.tomcat@conf02.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140812/45501311/attachment.html From docs-author at jboss.org Tue Aug 12 14:51:00 2014 From: docs-author at jboss.org (Steven Hawkins (Confluence)) Date: Tue, 12 Aug 2014 14:51:00 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > External Materialization Message-ID: <746623794.362.1407869460112.JavaMail.tomcat@conf02.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140812/2317800c/attachment.html From ci-builds at redhat.com Wed Aug 13 01:03:47 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Wed, 13 Aug 2014 01:03:47 -0400 (EDT) Subject: [teiid-commits] Teiid-NightlyBuild - Build # 2357 - Failure! Message-ID: <1714279397.1685.1407906227184.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid-NightlyBuild - Build # 2357 - Failure: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid-NightlyBuild/2357/ to view the results. From shawkins at redhat.com Wed Aug 13 09:43:45 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 13 Aug 2014 06:43:45 -0700 Subject: [teiid-commits] [teiid/teiid] a3eae4: TEIID-3077 mapping date to timestamp Message-ID: <53eb6b9115ddf_794b569d3472161@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: a3eae4375a8442cc51af9075fc092372f84be72d https://github.com/teiid/teiid/commit/a3eae4375a8442cc51af9075fc092372f84be72d Author: shawkins Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrMetadataProcessor.java Log Message: ----------- TEIID-3077 mapping date to timestamp From shawkins at redhat.com Wed Aug 13 09:47:56 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 13 Aug 2014 06:47:56 -0700 Subject: [teiid-commits] [teiid/teiid] 579d4e: TEIID-3077 mapping date to timestamp Message-ID: <53eb6c8cb3015_7206fc1d409106c@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.7.x Home: https://github.com/teiid/teiid Commit: 579d4e4875865e9de1a1eba64a406d082fbeb81a https://github.com/teiid/teiid/commit/579d4e4875865e9de1a1eba64a406d082fbeb81a Author: shawkins Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrMetadataProcessor.java Log Message: ----------- TEIID-3077 mapping date to timestamp From rareddy at jboss.org Wed Aug 13 09:49:14 2014 From: rareddy at jboss.org (Ramesh Reddy) Date: Wed, 13 Aug 2014 06:49:14 -0700 Subject: [teiid-commits] [teiid/teiid] 4c529c: TEIID-3057: Fixing the NPE, in the case where the ... Message-ID: <53eb6cdaaf39c_6ffbddbd3c557c4@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.8.x Home: https://github.com/teiid/teiid Commit: 4c529cb64b23b8ccbb46418d10ed1bf3d49c3daa https://github.com/teiid/teiid/commit/4c529cb64b23b8ccbb46418d10ed1bf3d49c3daa Author: Ramesh Reddy Date: 2014-08-07 (Thu, 07 Aug 2014) Changed paths: M runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java Log Message: ----------- TEIID-3057: Fixing the NPE, in the case where the delegation token is null From shawkins at redhat.com Wed Aug 13 10:54:57 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 13 Aug 2014 07:54:57 -0700 Subject: [teiid-commits] [teiid/teiid] Message-ID: <53eb7c41ab3eb_6b156ddd3c784b@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/tags/teiid-parent-8.8.1 Home: https://github.com/teiid/teiid From rareddy at jboss.org Wed Aug 13 14:16:11 2014 From: rareddy at jboss.org (Ramesh Reddy) Date: Wed, 13 Aug 2014 11:16:11 -0700 Subject: [teiid-commits] [teiid/teiid] 10244b: TEIID-3079: making the security domain service dep... Message-ID: <53ebab6b14220_78023fbe1d8a729c10119a@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 10244be9f39dafc4a4fde389725e05fffa50c44c https://github.com/teiid/teiid/commit/10244be9f39dafc4a4fde389725e05fffa50c44c Author: Ramesh Reddy Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: M jboss-integration/src/main/java/org/teiid/jboss/TransportAdd.java Log Message: ----------- TEIID-3079: making the security domain service dependencies optional Commit: a8e731b2636ff58cdedae7bb6af775c6bd07f272 https://github.com/teiid/teiid/commit/a8e731b2636ff58cdedae7bb6af775c6bd07f272 Author: Ramesh Reddy Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: M jboss-integration/src/main/java/org/teiid/jboss/TransportAdd.java Log Message: ----------- Merge pull request #297 from rareddy/TEIID-3079 TEIID-3079: making the security domain service dependencies optional Compare: https://github.com/teiid/teiid/compare/a3eae4375a84...a8e731b2636f From rareddy at jboss.org Wed Aug 13 14:19:40 2014 From: rareddy at jboss.org (Ramesh Reddy) Date: Wed, 13 Aug 2014 11:19:40 -0700 Subject: [teiid-commits] [teiid/teiid] a0e44b: TEIID-3079: making the security domain service dep... Message-ID: <53ebac3cd7f8f_155c3ff2157e529c84246@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.7.x Home: https://github.com/teiid/teiid Commit: a0e44bc1769ac4f9a13b03770d70ce463f20d672 https://github.com/teiid/teiid/commit/a0e44bc1769ac4f9a13b03770d70ce463f20d672 Author: Ramesh Reddy Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: M jboss-integration/src/main/java/org/teiid/jboss/TransportAdd.java Log Message: ----------- TEIID-3079: making the security domain service dependencies optional Commit: 5e8a2bb9d0cfbe21fa5b37aca4546eccdc5cd1d7 https://github.com/teiid/teiid/commit/5e8a2bb9d0cfbe21fa5b37aca4546eccdc5cd1d7 Author: Ramesh Reddy Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: M jboss-integration/src/main/java/org/teiid/jboss/TransportAdd.java Log Message: ----------- Merge pull request #298 from rareddy/TEIID-3079-8.7.x TEIID-3079: making the security domain service dependencies optional Compare: https://github.com/teiid/teiid/compare/579d4e487586...5e8a2bb9d0cf From rareddy at jboss.org Wed Aug 13 15:47:31 2014 From: rareddy at jboss.org (Ramesh Reddy) Date: Wed, 13 Aug 2014 12:47:31 -0700 Subject: [teiid-commits] [teiid/teiid] e15817: TEIID-3079: making the security domain service dep... Message-ID: <53ebc0d35ac0b_21173f927cbe72bc2091f@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.8.x Home: https://github.com/teiid/teiid Commit: e15817978286f02cfe62350c5d5230a79e8a15be https://github.com/teiid/teiid/commit/e15817978286f02cfe62350c5d5230a79e8a15be Author: Ramesh Reddy Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: M jboss-integration/src/main/java/org/teiid/jboss/TransportAdd.java Log Message: ----------- TEIID-3079: making the security domain service dependencies optional From shawkins at redhat.com Wed Aug 13 15:48:32 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 13 Aug 2014 12:48:32 -0700 Subject: [teiid-commits] [teiid/teiid] Message-ID: <53ebc1106c98_57fa3f82729d329c74332@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/tags/teiid-parent-8.8.1 Home: https://github.com/teiid/teiid From shawkins at redhat.com Wed Aug 13 16:21:04 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 13 Aug 2014 13:21:04 -0700 Subject: [teiid-commits] [teiid/teiid] Message-ID: <53ebc8b0e1c49_cf23fd3dd45f2b876dc@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/tags/teiid-parent-8.8.1 Home: https://github.com/teiid/teiid From shawkins at redhat.com Wed Aug 13 16:28:09 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 13 Aug 2014 13:28:09 -0700 Subject: [teiid-commits] [teiid/teiid] Message-ID: <53ebca59a77b4_2c473ffcd1a132a0779f@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/tags/teiid-parent-8.8.1 Home: https://github.com/teiid/teiid From shawkins at redhat.com Wed Aug 13 16:44:09 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 13 Aug 2014 13:44:09 -0700 Subject: [teiid-commits] [teiid/teiid] Message-ID: <53ebce197f9a5_3e2a3fba383a12b8514ac@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/tags/teiid-parent-8.8.1.Final Home: https://github.com/teiid/teiid From shawkins at redhat.com Wed Aug 13 16:48:00 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 13 Aug 2014 13:48:00 -0700 Subject: [teiid-commits] [teiid/teiid] Message-ID: <53ebcf0025fb4_2f673fefbd2f12b866641@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/tags/teiid-parent-8.8.1.Final Home: https://github.com/teiid/teiid From shawkins at redhat.com Wed Aug 13 17:03:44 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 13 Aug 2014 14:03:44 -0700 Subject: [teiid-commits] [teiid/teiid] Message-ID: <53ebd2b0ac3bc_28753fb1785792c067882@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/tags/teiid-parent-8.8.1 Home: https://github.com/teiid/teiid From shawkins at redhat.com Wed Aug 13 17:08:28 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 13 Aug 2014 14:08:28 -0700 Subject: [teiid-commits] [teiid/teiid] Message-ID: <53ebd3cca34c7_33ce3fd79159f29c79931@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/tags/teiid-parent-8.8.1 Home: https://github.com/teiid/teiid From shawkins at redhat.com Wed Aug 13 17:18:12 2014 From: shawkins at redhat.com (Steven Hawkins) Date: Wed, 13 Aug 2014 14:18:12 -0700 Subject: [teiid-commits] [teiid/teiid] 25018a: updating to 8.8.1 Message-ID: <53ebd6145360a_7a3f3fb6db89129c826f4@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/tags/teiid-parent-8.8.1 Home: https://github.com/teiid/teiid Commit: 25018ac28a59ece07883b128e955a8e985d8e724 https://github.com/teiid/teiid/commit/25018ac28a59ece07883b128e955a8e985d8e724 Author: Steven Hawkins Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: M admin/pom.xml M adminshell/pom.xml M api/pom.xml M build/pom.xml M client-jdk15/pom.xml M client/pom.xml M common-core/pom.xml M connectors/connector-accumulo/pom.xml M connectors/connector-cassandra/pom.xml M connectors/connector-file/pom.xml M connectors/connector-google/pom.xml M connectors/connector-infinispan-dsl/pom.xml M connectors/connector-infinispan.6/pom.xml M connectors/connector-infinispan/pom.xml M connectors/connector-ldap/pom.xml M connectors/connector-mongodb/pom.xml M connectors/connector-salesforce/pom.xml M connectors/connector-simpledb/pom.xml M connectors/connector-solr/pom.xml M connectors/connector-ws/pom.xml M connectors/google-api/pom.xml M connectors/mongodb-api/pom.xml M connectors/pom.xml M connectors/salesforce-api/pom.xml M connectors/sandbox/pom.xml M connectors/sandbox/translator-yahoo/pom.xml M connectors/simpledb-api/pom.xml M connectors/translator-accumulo/pom.xml M connectors/translator-cassandra/pom.xml M connectors/translator-excel/pom.xml M connectors/translator-file/pom.xml M connectors/translator-google/pom.xml M connectors/translator-hive/pom.xml M connectors/translator-infinispan-dsl/pom.xml M connectors/translator-jdbc/pom.xml M connectors/translator-jpa/pom.xml M connectors/translator-ldap/pom.xml M connectors/translator-loopback/pom.xml M connectors/translator-mongodb/pom.xml M connectors/translator-object/pom.xml M connectors/translator-odata/pom.xml M connectors/translator-olap/pom.xml M connectors/translator-salesforce/pom.xml M connectors/translator-simpledb/pom.xml M connectors/translator-solr/pom.xml M connectors/translator-ws/pom.xml M engine/pom.xml M hibernate-dialect/pom.xml M jboss-integration/pom.xml M metadata/pom.xml M odata/pom.xml M pom.xml M runtime/pom.xml M test-integration/common/pom.xml M test-integration/db/pom.xml M test-integration/perf/pom.xml M test-integration/pom.xml Log Message: ----------- updating to 8.8.1 From shawkins at redhat.com Wed Aug 13 17:19:36 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 13 Aug 2014 14:19:36 -0700 Subject: [teiid-commits] [teiid/teiid] Message-ID: <53ebd66891497_b963ff56ef512b8308f2@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/tags/teiid-parent-8.8.1 Home: https://github.com/teiid/teiid From shawkins at redhat.com Wed Aug 13 17:26:28 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 13 Aug 2014 14:26:28 -0700 Subject: [teiid-commits] [teiid/teiid] f61167: preparing for 8.8.1 Message-ID: <53ebd8041e8de_442f3f8e87e732b8431d8@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.8.x Home: https://github.com/teiid/teiid Commit: f61167a45f594ae1be98594c416ac13be5d0ade7 https://github.com/teiid/teiid/commit/f61167a45f594ae1be98594c416ac13be5d0ade7 Author: shawkins Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: M admin/pom.xml M adminshell/pom.xml M api/pom.xml M build/pom.xml M client-jdk15/pom.xml M client/pom.xml M common-core/pom.xml M connectors/connector-accumulo/pom.xml M connectors/connector-cassandra/pom.xml M connectors/connector-file/pom.xml M connectors/connector-google/pom.xml M connectors/connector-infinispan-dsl/pom.xml M connectors/connector-infinispan.6/pom.xml M connectors/connector-infinispan/pom.xml M connectors/connector-ldap/pom.xml M connectors/connector-mongodb/pom.xml M connectors/connector-salesforce/pom.xml M connectors/connector-simpledb/pom.xml M connectors/connector-solr/pom.xml M connectors/connector-ws/pom.xml M connectors/google-api/pom.xml M connectors/mongodb-api/pom.xml M connectors/pom.xml M connectors/salesforce-api/pom.xml M connectors/sandbox/pom.xml M connectors/sandbox/translator-yahoo/pom.xml M connectors/simpledb-api/pom.xml M connectors/translator-accumulo/pom.xml M connectors/translator-cassandra/pom.xml M connectors/translator-excel/pom.xml M connectors/translator-file/pom.xml M connectors/translator-google/pom.xml M connectors/translator-hive/pom.xml M connectors/translator-infinispan-dsl/pom.xml M connectors/translator-jdbc/pom.xml M connectors/translator-jpa/pom.xml M connectors/translator-ldap/pom.xml M connectors/translator-loopback/pom.xml M connectors/translator-mongodb/pom.xml M connectors/translator-object/pom.xml M connectors/translator-odata/pom.xml M connectors/translator-olap/pom.xml M connectors/translator-salesforce/pom.xml M connectors/translator-simpledb/pom.xml M connectors/translator-solr/pom.xml M connectors/translator-ws/pom.xml M documentation/javadocs/pom.xml M documentation/pom.xml M engine/pom.xml M hibernate-dialect/pom.xml M jboss-integration/pom.xml M metadata/pom.xml M odata/pom.xml M pom.xml M runtime/pom.xml M test-integration/common/pom.xml M test-integration/db/pom.xml M test-integration/perf/pom.xml M test-integration/pom.xml Log Message: ----------- preparing for 8.8.1 From shawkins at redhat.com Wed Aug 13 17:26:58 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 13 Aug 2014 14:26:58 -0700 Subject: [teiid-commits] [teiid/teiid] Message-ID: <53ebd8228213b_6f1b3fda41a3f2b8830b1@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/tags/teiid-parent-8.8.1 Home: https://github.com/teiid/teiid From shawkins at redhat.com Wed Aug 13 17:33:26 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 13 Aug 2014 14:33:26 -0700 Subject: [teiid-commits] [teiid/teiid] Message-ID: <53ebd9a686cb4_4a0b3f96a00112bc40ec@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.8.x Home: https://github.com/teiid/teiid From shawkins at redhat.com Wed Aug 13 17:44:39 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 13 Aug 2014 14:44:39 -0700 Subject: [teiid-commits] [teiid/teiid] Message-ID: <53ebdc47c00bd_71a63ff07da4529c8627a@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/tags/teiid-parent-8.8.1 Home: https://github.com/teiid/teiid From shawkins at redhat.com Wed Aug 13 17:44:46 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 13 Aug 2014 14:44:46 -0700 Subject: [teiid-commits] [teiid/teiid] f61167: preparing for 8.8.1 Message-ID: <53ebdc4e337ee_6f2f3fff1b9252c011868@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/tags/teiid-parent-8.8.1-bak Home: https://github.com/teiid/teiid Commit: f61167a45f594ae1be98594c416ac13be5d0ade7 https://github.com/teiid/teiid/commit/f61167a45f594ae1be98594c416ac13be5d0ade7 Author: shawkins Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: M admin/pom.xml M adminshell/pom.xml M api/pom.xml M build/pom.xml M client-jdk15/pom.xml M client/pom.xml M common-core/pom.xml M connectors/connector-accumulo/pom.xml M connectors/connector-cassandra/pom.xml M connectors/connector-file/pom.xml M connectors/connector-google/pom.xml M connectors/connector-infinispan-dsl/pom.xml M connectors/connector-infinispan.6/pom.xml M connectors/connector-infinispan/pom.xml M connectors/connector-ldap/pom.xml M connectors/connector-mongodb/pom.xml M connectors/connector-salesforce/pom.xml M connectors/connector-simpledb/pom.xml M connectors/connector-solr/pom.xml M connectors/connector-ws/pom.xml M connectors/google-api/pom.xml M connectors/mongodb-api/pom.xml M connectors/pom.xml M connectors/salesforce-api/pom.xml M connectors/sandbox/pom.xml M connectors/sandbox/translator-yahoo/pom.xml M connectors/simpledb-api/pom.xml M connectors/translator-accumulo/pom.xml M connectors/translator-cassandra/pom.xml M connectors/translator-excel/pom.xml M connectors/translator-file/pom.xml M connectors/translator-google/pom.xml M connectors/translator-hive/pom.xml M connectors/translator-infinispan-dsl/pom.xml M connectors/translator-jdbc/pom.xml M connectors/translator-jpa/pom.xml M connectors/translator-ldap/pom.xml M connectors/translator-loopback/pom.xml M connectors/translator-mongodb/pom.xml M connectors/translator-object/pom.xml M connectors/translator-odata/pom.xml M connectors/translator-olap/pom.xml M connectors/translator-salesforce/pom.xml M connectors/translator-simpledb/pom.xml M connectors/translator-solr/pom.xml M connectors/translator-ws/pom.xml M documentation/javadocs/pom.xml M documentation/pom.xml M engine/pom.xml M hibernate-dialect/pom.xml M jboss-integration/pom.xml M metadata/pom.xml M odata/pom.xml M pom.xml M runtime/pom.xml M test-integration/common/pom.xml M test-integration/db/pom.xml M test-integration/perf/pom.xml M test-integration/pom.xml Log Message: ----------- preparing for 8.8.1 From shawkins at redhat.com Wed Aug 13 17:44:59 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 13 Aug 2014 14:44:59 -0700 Subject: [teiid-commits] [teiid/teiid] Message-ID: <53ebdc5becf78_6dd53ff76ff072a050223@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/tags/teiid-parent-8.8.1 Home: https://github.com/teiid/teiid From shawkins at redhat.com Wed Aug 13 17:47:30 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 13 Aug 2014 14:47:30 -0700 Subject: [teiid-commits] [teiid/teiid] Message-ID: <53ebdcf280e3_6dc03fd89c6692c01581e@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/tags/teiid-parent-8.8.1 Home: https://github.com/teiid/teiid From shawkins at redhat.com Wed Aug 13 17:48:01 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 13 Aug 2014 14:48:01 -0700 Subject: [teiid-commits] [teiid/teiid] f61167: preparing for 8.8.1 Message-ID: <53ebdd1176cff_44e83fb73da6b2b811278@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/tags/teiid-parent-8.8.1 Home: https://github.com/teiid/teiid Commit: f61167a45f594ae1be98594c416ac13be5d0ade7 https://github.com/teiid/teiid/commit/f61167a45f594ae1be98594c416ac13be5d0ade7 Author: shawkins Date: 2014-08-13 (Wed, 13 Aug 2014) Changed paths: M admin/pom.xml M adminshell/pom.xml M api/pom.xml M build/pom.xml M client-jdk15/pom.xml M client/pom.xml M common-core/pom.xml M connectors/connector-accumulo/pom.xml M connectors/connector-cassandra/pom.xml M connectors/connector-file/pom.xml M connectors/connector-google/pom.xml M connectors/connector-infinispan-dsl/pom.xml M connectors/connector-infinispan.6/pom.xml M connectors/connector-infinispan/pom.xml M connectors/connector-ldap/pom.xml M connectors/connector-mongodb/pom.xml M connectors/connector-salesforce/pom.xml M connectors/connector-simpledb/pom.xml M connectors/connector-solr/pom.xml M connectors/connector-ws/pom.xml M connectors/google-api/pom.xml M connectors/mongodb-api/pom.xml M connectors/pom.xml M connectors/salesforce-api/pom.xml M connectors/sandbox/pom.xml M connectors/sandbox/translator-yahoo/pom.xml M connectors/simpledb-api/pom.xml M connectors/translator-accumulo/pom.xml M connectors/translator-cassandra/pom.xml M connectors/translator-excel/pom.xml M connectors/translator-file/pom.xml M connectors/translator-google/pom.xml M connectors/translator-hive/pom.xml M connectors/translator-infinispan-dsl/pom.xml M connectors/translator-jdbc/pom.xml M connectors/translator-jpa/pom.xml M connectors/translator-ldap/pom.xml M connectors/translator-loopback/pom.xml M connectors/translator-mongodb/pom.xml M connectors/translator-object/pom.xml M connectors/translator-odata/pom.xml M connectors/translator-olap/pom.xml M connectors/translator-salesforce/pom.xml M connectors/translator-simpledb/pom.xml M connectors/translator-solr/pom.xml M connectors/translator-ws/pom.xml M documentation/javadocs/pom.xml M documentation/pom.xml M engine/pom.xml M hibernate-dialect/pom.xml M jboss-integration/pom.xml M metadata/pom.xml M odata/pom.xml M pom.xml M runtime/pom.xml M test-integration/common/pom.xml M test-integration/db/pom.xml M test-integration/perf/pom.xml M test-integration/pom.xml Log Message: ----------- preparing for 8.8.1 From shawkins at redhat.com Thu Aug 14 08:27:37 2014 From: shawkins at redhat.com (shawkins) Date: Thu, 14 Aug 2014 05:27:37 -0700 Subject: [teiid-commits] [teiid/teiid] 6c1aaf: updating to 8.8.2 Message-ID: <53ecab39c1dca_42423fb713de32bc6774f@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.8.x Home: https://github.com/teiid/teiid Commit: 6c1aafe6273980a0ca37f195be0e15196f0bcc22 https://github.com/teiid/teiid/commit/6c1aafe6273980a0ca37f195be0e15196f0bcc22 Author: shawkins Date: 2014-08-14 (Thu, 14 Aug 2014) Changed paths: M admin/pom.xml M adminshell/pom.xml M api/pom.xml M build/pom.xml M client-jdk15/pom.xml M client/pom.xml M common-core/pom.xml M connectors/connector-accumulo/pom.xml M connectors/connector-cassandra/pom.xml M connectors/connector-file/pom.xml M connectors/connector-google/pom.xml M connectors/connector-infinispan-dsl/pom.xml M connectors/connector-infinispan.6/pom.xml M connectors/connector-infinispan/pom.xml M connectors/connector-ldap/pom.xml M connectors/connector-mongodb/pom.xml M connectors/connector-salesforce/pom.xml M connectors/connector-simpledb/pom.xml M connectors/connector-solr/pom.xml M connectors/connector-ws/pom.xml M connectors/google-api/pom.xml M connectors/mongodb-api/pom.xml M connectors/pom.xml M connectors/salesforce-api/pom.xml M connectors/sandbox/pom.xml M connectors/sandbox/translator-yahoo/pom.xml M connectors/simpledb-api/pom.xml M connectors/translator-accumulo/pom.xml M connectors/translator-cassandra/pom.xml M connectors/translator-excel/pom.xml M connectors/translator-file/pom.xml M connectors/translator-google/pom.xml M connectors/translator-hive/pom.xml M connectors/translator-infinispan-dsl/pom.xml M connectors/translator-jdbc/pom.xml M connectors/translator-jpa/pom.xml M connectors/translator-ldap/pom.xml M connectors/translator-loopback/pom.xml M connectors/translator-mongodb/pom.xml M connectors/translator-object/pom.xml M connectors/translator-odata/pom.xml M connectors/translator-olap/pom.xml M connectors/translator-salesforce/pom.xml M connectors/translator-simpledb/pom.xml M connectors/translator-solr/pom.xml M connectors/translator-ws/pom.xml M engine/pom.xml M hibernate-dialect/pom.xml M jboss-integration/pom.xml M metadata/pom.xml M odata/pom.xml M pom.xml M runtime/pom.xml M test-integration/common/pom.xml M test-integration/db/pom.xml M test-integration/perf/pom.xml M test-integration/pom.xml Log Message: ----------- updating to 8.8.2 From shawkins at redhat.com Fri Aug 15 11:18:52 2014 From: shawkins at redhat.com (shawkins) Date: Fri, 15 Aug 2014 08:18:52 -0700 Subject: [teiid-commits] [teiid/teiid] 5d96f9: TEIID-3044 TEIID-3080 removing invalid foreign key... Message-ID: <53ee24dc160a1_676d3fb0c617b2c033324@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 5d96f9f5b9b48ef53328cb27447ef7978ebf3f31 https://github.com/teiid/teiid/commit/5d96f9f5b9b48ef53328cb27447ef7978ebf3f31 Author: shawkins Date: 2014-08-15 (Fri, 15 Aug 2014) Changed paths: M api/src/main/java/org/teiid/metadata/AbstractMetadataRecord.java M api/src/main/java/org/teiid/metadata/FunctionMethod.java M api/src/main/java/org/teiid/metadata/FunctionParameter.java M api/src/main/java/org/teiid/metadata/MetadataFactory.java M api/src/main/java/org/teiid/metadata/Schema.java M engine/src/main/java/org/teiid/dqp/internal/datamgr/ConnectorManager.java M engine/src/main/java/org/teiid/dqp/internal/datamgr/ConnectorManagerRepository.java M engine/src/main/java/org/teiid/dqp/internal/process/DataTierManagerImpl.java M engine/src/main/java/org/teiid/dqp/internal/process/SchemaRecordTable.java M engine/src/main/java/org/teiid/query/function/SystemFunctionManager.java M engine/src/main/java/org/teiid/query/function/metadata/FunctionMetadataValidator.java M engine/src/main/java/org/teiid/query/metadata/DDLStringVisitor.java M engine/src/main/java/org/teiid/query/metadata/SystemMetadata.java M engine/src/main/java/org/teiid/query/parser/SQLParserUtil.java M engine/src/main/resources/org/teiid/metadata/SYS.sql M runtime/src/main/java/org/teiid/deployers/VDBRepository.java M runtime/src/main/java/org/teiid/runtime/EmbeddedServer.java M runtime/src/test/java/org/teiid/deployers/TestCompositeVDB.java M test-integration/common/src/test/java/org/teiid/jdbc/TestMMDatabaseMetaData.java M test-integration/common/src/test/java/org/teiid/systemmodel/TestSystemVirtualModel.java M test-integration/common/src/test/resources/TestCase3473/testGetCrossReference.expected M test-integration/common/src/test/resources/TestCase3473/testGetTables.expected M test-integration/common/src/test/resources/TestJDBCSocketTransport/testSelect.expected M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetColumns.expected M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetTables.expected M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetTables_allTables.expected M test-integration/common/src/test/resources/TestODBCSchema/testOBIEEColumnQuery.expected M test-integration/common/src/test/resources/TestODBCSchema/test_PG_ATTRDEF.expected M test-integration/common/src/test/resources/TestODBCSchema/test_PG_ATTRIBUTE.expected M test-integration/common/src/test/resources/TestODBCSchema/test_PG_CLASS.expected M test-integration/common/src/test/resources/TestODBCSchema/test_PG_INDEX.expected M test-integration/common/src/test/resources/TestODBCSchema/test_PG_NAMESPACE.expected M test-integration/common/src/test/resources/TestODBCSocketTransport/testInt2Vector.expected M test-integration/common/src/test/resources/TestODBCSocketTransport/testPgProc.expected M test-integration/common/src/test/resources/TestODBCSocketTransport/testSelect.expected M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testColumns.expected M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testCrossReference.expected M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testExportedKeys.expected M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testImportedKeys.expected M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testIndexInfo.expected M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testIndexInfoAll.expected M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testPrimaryKeys.expected M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testTables.expected M test-integration/common/src/test/resources/TestSystemVirtualModel/testColumns.expected M test-integration/common/src/test/resources/TestSystemVirtualModel/testDefect12064.expected A test-integration/common/src/test/resources/TestSystemVirtualModel/testFunctionParams.expected A test-integration/common/src/test/resources/TestSystemVirtualModel/testFunctions.expected M test-integration/common/src/test/resources/TestSystemVirtualModel/testKeyColumns.expected M test-integration/common/src/test/resources/TestSystemVirtualModel/testKeys.expected M test-integration/common/src/test/resources/TestSystemVirtualModel/testProcedureParams.expected M test-integration/common/src/test/resources/TestSystemVirtualModel/testProcedures.expected M test-integration/common/src/test/resources/TestSystemVirtualModel/testReferenceKeyColumns.expected M test-integration/common/src/test/resources/TestSystemVirtualModel/testTables.expected M test-integration/common/src/test/resources/TestSystemVirtualModel/testUsgae.expected Log Message: ----------- TEIID-3044 TEIID-3080 removing invalid foreign keys and adding system metadata for functions From docs-author at jboss.org Fri Aug 15 17:31:00 2014 From: docs-author at jboss.org (Ramesh Reddy (Confluence)) Date: Fri, 15 Aug 2014 17:31:00 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > Web Services Translator Message-ID: <1704212552.451.1408138260113.JavaMail.tomcat@conf02.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140815/42f99e28/attachment-0001.html From docs-author at jboss.org Fri Aug 15 17:46:00 2014 From: docs-author at jboss.org (Ramesh Reddy (Confluence)) Date: Fri, 15 Aug 2014 17:46:00 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > Web Service Data Sources Message-ID: <1055414859.126.1408139160188.JavaMail.tomcat@conf01.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140815/b522b160/attachment-0001.html From ci-builds at redhat.com Sat Aug 16 03:02:44 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Sat, 16 Aug 2014 03:02:44 -0400 (EDT) Subject: [teiid-commits] Teiid-NightlyBuild - Build # 2360 - Failure! Message-ID: <332884849.3249.1408172564476.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid-NightlyBuild - Build # 2360 - Failure: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid-NightlyBuild/2360/ to view the results. From shawkins at redhat.com Sat Aug 16 07:27:17 2014 From: shawkins at redhat.com (shawkins) Date: Sat, 16 Aug 2014 04:27:17 -0700 Subject: [teiid-commits] [teiid/teiid] 1e1fca: TEIID-3082 fix for failure with sideways correlati... Message-ID: <53ef40157650b_67f3fa79a6ef2b815886@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 1e1fca485719cb31ac5215d066c9244975b3d68f https://github.com/teiid/teiid/commit/1e1fca485719cb31ac5215d066c9244975b3d68f Author: shawkins Date: 2014-08-16 (Sat, 16 Aug 2014) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/rules/RulePushAggregates.java M engine/src/test/java/org/teiid/query/processor/TestAggregateProcessing.java Log Message: ----------- TEIID-3082 fix for failure with sideways correlation From ci-builds at redhat.com Sun Aug 17 01:08:19 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Sun, 17 Aug 2014 01:08:19 -0400 (EDT) Subject: [teiid-commits] Teiid-NightlyBuild - Build # 2361 - Still Failing! In-Reply-To: <332884849.3249.1408172564476.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <332884849.3249.1408172564476.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <151945861.3552.1408252099379.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid-NightlyBuild - Build # 2361 - Still Failing: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid-NightlyBuild/2361/ to view the results. From shawkins at redhat.com Sun Aug 17 16:12:56 2014 From: shawkins at redhat.com (shawkins) Date: Sun, 17 Aug 2014 13:12:56 -0700 Subject: [teiid-commits] [teiid/teiid] 2c46aa: TEIID-3082 fix for failure with sideways correlati... Message-ID: <53f10cc8e2d43_5bec3fa195a6329c466c@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.7.x Home: https://github.com/teiid/teiid Commit: 2c46aa3772ee83eddfb28c28b6611a76771a9770 https://github.com/teiid/teiid/commit/2c46aa3772ee83eddfb28c28b6611a76771a9770 Author: shawkins Date: 2014-08-17 (Sun, 17 Aug 2014) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/rules/RulePushAggregates.java M engine/src/test/java/org/teiid/query/processor/TestAggregateProcessing.java Log Message: ----------- TEIID-3082 fix for failure with sideways correlation From shawkins at redhat.com Mon Aug 18 08:28:49 2014 From: shawkins at redhat.com (shawkins) Date: Mon, 18 Aug 2014 05:28:49 -0700 Subject: [teiid-commits] [teiid/teiid] 3bdfdc: Fix modules so the versions are substituted Message-ID: <53f1f18190325_66d53f9efbbd92bc63938@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 3bdfdc50b53a0a852c8429659224f05e206cb6f9 https://github.com/teiid/teiid/commit/3bdfdc50b53a0a852c8429659224f05e206cb6f9 Author: Van Halbert Date: 2014-08-15 (Fri, 15 Aug 2014) Changed paths: M connectors/translator-excel/kits/jboss-as7/modules/dom4j/main/module.xml M connectors/translator-excel/kits/jboss-as7/modules/org/apache/xmlbeans/main/module.xml Log Message: ----------- Fix modules so the versions are substituted Commit: a43c9c2c5ee41e792d1a7cc81dbeb64aaf2dfb87 https://github.com/teiid/teiid/commit/a43c9c2c5ee41e792d1a7cc81dbeb64aaf2dfb87 Author: shawkins Date: 2014-08-18 (Mon, 18 Aug 2014) Changed paths: M connectors/translator-excel/kits/jboss-as7/modules/dom4j/main/module.xml M connectors/translator-excel/kits/jboss-as7/modules/org/apache/xmlbeans/main/module.xml Log Message: ----------- Merge pull request #299 from vhalbert/fixdom4j Fix modules so the versions are substituted Compare: https://github.com/teiid/teiid/compare/1e1fca485719...a43c9c2c5ee4 From shawkins at redhat.com Mon Aug 18 11:15:39 2014 From: shawkins at redhat.com (shawkins) Date: Mon, 18 Aug 2014 08:15:39 -0700 Subject: [teiid-commits] [teiid/teiid] e25703: TEIID-3092 correcting how parent is handled Message-ID: <53f2189b9b067_10b13f9b566d929c441d8@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: e25703dba616b409a5a65da356a7a0aaae05a8d1 https://github.com/teiid/teiid/commit/e25703dba616b409a5a65da356a7a0aaae05a8d1 Author: shawkins Date: 2014-08-18 (Mon, 18 Aug 2014) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/xml/XMLProjectionMinimizer.java Log Message: ----------- TEIID-3092 correcting how parent is handled From rareddy at jboss.org Mon Aug 18 11:24:19 2014 From: rareddy at jboss.org (Ramesh Reddy) Date: Mon, 18 Aug 2014 08:24:19 -0700 Subject: [teiid-commits] [teiid/teiid] bf74c3: Limit processing was being done wrong, both offset... Message-ID: <53f21aa38ca7e_10173fca8fd1d2bc6423b@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: bf74c3a5b22ff0e5c742cd9f0266f3a88b5367d7 https://github.com/teiid/teiid/commit/bf74c3a5b22ff0e5c742cd9f0266f3a88b5367d7 Author: Ramesh Reddy Date: 2014-08-18 (Mon, 18 Aug 2014) Changed paths: M connectors/translator-excel/src/main/java/org/teiid/translator/excel/ExcelExecution.java M connectors/translator-excel/src/main/java/org/teiid/translator/excel/ExcelQueryVisitor.java M connectors/translator-excel/src/test/java/org/teiid/translator/excel/TestExcelExecution.java Log Message: ----------- Limit processing was being done wrong, both offset and row limit processing were calculated wrong Commit: 78fdffc964491d2a78f29fa7e56a5fa856b2ee9c https://github.com/teiid/teiid/commit/78fdffc964491d2a78f29fa7e56a5fa856b2ee9c Author: Ramesh Reddy Date: 2014-08-18 (Mon, 18 Aug 2014) Changed paths: M connectors/translator-excel/src/main/java/org/teiid/translator/excel/ExcelExecution.java M connectors/translator-excel/src/main/java/org/teiid/translator/excel/ExcelQueryVisitor.java M connectors/translator-excel/src/test/java/org/teiid/translator/excel/TestExcelExecution.java Log Message: ----------- Merge pull request #300 from rareddy/TEIID-3089 Limit processing was being done wrong, both offset and row limit process... Compare: https://github.com/teiid/teiid/compare/e25703dba616...78fdffc96449 From rareddy at jboss.org Mon Aug 18 11:37:53 2014 From: rareddy at jboss.org (Ramesh Reddy) Date: Mon, 18 Aug 2014 08:37:53 -0700 Subject: [teiid-commits] [teiid/teiid] b02308: Limit processing was being done wrong, both offset... Message-ID: <53f21dd16f41c_36803fe7345072a0112bd@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.7.x Home: https://github.com/teiid/teiid Commit: b0230845d3003c181f0f2503e4f179748606e989 https://github.com/teiid/teiid/commit/b0230845d3003c181f0f2503e4f179748606e989 Author: Ramesh Reddy Date: 2014-08-18 (Mon, 18 Aug 2014) Changed paths: M connectors/translator-excel/src/main/java/org/teiid/translator/excel/ExcelExecution.java M connectors/translator-excel/src/main/java/org/teiid/translator/excel/ExcelQueryVisitor.java M connectors/translator-excel/src/test/java/org/teiid/translator/excel/TestExcelExecution.java Log Message: ----------- Limit processing was being done wrong, both offset and row limit processing were calculated wrong Commit: 548eaaf588fe8826a46dbd662c19ce7d938e304d https://github.com/teiid/teiid/commit/548eaaf588fe8826a46dbd662c19ce7d938e304d Author: Ramesh Reddy Date: 2014-08-18 (Mon, 18 Aug 2014) Changed paths: M connectors/translator-excel/src/main/java/org/teiid/translator/excel/ExcelExecution.java M connectors/translator-excel/src/main/java/org/teiid/translator/excel/ExcelQueryVisitor.java M connectors/translator-excel/src/test/java/org/teiid/translator/excel/TestExcelExecution.java Log Message: ----------- Merge pull request #301 from rareddy/TEIID-3089-8.7.x Limit processing was being done wrong, both offset and row limit process... Compare: https://github.com/teiid/teiid/compare/2c46aa3772ee...548eaaf588fe From rareddy at jboss.org Mon Aug 18 12:15:42 2014 From: rareddy at jboss.org (Ramesh Reddy) Date: Mon, 18 Aug 2014 09:15:42 -0700 Subject: [teiid-commits] [teiid/teiid] d69350: Adding support for VARBINARY type that maps to in... Message-ID: <53f226aee2094_3df43f8c771d32b85446b@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: d693509c19f081740ce3d950bd66f4455ac4fd49 https://github.com/teiid/teiid/commit/d693509c19f081740ce3d950bd66f4455ac4fd49 Author: Ramesh Reddy Date: 2014-08-18 (Mon, 18 Aug 2014) Changed paths: M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBExecutionFactory.java M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBMetadataProcessor.java M connectors/translator-mongodb/src/test/java/org/teiid/translator/mongodb/TestMongoDBMetadataProcessor.java Log Message: ----------- Adding support for VARBINARY type that maps to in MongoDB Commit: 2910a7e9ee99f77e1081b207a5b5122e58927006 https://github.com/teiid/teiid/commit/2910a7e9ee99f77e1081b207a5b5122e58927006 Author: Ramesh Reddy Date: 2014-08-18 (Mon, 18 Aug 2014) Changed paths: M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBExecutionFactory.java M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBMetadataProcessor.java M connectors/translator-mongodb/src/test/java/org/teiid/translator/mongodb/TestMongoDBMetadataProcessor.java Log Message: ----------- Merge pull request #302 from rareddy/TEIID-3061 Adding support for VARBINARY type that maps to in MongoDB Compare: https://github.com/teiid/teiid/compare/78fdffc96449...2910a7e9ee99 From rareddy at jboss.org Mon Aug 18 12:18:49 2014 From: rareddy at jboss.org (Ramesh Reddy) Date: Mon, 18 Aug 2014 09:18:49 -0700 Subject: [teiid-commits] [teiid/teiid] bcccd1: Adding support for VARBINARY type that maps to in... Message-ID: <53f2276955268_10db3fa6c36f52bc11145a@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.7.x Home: https://github.com/teiid/teiid Commit: bcccd1000a5f37fc6ec2afde463be1941eb5b15a https://github.com/teiid/teiid/commit/bcccd1000a5f37fc6ec2afde463be1941eb5b15a Author: Ramesh Reddy Date: 2014-08-18 (Mon, 18 Aug 2014) Changed paths: M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBExecutionFactory.java M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBMetadataProcessor.java M connectors/translator-mongodb/src/test/java/org/teiid/translator/mongodb/TestMongoDBMetadataProcessor.java Log Message: ----------- Adding support for VARBINARY type that maps to in MongoDB Commit: 3aa9360e0faf2c07ebd1ba63d7a2bc7cdb100d0f https://github.com/teiid/teiid/commit/3aa9360e0faf2c07ebd1ba63d7a2bc7cdb100d0f Author: Ramesh Reddy Date: 2014-08-18 (Mon, 18 Aug 2014) Changed paths: M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBExecutionFactory.java M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBMetadataProcessor.java M connectors/translator-mongodb/src/test/java/org/teiid/translator/mongodb/TestMongoDBMetadataProcessor.java Log Message: ----------- Merge pull request #303 from rareddy/TEIID-3061-8.7.x Adding support for VARBINARY type that maps to in MongoDB Compare: https://github.com/teiid/teiid/compare/548eaaf588fe...3aa9360e0faf From shawkins at redhat.com Mon Aug 18 13:15:12 2014 From: shawkins at redhat.com (shawkins) Date: Mon, 18 Aug 2014 10:15:12 -0700 Subject: [teiid-commits] [teiid/teiid] 1a06e1: TEIID-3081 fixing issues with running tests under ... Message-ID: <53f234a066b5b_692c3f8ed79fd29c27598@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 1a06e1261e29a6152af9fb507cfadc1b3233a350 https://github.com/teiid/teiid/commit/1a06e1261e29a6152af9fb507cfadc1b3233a350 Author: shawkins Date: 2014-08-18 (Mon, 18 Aug 2014) Changed paths: M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/IDRef.java M connectors/translator-mongodb/src/test/java/org/teiid/translator/mongodb/TestMongoDBMetadataProcessor.java M connectors/translator-mongodb/src/test/java/org/teiid/translator/mongodb/TestMongoDBUpdateVisitor.java M connectors/translator-odata/src/main/java/org/teiid/translator/odata/ODataSQLVisitor.java M connectors/translator-odata/src/test/java/org/teiid/translator/odata/TestODataQueryExecution.java M connectors/translator-odata/src/test/java/org/teiid/translator/odata/TestODataSQLVistor.java M connectors/translator-solr/src/test/java/org/teiid/translator/solr/TestSolrMetadataProcessor.java M engine/src/main/java/org/teiid/query/sql/visitor/GroupCollectorVisitor.java M test-integration/common/src/test/resources/TestSystemVirtualModel/testUsgae.expected Log Message: ----------- TEIID-3081 fixing issues with running tests under java 8 From shawkins at redhat.com Mon Aug 18 13:29:28 2014 From: shawkins at redhat.com (shawkins) Date: Mon, 18 Aug 2014 10:29:28 -0700 Subject: [teiid-commits] [teiid/teiid] dfec72: Fix modules so the versions are substituted Message-ID: <53f237f8d42ba_31df3fa12ed8f2c08892b@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.7.x Home: https://github.com/teiid/teiid Commit: dfec720121a868b8fd61bb09ce5de19497fc0636 https://github.com/teiid/teiid/commit/dfec720121a868b8fd61bb09ce5de19497fc0636 Author: Van Halbert Date: 2014-08-18 (Mon, 18 Aug 2014) Changed paths: M connectors/translator-excel/kits/jboss-as7/modules/dom4j/main/module.xml M connectors/translator-excel/kits/jboss-as7/modules/org/apache/xmlbeans/main/module.xml Log Message: ----------- Fix modules so the versions are substituted Commit: 90290e50179f5d25875cd3686295f1ea3e69d5e6 https://github.com/teiid/teiid/commit/90290e50179f5d25875cd3686295f1ea3e69d5e6 Author: Steven Hawkins Date: 2014-08-18 (Mon, 18 Aug 2014) Changed paths: M connectors/translator-excel/src/main/java/org/teiid/translator/excel/ExcelExecution.java M connectors/translator-excel/src/main/java/org/teiid/translator/excel/ExcelQueryVisitor.java M connectors/translator-excel/src/test/java/org/teiid/translator/excel/TestExcelExecution.java M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBExecutionFactory.java M connectors/translator-mongodb/src/main/java/org/teiid/translator/mongodb/MongoDBMetadataProcessor.java M connectors/translator-mongodb/src/test/java/org/teiid/translator/mongodb/TestMongoDBMetadataProcessor.java Log Message: ----------- Merge branch '8.7.x' of https://github.com/teiid/teiid into 8.7.x Commit: b221d06be82abd92db704cf8ce52c652de364078 https://github.com/teiid/teiid/commit/b221d06be82abd92db704cf8ce52c652de364078 Author: shawkins Date: 2014-08-18 (Mon, 18 Aug 2014) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/xml/XMLProjectionMinimizer.java Log Message: ----------- TEIID-3092 correcting how parent is handled Compare: https://github.com/teiid/teiid/compare/3aa9360e0faf...b221d06be82a From ci-builds at redhat.com Tue Aug 19 01:10:02 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Tue, 19 Aug 2014 01:10:02 -0400 (EDT) Subject: [teiid-commits] Teiid-NightlyBuild - Build # 2363 - Failure! Message-ID: <245300151.521.1408425002977.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid-NightlyBuild - Build # 2363 - Failure: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid-NightlyBuild/2363/ to view the results. From rareddy at jboss.org Tue Aug 19 07:07:13 2014 From: rareddy at jboss.org (Ramesh Reddy) Date: Tue, 19 Aug 2014 04:07:13 -0700 Subject: [teiid-commits] [teiid/teiid] 89c15a: TEIID-3067, TEIID-3074: fixing issues with materil... Message-ID: <53f32fe146da1_2b2f3fc0986972b825185@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 89c15afa4b7ea194154d9ddd7fe97c4bed333080 https://github.com/teiid/teiid/commit/89c15afa4b7ea194154d9ddd7fe97c4bed333080 Author: Ramesh Reddy Date: 2014-08-19 (Tue, 19 Aug 2014) Changed paths: M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrUpdateExecution.java M engine/src/main/java/org/teiid/query/QueryPlugin.java M engine/src/main/java/org/teiid/query/function/FunctionMethods.java M engine/src/main/java/org/teiid/query/metadata/MaterializationMetadataRepository.java M engine/src/main/java/org/teiid/query/metadata/MetadataValidator.java M engine/src/main/resources/org/teiid/query/i18n.properties Log Message: ----------- TEIID-3067, TEIID-3074: fixing issues with materilization loading and executing. changed the mvstatus function's determinism to command deterministic Commit: c1c7dadb7a72ec097d4cb148df2bf0b32ede656e https://github.com/teiid/teiid/commit/c1c7dadb7a72ec097d4cb148df2bf0b32ede656e Author: Ramesh Reddy Date: 2014-08-19 (Tue, 19 Aug 2014) Changed paths: M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrUpdateExecution.java M engine/src/main/java/org/teiid/query/QueryPlugin.java M engine/src/main/java/org/teiid/query/function/FunctionMethods.java M engine/src/main/java/org/teiid/query/metadata/MaterializationMetadataRepository.java M engine/src/main/java/org/teiid/query/metadata/MetadataValidator.java M engine/src/main/resources/org/teiid/query/i18n.properties Log Message: ----------- Merge pull request #304 from rareddy/TEIID-3074 TEIID-3067, TEIID-3074: fixing issues with materilization loading and ex... Compare: https://github.com/teiid/teiid/compare/1a06e1261e29...c1c7dadb7a72 From rareddy at jboss.org Tue Aug 19 07:29:22 2014 From: rareddy at jboss.org (Ramesh Reddy) Date: Tue, 19 Aug 2014 04:29:22 -0700 Subject: [teiid-commits] [teiid/teiid] aaac1d: TEIID-3067, TEIID-3074: fixing issues with materil... Message-ID: <53f335129fdf8_68bc3ff61a9692b875388@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.7.x Home: https://github.com/teiid/teiid Commit: aaac1d29465f8046deb34945201960b0749fccd2 https://github.com/teiid/teiid/commit/aaac1d29465f8046deb34945201960b0749fccd2 Author: Ramesh Reddy Date: 2014-08-19 (Tue, 19 Aug 2014) Changed paths: M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrUpdateExecution.java M engine/src/main/java/org/teiid/query/QueryPlugin.java M engine/src/main/java/org/teiid/query/function/FunctionMethods.java M engine/src/main/java/org/teiid/query/metadata/MaterializationMetadataRepository.java M engine/src/main/java/org/teiid/query/metadata/MetadataValidator.java M engine/src/main/resources/org/teiid/query/i18n.properties Log Message: ----------- TEIID-3067, TEIID-3074: fixing issues with materilization loading and executing. changed the mvstatus function's determinism to command deterministic Commit: 7253ff1068bd2528420ed49bb6772f52635a6f5b https://github.com/teiid/teiid/commit/7253ff1068bd2528420ed49bb6772f52635a6f5b Author: Ramesh Reddy Date: 2014-08-19 (Tue, 19 Aug 2014) Changed paths: M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrUpdateExecution.java M engine/src/main/java/org/teiid/query/QueryPlugin.java M engine/src/main/java/org/teiid/query/function/FunctionMethods.java M engine/src/main/java/org/teiid/query/metadata/MaterializationMetadataRepository.java M engine/src/main/java/org/teiid/query/metadata/MetadataValidator.java M engine/src/main/resources/org/teiid/query/i18n.properties Log Message: ----------- Merge pull request #305 from rareddy/TEIID-3074-8.7.x TEIID-3067, TEIID-3074: fixing issues with materilization loading and ex... Compare: https://github.com/teiid/teiid/compare/b221d06be82a...7253ff1068bd From docs-author at jboss.org Tue Aug 19 07:39:00 2014 From: docs-author at jboss.org (Ramesh Reddy (Confluence)) Date: Tue, 19 Aug 2014 07:39:00 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > External Materialization Message-ID: <1980739924.466.1408448340121.JavaMail.tomcat@conf02.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140819/260ad9a8/attachment-0001.html From shawkins at redhat.com Tue Aug 19 10:00:24 2014 From: shawkins at redhat.com (shawkins) Date: Tue, 19 Aug 2014 07:00:24 -0700 Subject: [teiid-commits] [teiid/teiid] aff6c2: TEIID-2914 removing the SupportsLuceneSearching op... Message-ID: <53f35878f00be_51483f960758b2b86628d@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: aff6c22b26d5476d4e5f10cc266a78502dfb8b0a https://github.com/teiid/teiid/commit/aff6c22b26d5476d4e5f10cc266a78502dfb8b0a Author: Van Halbert Date: 2014-08-19 (Tue, 19 Aug 2014) Changed paths: M connectors/connector-infinispan.6/src/main/rar/META-INF/ra.xml M connectors/connector-infinispan/src/main/rar/META-INF/ra.xml Log Message: ----------- TEIID-2914 removing the SupportsLuceneSearching option in the resource adapters, for which the option is provided at the translator Commit: fea4105af8d969a365928acc405812480fbb060a https://github.com/teiid/teiid/commit/fea4105af8d969a365928acc405812480fbb060a Author: shawkins Date: 2014-08-19 (Tue, 19 Aug 2014) Changed paths: M connectors/connector-infinispan.6/src/main/rar/META-INF/ra.xml M connectors/connector-infinispan/src/main/rar/META-INF/ra.xml Log Message: ----------- Merge pull request #306 from vhalbert/teiid2914 TEIID-2914 removing the SupportsLuceneSearching option Compare: https://github.com/teiid/teiid/compare/c1c7dadb7a72...fea4105af8d9 From shawkins at redhat.com Tue Aug 19 10:01:26 2014 From: shawkins at redhat.com (shawkins) Date: Tue, 19 Aug 2014 07:01:26 -0700 Subject: [teiid-commits] [teiid/teiid] 8262f8: TEIID-3074 improving the close check in the non-de... Message-ID: <53f358b646412_5b4c3f8fea0912bc698f6@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 8262f8ab0fbd4ed25d79b4bff3765e41d7a5eba9 https://github.com/teiid/teiid/commit/8262f8ab0fbd4ed25d79b4bff3765e41d7a5eba9 Author: shawkins Date: 2014-08-19 (Tue, 19 Aug 2014) Changed paths: M engine/src/main/java/org/teiid/query/processor/relational/SubqueryAwareEvaluator.java M engine/src/test/java/org/teiid/query/processor/TestProcessor.java Log Message: ----------- TEIID-3074 improving the close check in the non-deterministic case From shawkins at redhat.com Tue Aug 19 10:08:02 2014 From: shawkins at redhat.com (shawkins) Date: Tue, 19 Aug 2014 07:08:02 -0700 Subject: [teiid-commits] [teiid/teiid] 60ebb7: TEIID-2914 removing the SupportsLuceneSearching op... Message-ID: <53f35a4242b3d_51483f960758b2b86642@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.7.x Home: https://github.com/teiid/teiid Commit: 60ebb7b2754de5e28164dc03f38dd2658b3cff9a https://github.com/teiid/teiid/commit/60ebb7b2754de5e28164dc03f38dd2658b3cff9a Author: Van Halbert Date: 2014-08-19 (Tue, 19 Aug 2014) Changed paths: M connectors/connector-infinispan.6/src/main/rar/META-INF/ra.xml M connectors/connector-infinispan/src/main/rar/META-INF/ra.xml Log Message: ----------- TEIID-2914 removing the SupportsLuceneSearching option in the resource adapters, for which the option is provided at the translator Commit: ed4d05a52b692b3201e9502450103fac61bb6ad0 https://github.com/teiid/teiid/commit/ed4d05a52b692b3201e9502450103fac61bb6ad0 Author: shawkins Date: 2014-08-19 (Tue, 19 Aug 2014) Changed paths: M engine/src/main/java/org/teiid/query/processor/relational/SubqueryAwareEvaluator.java M engine/src/test/java/org/teiid/query/processor/TestProcessor.java Log Message: ----------- TEIID-3074 improving the close check in the non-deterministic case Compare: https://github.com/teiid/teiid/compare/7253ff1068bd...ed4d05a52b69 From docs-author at jboss.org Tue Aug 19 11:19:00 2014 From: docs-author at jboss.org (Steven Hawkins (Confluence)) Date: Tue, 19 Aug 2014 11:19:00 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > Executing Commands Message-ID: <1542247712.472.1408461540252.JavaMail.tomcat@conf02.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140819/8db08226/attachment.html From ci-builds at redhat.com Tue Aug 19 12:02:45 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Tue, 19 Aug 2014 12:02:45 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 2507 - Failure! Message-ID: <1148373547.87.1408464166015.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 2507 - Failure: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/2507/ to view the results. From ci-builds at redhat.com Tue Aug 19 15:02:06 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Tue, 19 Aug 2014 15:02:06 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 2508 - Still Failing! In-Reply-To: <1148373547.87.1408464166015.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <1148373547.87.1408464166015.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <2113364952.139.1408474926633.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 2508 - Still Failing: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/2508/ to view the results. From shawkins at redhat.com Tue Aug 19 16:12:30 2014 From: shawkins at redhat.com (shawkins) Date: Tue, 19 Aug 2014 13:12:30 -0700 Subject: [teiid-commits] [teiid/teiid] 4dcf2d: TEIID-3044 adding implementations for getFunctions... Message-ID: <53f3afaee0781_50cf3fc5705112b8732d3@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 4dcf2de5dd315355b418e1a09d5fbcb24fc7a6d0 https://github.com/teiid/teiid/commit/4dcf2de5dd315355b418e1a09d5fbcb24fc7a6d0 Author: shawkins Date: 2014-08-19 (Tue, 19 Aug 2014) Changed paths: M build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html M client/src/main/java/org/teiid/jdbc/DatabaseMetaDataImpl.java M client/src/main/java/org/teiid/jdbc/PreparedStatementImpl.java M client/src/main/resources/org/teiid/jdbc/i18n.properties M engine/src/main/java/org/teiid/dqp/internal/process/DataTierManagerImpl.java M engine/src/main/resources/org/teiid/metadata/SYS.sql M test-integration/common/src/test/java/org/teiid/jdbc/TestMMDatabaseMetaData.java M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetColumns.expected A test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetFunctionColumns.expected A test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetFunctions.expected M test-integration/common/src/test/resources/TestODBCSchema/test_PG_ATTRIBUTE.expected M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testColumns.expected M test-integration/common/src/test/resources/TestSystemVirtualModel/testColumns.expected M test-integration/common/src/test/resources/TestSystemVirtualModel/testFunctionParams.expected M test-integration/common/src/test/resources/TestSystemVirtualModel/testFunctions.expected Log Message: ----------- TEIID-3044 adding implementations for getFunctions and getFunctionColumns From ci-builds at redhat.com Tue Aug 19 18:05:10 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Tue, 19 Aug 2014 18:05:10 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 2509 - Still Failing! In-Reply-To: <2113364952.139.1408474926633.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <2113364952.139.1408474926633.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <836329512.187.1408485910181.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 2509 - Still Failing: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/2509/ to view the results. From rareddy at jboss.org Tue Aug 19 21:15:47 2014 From: rareddy at jboss.org (Ramesh Reddy) Date: Tue, 19 Aug 2014 18:15:47 -0700 Subject: [teiid-commits] [teiid/teiid] 4d6b29: TEIID-3093, TEIID-3094: Fixing name in source usag... Message-ID: <53f3f6c3a439c_35d23fdafe4272a016317@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 4d6b29bcde46f39926f649c7e1c1ddfb6ee79351 https://github.com/teiid/teiid/commit/4d6b29bcde46f39926f649c7e1c1ddfb6ee79351 Author: Ramesh Reddy Date: 2014-08-19 (Tue, 19 Aug 2014) Changed paths: M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrSQLHierarchyVistor.java M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrUpdateExecution.java A connectors/translator-solr/src/test/java/org/teiid/translator/solr/TestSolrUpdateExecution.java M connectors/translator-solr/src/test/java/org/teiid/translator/solr/TestTeiidLanguageToSolr.java M connectors/translator-solr/src/test/resources/exampleTBL.ddl Log Message: ----------- TEIID-3093, TEIID-3094: Fixing name in source usage and escaping of negitive numbers Commit: ab57a37c32e57decf5ac1d5754b34c85a8a6834b https://github.com/teiid/teiid/commit/ab57a37c32e57decf5ac1d5754b34c85a8a6834b Author: Ramesh Reddy Date: 2014-08-19 (Tue, 19 Aug 2014) Changed paths: M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrSQLHierarchyVistor.java M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrUpdateExecution.java A connectors/translator-solr/src/test/java/org/teiid/translator/solr/TestSolrUpdateExecution.java M connectors/translator-solr/src/test/java/org/teiid/translator/solr/TestTeiidLanguageToSolr.java M connectors/translator-solr/src/test/resources/exampleTBL.ddl Log Message: ----------- Merge pull request #307 from rareddy/TEIID-3093 TEIID-3093, TEIID-3094: Fixing name in source usage and escaping of negi... Compare: https://github.com/teiid/teiid/compare/4dcf2de5dd31...ab57a37c32e5 From ci-builds at redhat.com Wed Aug 20 00:19:42 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Wed, 20 Aug 2014 00:19:42 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 2510 - Fixed! In-Reply-To: <836329512.187.1408485910181.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <836329512.187.1408485910181.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <1164485317.269.1408508382821.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 2510 - Fixed: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/2510/ to view the results. From ci-builds at redhat.com Wed Aug 20 01:10:53 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Wed, 20 Aug 2014 01:10:53 -0400 (EDT) Subject: [teiid-commits] Teiid-NightlyBuild - Build # 2364 - Still Failing! In-Reply-To: <245300151.521.1408425002977.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <245300151.521.1408425002977.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <55027965.292.1408511453121.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid-NightlyBuild - Build # 2364 - Still Failing: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid-NightlyBuild/2364/ to view the results. From docs-author at jboss.org Wed Aug 20 09:09:00 2014 From: docs-author at jboss.org (Steven Hawkins (Confluence)) Date: Wed, 20 Aug 2014 09:09:00 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > System Tables Message-ID: <2061647967.488.1408540140216.JavaMail.tomcat@conf02.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140820/72549117/attachment-0001.html From rareddy at jboss.org Wed Aug 20 09:15:29 2014 From: rareddy at jboss.org (Ramesh Reddy) Date: Wed, 20 Aug 2014 06:15:29 -0700 Subject: [teiid-commits] [teiid/teiid] 61757a: TEIID-3093, TEIID-3094: Fixing name in source usag... Message-ID: <53f49f71e2404_7b6a3fe1524d92c060867@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.7.x Home: https://github.com/teiid/teiid Commit: 61757a764038e3f0861cef42461b48211ddd539a https://github.com/teiid/teiid/commit/61757a764038e3f0861cef42461b48211ddd539a Author: Ramesh Reddy Date: 2014-08-19 (Tue, 19 Aug 2014) Changed paths: M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrSQLHierarchyVistor.java M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrUpdateExecution.java A connectors/translator-solr/src/test/java/org/teiid/translator/solr/TestSolrUpdateExecution.java M connectors/translator-solr/src/test/java/org/teiid/translator/solr/TestTeiidLanguageToSolr.java M connectors/translator-solr/src/test/resources/exampleTBL.ddl Log Message: ----------- TEIID-3093, TEIID-3094: Fixing name in source usage and escaping of negitive numbers Commit: b0b7fe5e546005ed23bb9fd8bc8edf9d4cadd79d https://github.com/teiid/teiid/commit/b0b7fe5e546005ed23bb9fd8bc8edf9d4cadd79d Author: Ramesh Reddy Date: 2014-08-20 (Wed, 20 Aug 2014) Changed paths: M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrSQLHierarchyVistor.java M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrUpdateExecution.java A connectors/translator-solr/src/test/java/org/teiid/translator/solr/TestSolrUpdateExecution.java M connectors/translator-solr/src/test/java/org/teiid/translator/solr/TestTeiidLanguageToSolr.java M connectors/translator-solr/src/test/resources/exampleTBL.ddl Log Message: ----------- Merge pull request #309 from rareddy/TEIID-3093-8.7.x TEIID-3093, TEIID-3094: Fixing name in source usage and escaping of negi... Compare: https://github.com/teiid/teiid/compare/ed4d05a52b69...b0b7fe5e5460 From docs-author at jboss.org Wed Aug 20 09:34:00 2014 From: docs-author at jboss.org (Steven Hawkins (Confluence)) Date: Wed, 20 Aug 2014 09:34:00 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > Unsupported Classes and Methods in "java.sql" Message-ID: <1168143878.491.1408541640251.JavaMail.tomcat@conf02.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140820/fbc96c15/attachment.html From docs-author at jboss.org Wed Aug 20 23:32:00 2014 From: docs-author at jboss.org (Kylin Soong (Confluence)) Date: Wed, 20 Aug 2014 23:32:00 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > Supported Types Message-ID: <1417047660.139.1408591920279.JavaMail.tomcat@conf01.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140820/82ee0906/attachment-0001.html From ci-builds at redhat.com Thu Aug 21 01:10:23 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Thu, 21 Aug 2014 01:10:23 -0400 (EDT) Subject: [teiid-commits] Teiid-NightlyBuild - Build # 2365 - Still Failing! In-Reply-To: <55027965.292.1408511453121.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <55027965.292.1408511453121.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <248163026.666.1408597823252.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid-NightlyBuild - Build # 2365 - Still Failing: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid-NightlyBuild/2365/ to view the results. From shawkins at redhat.com Thu Aug 21 10:23:25 2014 From: shawkins at redhat.com (shawkins) Date: Thu, 21 Aug 2014 07:23:25 -0700 Subject: [teiid-commits] [teiid/teiid] 2adbe2: TEIID-3097 validating model names cannot contain . Message-ID: <53f600dd9aca8_39b43ff3e6adf2b890571@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 2adbe27aa0261c3db3cd73b243722b95d7ea24b8 https://github.com/teiid/teiid/commit/2adbe27aa0261c3db3cd73b243722b95d7ea24b8 Author: shawkins Date: 2014-08-21 (Thu, 21 Aug 2014) Changed paths: M runtime/src/main/java/org/teiid/runtime/AbstractVDBDeployer.java M runtime/src/main/java/org/teiid/runtime/RuntimePlugin.java M runtime/src/main/resources/org/teiid/runtime/i18n.properties M runtime/src/test/java/org/teiid/runtime/TestEmbeddedServer.java Log Message: ----------- TEIID-3097 validating model names cannot contain . From ci-builds at redhat.com Thu Aug 21 12:03:09 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Thu, 21 Aug 2014 12:03:09 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 2511 - Failure! Message-ID: <340933864.942.1408636989337.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 2511 - Failure: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/2511/ to view the results. From shawkins at redhat.com Thu Aug 21 12:51:05 2014 From: shawkins at redhat.com (shawkins) Date: Thu, 21 Aug 2014 09:51:05 -0700 Subject: [teiid-commits] [teiid/teiid] 19bebb: TEIID-3097 validating model names cannot contain . Message-ID: <53f62379c5f38_69ab3ff5e710f2bc869ee@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.7.x Home: https://github.com/teiid/teiid Commit: 19bebb67d7120ddd365587937c12ade99eea4152 https://github.com/teiid/teiid/commit/19bebb67d7120ddd365587937c12ade99eea4152 Author: shawkins Date: 2014-08-21 (Thu, 21 Aug 2014) Changed paths: M runtime/src/main/java/org/teiid/runtime/AbstractVDBDeployer.java M runtime/src/main/java/org/teiid/runtime/RuntimePlugin.java M runtime/src/main/resources/org/teiid/runtime/i18n.properties M runtime/src/test/java/org/teiid/runtime/TestEmbeddedServer.java Log Message: ----------- TEIID-3097 validating model names cannot contain . Conflicts: runtime/src/main/java/org/teiid/runtime/RuntimePlugin.java runtime/src/main/resources/org/teiid/runtime/i18n.properties From shawkins at redhat.com Thu Aug 21 13:08:19 2014 From: shawkins at redhat.com (shawkins) Date: Thu, 21 Aug 2014 10:08:19 -0700 Subject: [teiid-commits] [teiid/teiid] 97f6fc: TEIID-2875 adding the exception/stack to the warni... Message-ID: <53f627833ca59_73063faf5b6692bc2805f@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 97f6fc927861a52fcd171cbfdf8287c4a7b17568 https://github.com/teiid/teiid/commit/97f6fc927861a52fcd171cbfdf8287c4a7b17568 Author: shawkins Date: 2014-08-21 (Thu, 21 Aug 2014) Changed paths: M jboss-integration/src/main/java/org/teiid/jboss/VDBService.java Log Message: ----------- TEIID-2875 adding the exception/stack to the warning to make issues easier to diagnose From shawkins at redhat.com Thu Aug 21 14:50:37 2014 From: shawkins at redhat.com (Steven Hawkins) Date: Thu, 21 Aug 2014 11:50:37 -0700 Subject: [teiid-commits] [teiid/teiid] 5c6d2a: TEIID-3093, TEIID-3094: Fixing name in source usag... Message-ID: <53f63f7da527c_71d83fe7a157b2a03984f@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 5c6d2a6a234cd46d99381da8886ad12b1c89fc05 https://github.com/teiid/teiid/commit/5c6d2a6a234cd46d99381da8886ad12b1c89fc05 Author: Ramesh Reddy Date: 2014-08-21 (Thu, 21 Aug 2014) Changed paths: M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrSQLHierarchyVistor.java M connectors/translator-solr/src/main/java/org/teiid/translator/solr/SolrUpdateExecution.java A connectors/translator-solr/src/test/java/org/teiid/translator/solr/TestSolrUpdateExecution.java M connectors/translator-solr/src/test/java/org/teiid/translator/solr/TestTeiidLanguageToSolr.java M connectors/translator-solr/src/test/resources/exampleTBL.ddl Log Message: ----------- TEIID-3093, TEIID-3094: Fixing name in source usage and escaping of negitive numbers Commit: d1a23a36cacfd13ef14ab48c0c0a1f28121d7cf0 https://github.com/teiid/teiid/commit/d1a23a36cacfd13ef14ab48c0c0a1f28121d7cf0 Author: shawkins Date: 2014-08-21 (Thu, 21 Aug 2014) Changed paths: M runtime/src/main/java/org/teiid/runtime/AbstractVDBDeployer.java M runtime/src/main/java/org/teiid/runtime/RuntimePlugin.java M runtime/src/main/resources/org/teiid/runtime/i18n.properties M runtime/src/test/java/org/teiid/runtime/TestEmbeddedServer.java Log Message: ----------- TEIID-3097 validating model names cannot contain . Commit: 7797fead3f10fbfb2155d4a13101ab869eccfb2a https://github.com/teiid/teiid/commit/7797fead3f10fbfb2155d4a13101ab869eccfb2a Author: shawkins Date: 2014-08-21 (Thu, 21 Aug 2014) Changed paths: M jboss-integration/src/main/java/org/teiid/jboss/VDBService.java Log Message: ----------- TEIID-2875 adding the exception/stack to the warning to make issues easier to diagnose Commit: 430cb95c015f9d8df4efc78add73af2805ae7241 https://github.com/teiid/teiid/commit/430cb95c015f9d8df4efc78add73af2805ae7241 Author: Kylin Date: 2014-08-21 (Thu, 21 Aug 2014) Changed paths: A eclipselink-platform/.gitignore A eclipselink-platform/pom.xml A eclipselink-platform/src/main/java/org/teiid/eclipselink/platform/TeiidPlatform.java A eclipselink-platform/src/test/java/org/teiid/eclipselink/platform/TestTeiidPlatform.java A eclipselink-platform/src/test/java/org/teiid/eclipselink/platform/model/Marketdata.java A eclipselink-platform/src/test/resources/META-INF/persistence.xml A eclipselink-platform/src/test/resources/file/marketdata.csv A eclipselink-platform/src/test/resources/vdb/marketdata-vdb.xml M pom.xml Log Message: ----------- TEIID-1910: Teiid support for EclipseLink persistance provider TEIID-1910: Teiid support for EclipseLink persistance provider TEIID-1910: Change maven build file, rename TeiidServerPlatform to TeiidPlatform TEIID-1910: Change maven build file, rename TeiidServerPlatform to TeiidPlatform Commit: e29abe15696d415eb3914d89414385a517b7ffc3 https://github.com/teiid/teiid/commit/e29abe15696d415eb3914d89414385a517b7ffc3 Author: shawkins Date: 2014-08-21 (Thu, 21 Aug 2014) Changed paths: M eclipselink-platform/src/main/java/org/teiid/eclipselink/platform/TeiidPlatform.java M eclipselink-platform/src/test/java/org/teiid/eclipselink/platform/TestTeiidPlatform.java M eclipselink-platform/src/test/resources/META-INF/persistence.xml Log Message: ----------- TEIID-1910 adding a TeiidPlatform for EclipseLink Commit: 70adaac6e6bc8d3f5b00cc4b600848167d652c80 https://github.com/teiid/teiid/commit/70adaac6e6bc8d3f5b00cc4b600848167d652c80 Author: Steven Hawkins Date: 2014-08-21 (Thu, 21 Aug 2014) Log Message: ----------- Merge branch 'master' of https://github.com/teiid/teiid Compare: https://github.com/teiid/teiid/compare/97f6fc927861...70adaac6e6bc From ci-builds at redhat.com Thu Aug 21 15:02:09 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Thu, 21 Aug 2014 15:02:09 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 2512 - Still Failing! In-Reply-To: <340933864.942.1408636989337.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <340933864.942.1408636989337.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <1612847584.999.1408647729875.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 2512 - Still Failing: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/2512/ to view the results. From ci-builds at redhat.com Thu Aug 21 18:02:01 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Thu, 21 Aug 2014 18:02:01 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 2513 - Still Failing! In-Reply-To: <1612847584.999.1408647729875.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <1612847584.999.1408647729875.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <2074431154.1046.1408658521854.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 2513 - Still Failing: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/2513/ to view the results. From ci-builds at redhat.com Thu Aug 21 21:02:12 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Thu, 21 Aug 2014 21:02:12 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 2514 - Still Failing! In-Reply-To: <2074431154.1046.1408658521854.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <2074431154.1046.1408658521854.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <855843921.1101.1408669332547.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 2514 - Still Failing: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/2514/ to view the results. From ci-builds at redhat.com Fri Aug 22 00:22:12 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Fri, 22 Aug 2014 00:22:12 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 2515 - Unstable! In-Reply-To: <855843921.1101.1408669332547.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <855843921.1101.1408669332547.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <171922121.1163.1408681332054.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 2515 - Unstable: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/2515/ to view the results. From docs-author at jboss.org Fri Aug 22 07:49:00 2014 From: docs-author at jboss.org (Kylin Soong (Confluence)) Date: Fri, 22 Aug 2014 07:49:00 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > Using Teiid with EclipseLink Message-ID: <855856907.511.1408708140190.JavaMail.tomcat@conf02.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140822/d77e32d1/attachment-0001.html From docs-author at jboss.org Fri Aug 22 07:50:00 2014 From: docs-author at jboss.org (Steven Hawkins (Confluence)) Date: Fri, 22 Aug 2014 07:50:00 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > Using Teiid with EclipseLink Message-ID: <1042109873.514.1408708200150.JavaMail.tomcat@conf02.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140822/f3d43a32/attachment.html From shawkins at redhat.com Fri Aug 22 08:23:40 2014 From: shawkins at redhat.com (shawkins) Date: Fri, 22 Aug 2014 05:23:40 -0700 Subject: [teiid-commits] [teiid/teiid] 93c7f8: TEIID-1910 adding a release note Message-ID: <53f7364cbe03a_44ac3f85e744729c2967b@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 93c7f8b1c1a5017c2ba87c518099196827268b9d https://github.com/teiid/teiid/commit/93c7f8b1c1a5017c2ba87c518099196827268b9d Author: shawkins Date: 2014-08-22 (Fri, 22 Aug 2014) Changed paths: M build/kits/jboss-as7/docs/teiid/teiid-releasenotes.html Log Message: ----------- TEIID-1910 adding a release note From shawkins at redhat.com Fri Aug 22 09:05:24 2014 From: shawkins at redhat.com (shawkins) Date: Fri, 22 Aug 2014 06:05:24 -0700 Subject: [teiid-commits] [teiid/teiid] Message-ID: <53f7401467835_43533fa6b4dfb2a0541f0@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/tags/teiid-parent-8.9.0.Alpha2 Home: https://github.com/teiid/teiid From ci-builds at redhat.com Fri Aug 22 09:06:31 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Fri, 22 Aug 2014 09:06:31 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 2516 - Failure! In-Reply-To: <171922121.1163.1408681332054.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <171922121.1163.1408681332054.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <2002144127.1351.1408712791526.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 2516 - Failure: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/2516/ to view the results. From shawkins at redhat.com Fri Aug 22 11:25:55 2014 From: shawkins at redhat.com (shawkins) Date: Fri, 22 Aug 2014 08:25:55 -0700 Subject: [teiid-commits] [teiid/teiid] Message-ID: <53f76103e85dc_43833ffea1e2d29c58376@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/tags/teiid-parent-8.9.0.Alpha2 Home: https://github.com/teiid/teiid From shawkins at redhat.com Fri Aug 22 11:31:11 2014 From: shawkins at redhat.com (shawkins) Date: Fri, 22 Aug 2014 08:31:11 -0700 Subject: [teiid-commits] [teiid/teiid] c0e365: adding a workaround to fix the build Message-ID: <53f7623fd957b_43e53feb5da132bc70020@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: c0e365071d1e9663d4ebef6139b1f970d40358be https://github.com/teiid/teiid/commit/c0e365071d1e9663d4ebef6139b1f970d40358be Author: shawkins Date: 2014-08-22 (Fri, 22 Aug 2014) Changed paths: M pom.xml Log Message: ----------- adding a workaround to fix the build From shawkins at redhat.com Fri Aug 22 11:38:30 2014 From: shawkins at redhat.com (Steven Hawkins) Date: Fri, 22 Aug 2014 08:38:30 -0700 Subject: [teiid-commits] [teiid/teiid] 92722b: [maven-release-plugin] prepare release teiid-paren... Message-ID: <53f763f6cd18d_377d3fec619c72b8158a4@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 92722b8fcef8a7046a6198646ccf4011a25b1eac https://github.com/teiid/teiid/commit/92722b8fcef8a7046a6198646ccf4011a25b1eac Author: Steven Hawkins Date: 2014-08-22 (Fri, 22 Aug 2014) Changed paths: M admin/pom.xml M adminshell/pom.xml M api/pom.xml M build/pom.xml M client-jdk15/pom.xml M client/pom.xml M common-core/pom.xml M connectors/connector-accumulo/pom.xml M connectors/connector-cassandra/pom.xml M connectors/connector-file/pom.xml M connectors/connector-google/pom.xml M connectors/connector-infinispan-dsl/pom.xml M connectors/connector-infinispan.6/pom.xml M connectors/connector-infinispan/pom.xml M connectors/connector-ldap/pom.xml M connectors/connector-mongodb/pom.xml M connectors/connector-salesforce/pom.xml M connectors/connector-simpledb/pom.xml M connectors/connector-solr/pom.xml M connectors/connector-ws/pom.xml M connectors/google-api/pom.xml M connectors/mongodb-api/pom.xml M connectors/pom.xml M connectors/salesforce-api/pom.xml M connectors/sandbox/pom.xml M connectors/sandbox/translator-yahoo/pom.xml M connectors/simpledb-api/pom.xml M connectors/translator-accumulo/pom.xml M connectors/translator-cassandra/pom.xml M connectors/translator-excel/pom.xml M connectors/translator-file/pom.xml M connectors/translator-google/pom.xml M connectors/translator-hive/pom.xml M connectors/translator-infinispan-dsl/pom.xml M connectors/translator-jdbc/pom.xml M connectors/translator-jpa/pom.xml M connectors/translator-ldap/pom.xml M connectors/translator-loopback/pom.xml M connectors/translator-mongodb/pom.xml M connectors/translator-object/pom.xml M connectors/translator-odata/pom.xml M connectors/translator-olap/pom.xml M connectors/translator-salesforce/pom.xml M connectors/translator-simpledb/pom.xml M connectors/translator-solr/pom.xml M connectors/translator-ws/pom.xml M eclipselink-platform/pom.xml M engine/pom.xml M hibernate-dialect/pom.xml M jboss-integration/pom.xml M metadata/pom.xml M odata/pom.xml M pom.xml M runtime/pom.xml M test-integration/common/pom.xml M test-integration/db/pom.xml M test-integration/perf/pom.xml M test-integration/pom.xml Log Message: ----------- [maven-release-plugin] prepare release teiid-parent-8.9.0.Alpha2 From shawkins at redhat.com Fri Aug 22 11:38:34 2014 From: shawkins at redhat.com (Steven Hawkins) Date: Fri, 22 Aug 2014 08:38:34 -0700 Subject: [teiid-commits] [teiid/teiid] a1f0fe: [maven-release-plugin] prepare for next developmen... Message-ID: <53f763fa822fd_467e3f9c9dc7729c216f1@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: a1f0fed034f42132dd7c94fb958ecd9e20c2007b https://github.com/teiid/teiid/commit/a1f0fed034f42132dd7c94fb958ecd9e20c2007b Author: Steven Hawkins Date: 2014-08-22 (Fri, 22 Aug 2014) Changed paths: M admin/pom.xml M adminshell/pom.xml M api/pom.xml M build/pom.xml M client-jdk15/pom.xml M client/pom.xml M common-core/pom.xml M connectors/connector-accumulo/pom.xml M connectors/connector-cassandra/pom.xml M connectors/connector-file/pom.xml M connectors/connector-google/pom.xml M connectors/connector-infinispan-dsl/pom.xml M connectors/connector-infinispan.6/pom.xml M connectors/connector-infinispan/pom.xml M connectors/connector-ldap/pom.xml M connectors/connector-mongodb/pom.xml M connectors/connector-salesforce/pom.xml M connectors/connector-simpledb/pom.xml M connectors/connector-solr/pom.xml M connectors/connector-ws/pom.xml M connectors/google-api/pom.xml M connectors/mongodb-api/pom.xml M connectors/pom.xml M connectors/salesforce-api/pom.xml M connectors/sandbox/pom.xml M connectors/sandbox/translator-yahoo/pom.xml M connectors/simpledb-api/pom.xml M connectors/translator-accumulo/pom.xml M connectors/translator-cassandra/pom.xml M connectors/translator-excel/pom.xml M connectors/translator-file/pom.xml M connectors/translator-google/pom.xml M connectors/translator-hive/pom.xml M connectors/translator-infinispan-dsl/pom.xml M connectors/translator-jdbc/pom.xml M connectors/translator-jpa/pom.xml M connectors/translator-ldap/pom.xml M connectors/translator-loopback/pom.xml M connectors/translator-mongodb/pom.xml M connectors/translator-object/pom.xml M connectors/translator-odata/pom.xml M connectors/translator-olap/pom.xml M connectors/translator-salesforce/pom.xml M connectors/translator-simpledb/pom.xml M connectors/translator-solr/pom.xml M connectors/translator-ws/pom.xml M eclipselink-platform/pom.xml M engine/pom.xml M hibernate-dialect/pom.xml M jboss-integration/pom.xml M metadata/pom.xml M odata/pom.xml M pom.xml M runtime/pom.xml M test-integration/common/pom.xml M test-integration/db/pom.xml M test-integration/perf/pom.xml M test-integration/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration From shawkins at redhat.com Fri Aug 22 11:38:32 2014 From: shawkins at redhat.com (shawkins) Date: Fri, 22 Aug 2014 08:38:32 -0700 Subject: [teiid-commits] [teiid/teiid] Message-ID: <53f763f81f2eb_64313fee7ccdd2a03115@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/tags/teiid-parent-8.9.0.Alpha2 Home: https://github.com/teiid/teiid From ci-builds at redhat.com Fri Aug 22 12:02:30 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Fri, 22 Aug 2014 12:02:30 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 2517 - Still Failing! In-Reply-To: <2002144127.1351.1408712791526.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <2002144127.1351.1408712791526.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <107084149.1406.1408723350550.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 2517 - Still Failing: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/2517/ to view the results. From ci-builds at redhat.com Fri Aug 22 15:02:04 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Fri, 22 Aug 2014 15:02:04 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 2518 - Still Failing! In-Reply-To: <107084149.1406.1408723350550.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <107084149.1406.1408723350550.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <423209612.1485.1408734124146.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 2518 - Still Failing: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/2518/ to view the results. From ci-builds at redhat.com Fri Aug 22 18:02:00 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Fri, 22 Aug 2014 18:02:00 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 2519 - Still Failing! In-Reply-To: <423209612.1485.1408734124146.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <423209612.1485.1408734124146.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <761710792.1539.1408744920322.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 2519 - Still Failing: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/2519/ to view the results. From ci-builds at redhat.com Fri Aug 22 21:02:25 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Fri, 22 Aug 2014 21:02:25 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 2520 - Still Failing! In-Reply-To: <761710792.1539.1408744920322.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <761710792.1539.1408744920322.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <1375551868.1601.1408755745186.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 2520 - Still Failing: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/2520/ to view the results. From ci-builds at redhat.com Mon Aug 25 01:12:26 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Mon, 25 Aug 2014 01:12:26 -0400 (EDT) Subject: [teiid-commits] Teiid-NightlyBuild - Build # 2369 - Failure! Message-ID: <589781440.2380.1408943546393.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid-NightlyBuild - Build # 2369 - Failure: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid-NightlyBuild/2369/ to view the results. From shawkins at redhat.com Mon Aug 25 13:26:42 2014 From: shawkins at redhat.com (shawkins) Date: Mon, 25 Aug 2014 10:26:42 -0700 Subject: [teiid-commits] [teiid/teiid] 01e453: TEIID-3099 preventing rejected execution with timi... Message-ID: <53fb71d294ed6_520a3fcffee2729c76377@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 01e4533f1e821606796aa1cdd95311d42dd122cf https://github.com/teiid/teiid/commit/01e4533f1e821606796aa1cdd95311d42dd122cf Author: shawkins Date: 2014-08-25 (Mon, 25 Aug 2014) Changed paths: M engine/src/main/java/org/teiid/dqp/internal/process/ThreadReuseExecutor.java Log Message: ----------- TEIID-3099 preventing rejected execution with timing issue From shawkins at redhat.com Mon Aug 25 13:44:31 2014 From: shawkins at redhat.com (shawkins) Date: Mon, 25 Aug 2014 10:44:31 -0700 Subject: [teiid-commits] [teiid/teiid] 687d0c: TEIID-3099 preventing rejected execution with timi... Message-ID: <53fb75ffc386c_58b73f94d2c0929c360ba@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.7.x Home: https://github.com/teiid/teiid Commit: 687d0ce1f581e305254ce7379b16faf2d33b950a https://github.com/teiid/teiid/commit/687d0ce1f581e305254ce7379b16faf2d33b950a Author: shawkins Date: 2014-08-25 (Mon, 25 Aug 2014) Changed paths: M engine/src/main/java/org/teiid/dqp/internal/process/ThreadReuseExecutor.java Log Message: ----------- TEIID-3099 preventing rejected execution with timing issue From ci-builds at redhat.com Mon Aug 25 15:26:29 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Mon, 25 Aug 2014 15:26:29 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 2521 - Still unstable! In-Reply-To: <1375551868.1601.1408755745186.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <1375551868.1601.1408755745186.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <1894081426.3328.1408994789181.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 2521 - Still unstable: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/2521/ to view the results. From teiid-commits at lists.jboss.org Tue Aug 26 09:46:22 2014 From: teiid-commits at lists.jboss.org (teiid-commits at lists.jboss.org) Date: Tue, 26 Aug 2014 09:46:22 -0400 Subject: [teiid-commits] teiid SVN: r4652 - in branches/7.7.x: test-integration/common/src/test/java/org/teiid/transport and 1 other directory. Message-ID: <201408261346.s7QDkMOO005278@svn01.web.mwc.hst.phx2.redhat.com> Author: jolee Date: 2014-08-26 09:46:21 -0400 (Tue, 26 Aug 2014) New Revision: 4652 Modified: branches/7.7.x/runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java branches/7.7.x/test-integration/common/src/test/java/org/teiid/transport/TestODBCSocketTransport.java Log: TEIID-2930 adding back with hold (commented out some new tests due to pulling back upstream ExtendedQueryExectutorImpl) Modified: branches/7.7.x/runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java =================================================================== --- branches/7.7.x/runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java 2014-06-25 16:13:39 UTC (rev 4651) +++ branches/7.7.x/runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java 2014-08-26 13:46:21 UTC (rev 4652) @@ -150,7 +150,7 @@ private static Pattern preparedAutoIncrement = Pattern.compile("select 1 \\s*from pg_catalog.pg_attrdef \\s*where adrelid = \\$1 AND adnum = \\$2 " + //$NON-NLS-1$ "\\s*and pg_catalog.pg_get_expr\\(adbin, adrelid\\) \\s*like '%nextval\\(%'", Pattern.DOTALL|Pattern.CASE_INSENSITIVE); //$NON-NLS-1$ - private static Pattern cursorSelectPattern = Pattern.compile("DECLARE \"(\\w+)\" CURSOR(\\s(WITH HOLD|SCROLL))? FOR (.*)", Pattern.CASE_INSENSITIVE|Pattern.DOTALL); //$NON-NLS-1$ + private static Pattern cursorSelectPattern = Pattern.compile("DECLARE\\s+\"(\\w+)\"(?:\\s+INSENSITIVE)?(\\s+(NO\\s+)?SCROLL)?\\s+CURSOR\\s+(?:WITH(?:OUT)? HOLD\\s+)?FOR\\s+(.*)", Pattern.CASE_INSENSITIVE|Pattern.DOTALL); //$NON-NLS-1$ private static Pattern fetchPattern = Pattern.compile("FETCH (\\d+) IN \"(\\w+)\".*", Pattern.DOTALL|Pattern.CASE_INSENSITIVE); //$NON-NLS-1$ private static Pattern movePattern = Pattern.compile("MOVE (\\d+) IN \"(\\w+)\".*", Pattern.DOTALL|Pattern.CASE_INSENSITIVE); //$NON-NLS-1$ private static Pattern closePattern = Pattern.compile("CLOSE \"(\\w+)\"", Pattern.DOTALL|Pattern.CASE_INSENSITIVE); //$NON-NLS-1$ Modified: branches/7.7.x/test-integration/common/src/test/java/org/teiid/transport/TestODBCSocketTransport.java =================================================================== --- branches/7.7.x/test-integration/common/src/test/java/org/teiid/transport/TestODBCSocketTransport.java 2014-06-25 16:13:39 UTC (rev 4651) +++ branches/7.7.x/test-integration/common/src/test/java/org/teiid/transport/TestODBCSocketTransport.java 2014-08-26 13:46:21 UTC (rev 4652) @@ -312,12 +312,57 @@ } // this does not work as JDBC always sends the queries in prepared form - public void testPgDeclareCursor() throws Exception { + //public void testPgDeclareCursor() throws Exception { + /* + @Test public void testCursor() throws Exception { Statement stmt = conn.createStatement(); ResultSet rs = stmt.executeQuery("begin;declare \"foo\" cursor for select * from pg_proc;fetch 10 in \"foo\"; close \"foo\""); rs.next(); } + + @Test public void testScrollCursor() throws Exception { + Statement stmt = conn.createStatement(); + ExtendedQueryExectutorImpl.simplePortal = "foo"; + try { + assertFalse(stmt.execute("declare \"foo\" insensitive scroll cursor for select * from pg_proc;")); + assertFalse(stmt.execute("move 5 in \"foo\"")); + stmt.execute("fetch 10 in \"foo\""); + ResultSet rs = stmt.getResultSet(); + int rowCount = 0; + while (rs.next()) { + rowCount++; + } + assertEquals(6, rowCount); + stmt.execute("close \"foo\""); + } finally { + ExtendedQueryExectutorImpl.simplePortal = null; + } + + } + + + @Test public void testScrollCursorWithHold() throws Exception { + Statement stmt = conn.createStatement(); + ExtendedQueryExectutorImpl.simplePortal = "foo"; + try { + assertFalse(stmt.execute("declare \"foo\" insensitive scroll cursor with hold for select * from pg_proc;")); + assertFalse(stmt.execute("move 5 in \"foo\"")); + stmt.execute("fetch 10 in \"foo\""); + ResultSet rs = stmt.getResultSet(); + int rowCount = 0; + while (rs.next()) { + rowCount++; + } + assertEquals(6, rowCount); + stmt.execute("close \"foo\""); + } finally { + ExtendedQueryExectutorImpl.simplePortal = null; + } + + } + */ + @Test public void testPgProcedure() throws Exception { Statement stmt = conn.createStatement(); ResultSet rs = stmt.executeQuery("select has_function_privilege(100, 'foo')"); From teiid-commits at lists.jboss.org Tue Aug 26 09:46:27 2014 From: teiid-commits at lists.jboss.org (teiid-commits at lists.jboss.org) Date: Tue, 26 Aug 2014 09:46:27 -0400 Subject: [teiid-commits] teiid SVN: r4653 - in branches/7.7.x/runtime/src: test/java and 1 other directories. Message-ID: <201408261346.s7QDkRUx005291@svn01.web.mwc.hst.phx2.redhat.com> Author: jolee Date: 2014-08-26 09:46:27 -0400 (Tue, 26 Aug 2014) New Revision: 4653 Added: branches/7.7.x/runtime/src/test/java/TestScriptReader/ branches/7.7.x/runtime/src/test/java/TestScriptReader/TestScriptReader.java Modified: branches/7.7.x/runtime/src/main/java/org/teiid/odbc/ScriptReader.java Log: TEIID-2985 allowing the script reader to ignore extra statement delimiters Modified: branches/7.7.x/runtime/src/main/java/org/teiid/odbc/ScriptReader.java =================================================================== --- branches/7.7.x/runtime/src/main/java/org/teiid/odbc/ScriptReader.java 2014-08-26 13:46:21 UTC (rev 4652) +++ branches/7.7.x/runtime/src/main/java/org/teiid/odbc/ScriptReader.java 2014-08-26 13:46:27 UTC (rev 4653) @@ -8,7 +8,7 @@ import java.io.IOException; import java.io.Reader; -import java.util.Arrays; +import java.io.StringReader; /** * This class can split SQL scripts to single SQL statements. @@ -17,17 +17,13 @@ */ public class ScriptReader { private Reader reader; - private char[] buffer; - private int bufferPos; - private int bufferStart = -1; - private int bufferEnd; + private StringBuilder builder; private boolean endOfFile; private boolean insideRemark; private boolean blockRemark; - private boolean skipRemarks; - private int remarkStart; - - private static int IO_BUFFER_SIZE = 4096; + private boolean rewrite; + private int expressionStart=-1; + private int expressionEnd=-1; /** * Create a new SQL script reader from the given reader @@ -36,9 +32,14 @@ */ public ScriptReader(Reader reader) { this.reader = reader; - buffer = new char[IO_BUFFER_SIZE * 2]; + this.builder = new StringBuilder(1<<13); } - + + public ScriptReader(String string) { + this.reader = new StringReader(string); + this.builder = new StringBuilder(string.length()); + } + /** * Close the underlying reader. */ @@ -56,26 +57,29 @@ if (endOfFile) { return null; } - return readStatementLoop(); + while (true) { + String result = readStatementLoop(); + if (result != null || endOfFile) { + return result; + } + } + } private String readStatementLoop() throws IOException { - bufferStart = bufferPos; int c = read(); while (true) { if (c < 0) { endOfFile = true; - if (bufferPos - 1 == bufferStart) { - return null; - } break; } else if (c == ';') { + builder.setLength(builder.length()-1); break; } switch (c) { case '$': { c = read(); - if (c == '$' && (bufferPos - bufferStart < 3 || buffer[bufferPos - 3] <= ' ')) { + if (c == '$' && (builder.length() < 3 || builder.charAt(builder.length() - 3) <= ' ')) { // dollar quoted string while (true) { c = read(); @@ -97,15 +101,18 @@ break; } case '\'': + //TODO: in rewrite mode could handle the E' logic here rather than in the parser + //however the parser now uses E' with like to detect pg specific handling + if (expressionEnd != builder.length() - 1) { + expressionStart = builder.length() - 1; + } while (true) { c = read(); - if (c < 0) { + if (c < 0 || c == '\'') { break; } - if (c == '\'') { - break; - } } + expressionEnd = builder.length(); c = read(); break; case '"': @@ -133,7 +140,6 @@ if (c == '*') { c = read(); if (c < 0) { - clearRemark(); break; } if (c == '/') { @@ -149,7 +155,6 @@ while (true) { c = read(); if (c < 0) { - clearRemark(); break; } if (c == '\r' || c == '\n') { @@ -169,7 +174,6 @@ while (true) { c = read(); if (c < 0) { - clearRemark(); break; } if (c == '\r' || c == '\n') { @@ -181,67 +185,122 @@ } break; } + case ':': { + if (rewrite) { + int start = builder.length(); + c = read(); + if (c == ':') { + while (true) { + c = read(); + if (c < 0 || !Character.isLetterOrDigit(c)) { + String type = builder.substring(start+1, builder.length() - (c<0?0:1)); + builder.setLength(start-1); + if (expressionStart != -1 && expressionEnd == start -1) { + //special handling for regclass cast - it won't always work + if ("regclass".equalsIgnoreCase(type)) { //$NON-NLS-1$ + String name = builder.substring(expressionStart); + if (name.startsWith("'\"") && name.length() > 4) { //$NON-NLS-1$ + name = name.substring(2, name.length()-2); + name = '\''+ name + '\''; + } + if (name.startsWith("'")) { //$NON-NLS-1$ + builder.setLength(expressionStart); + builder.append(name.toUpperCase()); + } + builder.insert(expressionStart, "(SELECT oid FROM pg_class WHERE upper(relname) = "); //$NON-NLS-1$ + builder.append(")"); //$NON-NLS-1$ + } else if ("regproc".equalsIgnoreCase(type)) { + String name = builder.substring(expressionStart); + if (name.startsWith("'\"") && name.length() > 4) { //$NON-NLS-1$ + name = name.substring(2, name.length()-2); + name = '\''+ name + '\''; + } + if (name.startsWith("'")) { //$NON-NLS-1$ + builder.setLength(expressionStart); + builder.append(name.toUpperCase()); + } + builder.insert(expressionStart, "(SELECT oid FROM pg_proc WHERE upper(proname) = "); //$NON-NLS-1$ + builder.append(")"); //$NON-NLS-1$ + } else { + builder.insert(expressionStart, "cast("); //$NON-NLS-1$ + builder.append(" AS ").append(type).append(")"); //$NON-NLS-1$ //$NON-NLS-2$ + } + } + if (c != -1) { + builder.append((char)c); + } + break; + } + } + } + break; + } + c = read(); + break; + } + case '~': { + if (rewrite) { + int start = builder.length() - 1; + boolean not = false; + if (start > 0 && builder.charAt(start - 1) == '!') { + not = true; + start -= 1; + } + c = read(); + boolean like = false; + if (c == '~') { + like = true; + c = read(); + } + if (c == '*') { + break; //can't handle + } + builder.setLength(start); + if (not) { + builder.append(" NOT"); //$NON-NLS-1$ + } + if (like) { + builder.append(" LIKE "); //$NON-NLS-1$ + } else { + builder.append(" LIKE_REGEX "); //$NON-NLS-1$ + } + if (c != -1) { + builder.append((char)c); + } + } + c = read(); + break; + } default: { c = read(); } } } - return new String(buffer, bufferStart, bufferPos - 1 - bufferStart); + String result = builder.toString(); + builder.setLength(0); + if (result.length() == 0) { + return null; + } + return result; } private void startRemark(boolean block) { blockRemark = block; - remarkStart = bufferPos - 2; insideRemark = true; } private void endRemark() { - clearRemark(); insideRemark = false; } - private void clearRemark() { - if (skipRemarks) { - Arrays.fill(buffer, remarkStart, bufferPos, ' '); - } - } - private int read() throws IOException { - if (bufferPos >= bufferEnd) { - return readBuffer(); - } - return buffer[bufferPos++]; + int c = reader.read(); + if (c != -1) { + builder.append((char)c); + } + return c; } - private int readBuffer() throws IOException { - if (endOfFile) { - return -1; - } - int keep = bufferPos - bufferStart; - if (keep > 0) { - char[] src = buffer; - if (keep + IO_BUFFER_SIZE > src.length) { - buffer = new char[src.length * 2]; - } - System.arraycopy(src, bufferStart, buffer, 0, keep); - } - remarkStart -= bufferStart; - bufferStart = 0; - bufferPos = keep; - int len = reader.read(buffer, keep, IO_BUFFER_SIZE); - if (len == -1) { - // ensure bufferPos > bufferEnd - bufferEnd = -1024; - endOfFile = true; - // ensure the right number of characters are read - // in case the input buffer is still used - bufferPos++; - return -1; - } - bufferEnd = keep + len; - return buffer[bufferPos++]; - } - /** * Check if this is the last statement, and if the single line or block * comment is not finished yet. @@ -262,13 +321,8 @@ return blockRemark; } - /** - * If comments should be skipped completely by this reader. - * - * @param skipRemarks true if comments should be skipped - */ - public void setSkipRemarks(boolean skipRemarks) { - this.skipRemarks = skipRemarks; - } + public void setRewrite(boolean rewrite) { + this.rewrite = rewrite; + } } Added: branches/7.7.x/runtime/src/test/java/TestScriptReader/TestScriptReader.java =================================================================== --- branches/7.7.x/runtime/src/test/java/TestScriptReader/TestScriptReader.java (rev 0) +++ branches/7.7.x/runtime/src/test/java/TestScriptReader/TestScriptReader.java 2014-08-26 13:46:27 UTC (rev 4653) @@ -0,0 +1,95 @@ +/* + * JBoss, Home of Professional Open Source. + * Copyright (C) 2008 Red Hat, Inc. + * Licensed to Red Hat, Inc. under one or more contributor + * license agreements. See the copyright.txt file in the + * distribution for a full listing of individual contributors. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA. + */ + +package TestScriptReader; + +import static org.junit.Assert.*; + +import org.junit.Test; +import org.teiid.odbc.ScriptReader; + + at SuppressWarnings("nls") +public class TestScriptReader { + + @Test public void testRewrite() throws Exception { + ScriptReader sr = new ScriptReader("select 'a'::b from foo"); + sr.setRewrite(true); + String result = sr.readStatement(); + assertEquals("select cast('a' AS b) from foo", result); + } + + @Test public void testRewriteComplexLiteral() throws Exception { + ScriptReader sr = new ScriptReader("select 'a''c'::b"); + sr.setRewrite(true); + String result = sr.readStatement(); + assertEquals("select cast('a''c' AS b)", result); + } + + @Test public void testRewrite1() throws Exception { + ScriptReader sr = new ScriptReader("select a~b, a!~~c from foo"); + sr.setRewrite(true); + String result = sr.readStatement(); + assertEquals("select a LIKE_REGEX b, a NOT LIKE c from foo", result); + } + + @Test public void testRewrite2() throws Exception { + ScriptReader sr = new ScriptReader("select a~"); + sr.setRewrite(true); + String result = sr.readStatement(); + assertEquals("select a LIKE_REGEX ", result); + } + + @Test public void testRewrite3() throws Exception { + ScriptReader sr = new ScriptReader("select a::b"); + sr.setRewrite(true); + String result = sr.readStatement(); + assertEquals("select a", result); + } + + @Test public void testDelimited() throws Exception { + ScriptReader sr = new ScriptReader("set foo 'bar'; set foo1 'bar1'"); + String result = sr.readStatement(); + assertEquals("set foo 'bar'", result); + result = sr.readStatement(); + assertEquals(" set foo1 'bar1'", result); + } + + @Test public void testRegClassCast() throws Exception { + ScriptReader sr = new ScriptReader("where oid='\"a\"'::regclass"); + sr.setRewrite(true);; + String result = sr.readStatement(); + assertEquals("where oid=(SELECT oid FROM pg_class WHERE upper(relname) = 'A')", result); + } + + @Test public void testExtraDelim() throws Exception { + ScriptReader sr = new ScriptReader("BEGIN;declare \"SQL_CUR0x1e4ba50\" cursor with hold for select * from pg_proc;;fetch 1 in \"SQL_CUR0x1e4ba50\""); + String result = sr.readStatement(); + assertEquals("BEGIN", result); + result = sr.readStatement(); + assertEquals("declare \"SQL_CUR0x1e4ba50\" cursor with hold for select * from pg_proc", result); + result = sr.readStatement(); + assertEquals("fetch 1 in \"SQL_CUR0x1e4ba50\"", result); + assertNull(sr.readStatement()); + } + +} From teiid-commits at lists.jboss.org Tue Aug 26 09:46:34 2014 From: teiid-commits at lists.jboss.org (teiid-commits at lists.jboss.org) Date: Tue, 26 Aug 2014 09:46:34 -0400 Subject: [teiid-commits] teiid SVN: r4654 - in branches/7.7.x: test-integration/common/src/test/java/org/teiid/transport and 1 other directory. Message-ID: <201408261346.s7QDkYPx005305@svn01.web.mwc.hst.phx2.redhat.com> Author: jolee Date: 2014-08-26 09:46:34 -0400 (Tue, 26 Aug 2014) New Revision: 4654 Modified: branches/7.7.x/client/src/main/java/org/teiid/jdbc/ConnectionImpl.java branches/7.7.x/test-integration/common/src/test/java/org/teiid/transport/TestODBCSocketTransport.java Log: TEIID-3049 fix for odbc disabled local txn commit Conflicts: test-integration/common/src/test/java/org/teiid/transport/TestODBCSocketTransport.java Conflicts: runtime/src/test/java/org/teiid/runtime/TestEmbeddedServer.java test-integration/common/src/test/java/org/teiid/transport/TestODBCSocketTransport.java Modified: branches/7.7.x/client/src/main/java/org/teiid/jdbc/ConnectionImpl.java =================================================================== --- branches/7.7.x/client/src/main/java/org/teiid/jdbc/ConnectionImpl.java 2014-08-26 13:46:27 UTC (rev 4653) +++ branches/7.7.x/client/src/main/java/org/teiid/jdbc/ConnectionImpl.java 2014-08-26 13:46:34 UTC (rev 4654) @@ -355,13 +355,9 @@ } void beginLocalTxnIfNeeded() throws SQLException { - if (this.transactionXid != null || inLocalTxn || this.autoCommitFlag) { + if (this.transactionXid != null || inLocalTxn || this.autoCommitFlag || isDisableLocalTxn()) { return; } - String prop = this.propInfo.getProperty(ExecutionProperties.DISABLE_LOCAL_TRANSACTIONS); - if (prop != null && Boolean.valueOf(prop)) { - return; - } try { try { this.dqp.begin(); @@ -374,7 +370,12 @@ autoCommitFlag = true; } } - } + } + + private boolean isDisableLocalTxn() { + String prop = this.propInfo.getProperty(ExecutionProperties.DISABLE_LOCAL_TRANSACTIONS); + return prop != null && Boolean.valueOf(prop); + } public StatementImpl createStatement() throws SQLException { return createStatement(ResultSet.TYPE_FORWARD_ONLY, ResultSet.CONCUR_READ_ONLY); @@ -678,6 +679,10 @@ } this.autoCommitFlag = true; + + if (isDisableLocalTxn()) { + return ResultsFuture.NULL_FUTURE; + } try { if (commit) { Modified: branches/7.7.x/test-integration/common/src/test/java/org/teiid/transport/TestODBCSocketTransport.java =================================================================== --- branches/7.7.x/test-integration/common/src/test/java/org/teiid/transport/TestODBCSocketTransport.java 2014-08-26 13:46:27 UTC (rev 4653) +++ branches/7.7.x/test-integration/common/src/test/java/org/teiid/transport/TestODBCSocketTransport.java 2014-08-26 13:46:34 UTC (rev 4654) @@ -312,57 +312,12 @@ } // this does not work as JDBC always sends the queries in prepared form - //public void testPgDeclareCursor() throws Exception { - /* - @Test public void testCursor() throws Exception { + public void testPgDeclareCursor() throws Exception { Statement stmt = conn.createStatement(); ResultSet rs = stmt.executeQuery("begin;declare \"foo\" cursor for select * from pg_proc;fetch 10 in \"foo\"; close \"foo\""); rs.next(); } - - @Test public void testScrollCursor() throws Exception { - Statement stmt = conn.createStatement(); - ExtendedQueryExectutorImpl.simplePortal = "foo"; - try { - assertFalse(stmt.execute("declare \"foo\" insensitive scroll cursor for select * from pg_proc;")); - assertFalse(stmt.execute("move 5 in \"foo\"")); - stmt.execute("fetch 10 in \"foo\""); - ResultSet rs = stmt.getResultSet(); - int rowCount = 0; - while (rs.next()) { - rowCount++; - } - assertEquals(6, rowCount); - stmt.execute("close \"foo\""); - } finally { - ExtendedQueryExectutorImpl.simplePortal = null; - } - - } - - - @Test public void testScrollCursorWithHold() throws Exception { - Statement stmt = conn.createStatement(); - ExtendedQueryExectutorImpl.simplePortal = "foo"; - try { - assertFalse(stmt.execute("declare \"foo\" insensitive scroll cursor with hold for select * from pg_proc;")); - assertFalse(stmt.execute("move 5 in \"foo\"")); - stmt.execute("fetch 10 in \"foo\""); - ResultSet rs = stmt.getResultSet(); - int rowCount = 0; - while (rs.next()) { - rowCount++; - } - assertEquals(6, rowCount); - stmt.execute("close \"foo\""); - } finally { - ExtendedQueryExectutorImpl.simplePortal = null; - } - - } - */ - @Test public void testPgProcedure() throws Exception { Statement stmt = conn.createStatement(); ResultSet rs = stmt.executeQuery("select has_function_privilege(100, 'foo')"); From teiid-commits at lists.jboss.org Tue Aug 26 10:24:25 2014 From: teiid-commits at lists.jboss.org (teiid-commits at lists.jboss.org) Date: Tue, 26 Aug 2014 10:24:25 -0400 Subject: [teiid-commits] teiid SVN: r4655 - branches/7.7.x/runtime/src/main/java/org/teiid/services. Message-ID: <201408261424.s7QEOPML013076@svn01.web.mwc.hst.phx2.redhat.com> Author: jolee Date: 2014-08-26 10:24:25 -0400 (Tue, 26 Aug 2014) New Revision: 4655 Modified: branches/7.7.x/runtime/src/main/java/org/teiid/services/SessionServiceImpl.java Log: TEIID-2996: allowing for ping to be disabled via org.teiid.checkPing system property Modified: branches/7.7.x/runtime/src/main/java/org/teiid/services/SessionServiceImpl.java =================================================================== --- branches/7.7.x/runtime/src/main/java/org/teiid/services/SessionServiceImpl.java 2014-08-26 13:46:34 UTC (rev 4654) +++ branches/7.7.x/runtime/src/main/java/org/teiid/services/SessionServiceImpl.java 2014-08-26 14:24:25 UTC (rev 4655) @@ -53,6 +53,7 @@ import org.teiid.client.security.InvalidSessionException; import org.teiid.client.security.SessionToken; import org.teiid.core.util.ArgCheck; +import org.teiid.core.util.PropertiesUtils; import org.teiid.deployers.VDBRepository; import org.teiid.dqp.internal.process.DQPCore; import org.teiid.dqp.service.SessionService; @@ -81,7 +82,7 @@ private long sessionExpirationTimeLimit = DEFAULT_SESSION_EXPIRATION; private String authenticationType = AuthenticationType.CLEARTEXT.name(); private String gssSecurityDomain; - + private static boolean CHECK_PING = PropertiesUtils.getBooleanProperty(System.getProperties(), "org.teiid.checkPing", true); /* * Injected state */ @@ -104,13 +105,13 @@ long currentTime = System.currentTimeMillis(); for (SessionMetadata info : sessionCache.values()) { try { - if (!info.isEmbedded() && currentTime - info.getLastPingTime() > ServerConnection.PING_INTERVAL * 5) { - LogManager.logInfo(LogConstants.CTX_SECURITY, RuntimePlugin.Util.getString( "SessionServiceImpl.keepaliveFailed", info.getSessionId())); //$NON-NLS-1$ - closeSession(info.getSessionId()); - } else if (sessionExpirationTimeLimit > 0 && currentTime - info.getCreatedTime() > sessionExpirationTimeLimit) { - LogManager.logInfo(LogConstants.CTX_SECURITY, RuntimePlugin.Util.getString( "SessionServiceImpl.expireSession", info.getSessionId())); //$NON-NLS-1$ - closeSession(info.getSessionId()); - } + if (CHECK_PING && !info.isEmbedded() && currentTime - info.getLastPingTime() > ServerConnection.PING_INTERVAL * 5) { + LogManager.logInfo(LogConstants.CTX_SECURITY, RuntimePlugin.Util.getString("SessionServiceImpl.keepaliveFailed", info.getSessionId())); + closeSession(info.getSessionId()); + } else if (sessionExpirationTimeLimit > 0 && currentTime - info.getCreatedTime() > sessionExpirationTimeLimit) { + LogManager.logInfo(LogConstants.CTX_SECURITY, RuntimePlugin.Util.getString( "SessionServiceImpl.expireSession", info.getSessionId())); //$NON-NLS-1$ + closeSession(info.getSessionId()); + } } catch (Exception e) { LogManager.logDetail(LogConstants.CTX_SECURITY, e, "error running session monitor, unable to monitor:", info.getSessionId()); //$NON-NLS-1$ } From shawkins at redhat.com Tue Aug 26 13:10:23 2014 From: shawkins at redhat.com (shawkins) Date: Tue, 26 Aug 2014 10:10:23 -0700 Subject: [teiid-commits] [teiid/teiid] 606360: TEIID-3060 Expanding Cassandra type handling Message-ID: <53fcbf7fcbf20_54453f81d0a5b2c020875@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 606360bc7de05bdd9cca18fa2459c4bd4700cbc0 https://github.com/teiid/teiid/commit/606360bc7de05bdd9cca18fa2459c4bd4700cbc0 Author: shawkins Date: 2014-08-26 (Tue, 26 Aug 2014) Changed paths: M connectors/translator-cassandra/src/main/java/org/teiid/translator/cassandra/CassandraMetadataProcessor.java M connectors/translator-cassandra/src/main/java/org/teiid/translator/cassandra/CassandraSQLVisitor.java M connectors/translator-cassandra/src/main/java/org/teiid/translator/cassandra/CassandraUpdateExecution.java M connectors/translator-cassandra/src/test/java/org/teiid/translator/cassandra/TestTeiidLanguageToCQL.java Log Message: ----------- TEIID-3060 Expanding Cassandra type handling From ci-builds at redhat.com Tue Aug 26 13:36:23 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Tue, 26 Aug 2014 13:36:23 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 2522 - Still Unstable! In-Reply-To: <1894081426.3328.1408994789181.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <1894081426.3328.1408994789181.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <1127957593.4247.1409074583623.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 2522 - Still Unstable: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/2522/ to view the results. From shawkins at redhat.com Tue Aug 26 14:55:37 2014 From: shawkins at redhat.com (shawkins) Date: Tue, 26 Aug 2014 11:55:37 -0700 Subject: [teiid-commits] [teiid/teiid] 6629f9: Update to CR10 Message-ID: <53fcd8293e22b_5fff3f80830e72a0324df@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.7.x Home: https://github.com/teiid/teiid Commit: 6629f9ad04a374e1f3252304f4238b4e82549f64 https://github.com/teiid/teiid/commit/6629f9ad04a374e1f3252304f4238b4e82549f64 Author: Van Halbert Date: 2014-08-26 (Tue, 26 Aug 2014) Changed paths: M pom.xml Log Message: ----------- Update to CR10 Commit: 8aeef1ecfebd083e5c2c6df2f6d169e2f2a39e83 https://github.com/teiid/teiid/commit/8aeef1ecfebd083e5c2c6df2f6d169e2f2a39e83 Author: shawkins Date: 2014-08-26 (Tue, 26 Aug 2014) Changed paths: M pom.xml Log Message: ----------- Merge pull request #310 from vhalbert/8.7.x Update to CR10 Compare: https://github.com/teiid/teiid/compare/687d0ce1f581...8aeef1ecfebd From docs-author at jboss.org Tue Aug 26 19:03:00 2014 From: docs-author at jboss.org (Tom Arnold (Confluence)) Date: Tue, 26 Aug 2014 19:03:00 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > Set Operations Message-ID: <987516526.554.1409094180270.JavaMail.tomcat@conf02.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140826/f186e194/attachment.html From docs-author at jboss.org Tue Aug 26 20:07:00 2014 From: docs-author at jboss.org (Steven Hawkins (Confluence)) Date: Tue, 26 Aug 2014 20:07:00 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > Set Operations Message-ID: <1008940858.557.1409098020113.JavaMail.tomcat@conf02.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140826/6d950d96/attachment.html From shawkins at redhat.com Wed Aug 27 08:38:07 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 27 Aug 2014 05:38:07 -0700 Subject: [teiid-commits] [teiid/teiid] 6e31f7: TEIID-3101 fixing invalid plan creation Message-ID: <53fdd12f2ab00_3d3e3fcfb6c8d2bc21860@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 6e31f7c3a576ae85fd96dd4003790064552b9110 https://github.com/teiid/teiid/commit/6e31f7c3a576ae85fd96dd4003790064552b9110 Author: shawkins Date: 2014-08-27 (Wed, 27 Aug 2014) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/PlanToProcessConverter.java M engine/src/test/java/org/teiid/query/processor/TestSetProcessing.java Log Message: ----------- TEIID-3101 fixing invalid plan creation From shawkins at redhat.com Wed Aug 27 09:01:22 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 27 Aug 2014 06:01:22 -0700 Subject: [teiid-commits] [teiid/teiid] 81b9da: TEIID-3101 fixing invalid plan creation Message-ID: <53fdd6a25c740_51df3ffcae4ef29c86594@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.7.x Home: https://github.com/teiid/teiid Commit: 81b9da0976b777457bcdbb565169b9bc02a08562 https://github.com/teiid/teiid/commit/81b9da0976b777457bcdbb565169b9bc02a08562 Author: shawkins Date: 2014-08-27 (Wed, 27 Aug 2014) Changed paths: M engine/src/main/java/org/teiid/query/optimizer/relational/PlanToProcessConverter.java M engine/src/test/java/org/teiid/query/processor/TestSetProcessing.java Log Message: ----------- TEIID-3101 fixing invalid plan creation From ci-builds at redhat.com Wed Aug 27 09:27:40 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Wed, 27 Aug 2014 09:27:40 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 2523 - Still Unstable! In-Reply-To: <1127957593.4247.1409074583623.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <1127957593.4247.1409074583623.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <1523297801.4775.1409146060574.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 2523 - Still Unstable: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/2523/ to view the results. From teiid-commits at lists.jboss.org Wed Aug 27 12:18:04 2014 From: teiid-commits at lists.jboss.org (teiid-commits at lists.jboss.org) Date: Wed, 27 Aug 2014 12:18:04 -0400 Subject: [teiid-commits] teiid SVN: r4656 - in branches/7.7.x: adminshell and 46 other directories. Message-ID: <201408271618.s7RGI4AC018507@svn01.web.mwc.hst.phx2.redhat.com> Author: jolee Date: 2014-08-27 12:18:03 -0400 (Wed, 27 Aug 2014) New Revision: 4656 Modified: branches/7.7.x/adminshell/pom.xml branches/7.7.x/api/pom.xml branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html branches/7.7.x/build/pom.xml branches/7.7.x/cache-jbosscache/pom.xml branches/7.7.x/client-jdk15/pom.xml branches/7.7.x/client/pom.xml branches/7.7.x/common-core/pom.xml branches/7.7.x/connectors/connector-file/pom.xml branches/7.7.x/connectors/connector-infinispan/pom.xml branches/7.7.x/connectors/connector-ldap/pom.xml branches/7.7.x/connectors/connector-salesforce/pom.xml branches/7.7.x/connectors/connector-ws/pom.xml branches/7.7.x/connectors/pom.xml branches/7.7.x/connectors/salesforce-api/pom.xml branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml branches/7.7.x/connectors/sandbox/connector-template/pom.xml branches/7.7.x/connectors/sandbox/pom.xml branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml branches/7.7.x/connectors/translator-file/pom.xml branches/7.7.x/connectors/translator-hive/pom.xml branches/7.7.x/connectors/translator-jdbc/pom.xml branches/7.7.x/connectors/translator-ldap/pom.xml branches/7.7.x/connectors/translator-loopback/pom.xml branches/7.7.x/connectors/translator-object/pom.xml branches/7.7.x/connectors/translator-olap/pom.xml branches/7.7.x/connectors/translator-salesforce/pom.xml branches/7.7.x/connectors/translator-ws/pom.xml branches/7.7.x/console/pom.xml branches/7.7.x/documentation/admin-guide/pom.xml branches/7.7.x/documentation/caching-guide/pom.xml branches/7.7.x/documentation/client-developers-guide/pom.xml branches/7.7.x/documentation/developer-guide/pom.xml branches/7.7.x/documentation/javadocs/pom.xml branches/7.7.x/documentation/pom.xml branches/7.7.x/documentation/quick-start-example/pom.xml branches/7.7.x/documentation/reference/pom.xml branches/7.7.x/engine/pom.xml branches/7.7.x/hibernate-dialect/pom.xml branches/7.7.x/jboss-integration/pom.xml branches/7.7.x/metadata/pom.xml branches/7.7.x/pom.xml branches/7.7.x/runtime/pom.xml branches/7.7.x/test-integration/common/pom.xml branches/7.7.x/test-integration/db/pom.xml branches/7.7.x/test-integration/perf/pom.xml branches/7.7.x/test-integration/pom.xml Log: BZ1108088 - Roll up patch EDS_5.3.1_2_2014 Modified: branches/7.7.x/adminshell/pom.xml =================================================================== --- branches/7.7.x/adminshell/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/adminshell/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 teiid-adminshell Modified: branches/7.7.x/api/pom.xml =================================================================== --- branches/7.7.x/api/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/api/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 teiid-api Modified: branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html =================================================================== --- branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/build/kits/jboss-container/teiid-releasenotes.html 2014-08-27 16:18:03 UTC (rev 4656) @@ -242,6 +242,17 @@

From ${project.version}

+

From 7.7.10

+
  • [BZ1084108] - SQL_TSI_SECOND always returns zero with new implementation of calendar for TIMESTAMPDIFF function
  • [TEIID-1896] - fix for nested json array xml conversion Modified: branches/7.7.x/build/pom.xml =================================================================== --- branches/7.7.x/build/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/build/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -2,7 +2,7 @@ teiid-parent org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 teiid Modified: branches/7.7.x/cache-jbosscache/pom.xml =================================================================== --- branches/7.7.x/cache-jbosscache/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/cache-jbosscache/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 teiid-cache-jbosscache Modified: branches/7.7.x/client/pom.xml =================================================================== --- branches/7.7.x/client/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/client/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 teiid-client Modified: branches/7.7.x/client-jdk15/pom.xml =================================================================== --- branches/7.7.x/client-jdk15/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/client-jdk15/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 teiid-client-jdk15 Modified: branches/7.7.x/common-core/pom.xml =================================================================== --- branches/7.7.x/common-core/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/common-core/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 teiid-common-core Modified: branches/7.7.x/connectors/connector-file/pom.xml =================================================================== --- branches/7.7.x/connectors/connector-file/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/connectors/connector-file/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 connector-file Modified: branches/7.7.x/connectors/connector-infinispan/pom.xml =================================================================== --- branches/7.7.x/connectors/connector-infinispan/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/connectors/connector-infinispan/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -4,7 +4,7 @@ connectors org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 connector-infinispan Modified: branches/7.7.x/connectors/connector-ldap/pom.xml =================================================================== --- branches/7.7.x/connectors/connector-ldap/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/connectors/connector-ldap/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -2,7 +2,7 @@ connectors org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 connector-ldap Modified: branches/7.7.x/connectors/connector-salesforce/pom.xml =================================================================== --- branches/7.7.x/connectors/connector-salesforce/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/connectors/connector-salesforce/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 connector-salesforce Modified: branches/7.7.x/connectors/connector-ws/pom.xml =================================================================== --- branches/7.7.x/connectors/connector-ws/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/connectors/connector-ws/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 connector-ws Modified: branches/7.7.x/connectors/pom.xml =================================================================== --- branches/7.7.x/connectors/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/connectors/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 org.jboss.teiid Modified: branches/7.7.x/connectors/salesforce-api/pom.xml =================================================================== --- branches/7.7.x/connectors/salesforce-api/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/connectors/salesforce-api/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -2,7 +2,7 @@ connectors org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 salesforce-api Modified: branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml =================================================================== --- branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ sandbox org.jboss.teiid.connectors - 7.7.10 + 7.7.11 4.0.0 connector-coherence Modified: branches/7.7.x/connectors/sandbox/connector-template/pom.xml =================================================================== --- branches/7.7.x/connectors/sandbox/connector-template/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/connectors/sandbox/connector-template/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -6,7 +6,7 @@ ${connector-name} ${connector-name} rar - 7.7.10 + 7.7.11 ${teiid-version} Modified: branches/7.7.x/connectors/sandbox/pom.xml =================================================================== --- branches/7.7.x/connectors/sandbox/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/connectors/sandbox/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 org.jboss.teiid.connectors Modified: branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml =================================================================== --- branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -8,7 +8,7 @@ 4.0.0 translator-coherence org.jboss.teiid.connectors.sandbox - 7.7.10 + 7.7.11 Coherence Translator This is the tranlator for a Coherence connector Modified: branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml =================================================================== --- branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ sandbox org.jboss.teiid.connectors - 7.7.10 + 7.7.11 4.0.0 translator-yahoo Modified: branches/7.7.x/connectors/translator-file/pom.xml =================================================================== --- branches/7.7.x/connectors/translator-file/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/connectors/translator-file/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 translator-file Modified: branches/7.7.x/connectors/translator-hive/pom.xml =================================================================== --- branches/7.7.x/connectors/translator-hive/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/connectors/translator-hive/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 translator-hive Modified: branches/7.7.x/connectors/translator-jdbc/pom.xml =================================================================== --- branches/7.7.x/connectors/translator-jdbc/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/connectors/translator-jdbc/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 translator-jdbc Modified: branches/7.7.x/connectors/translator-ldap/pom.xml =================================================================== --- branches/7.7.x/connectors/translator-ldap/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/connectors/translator-ldap/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -2,7 +2,7 @@ connectors org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 translator-ldap Modified: branches/7.7.x/connectors/translator-loopback/pom.xml =================================================================== --- branches/7.7.x/connectors/translator-loopback/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/connectors/translator-loopback/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 translator-loopback Modified: branches/7.7.x/connectors/translator-object/pom.xml =================================================================== --- branches/7.7.x/connectors/translator-object/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/connectors/translator-object/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 translator-object Modified: branches/7.7.x/connectors/translator-olap/pom.xml =================================================================== --- branches/7.7.x/connectors/translator-olap/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/connectors/translator-olap/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 translator-olap Modified: branches/7.7.x/connectors/translator-salesforce/pom.xml =================================================================== --- branches/7.7.x/connectors/translator-salesforce/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/connectors/translator-salesforce/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 translator-salesforce Modified: branches/7.7.x/connectors/translator-ws/pom.xml =================================================================== --- branches/7.7.x/connectors/translator-ws/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/connectors/translator-ws/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ connectors org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 translator-ws Modified: branches/7.7.x/console/pom.xml =================================================================== --- branches/7.7.x/console/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/console/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 Modified: branches/7.7.x/documentation/admin-guide/pom.xml =================================================================== --- branches/7.7.x/documentation/admin-guide/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/documentation/admin-guide/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -2,7 +2,7 @@ org.jboss.teiid documentation - 7.7.10 + 7.7.11 4.0.0 admin-guide Modified: branches/7.7.x/documentation/caching-guide/pom.xml =================================================================== --- branches/7.7.x/documentation/caching-guide/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/documentation/caching-guide/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -2,7 +2,7 @@ org.jboss.teiid documentation - 7.7.10 + 7.7.11 4.0.0 caching-guide Modified: branches/7.7.x/documentation/client-developers-guide/pom.xml =================================================================== --- branches/7.7.x/documentation/client-developers-guide/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/documentation/client-developers-guide/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -2,7 +2,7 @@ org.jboss.teiid documentation - 7.7.10 + 7.7.11 4.0.0 client-developers-guide Modified: branches/7.7.x/documentation/developer-guide/pom.xml =================================================================== --- branches/7.7.x/documentation/developer-guide/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/documentation/developer-guide/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -2,7 +2,7 @@ org.jboss.teiid documentation - 7.7.10 + 7.7.11 4.0.0 developer-guide Modified: branches/7.7.x/documentation/javadocs/pom.xml =================================================================== --- branches/7.7.x/documentation/javadocs/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/documentation/javadocs/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -2,7 +2,7 @@ org.jboss.teiid documentation - 7.7.10 + 7.7.11 4.0.0 javadocs Modified: branches/7.7.x/documentation/pom.xml =================================================================== --- branches/7.7.x/documentation/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/documentation/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -2,7 +2,7 @@ teiid-parent org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 org.jboss.teiid Modified: branches/7.7.x/documentation/quick-start-example/pom.xml =================================================================== --- branches/7.7.x/documentation/quick-start-example/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/documentation/quick-start-example/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -2,7 +2,7 @@ org.jboss.teiid documentation - 7.7.10 + 7.7.11 4.0.0 quick-start-example Modified: branches/7.7.x/documentation/reference/pom.xml =================================================================== --- branches/7.7.x/documentation/reference/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/documentation/reference/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -2,7 +2,7 @@ org.jboss.teiid documentation - 7.7.10 + 7.7.11 4.0.0 reference Modified: branches/7.7.x/engine/pom.xml =================================================================== --- branches/7.7.x/engine/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/engine/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 teiid-engine Modified: branches/7.7.x/hibernate-dialect/pom.xml =================================================================== --- branches/7.7.x/hibernate-dialect/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/hibernate-dialect/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -2,7 +2,7 @@ teiid-parent org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 teiid-hibernate-dialect Modified: branches/7.7.x/jboss-integration/pom.xml =================================================================== --- branches/7.7.x/jboss-integration/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/jboss-integration/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -2,7 +2,7 @@ teiid-parent org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 org.jboss.teiid Modified: branches/7.7.x/metadata/pom.xml =================================================================== --- branches/7.7.x/metadata/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/metadata/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 teiid-metadata Modified: branches/7.7.x/pom.xml =================================================================== --- branches/7.7.x/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -5,7 +5,7 @@ teiid-parent pom Teiid - 7.7.10 + 7.7.11 Federated SQL and XML query engine. 1.7.0 Modified: branches/7.7.x/runtime/pom.xml =================================================================== --- branches/7.7.x/runtime/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/runtime/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 org.jboss.teiid Modified: branches/7.7.x/test-integration/common/pom.xml =================================================================== --- branches/7.7.x/test-integration/common/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/test-integration/common/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ teiid-test-integration org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 test-integration-common Modified: branches/7.7.x/test-integration/db/pom.xml =================================================================== --- branches/7.7.x/test-integration/db/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/test-integration/db/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -9,7 +9,7 @@ teiid-test-integration org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 Modified: branches/7.7.x/test-integration/perf/pom.xml =================================================================== --- branches/7.7.x/test-integration/perf/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/test-integration/perf/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ teiid-test-integration org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 test-integration-perf Modified: branches/7.7.x/test-integration/pom.xml =================================================================== --- branches/7.7.x/test-integration/pom.xml 2014-08-26 14:24:25 UTC (rev 4655) +++ branches/7.7.x/test-integration/pom.xml 2014-08-27 16:18:03 UTC (rev 4656) @@ -3,7 +3,7 @@ teiid-parent org.jboss.teiid - 7.7.10 + 7.7.11 4.0.0 teiid-test-integration From shawkins at redhat.com Wed Aug 27 15:33:14 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 27 Aug 2014 12:33:14 -0700 Subject: [teiid-commits] [teiid/teiid] 2eb339: TEIID-3044 turning off the auto generation Message-ID: <53fe327a796fa_25e3fad741ad2c078362@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 2eb339359308f394b09a1ba82babbc11d3ef2cab https://github.com/teiid/teiid/commit/2eb339359308f394b09a1ba82babbc11d3ef2cab Author: shawkins Date: 2014-08-27 (Wed, 27 Aug 2014) Changed paths: M test-integration/common/src/test/java/org/teiid/jdbc/TestMMDatabaseMetaData.java Log Message: ----------- TEIID-3044 turning off the auto generation From shawkins at redhat.com Wed Aug 27 15:39:57 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 27 Aug 2014 12:39:57 -0700 Subject: [teiid-commits] [teiid/teiid] 31d238: TEIID-3103 ensuring command complete is sent Message-ID: <53fe340d757ac_d693fcb20fed2bc74153@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 31d238fe8ff2bc8e955b53fe1b32f357cfb24862 https://github.com/teiid/teiid/commit/31d238fe8ff2bc8e955b53fe1b32f357cfb24862 Author: shawkins Date: 2014-08-27 (Wed, 27 Aug 2014) Changed paths: M runtime/src/main/java/org/teiid/transport/PgBackendProtocol.java M test-integration/common/src/test/java/org/teiid/transport/TestODBCSocketTransport.java Log Message: ----------- TEIID-3103 ensuring command complete is sent From shawkins at redhat.com Wed Aug 27 18:12:43 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 27 Aug 2014 15:12:43 -0700 Subject: [teiid-commits] [teiid/teiid] a01553: TEIID-3104 fixing tostring Message-ID: <53fe57db2f175_51873f7fabc3b29c102869@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: a015532db2696d7528a837bfa1115084e9a010b3 https://github.com/teiid/teiid/commit/a015532db2696d7528a837bfa1115084e9a010b3 Author: shawkins Date: 2014-08-27 (Wed, 27 Aug 2014) Changed paths: M engine/src/main/java/org/teiid/query/sql/visitor/SQLStringVisitor.java M engine/src/test/java/org/teiid/query/sql/symbol/TestArray.java Log Message: ----------- TEIID-3104 fixing tostring From shawkins at redhat.com Wed Aug 27 18:14:05 2014 From: shawkins at redhat.com (shawkins) Date: Wed, 27 Aug 2014 15:14:05 -0700 Subject: [teiid-commits] [teiid/teiid] 830585: TEIID-3019 adding refreshMatViewRows Message-ID: <53fe582d3d7e5_4b1d3f92a6ded2bc22586@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 83058509d90a554386f12e0ef30cc5d1def32479 https://github.com/teiid/teiid/commit/83058509d90a554386f12e0ef30cc5d1def32479 Author: shawkins Date: 2014-08-27 (Wed, 27 Aug 2014) Changed paths: M engine/src/main/java/org/teiid/query/tempdata/TempTableDataManager.java M engine/src/main/resources/org/teiid/metadata/SYSADMIN.sql M test-integration/common/src/test/java/org/teiid/systemmodel/TestMatViews.java M test-integration/common/src/test/java/org/teiid/transport/TestODBCSocketTransport.java M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetProcedureColumns.expected M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetProcedures.expected M test-integration/common/src/test/resources/TestMMDatabaseMetaData/testGetProceduresWithEscape.expected M test-integration/common/src/test/resources/TestODBCSchema/test_PG_ATTRDEF.expected M test-integration/common/src/test/resources/TestODBCSchema/test_PG_ATTRIBUTE.expected M test-integration/common/src/test/resources/TestODBCSchema/test_PG_CLASS.expected M test-integration/common/src/test/resources/TestODBCSchema/test_PG_INDEX.expected M test-integration/common/src/test/resources/TestODBCSchema/test_PG_NAMESPACE.expected M test-integration/common/src/test/resources/TestODBCSocketTransport/testPgProc.expected M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testProcedureColumns.expected M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testProcedures.expected M test-integration/common/src/test/resources/TestSystemVirtualModel/testProcedureParams.expected M test-integration/common/src/test/resources/TestSystemVirtualModel/testProcedures.expected M test-integration/common/src/test/resources/TestSystemVirtualModel/testUsgae.expected Log Message: ----------- TEIID-3019 adding refreshMatViewRows From ci-builds at redhat.com Wed Aug 27 18:26:42 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Wed, 27 Aug 2014 18:26:42 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 2524 - Still Unstable! In-Reply-To: <1523297801.4775.1409146060574.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <1523297801.4775.1409146060574.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <1045679176.5100.1409178402031.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 2524 - Still Unstable: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/2524/ to view the results. From ci-builds at redhat.com Wed Aug 27 21:30:36 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Wed, 27 Aug 2014 21:30:36 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 2525 - Still Unstable! In-Reply-To: <1045679176.5100.1409178402031.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <1045679176.5100.1409178402031.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <1545376322.5149.1409189436596.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 2525 - Still Unstable: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/2525/ to view the results. From docs-author at jboss.org Thu Aug 28 07:53:00 2014 From: docs-author at jboss.org (Steven Hawkins (Confluence)) Date: Thu, 28 Aug 2014 07:53:00 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > System Procedures Message-ID: <973695682.578.1409226780212.JavaMail.tomcat@conf02.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140828/72c8cefc/attachment.html From docs-author at jboss.org Thu Aug 28 07:56:00 2014 From: docs-author at jboss.org (Steven Hawkins (Confluence)) Date: Thu, 28 Aug 2014 07:56:00 -0400 (EDT) Subject: [teiid-commits] [confluence] Teiid 8.9 (draft) > System Procedures Message-ID: <1006025311.581.1409226960118.JavaMail.tomcat@conf02.app.mwc.hst.phx2.redhat.com> An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-commits/attachments/20140828/2bc3af1b/attachment-0001.html From shawkins at redhat.com Thu Aug 28 08:06:33 2014 From: shawkins at redhat.com (shawkins) Date: Thu, 28 Aug 2014 05:06:33 -0700 Subject: [teiid-commits] [teiid/teiid] 37aa84: TEIID-3103 ensuring command complete is sent Message-ID: <53ff1b491c9f3_26bc3fa3acc972c0979d0@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/8.7.x Home: https://github.com/teiid/teiid Commit: 37aa8473a45af70e0e960cf3b420e9cad67d8790 https://github.com/teiid/teiid/commit/37aa8473a45af70e0e960cf3b420e9cad67d8790 Author: shawkins Date: 2014-08-28 (Thu, 28 Aug 2014) Changed paths: M runtime/src/main/java/org/teiid/transport/PgBackendProtocol.java M test-integration/common/src/test/java/org/teiid/transport/TestODBCSocketTransport.java Log Message: ----------- TEIID-3103 ensuring command complete is sent From shawkins at redhat.com Thu Aug 28 12:22:48 2014 From: shawkins at redhat.com (shawkins) Date: Thu, 28 Aug 2014 09:22:48 -0700 Subject: [teiid-commits] [teiid/teiid] bc546e: TEIID-3106 preventing a tight loop Message-ID: <53ff575869a82_114e3fd4d5aa32c010130@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: bc546ec66a84fe5227d0087248afae7bab0e09b9 https://github.com/teiid/teiid/commit/bc546ec66a84fe5227d0087248afae7bab0e09b9 Author: shawkins Date: 2014-08-28 (Thu, 28 Aug 2014) Changed paths: M engine/src/main/java/org/teiid/common/buffer/impl/BufferManagerImpl.java Log Message: ----------- TEIID-3106 preventing a tight loop From ci-builds at redhat.com Thu Aug 28 15:25:19 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Thu, 28 Aug 2014 15:25:19 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 2526 - Still Unstable! In-Reply-To: <1545376322.5149.1409189436596.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <1545376322.5149.1409189436596.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <1318401890.5656.1409253919792.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 2526 - Still Unstable: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/2526/ to view the results. From ci-builds at redhat.com Fri Aug 29 01:09:31 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Fri, 29 Aug 2014 01:09:31 -0400 (EDT) Subject: [teiid-commits] Teiid-NightlyBuild - Build # 2373 - Failure! Message-ID: <1429719558.5881.1409288971049.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid-NightlyBuild - Build # 2373 - Failure: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid-NightlyBuild/2373/ to view the results. From shawkins at redhat.com Fri Aug 29 12:17:48 2014 From: shawkins at redhat.com (shawkins) Date: Fri, 29 Aug 2014 09:17:48 -0700 Subject: [teiid-commits] [teiid/teiid] 2f4483: TEIID-3106 fixing comparison method Message-ID: <5400a7ac51dde_4e413ffcf1c3129c23488@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: 2f4483bcebbddc776c8b039dcf5ed97aeed6def9 https://github.com/teiid/teiid/commit/2f4483bcebbddc776c8b039dcf5ed97aeed6def9 Author: shawkins Date: 2014-08-29 (Fri, 29 Aug 2014) Changed paths: M engine/src/main/java/org/teiid/common/buffer/CacheKey.java M engine/src/main/java/org/teiid/common/buffer/impl/BufferFrontedFileStoreCache.java M engine/src/main/java/org/teiid/common/buffer/impl/BufferManagerImpl.java M engine/src/main/java/org/teiid/common/buffer/impl/PhysicalInfo.java M engine/src/test/java/org/teiid/common/buffer/impl/TestLrfuEvictionQueue.java Log Message: ----------- TEIID-3106 fixing comparison method From ci-builds at redhat.com Fri Aug 29 15:07:36 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Fri, 29 Aug 2014 15:07:36 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 2527 - Failure! In-Reply-To: <1318401890.5656.1409253919792.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <1318401890.5656.1409253919792.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <129833787.6314.1409339256724.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 2527 - Failure: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/2527/ to view the results. From shawkins at redhat.com Fri Aug 29 20:44:48 2014 From: shawkins at redhat.com (shawkins) Date: Fri, 29 Aug 2014 17:44:48 -0700 Subject: [teiid-commits] [teiid/teiid] e76805: TEIID-3106 fixing comparison method Message-ID: <54011e8086a91_5c973ffa5aa612bc1309c@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/teiid/teiid Commit: e768057149ed049c5ab6321f63cb9dad8d4f3391 https://github.com/teiid/teiid/commit/e768057149ed049c5ab6321f63cb9dad8d4f3391 Author: shawkins Date: 2014-08-29 (Fri, 29 Aug 2014) Changed paths: M engine/src/main/java/org/teiid/common/buffer/CacheKey.java M engine/src/main/java/org/teiid/common/buffer/impl/BufferFrontedFileStoreCache.java M engine/src/main/java/org/teiid/common/buffer/impl/BufferManagerImpl.java M engine/src/main/java/org/teiid/common/buffer/impl/PhysicalInfo.java M engine/src/test/java/org/teiid/common/buffer/impl/TestLrfuEvictionQueue.java Log Message: ----------- TEIID-3106 fixing comparison method From ci-builds at redhat.com Fri Aug 29 21:32:25 2014 From: ci-builds at redhat.com (ci-builds at redhat.com) Date: Fri, 29 Aug 2014 21:32:25 -0400 (EDT) Subject: [teiid-commits] Teiid - Continuous Build - Build # 2528 - Still unstable! In-Reply-To: <129833787.6314.1409339256724.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> References: <129833787.6314.1409339256724.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Message-ID: <638650522.6414.1409362345573.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com> Teiid - Continuous Build - Build # 2528 - Still unstable: Check console output at http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Teiid%20-%20Continuous%20Build/2528/ to view the results.