August 19, 2011  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31

[00:00:05] *** nilian has quit IRC
[00:00:06] <gastaldi> I guess lincoln is the only one that did
[00:00:07] <bleathem> you need lincoln to come bak out of the mountains
[00:00:12] <clerum> so if you are selecting a user you still want to show the users name in the inputtext that the component creates
[00:00:15] <gastaldi> :P Ok
[00:00:26] <clerum> but the value submited in the form needs to be the acutal user object
[00:00:43] <clerum> so you need like a value and a valueLabel
[00:01:03] <clerum> make sense?
[00:01:14] <bleathem> clerum: let me check one more thing
[00:01:17] <clerum> k
[00:01:59] <ssachtleben> ok its shipped but what to I have to provide for compile?
[00:02:13] <ssachtleben> because getting javax.xxx not found
[00:02:16] <clerum> it just appears the value of the autocomplete component is bound to the value of the generated inputtext component not the value tag on the autocomplete component
[00:02:26] <ssachtleben> currently trying to migrate from jboss 6 to 7 :D
[00:02:53] <bleathem> ssachtleben: for compile (using maven?) set it to scope provided
[00:03:08] <ssachtleben> yeah but whats the correct dependency
[00:03:21] <bleathem> clerum: right, we need the ability to have a different value displayed in the input box, from what is actually submitted
[00:03:40] <bleathem> ssachtleben: can you use the jboss Java ee6 dependency?
[00:03:54] <clerum> exactly
[00:03:58] <bleathem> clerum: we would do this by having another "hidden" input, that was actually submitted
[00:04:20] <bleathem> so we need a new attribute, value label
[00:04:33] <bleathem> which would be of the form #{var.myLabel}
[00:04:40] <clerum> and subject to the converter
[00:04:59] <bleathem> right, what goes into the hidden input, would be what comes out of your converter
[00:05:28] <ssachtleben> well I have dependency on jboss-javaee-6.0
[00:05:36] <bleathem> ssachtleben: that should be sufficient
[00:05:43] <bleathem> ssachtleben: that'll bring in the jsf deps
[00:05:49] <ssachtleben> but still getting package javax.faces.application does not exist
[00:05:55] <ssachtleben> and others
[00:05:57] <bleathem> hmmm
[00:06:24] <bleathem> what scope is the jboss-javaee-6.0 dep?
[00:06:29] <bleathem> provided?
[00:06:45] <ssachtleben> yep
[00:06:47] <bleathem> is it failing during tests by any chance?
[00:07:18] <bleathem> run mvn dependency:tree
[00:08:13] <clerum> bleathem: https://issues.jboss.org/browse/RF-11332
[00:08:15] <jbossbot> jira [RF-11332] Improve AutoComplete component to support Object values separate from AutoCompleteinput field [Open (Unresolved) Feature Request, Major, Unassigned] https://issues.jboss.org/browse/RF-11332
[00:08:25] <clerum> is that good? anything I should add?
[00:08:57] <ssachtleben> ah it works
[00:09:11] <ssachtleben> I had the dependency under management not the normal dependencies :)
[00:09:51] *** mbg has quit IRC
[00:10:24] <bleathem> clerum: that's great!
[00:10:38] <bleathem> I'll add to it via the comments, and update the forum with the link to the jira issue
[00:11:16] <clerum> thanks....what are the odds of this getting some visibily for M2 or M3?
[00:11:36] <clerum> anything I can do to help....without learning the internals of RF?
[00:15:18] <clerum> I can write a dev example that doesn't work :-)
[00:19:05] <lightguard_jp> bleathem: What's the default phase for viewAction?
[00:19:19] <bleathem> invoke application
[00:19:27] <bleathem> unless you set immediate=true
[00:19:34] <lightguard_jp> That occurs before the phase, correct?
[00:19:44] <bleathem> hmmm
[00:19:51] <bleathem> I don't know if it's before, or during
[00:20:00] <bleathem> it should be the same as an UIViewAction
[00:20:09] <bleathem> sorry
[00:20:30] <bleathem> as any ActionSource2
[00:20:46] <bleathem> ie. commandButton, commandLink etc
[00:22:01] <bleathem> knocked clerum off my todo list!
[00:22:06] <clerum> :-)
[00:24:37] *** rruss has joined #seam-dev
[00:26:32] <clerum> bleathem: would it help if I created a developer example with it not working as it should now?
[00:27:00] <bleathem> clerum: sure, that'd be great!
[00:27:50] <bleathem> I'd only pull it into my private repo for now, but it'd help nail down the specifications for sure
[00:28:04] <clerum> k
[00:28:14] <clerum> I foked the repo
[00:30:23] *** aslak has quit IRC
[00:32:59] *** gastaldi has quit IRC
[00:37:52] *** gastaldi has joined #seam-dev
[00:41:32] *** lightguard_jp has quit IRC
[00:45:02] *** koentsje has joined #seam-dev
[00:46:28] *** koentsje has quit IRC
[00:50:12] *** lazarotti has quit IRC
[00:50:44] *** bleathem has quit IRC
[01:05:10] <gastaldi> Hum, It seems that PrimeFaces JS/CSS injection with MetaWidget doesn't work unless partial_state_saving is on!
[01:05:46] <gastaldi> Whjch means I need to use MyFaces somehow :P
[01:06:05] <gastaldi> in AS7
[01:13:18] <Diablo-D3> no no
[01:13:20] <Diablo-D3> I think you meant
[01:13:26] <Diablo-D3> you need to rewrite everything to use richfaces
[01:14:24] *** hannelita has quit IRC
[01:14:39] <gastaldi> richfaces does not work also
[01:14:48] <gastaldi> I mean, it has the same issue as primefaces
[01:15:34] <Diablo-D3> goddamnit!
[01:38:14] *** bleathem has joined #seam-dev
[01:38:30] *** bleathem has quit IRC
[01:42:28] *** gastaldi has quit IRC
[01:52:57] *** hannelita has joined #seam-dev
[01:54:24] *** tsurdilo has quit IRC
[01:57:41] *** ssachtleben has quit IRC
[02:20:07] *** tkimura has joined #seam-dev
[02:41:00] *** jamezp is now known as jamezp_afk
[03:16:06] *** akazakov has quit IRC
[03:19:57] *** hannelita has quit IRC
[04:44:48] *** rruss has quit IRC
[05:25:40] *** daniel_hinojosa has quit IRC
[05:32:11] *** gastaldi has joined #seam-dev
[05:32:50] <gastaldi> hey all
[05:53:56] *** gastaldi has quit IRC
[06:11:43] *** gastaldi has joined #seam-dev
[06:11:57] <gastaldi> hey sbryzak
[06:17:50] <clerum> FYI richfaces a4j:jsFunction may be the most awesome thing ever
[06:22:34] <gastaldi> cool huh
[06:22:53] <gastaldi> I love that too
[06:37:57] *** clerum has quit IRC
[06:39:41] *** clerum has joined #seam-dev
[06:55:09] <gastaldi> sbryzak: I am getting the following output of Solder in AS7: 01:50:51,709 INFO  [org.jboss.seam.solder.Version] (MSC service thread 1-1) Seam Solder null (build id: null)
[06:55:43] <gastaldi> using Solder 3.0.0.Final
[07:04:11] *** gastaldi has quit IRC
[07:27:02] *** tremes has joined #seam-dev
[07:27:26] *** tremes is now known as tremes_wfh
[07:30:35] *** tremes_wfh has quit IRC
[07:34:17] *** tremes has joined #seam-dev
[07:34:36] *** tremes is now known as tremes_WFH
[07:38:37] *** tremes_WFH has quit IRC
[07:49:23] *** mgoldmann has joined #seam-dev
[07:50:45] *** tremes has joined #seam-dev
[07:50:59] *** tremes is now known as tremes_wfh
[07:55:24] *** mbg has joined #seam-dev
[08:00:24] *** tremes_wfh has quit IRC
[08:05:06] *** tremes has joined #seam-dev
[08:05:40] *** tremes is now known as tremes_wfh
[08:06:39] *** aslak has joined #seam-dev
[08:10:50] *** chkal has joined #seam-dev
[08:17:55] *** clerum has quit IRC
[08:27:44] *** mbg is now known as mbg|away
[08:59:01] *** aslak has quit IRC
[08:59:29] *** aslak has joined #seam-dev
[09:02:37] *** emmanuel has joined #seam-dev
[09:15:20] *** aslak has quit IRC
[09:15:53] *** aslak has joined #seam-dev
[09:19:43] *** maschmid has joined #seam-dev
[09:20:10] *** aslak has quit IRC
[09:20:32] *** aslak has joined #seam-dev
[09:23:30] *** aslak has quit IRC
[09:23:53] *** aslak has joined #seam-dev
[09:27:40] *** aslak has quit IRC
[09:28:03] *** aslak has joined #seam-dev
[09:34:05] *** aslak has quit IRC
[09:34:09] *** tremes_wfh has quit IRC
[09:34:33] *** aslak has joined #seam-dev
[09:38:33] *** tremes has joined #seam-dev
[09:38:49] *** tremes is now known as tremes_wfh
[09:52:29] *** tremes_wfh has quit IRC
[09:54:25] *** tremes has joined #seam-dev
[09:54:35] *** tremes is now known as tremes_wfh
[09:59:29] *** marekn has joined #seam-dev
[10:11:02] *** koentsje has joined #seam-dev
[10:25:33] *** alesj has joined #seam-dev
[10:28:43] *** daniel_hinojosa has joined #seam-dev
[10:45:04] *** shervin_a has joined #seam-dev
[10:51:10] *** alesj has quit IRC
[10:51:22] *** daniel_hinojosa has quit IRC
[10:56:25] *** alesj has joined #seam-dev
[11:23:50] *** koentsje has quit IRC
[11:38:33] *** tremes_wfh has quit IRC
[11:48:21] *** tremes has joined #seam-dev
[11:50:06] *** marekn is now known as mnovotny_lunch
[12:06:10] *** tkimura has quit IRC
[12:10:03] *** ssachtleben has joined #seam-dev
[12:11:55] <ssachtleben> hey
[12:13:38] <ssachtleben> anyone know how to fix ConfigurationException: Unable to parse document 'jar:file:C:%5Cjboss-as-web-7.0.1.Final%5Cmodules%5Ccom%5Csun%5Cjsf-impl%5Cmain%5Cjsf-impl-2.0.4-b09-jbossorg-4.jar!/META-INF/mojarra_ext.taglib.xml': Could not compile stylesheet ?
[12:13:50] <ssachtleben> http://pastebin.com/0D5MWx2p
[12:15:23] *** emmanuel has quit IRC
[12:24:50] *** tttom has joined #seam-dev
[12:25:48] <sbryzak> ssachtleben: are you deploying your own jsf implementation?
[12:26:34] <ssachtleben> uhm no its jboss 7
[12:26:51] <ssachtleben> I have just jboss-javaee-6.0 as provided in my pom.xml
[12:27:31] <sbryzak> hmm
[12:27:44] <sbryzak> i'm not really sure, i've never seen that exception
[12:27:49] <sbryzak> perhaps stuartdouglas might know
[12:29:31] <tttom> hi. Is there any way to pass the forge commands throw the command line?
[12:29:40] <ssachtleben> ok well I have to go if someone know please just write - I read later the logs thanks :)
[12:30:08] *** ssachtleben has quit IRC
[12:30:16] <tttom> for example I write a small forge script with some forge commands and start forge to execute this commands
[12:30:44] <sbryzak> tttom: most of the forge experts are offline right now
[12:31:06] <tttom> ooooh...
[12:32:15] *** mnovotny_lunch is now known as marekn
[12:38:21] *** tremes is now known as tremes_wfh
[12:38:58] *** tremes_wfh has quit IRC
[13:07:34] *** tremes has joined #seam-dev
[13:14:13] *** marekn has quit IRC
[13:17:28] *** rmartinelli has joined #seam-dev
[13:25:14] *** marekn has joined #seam-dev
[13:29:27] *** tremes has quit IRC
[13:38:23] *** epbernard has joined #seam-dev
[13:38:23] *** epbernard is now known as emmanuel
[13:49:59] *** tremes has joined #seam-dev
[13:59:55] *** aslak has quit IRC
[14:01:18] *** jose_freitas has joined #seam-dev
[14:21:48] *** mateus has joined #seam-dev
[14:46:46] *** tsurdilo has joined #seam-dev
[14:48:16] *** nilian has joined #seam-dev
[14:54:43] *** tsurdilo1 has joined #seam-dev
[14:57:29] *** tsurdilo has quit IRC
[15:00:28] *** cleitoncc has joined #seam-dev
[15:21:19] *** mbg|away is now known as mbg
[15:31:17] *** maschmid has quit IRC
[15:39:14] *** gastaldi has joined #seam-dev
[15:39:21] <gastaldi> hey all
[15:42:02] <jose_freitas> hey gastaldi
[15:42:22] <gastaldi> hey jose_freitas
[15:42:39] <gastaldi> jose_freitas: Any repercussion from your tweet about that article ?
[15:43:40] <jose_freitas> nope
[15:43:52] <jose_freitas> just one comment
[15:43:55] <jose_freitas> besides yours
[15:44:06] <jose_freitas> and no response from the magazine
[15:46:14] <gastaldi> :P
[15:50:44] *** edburns_away is now known as edburns
[15:50:59] <edburns> jose_freitas: Do you happen to know in what timezone bleatham spends most of his time?
[15:51:54] <jose_freitas> well, he is in vancouver, I believe it's -5 or -6
[15:51:59] <jose_freitas> lemme check
[15:52:43] <jose_freitas> wow -8
[15:52:57] <edburns> jose_freitas: Thanks, Vancouver is enough.  Yes, on the same time zone as San Francisco Bay area.
[15:54:39] *** lazarotti has joined #seam-dev
[16:02:24] *** Diablo-D3 has quit IRC
[16:22:04] *** maschmid has joined #seam-dev
[16:30:36] *** chkal has quit IRC
[16:31:44] *** shervin_a has quit IRC
[16:44:09] *** nilian has quit IRC
[16:45:28] *** marekn has left #seam-dev
[16:47:35] *** gastaldi has quit IRC
[16:54:37] *** clerum has joined #seam-dev
[17:00:42] *** clerum has quit IRC
[17:03:10] *** clerum has joined #seam-dev
[17:11:30] *** mateus has quit IRC
[17:12:18] *** tremes has quit IRC
[17:16:48] *** tremes has joined #seam-dev
[17:20:21] *** cleitoncc has quit IRC
[17:31:01] *** alesj has left #seam-dev
[17:33:19] *** tsurdilo2 has joined #seam-dev
[17:35:18] *** gastaldi has joined #seam-dev
[17:36:11] *** tsurdilo1 has quit IRC
[17:37:12] *** jamezp_afk is now known as jamezp
[17:41:44] *** gastaldi has quit IRC
[17:43:02] *** emmanuel has quit IRC
[17:47:15] *** bleathem has joined #seam-dev
[17:51:41] *** cbrock has joined #seam-dev
[17:52:28] *** epbernard has joined #seam-dev
[17:52:28] *** epbernard is now known as emmanuel
[17:55:24] *** daniel_hinojosa has joined #seam-dev
[17:56:02] *** tremes has quit IRC
[17:57:23] *** amitev has quit IRC
[18:10:19] *** rruss has joined #seam-dev
[18:10:52] *** rruss has quit IRC
[18:12:07] *** ssachtleben has joined #seam-dev
[18:12:55] <ssachtleben> finally I have my application running on as7 :)
[18:13:39] <ssachtleben> really amazing as6 starting time ~3mins and as7 ~20sec ;D
[18:16:09] <tttom> somebody know where i can find the documentation for forge beta1?
[18:17:08] <ssachtleben> https://docs.jboss.org/author/display/SEAMFORGE/Home
[18:26:12] <tttom> i saw the page, but unfortunatelly not found any documentation...
[18:27:30] *** koentsje has joined #seam-dev
[18:37:51] *** marekn has joined #seam-dev
[18:47:24] *** akazakov has joined #seam-dev
[19:00:33] <jose_freitas> tttom: what documentation do you need?
[19:00:37] <jose_freitas> javadoc?
[19:01:14] <jose_freitas> cause on the link ssachtleben pointed you it has everything
[19:01:33] <jose_freitas> from instalation to plugin deve
[19:03:28] *** emmanuel has quit IRC
[19:11:48] *** koentsje has quit IRC
[19:28:01] *** akazakov has quit IRC
[19:28:24] *** edburns is now known as edburns_away
[19:30:33] *** akazakov has joined #seam-dev
[19:35:25] *** gastaldi has joined #seam-dev
[20:05:03] <ssachtleben> omg
[20:05:22] <ssachtleben> hibernate 3.6 and 4.0 acts different on strategy AUTO
[20:10:18] <gastaldi> ssachtleben: how so ?
[20:17:12] *** mgoldmann has quit IRC
[20:20:25] <ssachtleben> gastaldi 3.6 works as autoincrement for each table
[20:20:40] <ssachtleben> 4.0 has a sequence table and use same range for all AUTO tables
[20:20:51] <gastaldi> bummer
[20:20:56] 
[20:21:02] <ssachtleben> means when I use 4.0 on my 3.6 tables I get exceptions cause id allready exists :D
[20:21:25] <gastaldi> There should be a property to overrule that
[20:21:33] <ssachtleben> well maybe there is
[20:21:39] <clerum> what what?
[20:21:49] <ssachtleben> just saw that as 7 uses 4.0 and wonder about the errors :D
[20:21:57] <clerum> autoincrement uses a sequence table rather than the DB to auto increment?
[20:22:24] <ssachtleben> @GeneratedValue(strategy = GenerationType.AUTO)
[20:22:30] <gastaldi> join #hibernate-dev to discuss that
[20:22:31] <ssachtleben> 3.6 = autoincrement
[20:22:40] <ssachtleben> 4.0 = sequence based id for all tables
[20:22:41] <gastaldi> bah, no one is there
[20:22:47] 
[20:22:50] <clerum> @Id
[20:22:50] <clerum> @GeneratedValue
[20:22:57] <clerum> what about just doing that
[20:23:07] <ssachtleben> didnt tried yet
[20:23:45] 
[20:25:43] <ssachtleben> well I just want the normal autoincrement for each table :D
[20:26:05] <ssachtleben> I think its now @GeneratedValue(strategy = GenerationType.TABLE)
[20:26:20] <ssachtleben> but that gives me alot of info messages that I should use sequences
[20:27:01] <jose_freitas> bleathem: checking todoist. never thought on using a tool like this.
[20:27:31] <jose_freitas> I use my incredible notepad (a real one, with paper)
[20:27:51] <jose_freitas> :)
[20:30:34] <bleathem> jose_freitas: paper and pen rocks, especially for short-term organisation!
[20:30:34] <bleathem> But for staying organized over long-time periods, I find electronic media works best
[20:31:35] <bleathem> jose_freitas: I'm giving toodledo a spin right now
[20:31:40] <ssachtleben> changed all to @GeneratedValue
[20:31:41] <ssachtleben> com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '4' for key 'PRIMARY'
[20:31:42] <ssachtleben> :D
[20:32:25] <clerum> that should be coming from mysql
[20:32:37] <clerum> there is a next id value on each table
[20:34:03] <ssachtleben> it takes the id from hibernate_sequence
[20:36:14] <gastaldi> jose_freitas: http://www.evernote.com/ is nice too
[20:37:20] <jose_freitas> bleathem: I work with week tasks
[20:37:33] <jose_freitas> each week I organize them and try to follow them up
[20:37:58] <bleathem> jose_freitas: have you read "Getting Things one?"
[20:38:02] <bleathem> ^Done
[20:38:15] <bleathem> "Getting Things Done?"
[20:38:21] <jose_freitas> nope
[20:38:27] <bleathem> it's a good read
[20:38:33] <bleathem> highly recommended
[20:38:46] 
[20:39:01] <jose_freitas> gastaldi: evernote seems interesting
[20:39:04] <bleathem> I've also bought the later version "Making it all work" but havent' read that yet
[20:39:23] <jose_freitas> I'll try to find it
[20:39:54] <gastaldi> jose_freitas: bleathem There is also http://www.rememberthemilk.com/
[20:39:55] <bleathem> evernote is mac only
[20:39:55] *** tsurdilo has joined #seam-dev
[20:40:00] *** jamezp_ has joined #seam-dev
[20:40:00] <bleathem> no, nevermind
[20:40:08] <bleathem> I was thinking of "Things"
[20:40:08] *** edburns_away is now known as edburns
[20:40:11] <gastaldi> :)
[20:40:27] *** jamezp has quit IRC
[20:40:35] *** jamezp_ is now known as jamezp
[20:42:03] <jose_freitas> gastaldi: evernote doesn't have a linux version
[20:42:49] <gastaldi> jose_freitas: It runs on android :
[20:42:50] <gastaldi> :)
[20:43:07] *** maschmid_ has joined #seam-dev
[20:43:27] <gastaldi> hum, yeah, Mac and Windows
[20:44:48] <gastaldi> lol, check Evernote peek !
[20:45:24] *** tsurdilo2 has quit IRC
[20:45:24] *** maschmid has quit IRC
[20:45:25] *** tttom has quit IRC
[20:45:26] *** mbg has quit IRC
[20:51:26] *** gastaldi has quit IRC
[21:12:47] *** jamezp is now known as jamezp_afk
[21:20:48] *** aslak has joined #seam-dev
[21:25:16] *** marekn has quit IRC
[21:54:01] *** tsurdilo1 has joined #seam-dev
[21:55:01] <bleathem> jose_freitas: nevernote runs on linux: http://nevernote.sourceforge.net/index.htm
[21:57:24] *** tsurdilo has quit IRC
[21:59:01] <jose_freitas> well, I guess that with nevernote you can't share your "notes" between your enviroments (mobile, web, desktop)
[22:00:18] <jose_freitas> I'll give it a try anyway
[22:00:39] <jose_freitas> I was trying todoist, seem pretty simple.
[22:10:20] <jose_freitas> I mean, you don't have to do much to get your task list organized
[22:13:43] *** jamezp_afk is now known as jamezp
[22:19:05] *** daniel_hinojosa has quit IRC
[22:22:29] *** alesj has joined #seam-dev
[22:30:28] *** daniel_hinojosa has joined #seam-dev
[22:38:28] *** tsurdilo1 has quit IRC
[22:43:50] *** tsurdilo has joined #seam-dev
[22:50:19] *** koentsje has joined #seam-dev
[22:55:47] <ssachtleben> hehe
[22:55:52] <ssachtleben> IDENTITY does the trick :)
[22:56:13] <ssachtleben> damn as7 is really fast
[22:56:18] *** jose_freitas has quit IRC
[22:58:42] *** koentsje has quit IRC
[23:05:18] *** Diablo-D3 has joined #seam-dev
[23:11:18] *** lincolnthree has joined #seam-dev
[23:28:17] *** rmartinelli has quit IRC
[23:34:27] *** maschmid_ has quit IRC
[23:39:50] <ssachtleben> lincolnthree how is progress with locale depending patterns ? :P
[23:40:04] <lincolnthree> ssachtleben: sec
[23:41:11] <lincolnthree> ssachtleben: for that I would recommend:
[23:41:52] <lincolnthree> https://github.com/ocpsoft/rewrite
[23:42:13] <lincolnthree> https://github.com/ocpsoft/socialpm/blob/master/web/src/main/java/com/ocpsoft/socialpm/URLRewriteConfiguration.java
[23:42:19] <lincolnthree> for instance
[23:42:25] <lincolnthree> You can basically define anything you need.
[23:44:30] <ssachtleben> ah nice
[23:45:52] <lincolnthree> rewriting prettyfaces
[23:45:58] <lincolnthree> and that's the core
[23:47:06] <ssachtleben> I will try out soon
[23:47:14] <ssachtleben> currently migrate to as 7
[23:47:15] <lincolnthree> not much documentation yet
[23:47:20] <lincolnthree> but interested in your thoughts!
[23:47:32] <ssachtleben> yeah I think it could work
[23:48:56] <ssachtleben> arg
[23:48:57] <ssachtleben>  javax.jcr.LoginException: The JAAS policy named 'modeshape-jcr' (nor the policy named 'other') could not be found; check the value of the 'JAAS_LOGIN_CONFIG_NAME' repository option in the configuration for the 'Repository' repository
[23:48:58] <ssachtleben> :D
[23:49:44] <lincolnthree> ssachtleben: pushed a cleaner config: https://github.com/ocpsoft/socialpm/blob/master/web/src/main/java/com/ocpsoft/socialpm/URLRewriteConfiguration.java
[23:50:06] <Diablo-D3> hey lincolnthree is back
[23:50:41] <lincolnthree> hey Diablo-D3 :)

top