uPortal IRC Logs-2012-01-05

[10:11:50 CST(-0600)] <EricDalquist> sqlserver just seems to be evil (tongue)

[10:20:23 CST(-0600)] <Arvids1> indeed

[10:20:42 CST(-0600)] <Arvids1> i was just making the stack traces for you (smile)

[10:21:11 CST(-0600)] <EricDalquist> just trying to figure out the text encoding issues that sarah reported

[10:21:30 CST(-0600)] <EricDalquist> I'm wondering if there is some thing on the db or driver side to get the various encodings in sync

[10:24:06 CST(-0600)] <Arvids1> It looks like MSSQL manual page is going to get a lot of red boxes (big grin)

[10:25:06 CST(-0600)] <Arvids1> i´m just wondering - why Hibernate doesn´t like nvarchar(max)

[10:25:25 CST(-0600)] <EricDalquist> yeah

[10:25:30 CST(-0600)] <EricDalquist> since that is the type it is actually creating

[10:25:38 CST(-0600)] <EricDalquist> all I know is lobs are a PITA

[10:25:45 CST(-0600)] <EricDalquist> but we have no choice in a few p laces

[10:27:16 CST(-0600)] <Arvids1> how can I send you those stack traces? Via e-mail?

[10:27:30 CST(-0600)] <EricDalquist> gist works well

[10:29:51 CST(-0600)] <Arvids1> gist won´t work - i have them in *.cpu format (XML for jvmmonitor plugin)

[10:30:00 CST(-0600)] <EricDalquist> ah

[10:30:03 CST(-0600)] <EricDalquist> then email is fine

[10:30:15 CST(-0600)] <Arvids1> you´ll have to install that plugin, too in order to view those files

[10:30:25 CST(-0600)] <EricDalquist> ok

[10:30:39 CST(-0600)] <Arvids1> but it´s very valueable since you´ll be able to see all the timings

[10:34:32 CST(-0600)] <Arvids1> sent...

[10:35:44 CST(-0600)] <EricDalquist> got it

[10:35:58 CST(-0600)] <EricDalquist> I'll try to take a look today (smile)

[10:37:50 CST(-0600)] <Arvids1> btw, i was profiling hibernate., jasig., springframework., java.io. and net.sourceforge.jtds.* packages, hence some other (like our local lv.*) won´t show in profiling results

[10:39:21 CST(-0600)] <Arvids1> just send me an email, if some other filters should be used and i´ll prepare them for you

[10:40:59 CST(-0600)] <Arvids1> ok, have to go now, hope you´ll find some clues

[12:55:18 CST(-0600)] <EricDalquist> athena: for your spring security stuff

[12:55:23 CST(-0600)] <EricDalquist> before you merge that into master

[12:55:27 CST(-0600)] <EricDalquist> we need to create a 4.0 branch

[12:55:33 CST(-0600)] <EricDalquist> just keep that in mind (smile)

[12:55:36 CST(-0600)] <athena> yes

[12:55:46 CST(-0600)] <athena> (smile)

[12:56:30 CST(-0600)] <EricDalquist> I'm getting closer on the event aggr

[12:56:35 CST(-0600)] <EricDalquist> I have the login aggregation code mostly done

[12:56:36 CST(-0600)] <athena> ooh

[12:56:38 CST(-0600)] <athena> (smile)

[12:56:43 CST(-0600)] <EricDalquist> just have to port the interval change detection logic

[12:56:46 CST(-0600)] <EricDalquist> which is gross (sad)

[12:56:54 CST(-0600)] <athena> aw

[12:57:15 CST(-0600)] <EricDalquist> this is the code that goes "oh from Date a to Date b we crossed a 1 minute and a 5 minute interval"

[12:57:23 CST(-0600)] <athena> yeah

[12:57:25 CST(-0600)] <EricDalquist> so that the each aggregator doesn't have to do that work

[12:57:28 CST(-0600)] <EricDalquist> and as we all know

[12:57:30 CST(-0600)] <EricDalquist> dates suck

[12:57:32 CST(-0600)] <athena> that's really good to have

[12:57:34 CST(-0600)] <athena> totally.

[12:57:34 CST(-0600)] <athena> (sad)

[12:57:48 CST(-0600)] <athena> i had written some similar code to process stuff for graphs

[12:57:50 CST(-0600)] <athena> really awful

[12:57:51 CST(-0600)] <athena> no fun.

[13:20:21 CST(-0600)] <EricDalquist> ok, gotta run home. hopefully I can get this interval stuff done tonight and merge this work into trunk