Author: woonsan
Date: Wed Mar 31 17:50:32 2010
New Revision: 929638
URL: http://svn.apache.org/viewvc?rev=929638&view=rev
Log:
JS2-1129: Increase the column size of DOMAIN_NAME of SECURITY_DOMAIN table to
254, which is the same size of NAME of SSO_SITE.
The SSOManager service component has allowed to create a domain with the same
name of sso site for the principal.
So, sso related portlets uses the url for the name in this implicit addition.
Therefore, the column size of DOMAIN_NAME must have been the same size of NAME
of SSO_SITE.
Modified:
portals/jetspeed-2/portal/trunk/jetspeed-portal-resources/src/main/ddl-schema/security-schema.xml
Modified:
portals/jetspeed-2/portal/trunk/jetspeed-portal-resources/src/main/ddl-schema/security-schema.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-portal-resources/src/main/ddl-schema/security-schema.xml?rev=929638&r1=929637&r2=929638&view=diff
==============================================================================
---
portals/jetspeed-2/portal/trunk/jetspeed-portal-resources/src/main/ddl-schema/security-schema.xml
(original)
+++
portals/jetspeed-2/portal/trunk/jetspeed-portal-resources/src/main/ddl-schema/security-schema.xml
Wed Mar 31 17:50:32 2010
@@ -183,7 +183,7 @@ limitations under the License.
<table name="SECURITY_DOMAIN">
<column name="DOMAIN_ID" primaryKey="true" required="true"
type="INTEGER"/>
- <column name="DOMAIN_NAME" type="VARCHAR" size="30"/>
+ <column name="DOMAIN_NAME" type="VARCHAR" size="254"/>
<column name="REMOTE" default="0" type="BOOLEANINT"/>
<column name="ENABLED" default="1" type="BOOLEANINT"/>
<column name="OWNER_DOMAIN_ID" type="INTEGER" required="false"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]