You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2010/04/17 19:54:23 UTC

svn commit: r935218 - /incubator/wookie/trunk/src/org/apache/wookie/beans/schema.hbm.xml

Author: scottbw
Date: Sat Apr 17 17:54:23 2010
New Revision: 935218

URL: http://svn.apache.org/viewvc?rev=935218&view=rev
Log:
Extended the space for storing opensocial tokens as in some rare cases they seem to go over 300 chars

Modified:
    incubator/wookie/trunk/src/org/apache/wookie/beans/schema.hbm.xml

Modified: incubator/wookie/trunk/src/org/apache/wookie/beans/schema.hbm.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/src/org/apache/wookie/beans/schema.hbm.xml?rev=935218&r1=935217&r2=935218&view=diff
==============================================================================
--- incubator/wookie/trunk/src/org/apache/wookie/beans/schema.hbm.xml (original)
+++ incubator/wookie/trunk/src/org/apache/wookie/beans/schema.hbm.xml Sat Apr 17 17:54:23 2010
@@ -73,7 +73,7 @@
 		<property name="nonce"/>
 		<property name="idKey" not-null="true"/>
 		<property name="apiKey"/>
-		<property name="opensocialToken" not-null="true" type="text" length="300"/>		
+		<property name="opensocialToken" not-null="true" type="text" length="400"/>		
 		<many-to-one name="widget" class="Widget" column="widget_id" not-null="true" />		
 		<property name="updated" type="true_false" />
 		<property name="shown" type="true_false" />