Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-106-2 7e8ddcde9 -> e9a809f4f


#ignite-106: Change org.apache.ignite.hibernate.grid_nam from hibernate-grid to 
hibernate-ignite.


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

Branch: refs/heads/ignite-106-2
Commit: e9a809f4f4383fa4a5fde81799b3e25e47d1a0fd
Parents: 7e8ddcd
Author: ivasilinets <vasilinetc....@gmail.com>
Authored: Wed Feb 4 02:34:56 2015 +0300
Committer: ivasilinets <vasilinetc....@gmail.com>
Committed: Wed Feb 4 02:34:56 2015 +0300

----------------------------------------------------------------------
 examples/config/hibernate/example-hibernate-L2-cache.xml           | 2 +-
 .../datagrid/hibernate/HibernateL2CacheExampleNodeStartup.java     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e9a809f4/examples/config/hibernate/example-hibernate-L2-cache.xml
----------------------------------------------------------------------
diff --git a/examples/config/hibernate/example-hibernate-L2-cache.xml 
b/examples/config/hibernate/example-hibernate-L2-cache.xml
index 114b319..ac86827 100644
--- a/examples/config/hibernate/example-hibernate-L2-cache.xml
+++ b/examples/config/hibernate/example-hibernate-L2-cache.xml
@@ -45,7 +45,7 @@
         <property 
name="cache.region.factory_class">org.apache.ignite.cache.hibernate.GridHibernateRegionFactory</property>
 
         <!-- Specify the name of the ignite, that will be used for second 
level caching. -->
-        <property 
name="org.apache.ignite.hibernate.grid_name">hibernate-grid</property>
+        <property 
name="org.apache.ignite.hibernate.grid_name">hibernate-ignite</property>
 
         <!-- Specify connection release mode. -->
         <property name="connection.release_mode">on_close</property>

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/e9a809f4/examples/src/main/java/org/apache/ignite/examples/datagrid/hibernate/HibernateL2CacheExampleNodeStartup.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/hibernate/HibernateL2CacheExampleNodeStartup.java
 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/hibernate/HibernateL2CacheExampleNodeStartup.java
index 130316f..96bf543 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/hibernate/HibernateL2CacheExampleNodeStartup.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/hibernate/HibernateL2CacheExampleNodeStartup.java
@@ -52,7 +52,7 @@ public class HibernateL2CacheExampleNodeStartup {
     public static IgniteConfiguration configuration() throws IgniteException {
         IgniteConfiguration cfg = new IgniteConfiguration();
 
-        cfg.setGridName("ignite-grid");
+        cfg.setGridName("hibernate-ignite");
         cfg.setLocalHost("127.0.0.1");
         cfg.setRestEnabled(false);
 

Reply via email to