[teiid/teiid] 289a25: TEIID-2332 refining pg rewrite handling
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: 289a258975e0aa1828e5be26b30450e7a87c9807
https://github.com/teiid/teiid/commit/289a258975e0aa1828e5be26b30450e7a87...
Author: shawkins <shawkins(a)redhat.com>
Date: 2012-12-21 (Fri, 21 Dec 2012)
Changed paths:
M runtime/src/main/java/org/teiid/deployers/PgCatalogMetadataStore.java
M runtime/src/main/java/org/teiid/odbc/ODBCServerRemoteImpl.java
M runtime/src/main/java/org/teiid/odbc/ScriptReader.java
A runtime/src/test/java/TestScriptReader/TestScriptReader.java
M test-integration/common/src/test/java/org/teiid/jdbc/TestDynamicImportedMetaData.java
M test-integration/common/src/test/java/org/teiid/systemmodel/TestSystemVirtualModel.java
M test-integration/common/src/test/java/org/teiid/transport/TestODBCSocketTransport.java
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/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/TestODBCSocketTransport/testSelect.expected
M test-integration/common/src/test/resources/TestPartsDatabaseMetadata/testColumns.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/testProperties.expected
M test-integration/common/src/test/resources/TestSystemVirtualModel/testTables.expected
M test-integration/common/src/test/resources/TestVirtualDocWithVirtualProc/testDefect15241b.expected
Log Message:
-----------
TEIID-2332 refining pg rewrite handling
12 years
teiid SVN: r4535 - branches/7.7.x/build/kits/jboss-container/deploy/teiid.
by teiid-commits@lists.jboss.org
Author: van.halbert
Date: 2012-12-20 14:33:23 -0500 (Thu, 20 Dec 2012)
New Revision: 4535
Modified:
branches/7.7.x/build/kits/jboss-container/deploy/teiid/teiid-jboss-beans.xml
Log:
mistyped when commenting out property
Modified: branches/7.7.x/build/kits/jboss-container/deploy/teiid/teiid-jboss-beans.xml
===================================================================
--- branches/7.7.x/build/kits/jboss-container/deploy/teiid/teiid-jboss-beans.xml 2012-12-20 17:42:17 UTC (rev 4534)
+++ branches/7.7.x/build/kits/jboss-container/deploy/teiid/teiid-jboss-beans.xml 2012-12-20 19:33:23 UTC (rev 4535)
@@ -198,7 +198,7 @@
<property name="keystorePassword">passwd</property>
<property name="keystoreType">JKS</property>
<property name="sslProtocol">SSLv3</property>
- <!-- property name="keymanagementAlgorithm">SunX509</property>
+ <!-- property name="keymanagementAlgorithm">SunX509</property -->
<property name="truststoreFilename">cert.truststore</property>
<property name="truststorePassword">passwd</property>
<!-- 1-way, 2-way, anonymous -->
@@ -234,7 +234,7 @@
<property name="keystorePassword">passwd</property>
<property name="keystoreType">JKS</property>
<property name="sslProtocol">SSLv3</property>
- <!-- property name="keymanagementAlgorithm">SunX509</property>
+ <!-- property name="keymanagementAlgorithm">SunX509</property -->
<property name="truststoreFilename">cert.truststore</property>
<property name="truststorePassword">passwd</property>
<!-- 1-way, 2-way, anonymous -->
@@ -270,7 +270,7 @@
<property name="keystorePassword">passwd</property>
<property name="keystoreType">JKS</property>
<property name="sslProtocol">SSLv3</property>
- <!-- property name="keymanagementAlgorithm">SunX509</property>
+ <!-- property name="keymanagementAlgorithm">SunX509</property -->
<property name="truststoreFilename">cert.truststore</property>
<property name="truststorePassword">passwd</property>
<!-- 1-way, 2-way, anonymous -->
12 years
teiid SVN: r4534 - branches/7.7.x/connectors/connector-infinispan.
by teiid-commits@lists.jboss.org
Author: van.halbert
Date: 2012-12-20 12:42:17 -0500 (Thu, 20 Dec 2012)
New Revision: 4534
Modified:
branches/7.7.x/connectors/connector-infinispan/pom.xml
Log:
Fixed pom to compile the source priort to the jar being built
Modified: branches/7.7.x/connectors/connector-infinispan/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-infinispan/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
+++ branches/7.7.x/connectors/connector-infinispan/pom.xml 2012-12-20 17:42:17 UTC (rev 4534)
@@ -1,256 +1,270 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <artifactId>connectors</artifactId>
- <groupId>org.jboss.teiid</groupId>
- <version>7.7.4</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>connector-infinispan</artifactId>
- <groupId>org.jboss.teiid.connectors</groupId>
- <packaging>pom</packaging>
- <name>Infinispan Connector</name>
- <description>This connector reads data from a Infinispan cache</description>
- <properties>
- <version.infinispan>5.1.2.FINAL</version.infinispan>
- <version.hibernate.search>3.1.0.GA</version.hibernate.search>
- </properties>
- <dependencies>
-
- <dependency>
- <groupId>org.jboss.teiid.connectors</groupId>
- <artifactId>translator-object</artifactId>
- <version>${project.version}</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>javax.resource</groupId>
- <artifactId>connector-api</artifactId>
- <version>1.5</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>org.infinispan</groupId>
- <artifactId>infinispan-core</artifactId>
- <version>${version.infinispan}</version>
- </dependency>
- <dependency>
- <groupId>org.infinispan</groupId>
- <artifactId>infinispan-client-hotrod</artifactId>
- <version>${version.infinispan}</version>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.logging</groupId>
- <artifactId>jboss-logging</artifactId>
- <version>3.1.0.GA</version>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.logmanager</groupId>
- <artifactId>jboss-logmanager</artifactId>
- <version>1.2.2.GA</version>
- </dependency>
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.4</version>
- <scope>test</scope>
- </dependency>
-
-
-
- </dependencies>
- <build>
-
- <plugins>
-
- <!-- Specify the compiler options and settings
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>connectors</artifactId>
+ <groupId>org.jboss.teiid</groupId>
+ <version>7.7.4</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>connector-infinispan</artifactId>
+ <groupId>org.jboss.teiid.connectors</groupId>
+ <packaging>ear</packaging>
+ <name>Infinispan Connector</name>
+ <description>This connector reads data from a Infinispan cache</description>
+ <properties>
+ <version.infinispan>5.1.2.FINAL</version.infinispan>
+ <version.hibernate.search>3.1.0.GA</version.hibernate.search>
+ </properties>
+ <dependencies>
+
+ <dependency>
+ <groupId>org.jboss.teiid.connectors</groupId>
+ <artifactId>translator-object</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.resource</groupId>
+ <artifactId>connector-api</artifactId>
+ <version>1.5</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.infinispan</groupId>
+ <artifactId>infinispan-core</artifactId>
+ <version>${version.infinispan}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.infinispan</groupId>
+ <artifactId>infinispan-client-hotrod</artifactId>
+ <version>${version.infinispan}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging</artifactId>
+ <version>3.1.0.GA</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.logmanager</groupId>
+ <artifactId>jboss-logmanager</artifactId>
+ <version>1.2.2.GA</version>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.4</version>
+ <scope>test</scope>
+ </dependency>
+
+
+
+ </dependencies>
+ <build>
+
+ <plugins>
<plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.7</version>
+ <executions>
+ <execution>
+ <phase>compile</phase>
+ <configuration>
+ <target>
+
+ <javac fork="true" executable="${env.JAVA_HOME}/bin/javac"
+ srcdir="${basedir}/src/main/java" destdir="${basedir}/target/classes">
+ <classpath refid="maven.dependency.classpath" />
+ </javac>
+
+ </target>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+
+ <includes>
+ <include>org/**</include>
+ </includes>
+ <outputDirectory>target/connector-infinispan-7.7.4/connector-infinispan.rar</outputDirectory>
+ </configuration>
+ <executions>
+ <execution>
+ <id>build_jar</id>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.3.2</version>
+ <artifactId>maven-ear-plugin</artifactId>
+ <version>2.4</version>
<configuration>
- <source>1.6</source>
- <target>1.6</target>
- <showDeprecation>false</showDeprecation>
- <showWarnings>false</showWarnings>
+ <!-- uri>./target/connector-infinispan-${project.version}</uri -->
+ <defaultJavaBundleDir></defaultJavaBundleDir>
+ <generateApplicationXml>false</generateApplicationXml>
+ <modules>
+ <javaModule>
+ <groupId>org.infinispan</groupId>
+ <artifactId>infinispan-core</artifactId>
+ <bundleDir>connector-infinispan.rar</bundleDir>
+ <!--includeInApplicationXml>true</includeInApplicationXml -->
+ </javaModule>
+ <javaModule>
+ <groupId>org.infinispan</groupId>
+ <artifactId>infinispan-client-hotrod</artifactId>
+ <bundleDir>connector-infinispan.rar</bundleDir>
+ </javaModule>
+ <javaModule>
+ <groupId>org.jboss.marshalling</groupId>
+ <artifactId>jboss-marshalling-river</artifactId>
+ <bundleDir>connector-infinispan.rar</bundleDir>
+ </javaModule>
+ <javaModule>
+ <groupId>org.jboss.marshalling</groupId>
+ <artifactId>jboss-marshalling</artifactId>
+ <bundleDir>connector-infinispan.rar</bundleDir>
+ </javaModule>
+ <javaModule>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging</artifactId>
+ <bundleDir>connector-infinispan.rar</bundleDir>
+ </javaModule>
+ <javaModule>
+ <groupId>org.jboss.logmanager</groupId>
+ <artifactId>jboss-logmanager</artifactId>
+ <bundleDir>connector-infinispan.rar</bundleDir>
+ </javaModule>
+ <javaModule>
+ <groupId>commons-pool</groupId>
+ <artifactId>commons-pool</artifactId>
+ <bundleDir>connector-infinispan.rar</bundleDir>
+ </javaModule>
+ <jarModule>
+ <groupId>antlr</groupId>
+ <artifactId>antlr</artifactId>
+ <excluded>true</excluded>
+ </jarModule>
+
+ <jarModule>
+ <groupId>antlr</groupId>
+ <artifactId>antlr</artifactId>
+ <excluded>true</excluded>
+ </jarModule>
+ <jarModule>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-search</artifactId>
+ <excluded>true</excluded>
+ </jarModule>
+ <jarModule>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-commons-annotations</artifactId>
+ <excluded>true</excluded>
+ </jarModule>
+ <jarModule>
+ <groupId>org.hibernate</groupId>
+ <artifactId>ejb3-persistence</artifactId>
+ <excluded>true</excluded>
+ </jarModule>
+ <jarModule>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core </artifactId>
+ <excluded>true</excluded>
+ </jarModule>
+ <jarModule>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>woodstox-core-asl</artifactId>
+ <excluded>true</excluded>
+ </jarModule>
+ <jarModule>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>stax2-api </artifactId>
+ <excluded>true</excluded>
+ </jarModule>
+ <jarModule>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <excluded>true</excluded>
+ </jarModule>
+ <jarModule>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <excluded>true</excluded>
+ </jarModule>
+ <jarModule>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ <excluded>true</excluded>
+ </jarModule>
+ <jarModule>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-core</artifactId>
+ <excluded>true</excluded>
+ </jarModule>
+ <jarModule>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <excluded>true</excluded>
+ </jarModule>
+ <jarModule>
+ <groupId>hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <excluded>true</excluded>
+ </jarModule>
+ <jarModule>
+ <groupId>org.jgroups</groupId>
+ <artifactId>jgroups</artifactId>
+ <excluded>true</excluded>
+ </jarModule>
+
+ <jarModule>
+ <groupId>org.jboss.spec.javax.transaction</groupId>
+ <artifactId>jboss-transaction-api_1.1_spec</artifactId>
+ <excluded>true</excluded>
+ </jarModule>
+ <jarModule>
+ <groupId>org.rhq.helpers</groupId>
+ <artifactId>rhq-pluginAnnotations</artifactId>
+ <excluded>true</excluded>
+ </jarModule>
+ <jarModule>
+ <groupId>org.jboss.teiid.connectors</groupId>
+ <artifactId>translator-object</artifactId>
+ <excluded>true</excluded>
+ </jarModule>
+ </modules>
+
+ <jboss>
+ <data-sources>
+ <data-source>infinispan-ds.xml</data-source>
+ </data-sources>
+
+ <loader-repository>
+ org.teiid.resource.adapter:loader=teiid-infinispan.ear
+ </loader-repository>
+ <loader-repository-config>
+ java2ParentDelegation=false
+ </loader-repository-config>
+
+ </jboss>
</configuration>
- </plugin>-->
- <plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <outputDirectory>target/connector-infinispan-7.7.1/connector-infinispan.rar</outputDirectory>
- </configuration>
- <executions>
- <execution>
- <id>build_jar</id>
- <phase>process-classes</phase>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-ear-plugin</artifactId>
- <version>2.4</version>
- <configuration>
- <!-- uri>./target/connector-infinispan-${project.version}</uri-->
- <defaultJavaBundleDir></defaultJavaBundleDir>
- <generateApplicationXml>false</generateApplicationXml>
- <modules>
- <javaModule>
- <groupId>org.infinispan</groupId>
- <artifactId>infinispan-core</artifactId>
- <bundleDir>connector-infinispan.rar</bundleDir>
- <!--includeInApplicationXml>true</includeInApplicationXml-->
- </javaModule>
- <javaModule>
- <groupId>org.infinispan</groupId>
- <artifactId>infinispan-client-hotrod</artifactId>
- <bundleDir>connector-infinispan.rar</bundleDir>
- </javaModule>
- <javaModule>
- <groupId>org.jboss.marshalling</groupId>
- <artifactId>jboss-marshalling-river</artifactId>
- <bundleDir>connector-infinispan.rar</bundleDir>
- </javaModule>
- <javaModule>
- <groupId>org.jboss.marshalling</groupId>
- <artifactId>jboss-marshalling</artifactId>
- <bundleDir>connector-infinispan.rar</bundleDir>
- </javaModule>
- <javaModule>
- <groupId>org.jboss.logging</groupId>
- <artifactId>jboss-logging</artifactId>
- <bundleDir>connector-infinispan.rar</bundleDir>
- </javaModule>
- <javaModule>
- <groupId>org.jboss.logmanager</groupId>
- <artifactId>jboss-logmanager</artifactId>
- <bundleDir>connector-infinispan.rar</bundleDir>
- </javaModule>
- <javaModule>
- <groupId>commons-pool</groupId>
- <artifactId>commons-pool</artifactId>
- <bundleDir>connector-infinispan.rar</bundleDir>
- </javaModule>
- <jarModule>
- <groupId>antlr</groupId>
- <artifactId>antlr</artifactId>
- <excluded>true</excluded>
- </jarModule>
-
- <jarModule>
- <groupId>antlr</groupId>
- <artifactId>antlr</artifactId>
- <excluded>true</excluded>
- </jarModule>
- <jarModule>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-search</artifactId>
- <excluded>true</excluded>
- </jarModule>
- <jarModule>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-commons-annotations</artifactId>
- <excluded>true</excluded>
- </jarModule>
- <jarModule>
- <groupId>org.hibernate</groupId>
- <artifactId>ejb3-persistence</artifactId>
- <excluded>true</excluded>
- </jarModule>
- <jarModule>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-core </artifactId>
- <excluded>true</excluded>
- </jarModule>
- <jarModule>
- <groupId>org.codehaus.woodstox</groupId>
- <artifactId>woodstox-core-asl</artifactId>
- <excluded>true</excluded>
- </jarModule>
- <jarModule>
- <groupId>org.codehaus.woodstox</groupId>
- <artifactId>stax2-api </artifactId>
- <excluded>true</excluded>
- </jarModule>
- <jarModule>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <excluded>true</excluded>
- </jarModule>
- <jarModule>
- <groupId>dom4j</groupId>
- <artifactId>dom4j</artifactId>
- <excluded>true</excluded>
- </jarModule>
- <jarModule>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- <excluded>true</excluded>
- </jarModule>
- <jarModule>
- <groupId>org.apache.lucene</groupId>
- <artifactId>lucene-core</artifactId>
- <excluded>true</excluded>
- </jarModule>
- <jarModule>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <excluded>true</excluded>
- </jarModule>
- <jarModule>
- <groupId>hsqldb</groupId>
- <artifactId>hsqldb</artifactId>
- <excluded>true</excluded>
- </jarModule>
- <jarModule>
- <groupId>org.jgroups</groupId>
- <artifactId>jgroups</artifactId>
- <excluded>true</excluded>
- </jarModule>
-
- <jarModule>
- <groupId>org.jboss.spec.javax.transaction</groupId>
- <artifactId>jboss-transaction-api_1.1_spec</artifactId>
- <excluded>true</excluded>
- </jarModule>
- <jarModule>
- <groupId>org.rhq.helpers</groupId>
- <artifactId>rhq-pluginAnnotations</artifactId>
- <excluded>true</excluded>
- </jarModule>
- <jarModule>
- <groupId>org.jboss.teiid.connectors</groupId>
- <artifactId>translator-object</artifactId>
- <excluded>true</excluded>
- </jarModule>
- </modules>
-
- <jboss>
- <data-sources>
- <data-source>infinispan-ds.xml</data-source>
- </data-sources>
-
- <loader-repository>
- org.teiid.resource.adapter:loader=teiid-infinispan.ear
- </loader-repository>
- <loader-repository-config>
- java2ParentDelegation=false
- </loader-repository-config>
-
- </jboss>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
+ </plugin>
+ </plugins>
+ </build>
+
</project>
12 years
teiid SVN: r4533 - in branches/7.7.x: adminshell and 45 other directories.
by teiid-commits@lists.jboss.org
Author: van.halbert
Date: 2012-12-20 09:36:37 -0500 (Thu, 20 Dec 2012)
New Revision: 4533
Modified:
branches/7.7.x/adminshell/pom.xml
branches/7.7.x/api/pom.xml
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:
Updating pom's to 7.7.4 for the next release
Modified: branches/7.7.x/adminshell/pom.xml
===================================================================
--- branches/7.7.x/adminshell/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/adminshell/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-adminshell</artifactId>
Modified: branches/7.7.x/api/pom.xml
===================================================================
--- branches/7.7.x/api/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/api/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-api</artifactId>
Modified: branches/7.7.x/build/pom.xml
===================================================================
--- branches/7.7.x/build/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/build/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid</artifactId>
Modified: branches/7.7.x/cache-jbosscache/pom.xml
===================================================================
--- branches/7.7.x/cache-jbosscache/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/cache-jbosscache/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-cache-jbosscache</artifactId>
Modified: branches/7.7.x/client/pom.xml
===================================================================
--- branches/7.7.x/client/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/client/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-client</artifactId>
Modified: branches/7.7.x/client-jdk15/pom.xml
===================================================================
--- branches/7.7.x/client-jdk15/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/client-jdk15/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-client-jdk15</artifactId>
Modified: branches/7.7.x/common-core/pom.xml
===================================================================
--- branches/7.7.x/common-core/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/common-core/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-common-core</artifactId>
Modified: branches/7.7.x/connectors/connector-file/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-file/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/connectors/connector-file/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-file</artifactId>
Modified: branches/7.7.x/connectors/connector-infinispan/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-infinispan/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/connectors/connector-infinispan/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,12 +3,12 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-infinispan</artifactId>
<groupId>org.jboss.teiid.connectors</groupId>
- <packaging>ear</packaging>
+ <packaging>pom</packaging>
<name>Infinispan Connector</name>
<description>This connector reads data from a Infinispan cache</description>
<properties>
@@ -67,10 +67,23 @@
<build>
<plugins>
+
+ <!-- Specify the compiler options and settings
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ <showDeprecation>false</showDeprecation>
+ <showWarnings>false</showWarnings>
+ </configuration>
+ </plugin>-->
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
- <outputDirectory>target/connector-infinispan-7.7.3/connector-infinispan.rar</outputDirectory>
+ <outputDirectory>target/connector-infinispan-7.7.1/connector-infinispan.rar</outputDirectory>
</configuration>
<executions>
<execution>
Modified: branches/7.7.x/connectors/connector-ldap/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-ldap/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/connectors/connector-ldap/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-ldap</artifactId>
Modified: branches/7.7.x/connectors/connector-salesforce/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-salesforce/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/connectors/connector-salesforce/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-salesforce</artifactId>
Modified: branches/7.7.x/connectors/connector-ws/pom.xml
===================================================================
--- branches/7.7.x/connectors/connector-ws/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/connectors/connector-ws/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-ws</artifactId>
Modified: branches/7.7.x/connectors/pom.xml
===================================================================
--- branches/7.7.x/connectors/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/connectors/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid</groupId>
Modified: branches/7.7.x/connectors/salesforce-api/pom.xml
===================================================================
--- branches/7.7.x/connectors/salesforce-api/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/connectors/salesforce-api/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>salesforce-api</artifactId>
Modified: branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/connectors/sandbox/connector-coherence/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.jboss.teiid.connectors</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>connector-coherence</artifactId>
Modified: branches/7.7.x/connectors/sandbox/connector-template/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/connector-template/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/connectors/sandbox/connector-template/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -6,7 +6,7 @@
<name>${connector-name}</name>
<description>${connector-name}</description>
<packaging>rar</packaging>
- <version>0.1-SNAPSHOT</version>
+ <version>7.7.4</version>
<properties>
<teiid.version>${teiid-version}</teiid.version>
</properties>
Modified: branches/7.7.x/connectors/sandbox/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/connectors/sandbox/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid.connectors</groupId>
Modified: branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/connectors/sandbox/translator-coherence/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-coherence</artifactId>
<groupId>org.jboss.teiid.connectors.sandbox</groupId>
- <version>7.7.0.CR1-SNAPSHOT</version>
+ <version>7.7.4</version>
<name>Coherence Translator</name>
<description>This is the tranlator for a Coherence connector</description>
Modified: branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml
===================================================================
--- branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/connectors/sandbox/translator-yahoo/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.jboss.teiid.connectors</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-yahoo</artifactId>
Modified: branches/7.7.x/connectors/translator-file/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-file/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/connectors/translator-file/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-file</artifactId>
Modified: branches/7.7.x/connectors/translator-hive/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-hive/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/connectors/translator-hive/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-hive</artifactId>
Modified: branches/7.7.x/connectors/translator-jdbc/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-jdbc/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/connectors/translator-jdbc/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-jdbc</artifactId>
Modified: branches/7.7.x/connectors/translator-ldap/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-ldap/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/connectors/translator-ldap/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -2,7 +2,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-ldap</artifactId>
Modified: branches/7.7.x/connectors/translator-loopback/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-loopback/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/connectors/translator-loopback/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-loopback</artifactId>
Modified: branches/7.7.x/connectors/translator-object/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-object/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/connectors/translator-object/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-object</artifactId>
Modified: branches/7.7.x/connectors/translator-olap/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-olap/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/connectors/translator-olap/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-olap</artifactId>
Modified: branches/7.7.x/connectors/translator-salesforce/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-salesforce/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/connectors/translator-salesforce/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-salesforce</artifactId>
Modified: branches/7.7.x/connectors/translator-ws/pom.xml
===================================================================
--- branches/7.7.x/connectors/translator-ws/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/connectors/translator-ws/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>connectors</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>translator-ws</artifactId>
Modified: branches/7.7.x/console/pom.xml
===================================================================
--- branches/7.7.x/console/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/console/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/7.7.x/documentation/admin-guide/pom.xml
===================================================================
--- branches/7.7.x/documentation/admin-guide/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/documentation/admin-guide/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>admin-guide</artifactId>
Modified: branches/7.7.x/documentation/caching-guide/pom.xml
===================================================================
--- branches/7.7.x/documentation/caching-guide/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/documentation/caching-guide/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>caching-guide</artifactId>
Modified: branches/7.7.x/documentation/client-developers-guide/pom.xml
===================================================================
--- branches/7.7.x/documentation/client-developers-guide/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/documentation/client-developers-guide/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>client-developers-guide</artifactId>
Modified: branches/7.7.x/documentation/developer-guide/pom.xml
===================================================================
--- branches/7.7.x/documentation/developer-guide/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/documentation/developer-guide/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>developer-guide</artifactId>
Modified: branches/7.7.x/documentation/javadocs/pom.xml
===================================================================
--- branches/7.7.x/documentation/javadocs/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/documentation/javadocs/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>javadocs</artifactId>
Modified: branches/7.7.x/documentation/pom.xml
===================================================================
--- branches/7.7.x/documentation/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/documentation/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid</groupId>
Modified: branches/7.7.x/documentation/quick-start-example/pom.xml
===================================================================
--- branches/7.7.x/documentation/quick-start-example/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/documentation/quick-start-example/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>quick-start-example</artifactId>
Modified: branches/7.7.x/documentation/reference/pom.xml
===================================================================
--- branches/7.7.x/documentation/reference/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/documentation/reference/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.teiid</groupId>
<artifactId>documentation</artifactId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>reference</artifactId>
Modified: branches/7.7.x/engine/pom.xml
===================================================================
--- branches/7.7.x/engine/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/engine/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-engine</artifactId>
Modified: branches/7.7.x/hibernate-dialect/pom.xml
===================================================================
--- branches/7.7.x/hibernate-dialect/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/hibernate-dialect/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-hibernate-dialect</artifactId>
Modified: branches/7.7.x/jboss-integration/pom.xml
===================================================================
--- branches/7.7.x/jboss-integration/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/jboss-integration/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -2,7 +2,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid</groupId>
Modified: branches/7.7.x/metadata/pom.xml
===================================================================
--- branches/7.7.x/metadata/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/metadata/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-metadata</artifactId>
Modified: branches/7.7.x/pom.xml
===================================================================
--- branches/7.7.x/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -5,7 +5,7 @@
<artifactId>teiid-parent</artifactId>
<packaging>pom</packaging>
<name>Teiid</name>
- <version>7.7.3</version>
+ <version>7.7.4</version>
<description>Federated SQL and XML query engine.</description>
<properties>
<ant.version>1.7.0</ant.version>
Modified: branches/7.7.x/runtime/pom.xml
===================================================================
--- branches/7.7.x/runtime/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/runtime/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.teiid</groupId>
Modified: branches/7.7.x/test-integration/common/pom.xml
===================================================================
--- branches/7.7.x/test-integration/common/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/test-integration/common/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>test-integration-common</artifactId>
Modified: branches/7.7.x/test-integration/db/pom.xml
===================================================================
--- branches/7.7.x/test-integration/db/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/test-integration/db/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -9,7 +9,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: branches/7.7.x/test-integration/perf/pom.xml
===================================================================
--- branches/7.7.x/test-integration/perf/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/test-integration/perf/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-test-integration</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>test-integration-perf</artifactId>
Modified: branches/7.7.x/test-integration/pom.xml
===================================================================
--- branches/7.7.x/test-integration/pom.xml 2012-12-20 02:52:40 UTC (rev 4532)
+++ branches/7.7.x/test-integration/pom.xml 2012-12-20 14:36:37 UTC (rev 4533)
@@ -3,7 +3,7 @@
<parent>
<artifactId>teiid-parent</artifactId>
<groupId>org.jboss.teiid</groupId>
- <version>7.7.3</version>
+ <version>7.7.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>teiid-test-integration</artifactId>
12 years
teiid SVN: r4532 - branches/7.7.x/build/kits/jboss-container/deploy/teiid.
by teiid-commits@lists.jboss.org
Author: van.halbert
Date: 2012-12-19 21:52:40 -0500 (Wed, 19 Dec 2012)
New Revision: 4532
Modified:
branches/7.7.x/build/kits/jboss-container/deploy/teiid/teiid-jboss-beans.xml
Log:
BZ884763 false is an invalid value for the algorithm, so commented them out, but set the value to the default
Modified: branches/7.7.x/build/kits/jboss-container/deploy/teiid/teiid-jboss-beans.xml
===================================================================
--- branches/7.7.x/build/kits/jboss-container/deploy/teiid/teiid-jboss-beans.xml 2012-12-14 19:36:28 UTC (rev 4531)
+++ branches/7.7.x/build/kits/jboss-container/deploy/teiid/teiid-jboss-beans.xml 2012-12-20 02:52:40 UTC (rev 4532)
@@ -198,7 +198,7 @@
<property name="keystorePassword">passwd</property>
<property name="keystoreType">JKS</property>
<property name="sslProtocol">SSLv3</property>
- <property name="keymanagementAlgorithm">false</property>
+ <!-- property name="keymanagementAlgorithm">SunX509</property>
<property name="truststoreFilename">cert.truststore</property>
<property name="truststorePassword">passwd</property>
<!-- 1-way, 2-way, anonymous -->
@@ -234,7 +234,7 @@
<property name="keystorePassword">passwd</property>
<property name="keystoreType">JKS</property>
<property name="sslProtocol">SSLv3</property>
- <property name="keymanagementAlgorithm">false</property>
+ <!-- property name="keymanagementAlgorithm">SunX509</property>
<property name="truststoreFilename">cert.truststore</property>
<property name="truststorePassword">passwd</property>
<!-- 1-way, 2-way, anonymous -->
@@ -270,7 +270,7 @@
<property name="keystorePassword">passwd</property>
<property name="keystoreType">JKS</property>
<property name="sslProtocol">SSLv3</property>
- <property name="keymanagementAlgorithm">false</property>
+ <!-- property name="keymanagementAlgorithm">SunX509</property>
<property name="truststoreFilename">cert.truststore</property>
<property name="truststorePassword">passwd</property>
<!-- 1-way, 2-way, anonymous -->
12 years
[teiid/teiid] f6f3be: TEIID-2328 fix for imported vdb with external mat ...
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: f6f3be21b15d06c09278101b6c1d52b22a5c687c
https://github.com/teiid/teiid/commit/f6f3be21b15d06c09278101b6c1d52b22a5...
Author: shawkins <shawkins(a)redhat.com>
Date: 2012-12-18 (Tue, 18 Dec 2012)
Changed paths:
M admin/src/main/java/org/teiid/adminapi/impl/VDBMetaData.java
M engine/src/main/java/org/teiid/dqp/internal/datamgr/ConnectorManagerRepository.java
M engine/src/main/java/org/teiid/query/metadata/MetadataValidator.java
M engine/src/main/resources/org/teiid/query/i18n.properties
M runtime/src/main/java/org/teiid/deployers/CompositeVDB.java
M runtime/src/main/java/org/teiid/runtime/EmbeddedServer.java
M test-integration/common/src/test/java/org/teiid/jdbc/FakeServer.java
M test-integration/common/src/test/java/org/teiid/systemmodel/TestMatViews.java
Log Message:
-----------
TEIID-2328 fix for imported vdb with external mat view
12 years