Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[16:17:01 CDT(-0500)] <drewwills> yes sjungling1, you could use the RegexGatewayPersonAttributeDao... and also good caching would mitigate that I suppose

[16:20:36 CDT(-0500)] <sjungling1> @drewwills kk. working on the caching right now

[16:22:38 CDT(-0500)] <drewwills> also take a quick look at the IRC logs while you were briefly disconnected: https://wiki.jasig.org/display/UPC/uportal+IRC+Logs

[16:22:54 CDT(-0500)] <drewwills> i posted something, but i think my timing was pretty poor

[16:23:34 CDT(-0500)] <sjungling1> w/r/t @Autowired?

[16:24:05 CDT(-0500)] <drewwills> yes

[16:25:19 CDT(-0500)] <drewwills> i wouldn't call it a promising lead, though... it's not clear to me why that wouldn't be an error all the time, if that hypothesis was correct

[16:25:26 CDT(-0500)] <sjungling1> not sure it was related. think i got my personDirectory working w/ caching…

[16:25:27 CDT(-0500)] <sjungling1> https://gist.github.com/6fca3d482a378f72ef65

[16:25:56 CDT(-0500)] <sjungling1> rolled back to a working config and instead of trying to follow Eric's example, just started uncommenting

[16:26:06 CDT(-0500)] <sjungling1> and that seems to deploy

[16:26:55 CDT(-0500)] <drewwills> ah roger

[16:27:14 CDT(-0500)] <sjungling1> if you could provide a sanity check on that gist, i'd appreciate it

[16:28:09 CDT(-0500)] <sjungling1> as i understand line #80 is calling the cachingMergedPersonAttributeDao which in turn wraps the mergedPersonAttributeDao that I had previously been using?

[16:28:54 CDT(-0500)] <sjungling1> and all of that gets cached under the org.jasig.services.persondir.USER_INFO.merged object?

[16:31:01 CDT(-0500)] <drewwills> wow, you're a pro (wink)

[16:31:20 CDT(-0500)] <sjungling> was i right?

[16:31:24 CDT(-0500)] <drewwills> it's a lot to look at... I can't promise I'm not overlookign something

[16:31:35 CDT(-0500)] <drewwills> yes, that should be accurate

[16:31:49 CDT(-0500)] <drewwills> also nice catch on the cascading impl...

[16:31:54 CDT(-0500)] <sjungling> 'cause, full disclosure, i'm not a Java developer… more of an implementer of Java :-P

[16:32:04 CDT(-0500)] <sjungling> ah… needed Unicon help for that cascading piece

[16:32:26 CDT(-0500)] <drewwills> which you need if you want to chain emplid into cms_student_group, as apparently you do

[16:32:33 CDT(-0500)] <sjungling> bingo

[16:32:59 CDT(-0500)] <drewwills> I remember you, we've met before... I've been on your campus

[16:33:04 CDT(-0500)] <sjungling> guessing that since org.jasig.services.persondir.USER_INFO.merged already exists in ehcache.xml that i don't need to make any mods there

[16:33:27 CDT(-0500)] <drewwills> that should be accurate

[16:33:29 CDT(-0500)] <sjungling> jeez, was that… 7 years ago?

[16:33:51 CDT(-0500)] <drewwills> it might be... i like, helped CSU chico upgrade off 2.x

[16:34:04 CDT(-0500)] <drewwills> maybe even 2.5.x to 2.6.x

[16:34:17 CDT(-0500)] <sjungling> ah yeah… something along those lines

[16:34:33 CDT(-0500)] <drewwills> offices upstairs in the library

[16:35:03 CDT(-0500)] <drewwills> i still get pictures of p.berry's cats on FB

[16:35:10 CDT(-0500)] <sjungling> moved a few years back to the same floor as the data center, but we're slated to move back to the lib next spring

[16:35:24 CDT(-0500)] <sjungling> haha… he was trying to get people to unfollow him but it had the reverse effect

[16:35:32 CDT(-0500)] <drewwills> heh

[16:36:48 CDT(-0500)] <sjungling> alright, pushing out that update personDirectoryContext to our dev server… let's see if i can replicate the magic that was happening on my laptop

[16:47:23 CDT(-0500)] <sjungling> deployed alright. now to try and simulate some traffic