SQLDirectory : schema attribute is useless within tableReference
----------------------------------------------------------------

                 Key: NXP-2054
                 URL: http://jira.nuxeo.org/browse/NXP-2054
             Project: Nuxeo Enterprise Platform 5
          Issue Type: Bug
    Affects Versions: 5.1.3
            Reporter: Anahide Tchertchian
            Assignee: Olivier Grisel


For instance in default groups directory, user2group and group2group schemas do 
not exist and are useless:

<references>
  <tableReference field="members" directory="userDirectory"
    table="user2group" sourceColumn="groupId" targetColumn="userId"
    schema="user2group" dataFile="user_dev_data/user2group.csv" />
  <tableReference field="subGroups" directory="groupDirectory"
    table="group2group" sourceColumn="childGroupId"
    targetColumn="parentGroupId" schema="group2group" />
  <inverseReference field="parentGroups" directory="groupDirectory"
    dualReferenceField="subGroups" />
</references>

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

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to