Author: sdumitriu
Date: 2007-11-30 13:39:26 +0100 (Fri, 30 Nov 2007)
New Revision: 6175

Modified:
   xwiki-platform/core/trunk/xwiki-core/src/main/resources/xwiki.derby.hbm.xml
   xwiki-platform/core/trunk/xwiki-core/src/main/resources/xwiki.hbm.xml
   xwiki-platform/core/trunk/xwiki-core/src/main/resources/xwiki.oracle.hbm.xml
Log:
XWIKI-1913: Exception while storing the client IP for statistics
Fixed.


Modified: 
xwiki-platform/core/trunk/xwiki-core/src/main/resources/xwiki.derby.hbm.xml
===================================================================
--- xwiki-platform/core/trunk/xwiki-core/src/main/resources/xwiki.derby.hbm.xml 
2007-11-30 11:20:06 UTC (rev 6174)
+++ xwiki-platform/core/trunk/xwiki-core/src/main/resources/xwiki.derby.hbm.xml 
2007-11-30 12:39:26 UTC (rev 6175)
@@ -614,7 +614,7 @@
         </property>
 
         <property name="IP" type="string">
-            <column name="XWV_IP" not-null="true" length="32"/>
+            <column name="XWV_IP" not-null="true" length="255"/>
         </property>
 
         <property name="userAgent" type="string">

Modified: xwiki-platform/core/trunk/xwiki-core/src/main/resources/xwiki.hbm.xml
===================================================================
--- xwiki-platform/core/trunk/xwiki-core/src/main/resources/xwiki.hbm.xml       
2007-11-30 11:20:06 UTC (rev 6174)
+++ xwiki-platform/core/trunk/xwiki-core/src/main/resources/xwiki.hbm.xml       
2007-11-30 12:39:26 UTC (rev 6175)
@@ -603,7 +603,7 @@
         </property>
 
         <property name="IP" type="string">
-            <column name="XWV_IP" not-null="true" length="32"/>
+            <column name="XWV_IP" not-null="true" length="255"/>
         </property>
 
         <property name="userAgent" type="string">

Modified: 
xwiki-platform/core/trunk/xwiki-core/src/main/resources/xwiki.oracle.hbm.xml
===================================================================
--- 
xwiki-platform/core/trunk/xwiki-core/src/main/resources/xwiki.oracle.hbm.xml    
    2007-11-30 11:20:06 UTC (rev 6174)
+++ 
xwiki-platform/core/trunk/xwiki-core/src/main/resources/xwiki.oracle.hbm.xml    
    2007-11-30 12:39:26 UTC (rev 6175)
@@ -609,7 +609,7 @@
         </property>
 
         <property name="IP" type="string">
-            <column name="XWV_IP" not-null="true" length="32"/>
+            <column name="XWV_IP" not-null="true" length="255"/>
         </property>
 
         <property name="userAgent" type="string">

_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to