Repository: incubator-ignite Updated Branches: refs/heads/ignite-sql-old b42fdcd24 -> e7e7c18c6
# ignite-sql-old - Fixed configs Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/e7e7c18c Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/e7e7c18c Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/e7e7c18c Branch: refs/heads/ignite-sql-old Commit: e7e7c18c6b2916d1d512515cd1d24b2dc7b3d423 Parents: b42fdcd Author: Valentin Kulichenko <vkuliche...@gridgain.com> Authored: Fri Feb 13 22:25:06 2015 -0800 Committer: Valentin Kulichenko <vkuliche...@gridgain.com> Committed: Fri Feb 13 22:25:06 2015 -0800 ---------------------------------------------------------------------- examples/config/example-cache.xml | 2 +- modules/clients/src/test/resources/spring-cache.xml | 2 +- .../marshaller/optimized/optimized-classnames.properties | 2 +- .../core/src/test/webapp/META-INF/ignite-webapp-config.xml | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e7e7c18c/examples/config/example-cache.xml ---------------------------------------------------------------------- diff --git a/examples/config/example-cache.xml b/examples/config/example-cache.xml index 98f6f4f..ad8d5e8 100644 --- a/examples/config/example-cache.xml +++ b/examples/config/example-cache.xml @@ -141,7 +141,7 @@ <!-- Allow to index primitive values. --> <property name="queryConfiguration"> - <bean class="org.apache.ignite.cache.query.CacheQueryConfiguration"> + <bean class="org.apache.ignite.configuration.CacheQueryConfiguration"> <!-- Index primitives. --> <property name="indexPrimitiveKey" value="true"/> </bean> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e7e7c18c/modules/clients/src/test/resources/spring-cache.xml ---------------------------------------------------------------------- diff --git a/modules/clients/src/test/resources/spring-cache.xml b/modules/clients/src/test/resources/spring-cache.xml index a9fe31a..6e93f4e 100644 --- a/modules/clients/src/test/resources/spring-cache.xml +++ b/modules/clients/src/test/resources/spring-cache.xml @@ -87,7 +87,7 @@ <!-- Allow to index primitive values. --> <property name="queryConfiguration"> - <bean class="org.apache.ignite.cache.query.CacheQueryConfiguration"> + <bean class="org.apache.ignite.configuration.CacheQueryConfiguration"> <!-- Index primitives. --> <property name="indexPrimitiveKey" value="true"/> </bean> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e7e7c18c/modules/core/src/main/java/org/apache/ignite/marshaller/optimized/optimized-classnames.properties ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/marshaller/optimized/optimized-classnames.properties b/modules/core/src/main/java/org/apache/ignite/marshaller/optimized/optimized-classnames.properties index bd27e00..41834c7 100644 --- a/modules/core/src/main/java/org/apache/ignite/marshaller/optimized/optimized-classnames.properties +++ b/modules/core/src/main/java/org/apache/ignite/marshaller/optimized/optimized-classnames.properties @@ -90,7 +90,7 @@ org.apache.ignite.cache.affinity.fair.CachePartitionFairAffinity$PartitionSetCom org.apache.ignite.cache.affinity.rendezvous.CacheRendezvousAffinityFunction org.apache.ignite.cache.affinity.rendezvous.CacheRendezvousAffinityFunction$HashComparator org.apache.ignite.cache.hibernate.GridHibernateAccessStrategyAdapter$ClearKeyCallable -org.apache.ignite.cache.query.CacheQueryConfiguration +org.apache.ignite.configuration.CacheQueryConfiguration org.apache.ignite.cache.query.CacheQueryType org.apache.ignite.cache.query.QueryAffinityPredicate org.apache.ignite.cache.query.QueryContinuousPredicate http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e7e7c18c/modules/core/src/test/webapp/META-INF/ignite-webapp-config.xml ---------------------------------------------------------------------- diff --git a/modules/core/src/test/webapp/META-INF/ignite-webapp-config.xml b/modules/core/src/test/webapp/META-INF/ignite-webapp-config.xml index a254173..95ed478 100644 --- a/modules/core/src/test/webapp/META-INF/ignite-webapp-config.xml +++ b/modules/core/src/test/webapp/META-INF/ignite-webapp-config.xml @@ -118,7 +118,7 @@ <!-- Allow to index primitive values. --> <property name="queryConfiguration"> - <bean class="org.apache.ignite.cache.query.CacheQueryConfiguration"> + <bean class="org.apache.ignite.configuration.CacheQueryConfiguration"> <!-- Index primitives. --> <property name="indexPrimitiveKey" value="true"/> </bean> @@ -167,7 +167,7 @@ <!-- Allow to index primitive values. --> <property name="queryConfiguration"> - <bean class="org.apache.ignite.cache.query.CacheQueryConfiguration"> + <bean class="org.apache.ignite.configuration.CacheQueryConfiguration"> <!-- Index primitives. --> <property name="indexPrimitiveKey" value="true"/> </bean> @@ -214,7 +214,7 @@ <!-- Allow to index primitive values. --> <property name="queryConfiguration"> - <bean class="org.apache.ignite.cache.query.CacheQueryConfiguration"> + <bean class="org.apache.ignite.configuration.CacheQueryConfiguration"> <!-- Index primitives. --> <property name="indexPrimitiveKey" value="true"/> </bean> @@ -243,7 +243,7 @@ <!-- Allow to index primitive values. --> <property name="queryConfiguration"> - <bean class="org.apache.ignite.cache.query.CacheQueryConfiguration"> + <bean class="org.apache.ignite.configuration.CacheQueryConfiguration"> <!-- Index primitives. --> <property name="indexPrimitiveKey" value="true"/> </bean>