Ok if I change the profile context conversation variable name?
Marvin Addison
marvin.addison at gmail.com
Mon May 19 14:03:57 EDT 2014
> We're using the class name for the conversation variable
> theProfileRequestContext is stored in, which is annoying because using
> dots in the name breaks the simple auto-lookup of conversation scope
> variables in flow files.
I noticed that complication in the CAS protocol work. I would favor
changing it to get dotted notation working.
> Any objection if I just rename it _idp_profileRequestContext or something
That leads to references like flowScope._idp_profileRequestContext,
which looks strange to my Java eyeballs due to the leading underscore.
Do you really need a namespace prefix? I would think simply
profileRequestContext would be sufficient.
M
More information about the dev
mailing list