[03:35:12 EDT(-0400)] * mad (n=chatzill@pcit-8752.HIG.SE) has joined ##uportal
[08:22:35 EDT(-0400)] * lennar1 (n=sparhk@wsip-98-174-242-39.ph.ph.cox.net) has joined ##uportal
[09:13:37 EDT(-0400)] * athena7 (n=athena7@adsl-99-149-83-32.dsl.wlfrct.sbcglobal.net) has joined ##uportal
[09:58:46 EDT(-0400)] * EricDalquist (n=dalquist@bohemia.doit.wisc.edu) has joined ##uportal
[10:01:04 EDT(-0400)] * jessm (n=Jess@c-76-19-199-61.hsd1.ma.comcast.net) has joined ##uportal
[10:05:16 EDT(-0400)] * michelled (n=team@142.150.154.197) has joined ##uportal
[10:07:53 EDT(-0400)] * anastasiac (n=team@142.150.154.160) has joined ##uportal
[10:42:58 EDT(-0400)] <athena7> what's the time frame for up 3.0.2?
[10:43:18 EDT(-0400)] <EricDalquist> this morning
[10:44:19 EDT(-0400)] <athena7> ah
[10:44:20 EDT(-0400)] <athena7> cool!
[11:01:09 EDT(-0400)] * bulloche (n=bulloche@134.250.4.77) has joined ##uportal
[11:01:56 EDT(-0400)] <lennar1>
[11:02:43 EDT(-0400)] <lennar1> Eric, I didn't get a chance to take a look at the unit test issues related to yanking the merge calls in the JPA DAOs.
[11:02:56 EDT(-0400)] <lennar1> did you clean that up already?
[11:03:19 EDT(-0400)] <EricDalquist> fixed those over the weekendf
[11:03:42 EDT(-0400)] <lennar1> what did it take?
[11:03:56 EDT(-0400)] <EricDalquist> just not using detached objects
[11:04:00 EDT(-0400)] <lennar1>
[11:04:03 EDT(-0400)] <lennar1> figured
[11:04:26 EDT(-0400)] <EricDalquist> so retrieving an object after a checkPoint() call instead of using the previous reference
[11:04:33 EDT(-0400)] <lennar1> did you have to wrap the interceptors differently or did you just restructure the test?
[11:04:44 EDT(-0400)] <lennar1> makes sense.
[11:04:58 EDT(-0400)] <lennar1> had hoped it would be simple.
[11:05:02 EDT(-0400)] <EricDalquist> yeah, very easy
[11:05:07 EDT(-0400)] <lennar1> been real crazy in pearson land lately
[11:05:24 EDT(-0400)] <lennar1> lots of requirement shifting... but no shifts in deliverable dates.
[11:05:34 EDT(-0400)] <lennar1> going to make for a fun end of year experience
[11:05:57 EDT(-0400)] <EricDalquist> that's always fun
[11:05:59 EDT(-0400)] <lennar1> am sure that never happens anywhere else though
[11:06:44 EDT(-0400)] * holdorph (n=holdorph@wsip-98-174-242-39.ph.ph.cox.net) has joined ##uportal
[11:07:08 EDT(-0400)] <athena7> of course not, that's crazy talk
[11:26:08 EDT(-0400)] * jessm (n=Jess@c-76-19-199-61.hsd1.ma.comcast.net) has joined ##uportal
[12:42:06 EDT(-0400)] * jessm (n=Jess@c-76-19-199-61.hsd1.ma.comcast.net) has joined ##uportal
[13:50:19 EDT(-0400)] * colinclark (n=colin@142.150.154.101) has joined ##uportal
[13:56:59 EDT(-0400)] * holdorph (n=holdorph@wsip-98-174-242-39.ph.ph.cox.net) has joined ##uportal
[14:09:10 EDT(-0400)] <athena7> i'm having trouble with the spring AbstractXsltView
[14:09:18 EDT(-0400)] <athena7> in this instance it's trying to get a dtd
[14:09:32 EDT(-0400)] <athena7> is there some way i can tell it to use a specific dtd that i've added to the classpath?
[14:09:42 EDT(-0400)] <EricDalquist> yup
[14:09:49 EDT(-0400)] <EricDalquist> you have to implement DTDResolver
[14:10:05 EDT(-0400)] <athena7> hm.
[14:10:15 EDT(-0400)] <athena7> is there a way to feed that to the xsltview?
[14:10:29 EDT(-0400)] <EricDalquist> probably
[14:10:37 EDT(-0400)] <EricDalquist> but I've never done it
[14:10:55 EDT(-0400)] <EricDalquist> uriResolver: the URIResolver to be used in the transform
[14:11:06 EDT(-0400)] <EricDalquist> one of the properties from the JavaDoc
[14:11:14 EDT(-0400)] <EricDalquist> and it is URIResolver not DTDREsolver
[14:11:17 EDT(-0400)] <athena7> ah ok, i see it now
[14:11:18 EDT(-0400)] <athena7> thanks
[14:11:20 EDT(-0400)] <EricDalquist> been a while since I've done that stuff
[14:11:26 EDT(-0400)] <athena7> yeah me too
[14:11:58 EDT(-0400)] <athena7> this could be ugly, hm.
[14:12:06 EDT(-0400)] <EricDalquist> ?
[14:12:10 EDT(-0400)] <athena7> the document has a dtd that's just a relative link
[14:12:26 EDT(-0400)] <athena7> i'm not sure what's going to show up as parameters to the uri resolver
[14:12:37 EDT(-0400)] <EricDalquist> ah
[14:12:46 EDT(-0400)] <EricDalquist> easy enough to just write a little debugging resovler that prints it first
[14:13:56 EDT(-0400)] <athena7> yeah
[14:18:45 EDT(-0400)] <athena7> it's really too bad the GSA doesn't just generate a fully qualified url
[14:21:20 EDT(-0400)] <EricDalquist> yeah, places don't like doing that because of load on their servers
[14:21:33 EDT(-0400)] <EricDalquist> the w3c recommendation is to implement local URI resolution
[14:22:43 EDT(-0400)] <athena7> yeah
[14:22:47 EDT(-0400)] <athena7> which makes sense
[14:22:59 EDT(-0400)] <athena7> i'm just not sure how to coerce spring into using a local dtd
[14:23:21 EDT(-0400)] <EricDalquist> for that XSLTView it should be quite easy
[14:23:23 EDT(-0400)] <athena7> putting in a different uri resolver doesnt' seem to affect anything - i'm not sure that's quite the right thing
[14:23:33 EDT(-0400)] <EricDalquist> nothing being written out?
[14:23:51 EDT(-0400)] <athena7> breakpoints aren't even getting hit
[14:23:57 EDT(-0400)] <athena7> here's the trace:
[14:24:15 EDT(-0400)] <athena7> http://uportal.pastebin.com/m10c496c7
[14:24:56 EDT(-0400)] <EricDalquist> :/
[14:24:58 EDT(-0400)] <EricDalquist> I'm not sure
[14:25:06 EDT(-0400)] <EricDalquist> last time I did it (not with the xslt view)
[14:25:19 EDT(-0400)] <EricDalquist> I just provided a URIResolver and returned the appropriate stream for the URI
[14:25:34 EDT(-0400)] <athena7> was it the XsltView or AbstractXsltView?
[14:25:42 EDT(-0400)] <athena7> they're actually kind of different
[14:25:43 EDT(-0400)] <EricDalquist> not sure
[14:25:48 EDT(-0400)] <EricDalquist> check the javadoc
[14:25:50 EDT(-0400)] <EricDalquist> brb
[14:40:31 EDT(-0400)] * apetro-_ (n=apetro@wsip-98-174-242-39.ph.ph.cox.net) has joined ##uportal
General
Content
Integrations