[08:32:52 CDT(-0500)] * agherna (n=argherna@singularity.ci.uiuc.edu) has joined ##uportal
[08:32:59 CDT(-0500)] * agherna (n=argherna@singularity.ci.uiuc.edu) has left ##uportal
[08:34:08 CDT(-0500)] * EricDalquist (n=dalquist@adsl-71-150-245-185.dsl.mdsnwi.sbcglobal.net) has joined ##uportal
[08:57:03 CDT(-0500)] * ChanServ sets mode +o JASIGLogBot
[08:59:00 CDT(-0500)] * bszabo (n=bszabo@uni1.unicon.net) has joined ##uportal
[09:18:01 CDT(-0500)] * agherna (n=argherna@singularity.ci.uiuc.edu) has joined ##uportal
[10:07:59 CDT(-0500)] * dmccallum (n=dmccallu@uni1.unicon.net) has joined ##uportal
[10:08:09 CDT(-0500)] <dmccallum> EricDalquist, i hear you're looking for candidate issues to work on for the near-term uP3 release.
[10:08:16 CDT(-0500)] <EricDalquist> yeah
[10:08:20 CDT(-0500)] <EricDalquist> getting to that point
[10:08:35 CDT(-0500)] <EricDalquist> anything that is bothering you guys that you'd like some help on?
[10:08:47 CDT(-0500)] <dmccallum> we lost Allen Haws back to a Cisco project, so he had to leave some things midstream that you might find interesting
[10:09:19 CDT(-0500)] <EricDalquist> ok, what are they?
[10:09:22 CDT(-0500)] <dmccallum> specifically, he was working on portlet mode controls and had made some progress, but had run afoul of some caching problems, i believe
[10:09:54 CDT(-0500)] <dmccallum> i think the closest issue in the ja-sig jira is UPT-191, which doesn't provide much detail....
[10:10:22 CDT(-0500)] <EricDalquist> that is a bit short on info
[10:10:40 CDT(-0500)] <dmccallum> there's not much detail in our jira either. but, I can either email or check in the code he had cooked up
[10:11:01 CDT(-0500)] <EricDalquist> can you email me a patch off of HEAD of his work?
[10:11:12 CDT(-0500)] <dmccallum> can do
[10:12:15 CDT(-0500)] <dmccallum> the other two candidates i saw were UPT-67, which I don't think bszabo is going to have time to finish up this month, and UPT-193, which was another Allen Haws item
[10:13:13 CDT(-0500)] <EricDalquist> ok
[10:13:22 CDT(-0500)] <dmccallum> I'm also probably not going to get to UPT-99 by the end of the month, and I've run into some issues with WSRP on Oracle that I probably won't get to either
[10:13:25 CDT(-0500)] <peterk> upt-191 is just that - provide ability to set rendering attributes for a portlet at publish time
[10:13:40 CDT(-0500)] <EricDalquist> ah ok
[10:13:52 CDT(-0500)] <EricDalquist> so an addition to the portlet manager to provide that UI?
[10:14:05 CDT(-0500)] <peterk> yes, an optional screen
[10:14:09 CDT(-0500)] <EricDalquist> ok
[10:14:52 CDT(-0500)] <EricDalquist> optional as in not required to have anything filled out?
[10:15:01 CDT(-0500)] <peterk> right
[10:15:04 CDT(-0500)] <EricDalquist> ok
[10:15:46 CDT(-0500)] <peterk> although we may come up with some standard ones (e.g. icon) to fill, or at least have defaults. portlet mode controls that dmccallum mentioned can be implemented this way as well
[10:16:09 CDT(-0500)] <EricDalquist> pl
[10:16:10 CDT(-0500)] <EricDalquist> ok
[10:16:23 CDT(-0500)] <EricDalquist> that shouldn't be too hard once the base UI is there
[10:17:01 CDT(-0500)] <bszabo> Eric, let me know if you look at UPT-67, because I have some incomplete work that fixes some of the test failures.
[10:17:02 CDT(-0500)] <peterk> upt-193 - replace the jar with the standard version
[10:17:23 CDT(-0500)] <EricDalquist> yeah
[10:17:50 CDT(-0500)] <EricDalquist> I've assigned 191 and 193 to me
[10:18:12 CDT(-0500)] <EricDalquist> I'm not enough of a hibernate guy to know how to doUPT-99 (I couldn't figure it out when I did the original mappings)
[10:18:14 CDT(-0500)] <dmccallum> ok... it looks like we were tracking Allen's work on portlet mode controls under an issue that we have mapped to UPT-188, which doesn't say anything at all about portlet mode controls. i vote to open a new UPT issue and attach allen's partial patch
[10:18:27 CDT(-0500)] <EricDalquist> sounds good
[10:18:50 CDT(-0500)] <dmccallum> with that one, UPT-99, is it talking about problems like orphaned portlet preferences?
[10:19:14 CDT(-0500)] <EricDalquist> and orphaned portlet domain objects, say you delete a portlet app def
[10:19:24 CDT(-0500)] <EricDalquist> there is a whole tree of dependent objects that need to be removed
[10:20:07 CDT(-0500)] <dmccallum> ok... i think what's going on there is that cascading deletes don't work if you have defined a uni-directional graph of full-blown entities
[10:20:37 CDT(-0500)] <EricDalquist> well the problem I was having is our domain object structure doesn't have any actual object references
[10:20:54 CDT(-0500)] <EricDalquist> we just list the object IDs
[10:24:20 CDT(-0500)] <dmccallum> fair enough. i hadn't looked at the entire domain object structure, just preferences.
[10:25:02 CDT(-0500)] <EricDalquist> there very well may be a way to get hibernate to do the foreign keys and cascading deletes I just don't know enough about it to figure out how
[10:25:07 CDT(-0500)] <dmccallum> i'm still willing to work on upt-99, but it sounds like the issue might be more complicated than i had been thinking. in any event, i probably won't get to it this month.
[10:25:16 CDT(-0500)] <EricDalquist> ok
[10:25:28 CDT(-0500)] <peterk> if you figure that out, let me know - I have a similar problem in portlet window mapping dao
[10:25:34 CDT(-0500)] <dmccallum> will do
[10:25:38 CDT(-0500)] <EricDalquist> well I'll also add UPT-67 to my plate
[10:26:07 CDT(-0500)] <EricDalquist> I should be able to address all 3 of those next week (at least get the two easy ones done)
[10:26:24 CDT(-0500)] * peterk is glad to have Eric back on uP3
[10:26:48 CDT(-0500)] <dmccallum> bszabo, did you check in any patches for UPT-67?
[10:27:17 CDT(-0500)] <EricDalquist> I'm glad to be back on it
[10:27:47 CDT(-0500)] <bszabo> No I have not. I will get that stuff in... Is Monday early enough?
[11:14:34 CDT(-0500)] * JASIGLogBot (n=PircBot@adsl-71-150-245-185.dsl.mdsnwi.sbcglobal.net) has joined ##uportal
[12:45:06 CDT(-0500)] * EricDalquist (n=dalquist@adsl-71-150-245-185.dsl.mdsnwi.sbcglobal.net) has left ##uportal
[12:45:06 CDT(-0500)] * EricDalquist (n=dalquist@adsl-71-150-245-185.dsl.mdsnwi.sbcglobal.net) has joined ##uportal
[12:43:49 CDT(-0500)] <EricDalquist> so what problems have you been having with WSRP?
[12:46:44 CDT(-0500)] <dmccallum> getting a stack trace in the initportal target
[12:46:51 CDT(-0500)] <EricDalquist> ah yeah
[12:46:54 CDT(-0500)] <EricDalquist> I think andrew fixed that
[12:47:05 CDT(-0500)] <dmccallum> this is a different issue, i believe
[12:47:10 CDT(-0500)] <EricDalquist> hrm
[12:47:20 CDT(-0500)] <dmccallum> have not looked closely yet, but i think it's oracle lob problems
[12:47:24 CDT(-0500)] <EricDalquist> ah
[12:47:29 CDT(-0500)] <EricDalquist> The WSRP persistence is something I was hoping to defer
[12:47:41 CDT(-0500)] <EricDalquist> but perhaps I should really look at dumping jdom
[12:47:50 CDT(-0500)] <EricDalquist> and using the latest WSRP4j snapshot
[12:48:53 CDT(-0500)] <dmccallum> i think i've got the lob problem solved for DbLoader, but jpox is a whole 'nuther can of worms
[12:49:14 CDT(-0500)] <dmccallum> want me to email you the trace?
[12:49:22 CDT(-0500)] <EricDalquist> sure
[12:50:04 CDT(-0500)] <EricDalquist> \join ##jasig-bot-test
[12:50:21 CDT(-0500)] <EricDalquist> friggin \ vs / always messes me up on irc
[12:54:46 CDT(-0500)] <peterk> Michael I. said he'll finish up WSRP hibernate dao impl soon
[12:54:57 CDT(-0500)] <EricDalquist> ok
[12:55:11 CDT(-0500)] <peterk> not sure what soon means, but perhaps we can defer working on it
[12:55:51 CDT(-0500)] <peterk> that said, we might as well turn of jdom and consider wsrp broken until new daos are in
[12:55:59 CDT(-0500)] <peterk> ^of^off
[12:56:31 CDT(-0500)] <EricDalquist> true
[12:56:41 CDT(-0500)] <EricDalquist> it may be better to just pull all that out
[12:56:55 CDT(-0500)] <EricDalquist> so we don't have to use a hacked version of xalan
[12:58:40 CDT(-0500)] <dmccallum> orm can be complicated stuff.... i think there's something to be said for standardizing on a single approach within a given project so you dont end up with little islands of exclusive ownership.
[12:58:54 CDT(-0500)] <EricDalquist> yup
[13:02:33 CDT(-0500)] <peterk> well, hopefully that's what we'll have after WSRP daos are migrated
[13:04:49 CDT(-0500)] <peterk> but what would also help if we new hibernate well enough to do all the things we need
[13:04:59 CDT(-0500)] <EricDalquist>
[13:50:32 CDT(-0500)] * JASIGLogBotTest (n=PircBot@adsl-71-150-245-185.dsl.mdsnwi.sbcglobal.net) has joined ##jasig-bot-test
Page Comparison
General
Content
Integrations