uPortal IRC Logs-2008-06-19

[08:38:14 EDT(-0400)] * MarkRogers (n=MarkRoge@addhcp129.cc.umanitoba.ca) has joined ##uportal
[08:47:05 EDT(-0400)] * colinclark (n=colin@bas1-toronto09-1279543604.dsl.bell.ca) has joined ##uportal
[08:58:45 EDT(-0400)] * esm (n=esm@128.220.212.115) has joined ##uportal
[09:13:34 EDT(-0400)] * esm (n=esm@128.220.212.115) has joined ##uportal
[09:34:32 EDT(-0400)] * awills (n=awills@mtw160-5.ippl.jhu.edu) has joined ##uportal
[09:35:58 EDT(-0400)] * hevosenliha (n=petter@brunte.HIG.SE) has joined ##uportal
[09:36:14 EDT(-0400)] <hevosenliha> <managedLayoutFragments xmlns:dlm="http://org.jasig.portal.layout.dlm.config">
[09:36:23 EDT(-0400)] <hevosenliha> is that really good?
[09:45:09 EDT(-0400)] * michelled (n=team@142.150.154.197) has joined ##uportal
[09:45:54 EDT(-0400)] <hevosenliha> guten Morgen
[09:56:32 EDT(-0400)] * athena7 (n=athena7@c-24-2-189-230.hsd1.ct.comcast.net) has joined ##uportal
[10:17:29 EDT(-0400)] * EricDalquist (n=dalquist@bohemia.doit.wisc.edu) has joined ##uportal
[11:48:09 EDT(-0400)] * holdorph (n=holdorph@wsip-98-174-242-39.ph.ph.cox.net) has joined ##uportal
[12:27:22 EDT(-0400)] * apetro-_ (n=apetro@wsip-98-174-242-39.ph.ph.cox.net) has joined ##uportal
[14:08:36 EDT(-0400)] <EricDalquist> mvn dependency:analyze is a neat plugin
[14:08:52 EDT(-0400)] <EricDalquist> tells you if you're directly depending on artifacts you haven't explicitly declared
[14:09:04 EDT(-0400)] <EricDalquist> and if you have artifacts declared that you don't explicitly depend on
[14:41:00 EDT(-0400)] <awills> yeah that sounds useful
[14:57:56 EDT(-0400)] * apetro-- (n=apetro@wsip-98-174-242-39.ph.ph.cox.net) has joined ##uportal
[15:01:26 EDT(-0400)] <EricDalquist> http://www.ja-sig.org/wiki/display/PD/Person+Lookup+Proposal
[15:01:42 EDT(-0400)] <EricDalquist> a short proposal for adding person lookup functionality to the person directory project
[15:09:45 EDT(-0400)] * colinclark (n=colin@bas1-toronto09-1279543604.dsl.bell.ca) has joined ##uportal
[15:23:07 EDT(-0400)] <awills> I'm getting several of these in the log (following line) and I'm not familiar with it... I don't believe it's affecting functionality... anyone recognize it?
[15:23:09 EDT(-0400)] <awills> WARN [DLM Fragment Activator] loading.LoadContexts.[] Jun/19 12:10:29 - fail-safe cleanup (collections) : org.hibernate.engine.loading.CollectionLoadContext@89eb77<rs=org.apache.commons.dbcp.DelegatingResultSet@198339a>
[15:27:46 EDT(-0400)] <EricDalquist> if you look in the default log4j.properties file there is a comment about those
[15:27:53 EDT(-0400)] <EricDalquist> and the config to ignore them
[15:28:47 EDT(-0400)] <awills> cool
[15:28:49 EDT(-0400)] <awills> thanks
[15:28:52 EDT(-0400)] * awills (n=awills@mtw160-5.ippl.jhu.edu) has left ##uportal
[15:33:15 EDT(-0400)] * awills (n=awills@mtw160-5.ippl.jhu.edu) has joined ##uportal
[15:34:18 EDT(-0400)] <awills> we've definately learned some things in the process of upgrading JHU to 3.0, btw
[15:35:04 EDT(-0400)] <awills> NEWS FLASH: if you export everything, then import everything, you will get the old portlet adaptor class for the Portlet channel-type
[15:35:18 EDT(-0400)] <awills> and uPortal won't be very happy
[15:37:51 EDT(-0400)] <EricDalquist> nice
[15:38:15 EDT(-0400)] <EricDalquist> so we need to fix that in the channel-import upgrade
[15:38:28 EDT(-0400)] <EricDalquist> the code already munges the portlet id info right?
[15:39:01 EDT(-0400)] <awills> that would be one approach, to create an import-channel-type_v3-0.crn
[15:40:00 EDT(-0400)] <awills> and I guess i'm leaning that way... but it partly feels like second-guessing the poirtal admins
[15:40:08 EDT(-0400)] <EricDalquist> I thought there already was one
[15:40:11 EDT(-0400)] <EricDalquist> well
[15:40:28 EDT(-0400)] <awills> there is an import-channel-type_v2-6.crn
[15:40:30 EDT(-0400)] <EricDalquist> there will be no CPortletAdapter in 3.X
[15:40:45 EDT(-0400)] <EricDalquist> yeah
[15:41:18 EDT(-0400)] <EricDalquist> ah the channel-type
[15:41:20 EDT(-0400)] <EricDalquist> sorry
[15:41:21 EDT(-0400)] <EricDalquist> missed that
[15:41:31 EDT(-0400)] <EricDalquist> I was thinking import-channel
[15:41:51 EDT(-0400)] <EricDalquist> which already has 2.6 and 3.0 versions
[15:42:02 EDT(-0400)] <awills> yeah
[15:43:48 EDT(-0400)] <athena7> things like the cannouncements tables will also likely end up pretty unhappy
[15:44:00 EDT(-0400)] <athena7> since all the group ids and subscribe ids may change
[15:44:30 EDT(-0400)] <awills> here's a consideration for this issue... serveral folks have extended CPortletAdaptor to support (iirc) passing strange parameters to poirtlets
[15:45:25 EDT(-0400)] <EricDalquist> then they need to fix it by hand
[15:45:31 EDT(-0400)] <EricDalquist> which they should realize
[15:45:41 EDT(-0400)] <EricDalquist> since their extended CPortletAdaptor will have to be re-written anyways
[15:45:48 EDT(-0400)] <EricDalquist> and likely end up with a new classname
[15:46:01 EDT(-0400)] <awills> true... help me remember... was that for CAS tickets?
[15:46:08 EDT(-0400)] <EricDalquist> probably
[15:46:12 EDT(-0400)] <EricDalquist> which is included by default
[15:46:44 EDT(-0400)] <EricDalquist> perhaps the import script can only switch to the new class if the old one is CPortletAdpator
[15:46:54 EDT(-0400)] <EricDalquist> and throw an exception/warning if they have a custom class there
[15:47:08 EDT(-0400)] <awills> yes athena7: channels with tables that use numeric foreign keys into the portal tables will have special challenges
[15:47:27 EDT(-0400)] <EricDalquist> or add a crn task that does an instanceof on the channel type and fails if it doesn't exist in the up3 classpath
[15:47:35 EDT(-0400)] <awills> yeah that sounds about right eric
[15:47:54 EDT(-0400)] <awills> yes, exactly – that's what i was thinking of yesterday
[15:48:18 EDT(-0400)] * michelled (n=team@142.150.154.197) has left ##uportal
[15:48:18 EDT(-0400)] <EricDalquist> we probably want a default export/import to work though so it should do translation
[16:12:11 EDT(-0400)] <EricDalquist> yay SVN 1.5 is released! http://subversion.tigris.org/svn_1.5_releasenotes.html
[16:12:30 EDT(-0400)] <EricDalquist> we'll look at upgrading JASIGs server in the next few weeks so we can have native merge tracking and such
[16:23:19 EDT(-0400)] * MarkRogers (n=MarkRoge@addhcp129.cc.umanitoba.ca) has joined ##uportal
[17:02:14 EDT(-0400)] * awills (n=awills@mtw160-5.ippl.jhu.edu) has left ##uportal
[18:42:56 EDT(-0400)] * colinclark (n=colin@bas1-toronto09-1279543604.dsl.bell.ca) has joined ##uportal
[19:21:49 EDT(-0400)] * colinclark (n=colin@bas1-toronto09-1279543604.dsl.bell.ca) has joined ##uportal
[22:49:34 EDT(-0400)] * MarkRogers (n=MarkRoge@wnpgmb0804w-ad03-82-73.dynamic.mts.net) has joined ##uportal