[gatein-issues] [JBoss JIRA] Created: (GTNPORTAL-950) Add profile for Sybase DB with different PLIDM hibernate mappings

Boleslaw Dawidowicz (JIRA) jira-events at lists.jboss.org
Wed Mar 24 09:07:37 EDT 2010


Add profile for Sybase DB with different PLIDM hibernate mappings 
------------------------------------------------------------------

                 Key: GTNPORTAL-950
                 URL: https://jira.jboss.org/jira/browse/GTNPORTAL-950
             Project: GateIn Portal
          Issue Type: Task
      Security Level: Public (Everyone can see)
    Affects Versions: 3.0.0-GA
            Reporter: Boleslaw Dawidowicz
            Assignee: Boleslaw Dawidowicz
             Fix For: 3.1.0-GA


PLIDM has a separate mapping files for Sybase to avoid issues with binary data. While GTN is not using those IDM features at the moment (binary attributes) those mapping files should be used with Sybase to avoid possible issues in the future. The needed change is in the idm-configuration.xml:

<values-param profiles="sybase">
          <name>hibernate.mapping</name>
          <value>picketlink-idm/sybase-mappings/HibernateRealm.hbm.xml</value>
          <value>picketlink-idm/sybase-mappings/HibernateIdentityObjectCredentialBinaryValue.hbm.xml</value>
          <value>picketlink-idm/sybase-mappings/HibernateIdentityObjectAttributeBinaryValue.hbm.xml</value>
          <value>picketlink-idm/sybase-mappings/HibernateIdentityObject.hbm.xml</value>
          <value>picketlink-idm/sybase-mappings/HibernateIdentityObjectCredential.hbm.xml</value>
          <value>picketlink-idm/sybase-mappings/HibernateIdentityObjectCredentialType.hbm.xml</value>
          <value>picketlink-idm/sybase-mappings/HibernateIdentityObjectAttribute.hbm.xml</value>
          <value>picketlink-idm/sybase-mappings/HibernateIdentityObjectType.hbm.xml</value>
          <value>picketlink-idm/sybase-mappings/HibernateIdentityObjectRelationship.hbm.xml</value>
          <value>picketlink-idm/sybase-mappings/HibernateIdentityObjectRelationshipType.hbm.xml</value>
          <value>picketlink-idm/sybase-mappings/HibernateIdentityObjectRelationshipName.hbm.xml</value>
        </values-param>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list