You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/06/17 11:10:05 UTC

[09/29] incubator-ignite git commit: #ignite-960: Add exception to check SpringApplicationContextResource.

#ignite-960: Add exception to check SpringApplicationContextResource.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/c9dd8914
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/c9dd8914
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/c9dd8914

Branch: refs/heads/ignite-1020
Commit: c9dd89146c2281fdb944f509874cd3faec9c6cb6
Parents: 8a9cd82
Author: ivasilinets <iv...@gridgain.com>
Authored: Tue Jun 2 12:05:17 2015 +0300
Committer: ivasilinets <iv...@gridgain.com>
Committed: Tue Jun 2 12:05:17 2015 +0300

----------------------------------------------------------------------
 .../ignite/cache/store/jdbc/CacheJdbcBlobStoreFactory.java       | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/c9dd8914/modules/spring/src/main/java/org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStoreFactory.java
----------------------------------------------------------------------
diff --git a/modules/spring/src/main/java/org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStoreFactory.java b/modules/spring/src/main/java/org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStoreFactory.java
index 4b51982..743e5e8 100644
--- a/modules/spring/src/main/java/org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStoreFactory.java
+++ b/modules/spring/src/main/java/org/apache/ignite/cache/store/jdbc/CacheJdbcBlobStoreFactory.java
@@ -31,9 +31,7 @@ import javax.sql.*;
  * Use this factory to pass {@link CacheJdbcBlobStore} to {@link org.apache.ignite.configuration.CacheConfiguration}.
  *
  * <h2 class="header">Spring Example</h2>
- * <pre name="code" class="xml">
- *     &lt;bean class="org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor"/&gt;
- *
+ * <pre name="code" class="xml"> *
  *     &lt;bean id= "simpleDataSource" class="org.h2.jdbcx.JdbcDataSource"/&gt;
  *
  *     &lt;bean id=&quot;cache.jdbc.store&quot;