uPortal IRC Logs-2009-03-23
[01:12:59 EDT(-0400)] * tsnfoo (n=tsnfoo@cpe-65-24-108-125.columbus.res.rr.com) has joined ##uportal
[07:41:12 EDT(-0400)] * tsnfoo_ (n=tsnfoo@140.141.92.5) has joined ##uportal
[08:21:55 EDT(-0400)] * dstn is merging 3.1-GA
[08:46:06 EDT(-0400)] <dstn> merge to 3.1-GA complete
[08:49:04 EDT(-0400)] * athena (n=athena@99.129.100.66) has joined ##uportal
[09:30:31 EDT(-0400)] * anastasiac (n=team@142.150.154.189) has joined ##uportal
[10:05:29 EDT(-0400)] * lennard1 (n=sparhk@uni1.unicon.net) has joined ##uportal
[10:07:31 EDT(-0400)] * EricDalquist (n=dalquist@bohemia.doit.wisc.edu) has joined ##uportal
[10:36:42 EDT(-0400)] * michelled (n=michelle@CPE001310472ade-CM0011aefd3ca8.cpe.net.cable.rogers.com) has joined ##uportal
[10:45:43 EDT(-0400)] * colinclark (n=colin@bas2-toronto09-1176132440.dsl.bell.ca) has joined ##uportal
[10:55:34 EDT(-0400)] * jessm (n=Jess@c-71-232-3-4.hsd1.ma.comcast.net) has joined ##uportal
[11:10:39 EDT(-0400)] * awills (n=awills@wsip-98-174-242-39.ph.ph.cox.net) has joined ##uportal
[11:11:17 EDT(-0400)] <awills> EricDalquist 3.1.1 is cut and the code freeze is off, correct?
[11:11:34 EDT(-0400)] <EricDalquist> 3.1.0 is cut, you can commit to trunk
[11:11:51 EDT(-0400)] <EricDalquist> 3.1-patches is off limits until I send out another email a little later today
[11:15:37 EDT(-0400)] <EricDalquist> have you been working on the crn unit tests?
[11:30:29 EDT(-0400)] <awills> i have
[11:30:58 EDT(-0400)] <dstn> 3.1.1?
[11:31:17 EDT(-0400)] <EricDalquist> I believe that was a typo
[11:31:29 EDT(-0400)] <EricDalquist> awills: great, I'm excited to see what you've come up with
[11:31:45 EDT(-0400)] <awills> heh. me too
[11:31:55 EDT(-0400)] <EricDalquist> lol
[11:32:03 EDT(-0400)] <dstn> lol, ok
[11:33:01 EDT(-0400)] <awills> I'm planning to inject the individual operations with the things they need, like a reference to the EntityTypes singleton, so they can just be called w/ the XML
[11:33:37 EDT(-0400)] <EricDalquist> nice
[11:33:46 EDT(-0400)] <EricDalquist> then just the outer import.crn and export.crn would do the lookup work?
[11:35:06 EDT(-0400)] <awills> yeah... i still have them using the app context to lookup the individual opperations... but we could look at changing that too, down the line
[11:36:09 EDT(-0400)] <EricDalquist> that makes sense I think
[11:36:13 EDT(-0400)] * holdorph (n=holdorph@wsip-98-174-242-39.ph.ph.cox.net) has joined ##uportal
[11:36:50 EDT(-0400)] <EricDalquist> I'm not seeing import.crn or export.crn used anywhere other than the command line tools
[11:37:10 EDT(-0400)] <EricDalquist> and the portal app context locator will (eventually) only be used by command line bootstrap tools
[11:43:14 EDT(-0400)] <awills> sure, that makes sense
[11:44:33 EDT(-0400)] <athena> does anyone actually see any attachment on reseau's message?
[11:44:40 EDT(-0400)] <athena> i want to make sure i'm not missing something
[11:45:05 EDT(-0400)] <awills> using this approach, i can perhaps also inject dataSource, transactionManager, and the appropriate .properties file (isn't there <util:properties>?)... making the process of calling them from the portlet a snap
[11:46:29 EDT(-0400)] <EricDalquist> nope
[11:46:35 EDT(-0400)] <EricDalquist> (that was to athena)
[11:46:42 EDT(-0400)] <athena> thanks eric
[11:46:47 EDT(-0400)] <EricDalquist> yup
[11:46:51 EDT(-0400)] <EricDalquist> yeah
[11:46:52 EDT(-0400)] <athena> i need to find out what he needed to change
[11:47:08 EDT(-0400)] <athena> i thought i'd pulled out all the strings between the RC1 and RC2 releases
[11:47:15 EDT(-0400)] <EricDalquist> awills: I just realized the other thought we had was configuring all of the import/export scripts as spring beans
[11:47:26 EDT(-0400)] <athena> i'd much rather get all that stuff in the page render rather than having to rely on ajax
[11:47:29 EDT(-0400)] <EricDalquist> and the outer import.crn script just looks up the specific script it needs to run
[11:47:49 EDT(-0400)] <EricDalquist> so it never looks up spring beans other than the sub-scripts
[11:48:14 EDT(-0400)] <EricDalquist> or heck .. even just a import.crn that only has a few lines and looks up importBean
[11:48:19 EDT(-0400)] <EricDalquist> which then is all configured via DI?
[11:48:32 EDT(-0400)] <EricDalquist> not sure how well that meshes with the CRN/Spring work you've already done
[11:55:44 EDT(-0400)] <awills> it meshes pretty well... that's basically what i'm working on
[11:56:44 EDT(-0400)] <awills> e.g.: http://uportal.pastebin.com/d4c6d11d
[11:57:12 EDT(-0400)] <awills> i'm not sure it likes that <entry ref="..."/> element, heh
[11:59:19 EDT(-0400)] <awills> that paste is properties/contexts/importExportContext.xml
[12:06:30 EDT(-0400)] <EricDalquist> looks good
[12:06:31 EDT(-0400)] * michelled (n=michelle@72.138.245.72) has joined ##uportal
[12:09:10 EDT(-0400)] * tsnfoo (n=tsnfoo@cpe-65-24-108-125.columbus.res.rr.com) has joined ##uportal
[12:13:52 EDT(-0400)] <awills> how do i handle that ref="" part? scanning the docs...
[12:15:43 EDT(-0400)] <awills> got it... was doing it backwards
[12:17:26 EDT(-0400)] <EricDalquist> great
[12:40:15 EDT(-0400)] * bszabo (n=bszabo@wsip-98-174-242-39.ph.ph.cox.net) has joined ##uportal
[13:26:48 EDT(-0400)] * EricDalquist (n=dalquist@bohemia.doit.wisc.edu) has joined ##uportal
[14:39:11 EDT(-0400)] * apetro (n=apetro@wsip-98-174-242-39.ph.ph.cox.net) has joined ##uportal
[14:40:22 EDT(-0400)] * michelled (n=michelle@CPE001310472ade-CM0011aefd3ca8.cpe.net.cable.rogers.com) has joined ##uportal
[14:47:59 EDT(-0400)] * colinclark (n=colin@142.150.154.101) has joined ##uportal
[15:18:27 EDT(-0400)] * jayshao (n=jayshao@72-255-96-36.client.stsn.net) has joined ##uportal
[15:22:38 EDT(-0400)] * SusanBramhall (i=susanbra@susan-x200.its.yale.edu) has joined ##uportal
[15:27:30 EDT(-0400)] <EricDalquist> just sent out the 3.1.0 announcement
[15:27:33 EDT(-0400)] <EricDalquist> crosses fingers
[15:28:52 EDT(-0400)] * athena cheers
[15:28:53 EDT(-0400)] <athena>
[15:34:53 EDT(-0400)] * jayshao (n=jayshao@72-255-96-36.client.stsn.net) has joined ##uportal
[16:14:25 EDT(-0400)] * Sememmon (n=Sememmon@wsip-98-174-242-39.ph.ph.cox.net) has joined ##uportal
[16:36:55 EDT(-0400)] * SusanBramhall (i=susanbra@dhcp128036154057.central.yale.edu) has joined ##uportal
[16:48:16 EDT(-0400)] * anastasiac (n=team@142.150.154.189) has left ##uportal
[18:09:30 EDT(-0400)] <EricDalquist> just added a header to each uPortal manual space denoting the version and added a drop down to switch between versions of the manuals
[18:09:43 EDT(-0400)] <EricDalquist> I'm hoping to be able to spend a few hours/day this week on the 3.1 manual
[19:07:00 EDT(-0400)] * michelled (n=michelle@CPE001310472ade-CM0011aefd3ca8.cpe.net.cable.rogers.com) has joined ##uportal
[20:34:11 EDT(-0400)] * awills (n=awills@wsip-98-174-242-39.ph.ph.cox.net) has left ##uportal
[20:55:42 EDT(-0400)] * lennard1 (n=sparhk@uni1.unicon.net) has left ##uportal