Author: prabath
Date: Sun Feb 17 07:15:26 2008
New Revision: 13825

Log:

renamed table names

Modified:
   trunk/solutions/identity/modules/identity-provider/conf/wso2identity.hbm.xml

Modified: 
trunk/solutions/identity/modules/identity-provider/conf/wso2identity.hbm.xml
==============================================================================
--- 
trunk/solutions/identity/modules/identity-provider/conf/wso2identity.hbm.xml    
    (original)
+++ 
trunk/solutions/identity/modules/identity-provider/conf/wso2identity.hbm.xml    
    Sun Feb 17 07:15:26 2008
@@ -297,7 +297,7 @@
     <!-- ####    UserProfileDO(user_profile)     #### -->
     <!-- ######################################################### -->
     <class 
name="org.wso2.solutions.identity.persistence.dataobject.UserProfileDO"
-           table="openid_user_profile">
+           table="user_profile">
         <id name="id" column="id">
             <generator class="native"/>
         </id>
@@ -315,7 +315,7 @@
     <!-- ####    UserProfileValuesDO(user_profile_values) #### -->
     <!-- ######################################################### -->
     <class 
name="org.wso2.solutions.identity.persistence.dataobject.UserProfileValuesDO"
-           table="openid_user_profile">
+           table="user_profile_values">
         <id name="id" column="id">
             <generator class="native"/>
         </id>

_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev

Reply via email to