Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

[03:08:05 EDT(-0400)] * mad (n=chatzill@pcit-8752.HIG.SE) has joined ##uportal
[08:52:04 EDT(-0400)] * athena7 (n=athena7@adsl-99-149-83-32.dsl.wlfrct.sbcglobal.net) has joined ##uportal
[08:55:27 EDT(-0400)] * anastasiac (n=team@142.150.154.160) has joined ##uportal
[09:04:01 EDT(-0400)] * EricDalquist (n=dalquist@bohemia.doit.wisc.edu) has joined ##uportal
[09:37:38 EDT(-0400)] * chrisdoyle (n=chrisdoy@mtw160-1.ippl.jhu.edu) has joined ##uportal
[09:38:05 EDT(-0400)] <chrisdoyle> eric, are you using 3.0.2 as the base for your up3 upgrade at wisconsin?
[09:38:45 EDT(-0400)] <EricDalquist> 3.1
[09:38:55 EDT(-0400)] <EricDalquist> our current vendor branch is off 3.1.0-M1
[09:39:26 EDT(-0400)] <chrisdoyle> wow, bleeding edge – i am in the process of applying all the patches to get us to 3.0.2 – would you recommend also making the leap to 3.1.0-M1 as well?
[09:39:54 EDT(-0400)] <EricDalquist> well ... it should be stable but I have a lot of local mods too :/
[09:40:42 EDT(-0400)] <EricDalquist> there are some nice features such as the swapper portlets
[09:41:04 EDT(-0400)] <EricDalquist> most of the 3.1 dev to date has been driven by the work I'm doing here to get us moved to 3
[09:41:04 EDT(-0400)] <chrisdoyle> ok...i'll wrap up the 3.0.2 patches and probably touch base once i start looking at 3.1.0 then...thought it might be good to try and get on the same page as you guys
[09:41:12 EDT(-0400)] <chrisdoyle> gotcha
[09:51:01 EDT(-0400)] * jessm (n=Jess@c-76-19-199-61.hsd1.ma.comcast.net) has joined ##uportal
[10:18:06 EDT(-0400)] * bulloche (n=bulloche@134.250.4.77) has joined ##uportal
[10:41:02 EDT(-0400)] * michelled (n=team@142.150.154.197) has joined ##uportal
[11:12:00 EDT(-0400)] * lennar1 (n=sparhk@wsip-98-174-242-39.ph.ph.cox.net) has joined ##uportal
[11:17:12 EDT(-0400)] * holdorph (n=holdorph@uni1.unicon.net) has joined ##uportal
[11:40:21 EDT(-0400)] <athena7> hm, i'm getting an error with the current trunk build
[11:40:29 EDT(-0400)] <athena7> Caused by: java.lang.ClassNotFoundException: org.jasig.portal.tools.dbloader.HibernateDbLoader
[11:40:45 EDT(-0400)] <athena7> looks like it's coming from persistenceContext.xml?
[11:40:51 EDT(-0400)] <EricDalquist> oh
[11:40:58 EDT(-0400)] <EricDalquist> I probably committed a change there that shouldn't be
[11:41:22 EDT(-0400)] <athena7> oh (smile)
[11:41:42 EDT(-0400)] <EricDalquist> try editing persistenceContext.xml and commenting out the hibernatedbloader bean
[11:42:04 EDT(-0400)] <athena7> ok
[11:48:32 EDT(-0400)] <athena7> ack
[11:48:41 EDT(-0400)] <athena7> now i'm getting crn import errors
[11:48:55 EDT(-0400)] <EricDalquist> uhg
[11:49:27 EDT(-0400)] <EricDalquist> this is what I get for having like four local mods in my local trunk at once (sad)
[11:49:32 EDT(-0400)] <athena7> lol
[11:49:46 EDT(-0400)] <EricDalquist> honestly I'm not sure what could be causing those
[11:49:53 EDT(-0400)] <EricDalquist> I can look into it later this afternoon
[11:50:05 EDT(-0400)] <athena7> ok, thanks
[11:50:23 EDT(-0400)] <athena7> i'm trying to get the fluid stuff updated so they can test
[11:59:28 EDT(-0400)] * holdorph (n=holdorph@uni1.unicon.net) has joined ##uportal
[13:55:20 EDT(-0400)] * awills (n=awills@wsip-98-174-242-39.ph.ph.cox.net) has joined ##uportal
[13:56:30 EDT(-0400)] <awills> hey folks (smile) how does everyone feel about UP-1876: http://www.ja-sig.org/issues/browse/UP-1876
[13:56:45 EDT(-0400)] <EricDalquist> looks really neat
[13:56:55 EDT(-0400)] <athena7> woo!
[13:57:02 EDT(-0400)] <EricDalquist> I wanted to take a look and see if there was a way to do it as a filter instead of adding more code to LoginServlet
[13:57:10 EDT(-0400)] <awills> i know we get a lot of interest in this feature from clients
[13:57:12 EDT(-0400)] <EricDalquist> but I have no idea how feasible that would be
[13:57:36 EDT(-0400)] <chrisdoyle> sounds pretty cool, Drew!
[13:57:52 EDT(-0400)] <awills> it would be totally feasible... i struggled on that point for a bit... it's a tradeoff between login servlet vs. web.xml complexity
[13:58:00 EDT(-0400)] <awills> oh hey chris (smile)
[13:58:06 EDT(-0400)] <EricDalquist> +1 for web.xml any day
[13:58:43 EDT(-0400)] <awills> what i think we could use is some spring-configurable login pipeline for this and other things like it
[13:58:49 EDT(-0400)] <EricDalquist> it also lets you access Spring resources more easily as you could write your fitler as a Spring bean and use DelegatingFilterProxy
[13:58:55 EDT(-0400)] <EricDalquist> well
[13:59:04 EDT(-0400)] <EricDalquist> what we really need is to rm -Rf all the security code
[13:59:07 EDT(-0400)] <EricDalquist> and replace it with acegie
[13:59:10 EDT(-0400)] <chrisdoyle> i see you are taking advantages of the permissions table again (like you did for impersonate) – cool
[13:59:13 EDT(-0400)] <awills> +1 for that
[13:59:16 EDT(-0400)] <EricDalquist> which would give us that fitler based auth system
[13:59:50 EDT(-0400)] <awills> yeah permissions is good – last thing I'd want to do for this is invent a bunch of new primitives (wink)
[14:00:02 EDT(-0400)] <awills> that sounds great
[14:00:15 EDT(-0400)] <awills> for now, i can do it as a filter... shouldn't take long
[14:00:19 EDT(-0400)] <EricDalquist> but that's a pretty significant ammount of work
[14:00:23 EDT(-0400)] <awills> yeah

  • No labels