uPortal IRC Logs-2013-03-06

[11:51:49 CST(-0600)] <mmoayyed> Eric, got a sec?

[11:53:21 CST(-0600)] <EricDalquist> sure

[11:53:42 CST(-0600)] <mmoayyed> I am looking into this: https://developer.jasig.org/bamboo/browse/UP-TRUNK-1453 but cant duplicate it locally

[11:53:49 CST(-0600)] <mmoayyed> are you getting the same?

[11:54:00 CST(-0600)] <EricDalquist> I haven't tried a trunk build in a little while

[11:54:17 CST(-0600)] <EricDalquist> I have meetings all afternoon but I'll try as soon as aI get a chance

[11:54:23 CST(-0600)] <EricDalquist> if drew is around check with him

[11:54:29 CST(-0600)] <EricDalquist> he fixed a similar bug a few days ago

[11:54:48 CST(-0600)] <mmoayyed> tnx. I think this might be a bamboo fluke, if there is such a thing. drew asked me to look into it actually, but cant seem to dup! (smile)

[11:54:57 CST(-0600)] <EricDalquist> https://github.com/Jasig/uPortal/commit/96ddb36e674817ffb03a85e36a2a26d246ef65b3

[11:54:59 CST(-0600)] <EricDalquist> ok

[11:55:04 CST(-0600)] <EricDalquist> I can run the build again

[11:55:27 CST(-0600)] <mmoayyed> ah, that commit helps. I wonder why it wont fail on me though

[11:58:25 CST(-0600)] <EricDalquist> I just fired off another build

[11:58:31 CST(-0600)] <EricDalquist> we'll see if that makes it work or not

[11:58:58 CST(-0600)] <mmoayyed> roger

[12:10:04 CST(-0600)] <cwaymire> EricDalquist: do you know, off the top of your head, whether search events are persisted at all?

[12:12:59 CST(-0600)] <EricDalquist> they are not

[12:13:51 CST(-0600)] <cwaymire> (sad)

[12:14:52 CST(-0600)] <cwaymire> ok. I'm going to work on getting them aggregated so that we can implement the framework portlet idea displaying the most popular search terms

[12:16:02 CST(-0600)] <EricDalquist> cool

[12:16:03 CST(-0600)] <EricDalquist> well

[12:16:13 CST(-0600)] <EricDalquist> they are probably sort-of aggregated right now

[12:16:17 CST(-0600)] <EricDalquist> as they are portlet events

[12:16:22 CST(-0600)] <EricDalquist> so there will be a portlet event event

[12:16:30 CST(-0600)] <EricDalquist> but it probably doesn't contain search term info

[12:16:45 CST(-0600)] <cwaymire> ok but those events will end up persisted as raw events?

[12:16:49 CST(-0600)] <EricDalquist> yeah

[12:16:51 CST(-0600)] <EricDalquist> so locally

[12:16:52 CST(-0600)] <EricDalquist> try a search

[12:16:56 CST(-0600)] <EricDalquist> go find the portletEvent event

[12:16:59 CST(-0600)] <EricDalquist> and see what the json contains

[12:17:11 CST(-0600)] <EricDalquist> I think it just has the QName of the event payload

[12:17:33 CST(-0600)] <EricDalquist> maybe you could just write a little adapter in the portal event handler that allows you to plug in PortletEvent -> PortalEvent mappers

[12:21:19 CST(-0600)] <cwaymire> I see it showing up as a PortletActionExecutionEvent which does include the search term

[12:21:28 CST(-0600)] <EricDalquist> oh cool

[12:21:39 CST(-0600)] <EricDalquist> so that would be the search action

[12:21:47 CST(-0600)] <EricDalquist> which then triggers the actual portlet events

[12:21:50 CST(-0600)] <EricDalquist> which do the searching

[12:21:59 CST(-0600)] <cwaymire> i didnt see any entries for PortletEvent

[12:22:04 CST(-0600)] <EricDalquist> huh

[12:22:16 CST(-0600)] <EricDalquist> I wonder if that isn't getting captured ...

[12:22:16 CST(-0600)] <cwaymire> sorted by type and looked for that type

[12:23:13 CST(-0600)] <cwaymire> i'll dig around and see what is and is not currently being done

[12:23:17 CST(-0600)] <EricDalquist> ok

[12:29:50 CST(-0600)] <goldmantx> EricDalquist - do you have a second to talk?

[12:30:00 CST(-0600)] <EricDalquist> sure, whats up goldmantx?

[12:30:33 CST(-0600)] <goldmantx> I assume you have submitted your proposals for the conference already?

[12:30:49 CST(-0600)] <EricDalquist> yes

[12:31:46 CST(-0600)] <goldmantx> Did you submit a bunch? I ask because we have no one to give the pre-conference workshop for Portlet development yet...

[12:32:00 CST(-0600)] <EricDalquist> well I submitted 3

[12:32:07 CST(-0600)] <EricDalquist> but I only am doing 1 of them

[12:32:51 CST(-0600)] <goldmantx> pre conference or regular conference?

[12:32:52 CST(-0600)] <EricDalquist> so you're wondering if I would do the pre-conf

[12:32:58 CST(-0600)] <EricDalquist> 3 presentations

[12:33:13 CST(-0600)] <goldmantx> Yes, or maybe a couple people could co-teach it...

[12:33:44 CST(-0600)] <EricDalquist> ok

[12:33:50 CST(-0600)] <EricDalquist> you have anyone else in mind?

[12:33:57 CST(-0600)] <EricDalquist> I haven't done a pre-conf in a few years

[12:34:20 CST(-0600)] <goldmantx> I am awaiting an answer internally….but I know time is running short. I will reach out to Jim and let him know...

[12:34:33 CST(-0600)] <EricDalquist> ok

[13:53:04 CST(-0600)] <drewwills> EricDalquist – do you know how many groups WI is tracking in the stats?

[13:57:11 CST(-0600)] <EricDalquist> uh

[13:57:13 CST(-0600)] <EricDalquist> let me check