Data Connector Depending on Attributes
Nate Klingenstein
nate.klingenstein at utah.edu
Mon Feb 1 22:15:46 EST 2016
>> employeeNumber=${uid}
>>
> Attributes are objects, not strings. If you want the first value, it's $uid.get(0)
I’d gotten the Java objects themselves stringificated in logs, and that was obviously wrong. I could have sworn I had that at one point, but I’ll give it another shot as soon as I get the chance and I’ll report back to the list.
> It's not a good idea because it's just confusing, but it depends if you mix them in something that accesses both. Data sources hold the data they produce, it's not lumped into a global map. Attributes are.
I had (mis-?)recalled an ancient message by Chad that said that data connectors were, from the point of view of a dependent part of the resolver, conceptually just big bags of attribute definitions. I hadn’t realized how important the “view of the depender” part was until your message, though.
Thanks,
Nate.
More information about the users
mailing list