<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 5/16/2013 8:11 PM, David Bantz
      wrote:<br>
    </div>
    <blockquote
      cite="mid:127FADE4-704D-4143-9B04-BD80359DCF6F@Alaska.edu"
      type="cite">
      <div><font face="Monaco"> </font>
        <div><font face="Monaco">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; logger.debug("Completed
            UDCID value: " + UDCID.getValues());</font></div>
      </div>
    </blockquote>
    <br>
    Pretty sure that line #20 maps to this one as the getValues that's
    failing.&nbsp; I'm guessing this is because:<br>
    <br>
    <blockquote
      cite="mid:127FADE4-704D-4143-9B04-BD80359DCF6F@Alaska.edu"
      type="cite">
      <div>
        <font face="Monaco">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; UDCID =
          EDIRemployeeNumber.getValues().get(0)</font></div>
      <font face="Monaco">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; UDCID =
        ADemployeeNumber.getValues().get(0) &nbsp; &nbsp; &nbsp; &nbsp;</font></blockquote>
    <br>
    is not what you want - should be
    UDCID.getValues.add(XXXemployeeNumber.getValues().get(0)).<br>
    <pre class="moz-signature" cols="72">-- 
%%  Christopher A. Bongaarts   %%  <a class="moz-txt-link-abbreviated" href="mailto:cab@umn.edu">cab@umn.edu</a>          %%
%%  OIT - Identity Management  %%  <a class="moz-txt-link-freetext" href="http://umn.edu/~cab">http://umn.edu/~cab</a>  %%
%%  University of Minnesota    %%  +1 (612) 625-1809    %%
</pre>
  </body>
</html>