uPortal IRC Logs-2011-06-16
[10:28:39 CDT(-0500)] <b-rock> Greetings uPortal devs. I've got the up4-RC1 installed and initialized with the hypersonic db. I"m getting an error loading the initial page http://pastebin.com/VAGNdP04 I think It may be a library confilct with xalan and stax, and am hoping someone here might have run into this?
[14:17:58 CDT(-0500)] <EricDalquist> athena: you there?
[14:29:14 CDT(-0500)] <athena> yep
[14:29:19 CDT(-0500)] <athena> for the moment at least
[14:29:27 CDT(-0500)] <athena> presenting as part of a big mobile powow at some point
[14:29:37 CDT(-0500)] <EricDalquist> figured out my issue
[14:36:41 CDT(-0500)] <athena> ok
[14:36:50 CDT(-0500)] <athena> i'm fixing up some of the search stuff
[14:37:03 CDT(-0500)] <EricDalquist> is it working at all for you?
[14:37:07 CDT(-0500)] <athena> yeah
[14:37:09 CDT(-0500)] <athena> some
[14:37:49 CDT(-0500)] <athena> does the search result handler need to be synchronized?
[14:37:59 CDT(-0500)] <EricDalquist> no
[14:38:13 CDT(-0500)] <athena> already gets called serially?
[14:38:19 CDT(-0500)] <EricDalquist> the spec ensures that for a portlet window it will be called serially
[14:38:33 CDT(-0500)] <athena> ahh
[14:38:39 CDT(-0500)] <EricDalquist> so you should be ok
[14:38:42 CDT(-0500)] <athena> so as long as we have only the one listener we should be fine
[14:38:50 CDT(-0500)] <EricDalquist> though if the user runs two searches as once
[14:38:54 CDT(-0500)] <EricDalquist> then you might have issues
[14:39:03 CDT(-0500)] <EricDalquist> depending on how you're tracking the search-results object
[14:39:07 CDT(-0500)] <athena> right
[14:39:23 CDT(-0500)] <athena> got a rudimentary sakai impl of the courses portlet this morning
[14:39:26 CDT(-0500)] <athena> was nice to be able to demo that
[14:39:38 CDT(-0500)] <EricDalquist> I think that is why we stuck the SearchId field in the data model though
[14:39:45 CDT(-0500)] <EricDalquist> when you run a search stick a random # in there
[14:39:56 CDT(-0500)] <EricDalquist> and then use that as part of the key for the results object in the session
[14:40:18 CDT(-0500)] <EricDalquist> since the portlets doing the searching are supposed to include it back on the search response object
[14:44:04 CDT(-0500)] <athena> makes sense
[14:44:18 CDT(-0500)] <athena> going through and actually turning that portlet URL thing into a url
[14:44:27 CDT(-0500)] <EricDalquist> ah
[14:44:28 CDT(-0500)] <EricDalquist> right
[14:44:32 CDT(-0500)] <athena> annoying
[14:44:35 CDT(-0500)] <athena> but makes sense
[14:44:36 CDT(-0500)] <EricDalquist> so we don't have a JSP taglib yet
[14:44:41 CDT(-0500)] <athena> yeah
[14:44:46 CDT(-0500)] <athena> just doing it in the java for today
[14:44:49 CDT(-0500)] <EricDalquist> yeah
[14:48:18 CDT(-0500)] <athena> can i make an action url using the url template?
[14:48:57 CDT(-0500)] <athena> ah, type.
[14:49:05 CDT(-0500)] <EricDalquist> yeah
[14:50:54 CDT(-0500)] <EricDalquist> that's on the url provider that you specifiy the type right?