set_publisherAssertions sets tModelKey to 'AssociationType/RelatedTo'
---------------------------------------------------------------------

                 Key: SCOUT-58
                 URL: https://issues.apache.org/jira/browse/SCOUT-58
             Project: Scout
          Issue Type: Bug
          Components: Scout Implementation
    Affects Versions: 1.0rc1
            Reporter: Tom Cunningham
            Assignee: Anil Saldhana


A sample set_publisherAssertion entry from the log :
<urn:publisherAssertion><urn:fromKey>BFA1D760-F3E4-11DC-BD57-E981E3AA7272</urn:fromKey><urn:toKey>BFA336F0-F3E4-11DC-BD57-F2A63287993F</urn:toKey><urn:keyedReference
 keyName="Concept" keyValue="RelatedTo" 
tModelKey="AssociationType/RelatedTo"/></urn:publisherAssertion></urn:set_publisherAssertions>

Looking at EnumerationHelper.createConcept(String firstToken, String 
secondToken), the tModelKey is being set to a string consisting of 
firstToken+"/"+secondToken, rather than a uuid:XXXX:XXX:XXXX value.        
Should "AssociationType/RelatedTo" be a tModel itself so we can pass the 
associated tModelKey back?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to