Switch to DuckDuckGo Search
   November 12, 2014  
< | 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 | >

Toggle Join/Part | bottom
[00:08:21] *** xapiens has quit IRC
[00:21:06] *** conan_afk is now known as conan
[00:24:28] *** xapiens has joined #wildfly
[00:26:52] *** zroubali has quit IRC
[00:46:09] *** clichybi has quit IRC
[00:52:13] *** Nihility has quit IRC
[00:55:40] *** plarsen has quit IRC
[00:59:11] *** pruivo has quit IRC
[01:07:18] *** {blake} has joined #wildfly
[01:11:13] <{blake}> Hello: I'm having trouble deploying a WAR. When I create a standalone JAR and run it under Java, my app pulls in my css files. When I generate a WAR and deploy to WildFly, the app can't find the css files any more. Structurally, however, the two look similar.
[01:12:35] <doctau> {blake}: how are you trying to load the css files?
[01:12:46] <doctau> standalone java apps and webapps aren't that similar
[01:13:46] <{blake}> doctau: They're part of my web page. As in <link href="/bootstrap/css/bootstrap.css" rel="stylesheet" type="text/css"><link href="/bootstrap/css/style.css" rel="stylesheet" type="text/css">
[01:13:55] <{blake}> Whoops.
[01:14:04] <{blake}> I mean, that is how: They're part of my web page.
[01:14:56] <doctau> presumably your standalone app contains something to server it over http
[01:15:21] <doctau> if your web app is deployed to the root context (/) and the resources are in the right place in the WAR it should work
[01:15:23] <{blake}> doctau: Yeah. The page comes up, just no the stylesheets.
[01:16:17] <doctau> where are they located in the WAR? is your app on the root context or something else like /app
[01:16:24] <{blake}> "/app".
[01:16:55] <{blake}> doctau: Ahhhh. So...if I put the csses on /? Hmmm.
[01:17:01] <doctau> you'll probably want bootstrap/... rather than /bootstrap/... then
[01:17:21] <doctau> since it will be trying to loa d then from /bootstrap/... rather than /app/bootstrap
[01:17:26] <{blake}> doctau: OK, that gives me a direction to search in, thanks!
[01:25:35] *** plarsen has joined #wildfly
[01:25:36] *** ChanServ sets mode: +v plarsen
[01:27:22] *** rhusar has quit IRC
[01:28:08] *** firemanxbr has quit IRC
[01:45:32] *** conan is now known as conan_afk
[01:47:41] *** ctomc has joined #wildfly
[01:47:41] *** ChanServ sets mode: +v ctomc
[01:53:28] *** bbrowning_away has quit IRC
[01:57:21] *** cbourque has quit IRC
[01:59:41] <{blake}> doctau: Hmmm. So I can make it work as "app/bootstrap/css/bootstrap.css" but not "bootstrap/css/bootstrap.css".
[02:00:19] <doctau> where is the page you are referring to them from?
[02:00:50] <{blake}> I start with "localhost:8080/app".
[02:01:29] <{blake}> So, it's just "/".
[02:02:54] <doctau> ah, one of those annoying app versus app/ things
[02:03:31] <{blake}> Yeah, I notice if I don't qualify "bootstrap", it's still gonna come out "bootstrap". And "./bootstrap" didn't work either.
[02:03:58] <doctau> with /app the base url is /, with /app/ the base url is /app/
[02:04:20] <doctau> <base href="/app/" /> in the <head> may work
[02:04:40] <doctau> but it could break other things
[02:04:55] <doctau> often sites will redirect /app to /app/ for this reason
[02:04:59] <{blake}> doctau: Right. I would like to run the same remote as local.
[02:05:16] <{blake}> OH!
[02:05:27] <{blake}> "/app/" worked!
[02:06:06] <{blake}> Wow, that strikes me as weird. But just as you said, I can redirect "/app" to "/app/".
[02:06:09] *** conan_afk is now known as conan
[02:06:09] <{blake}> Thanks again!
[02:06:23] <doctau> yeah, relative references are resolved in a browser relative to the base url, and the trailing slash makes a difference to what the base is
[02:06:53] <{blake}> Obviously something I need to grasp better.
[02:07:24] <doctau> from a quick google, http://www.webreference.com/html/tutorial2/3.html is an okay explanation
[02:07:25] <jbossbot> Title: Relative URLs | WebReference
[02:08:12] <{blake}> cool, thx
[02:13:05] *** mbabacek|karm has quit IRC
[02:14:10] *** mbabacek|karm has joined #wildfly
[02:14:41] *** sannegrinovero has quit IRC
[02:27:26] *** mbabacek|karm has quit IRC
[02:27:52] *** ctomc has quit IRC
[02:38:54] *** cmiranda has joined #wildfly
[02:39:09] *** cmiranda has quit IRC
[03:00:42] *** conan is now known as conan_afk
[03:04:05] *** conan_afk is now known as conan
[03:20:15] *** xenoterracide has joined #wildfly
[03:39:01] *** smarlow has quit IRC
[03:39:21] *** pgier has quit IRC
[03:41:56] *** bstansberry has quit IRC
[03:45:17] *** bstansberry has joined #wildfly
[03:45:17] *** ChanServ sets mode: +v bstansberry
[03:48:55] *** erewhon has quit IRC
[04:01:39] *** Nihility has joined #wildfly
[04:01:39] *** ChanServ sets mode: +v Nihility
[04:08:31] *** stuartdouglas has joined #wildfly
[04:08:31] *** ChanServ sets mode: +v stuartdouglas
[04:14:32] *** conan is now known as conan_afk
[04:26:50] *** bstansberry has quit IRC
[04:39:06] *** liweinan has joined #wildfly
[04:54:32] *** conan_afk is now known as conan
[05:49:09] *** conan has quit IRC
[06:22:39] *** xenoterracide has quit IRC
[06:23:16] *** xenoterracide has joined #wildfly
[06:28:41] *** xenoterracide has quit IRC
[06:29:04] *** xenoterracide has joined #wildfly
[06:48:19] *** xapiens has quit IRC
[07:01:02] *** baranowb has joined #wildfly
[07:04:45] *** Nihility has quit IRC
[07:05:09] *** Nihility has joined #wildfly
[07:05:10] *** ChanServ sets mode: +v Nihility
[07:22:18] *** xenoterracide has quit IRC
[07:30:30] *** doctau has quit IRC
[07:33:04] *** rsvoboda has joined #wildfly
[07:33:04] *** ChanServ sets mode: +v rsvoboda
[07:41:14] *** istudens has joined #wildfly
[07:41:14] *** ChanServ sets mode: +v istudens
[07:45:18] *** jmartisk has joined #wildfly
[07:45:19] *** ChanServ sets mode: +v jmartisk
[07:55:41] *** elguardian has joined #wildfly
[07:58:31] *** Ladicek has joined #wildfly
[07:59:11] *** tremes has joined #wildfly
[07:59:11] *** ChanServ sets mode: +v tremes
[08:03:13] *** jfclere has joined #wildfly
[08:03:13] *** ChanServ sets mode: +v jfclere
[08:10:19] *** cvasilak has joined #wildfly
[08:10:19] *** ChanServ sets mode: +v cvasilak
[08:10:56] *** th_janssen has joined #wildfly
[08:15:56] *** jpkroehling has joined #wildfly
[08:15:56] *** ChanServ sets mode: +v jpkroehling
[08:17:22] *** marekn has joined #wildfly
[08:17:22] *** ChanServ sets mode: +v marekn
[08:22:25] *** mkouba has joined #wildfly
[08:22:25] *** ChanServ sets mode: +v mkouba
[08:30:24] *** anatolys has joined #wildfly
[08:33:06] *** jcacek has joined #wildfly
[08:33:07] *** ChanServ sets mode: +v jcacek
[08:37:58] *** galderz has joined #wildfly
[08:37:58] *** ChanServ sets mode: +v galderz
[08:38:28] *** matzew has joined #wildfly
[08:44:32] *** pil-zzZZzz is now known as pilhuhn
[08:48:39] *** tremes has quit IRC
[08:49:04] *** belong has quit IRC
[08:55:48] *** oskutka has joined #wildfly
[08:55:48] *** ChanServ sets mode: +v oskutka
[09:06:29] *** tremes has joined #wildfly
[09:06:29] *** ChanServ sets mode: +v tremes
[09:11:45] *** tsegismont has joined #wildfly
[09:15:28] *** clichybi has joined #wildfly
[09:15:28] *** ChanServ sets mode: +v clichybi
[09:19:02] *** maeste has joined #wildfly
[09:19:03] *** ChanServ sets mode: +v maeste
[09:26:46] *** jcacek has quit IRC
[09:31:51] *** fbogyai has joined #wildfly
[09:31:52] *** ChanServ sets mode: +v fbogyai
[09:38:48] *** wfink has joined #wildfly
[09:41:23] *** lponceb has joined #wildfly
[09:43:45] *** emmartins has joined #wildfly
[09:44:53] *** jmesnil has joined #wildfly
[09:45:04] *** ChanServ sets mode: +v jmesnil
[09:47:22] *** wfink has quit IRC
[09:58:29] *** wfink has joined #wildfly
[10:11:17] *** rhusar has joined #wildfly
[10:11:17] *** ChanServ sets mode: +v rhusar
[10:13:13] *** wolfc has joined #wildfly
[10:13:13] *** ChanServ sets mode: +v wolfc
[10:30:59] *** trepel has quit IRC
[10:32:55] *** zroubali has joined #wildfly
[10:32:55] *** ChanServ sets mode: +v zroubali
[10:33:53] *** whitingjr has joined #wildfly
[10:33:53] *** ChanServ sets mode: +v whitingjr
[10:36:26] *** jmesnil has quit IRC
[10:38:12] *** mgoldmann|away is now known as mgoldmann
[10:47:49] *** jmesnil has joined #wildfly
[10:47:49] *** ChanServ sets mode: +v jmesnil
[10:50:30] *** emuckenhuber has quit IRC
[10:50:37] *** trepel has joined #wildfly
[10:50:37] *** ChanServ sets mode: +v trepel
[11:00:37] *** emuckenhuber has joined #wildfly
[11:00:37] *** ChanServ sets mode: +v emuckenhuber
[11:02:57] *** darranl has joined #wildfly
[11:02:57] *** ChanServ sets mode: +v darranl
[11:11:24] *** mbabacek|karm has joined #wildfly
[11:15:56] *** opalka has joined #wildfly
[11:15:57] *** ChanServ sets mode: +v opalka
[11:19:01] *** pruivo has joined #wildfly
[11:19:02] *** ChanServ sets mode: +v pruivo
[11:32:30] *** sannegrinovero has joined #wildfly
[11:32:30] *** ChanServ sets mode: +v sannegrinovero
[11:41:24] *** mkouba has quit IRC
[11:44:18] <jbossbot> new jira [WFLY-4073] Wildfly 8.1.0 HTTP Response Header throws 405 method not allowed with HTTP method "OPTIONS" [Open (Unresolved) Bug, Major, Alessio Soldano] https://issues.jboss.org/browse/WFLY-4073
[11:50:03] *** emmanuel_off is now known as emmanuel
[11:53:18] *** emmanuel is now known as emmanuel_off
[11:55:16] *** galderz has quit IRC
[11:57:07] *** emmartins has quit IRC
[11:57:43] *** emmanuel_off is now known as emmanuel
[12:01:03] *** tremes has quit IRC
[12:01:06] *** doev has joined #wildfly
[12:03:52] *** mart1ns has joined #wildfly
[12:04:23] *** ehsavoie has quit IRC
[12:05:08] *** emmanuel is now known as emmanuel_off
[12:08:28] *** ehsavoie has joined #wildfly
[12:08:29] *** ChanServ sets mode: +v ehsavoie
[12:16:47] *** tremes has joined #wildfly
[12:16:47] *** ChanServ sets mode: +v tremes
[12:18:11] *** ctomc has joined #wildfly
[12:18:11] *** ChanServ sets mode: +v ctomc
[12:19:12] *** emmanuel_off is now known as emmanuel
[12:25:23] *** matzew is now known as matzew|Lunch
[12:26:10] *** ozizka has quit IRC
[12:26:40] *** emmanuel is now known as emmanuel_off
[12:27:00] *** frainone has quit IRC
[12:27:13] *** frainone has joined #wildfly
[12:27:13] *** ChanServ sets mode: +v frainone
[12:27:44] *** ozizka has joined #wildfly
[12:27:44] *** ChanServ sets mode: +v ozizka
[12:27:47] *** emmanuel_off is now known as emmanuel
[12:28:19] *** emmanuel is now known as emmanuel_off
[12:28:31] *** emmanuel_off is now known as emmanuel
[12:29:20] *** emmanuel is now known as emmanuel_off
[12:29:44] *** emmanuel_off is now known as emmanuel
[12:38:55] *** barreiro has joined #wildfly
[12:39:47] *** adietisheim has quit IRC
[12:41:13] *** rbenevides has joined #wildfly
[12:41:13] *** ChanServ sets mode: +v rbenevides
[12:41:37] *** adietisheim has joined #wildfly
[12:46:12] *** emmanuel is now known as emmanuel_off
[13:04:42] *** wyvern has quit IRC
[13:16:05] *** pruivo is now known as pruivo_lunch
[13:21:17] *** matzew|Lunch is now known as matzew
[13:28:12] *** cvasilak is now known as cvasilak|lunch
[13:33:01] *** ncodin has joined #wildfly
[13:43:44] *** hpehl has joined #wildfly
[13:43:44] *** ChanServ sets mode: +v hpehl
[13:44:12] *** emmanuel_off is now known as emmanuel
[13:47:43] *** cvasilak|lunch is now known as cvasilak
[13:47:57] *** cmiranda has joined #wildfly
[13:49:21] *** cmiranda has left #wildfly
[13:51:19] *** hpehl has quit IRC
[13:52:29] *** ncodin has quit IRC
[13:56:41] *** bbrowning has joined #wildfly
[13:56:41] *** ChanServ sets mode: +v bbrowning
[14:03:09] *** moparisthebest has quit IRC
[14:04:50] *** anatolys has quit IRC
[14:07:42] *** moparisthebest has joined #wildfly
[14:10:30] *** smoyer has joined #wildfly
[14:15:49] *** plarsen has quit IRC
[14:18:14] *** galderz has joined #wildfly
[14:18:14] *** ChanServ sets mode: +v galderz
[14:18:55] *** cmiranda has joined #wildfly
[14:23:05] *** emmanuel is now known as emmanuel_off
[14:23:06] *** smarlow has joined #wildfly
[14:23:06] *** ChanServ sets mode: +v smarlow
[14:32:11] *** emmanuel_off is now known as emmanuel
[14:34:50] *** cmiranda has left #wildfly
[14:48:25] *** whitingjr has quit IRC
[14:48:31] *** whitingjr has joined #wildfly
[14:48:32] *** ChanServ sets mode: +v whitingjr
[14:49:50] *** xenoterracide has joined #wildfly
[14:51:59] *** pgier has joined #wildfly
[14:51:59] *** ChanServ sets mode: +v pgier
[14:54:20] *** doev has quit IRC
[14:54:36] *** erewhon has joined #wildfly
[14:54:39] *** emmanuel is now known as emmanuel_off
[14:56:15] *** jmesnil has quit IRC
[14:56:19] *** opalka has quit IRC
[14:56:29] *** fjuma has joined #wildfly
[14:56:29] *** ChanServ sets mode: +v fjuma
[14:57:08] *** pruivo_lunch is now known as pruivo
[14:58:18] *** emmanuel_off is now known as emmanuel
[15:01:31] *** jmesnil has joined #wildfly
[15:01:32] *** ChanServ sets mode: +v jmesnil
[15:03:56] *** jdcasey has quit IRC
[15:04:49] *** jdcasey has joined #wildfly
[15:07:30] *** jmartisk has quit IRC
[15:10:45] *** emmanuel is now known as emmanuel_off
[15:17:55] *** emmanuel_off is now known as emmanuel
[15:20:11] *** sebersole has joined #wildfly
[15:20:12] *** ChanServ sets mode: +v sebersole
[15:22:34] *** kkhan has joined #wildfly
[15:22:35] *** ChanServ sets mode: +v kkhan
[15:24:17] *** emmartins has joined #wildfly
[15:25:45] *** wyvern has joined #wildfly
[15:27:12] *** lance|afk is now known as lanceball
[15:30:27] *** oskutka has quit IRC
[15:31:06] *** zathras has joined #wildfly
[15:32:48] *** whitingjr has quit IRC
[15:33:13] *** whitingjr has joined #wildfly
[15:33:13] *** ChanServ sets mode: +v whitingjr
[15:37:12] *** kkhan has quit IRC
[15:40:55] *** xapiens has joined #wildfly
[15:45:49] *** jbertram has joined #wildfly
[15:45:49] *** ChanServ sets mode: +v jbertram
[15:47:20] *** kkhan has joined #wildfly
[15:47:21] *** ChanServ sets mode: +v kkhan
[15:54:06] *** jmarley has joined #wildfly
[15:54:07] *** ChanServ sets mode: +v jmarley
[15:55:48] *** Euf has quit IRC
[15:56:36] *** istudens has quit IRC
[15:58:09] *** jmarley has quit IRC
[15:59:36] *** bstansberry has joined #wildfly
[15:59:36] *** ChanServ sets mode: +v bstansberry
[16:02:06] *** marekn has quit IRC
[16:10:35] *** jbertram has quit IRC
[16:18:42] *** conan has joined #wildfly
[16:19:20] *** conan has left #wildfly
[16:25:43] *** baranowb has quit IRC
[16:28:56] *** fbogyai has quit IRC
[16:29:40] *** jmarley has joined #wildfly
[16:29:41] *** ChanServ sets mode: +v jmarley
[16:32:38] *** kkhan has quit IRC
[16:33:57] *** th_janssen has quit IRC
[16:36:07] *** rsvoboda has quit IRC
[16:36:29] *** bbrowning is now known as bbrowning_away
[16:37:14] *** kkhan has joined #wildfly
[16:37:14] *** ChanServ sets mode: +v kkhan
[16:37:42] *** Ladicek has quit IRC
[16:42:45] *** galderz has quit IRC
[16:47:54] *** rbenevides is now known as rbenevides|lunch
[16:52:37] *** mart1ns has quit IRC
[16:55:08] *** pilhuhn is now known as pil-afk-bbl
[16:57:30] *** tremes has quit IRC
[16:57:58] *** emmanuel is now known as emmanuel_off
[16:58:54] *** emmanuel_off is now known as emmanuel
[17:02:11] *** oskutka has joined #wildfly
[17:05:17] *** jmesnil has quit IRC
[17:09:34] *** CustosL1men has joined #wildfly
[17:11:13] *** mart1ns has joined #wildfly
[17:15:32] *** mart1ns has quit IRC
[17:20:37] <jbossbot> new jira [WFCORE-244] Upgrade jboss-logging from 3.1.4.GA to 3.2.0.Final [Open (Unresolved) Component Upgrade, Minor, James Perkins] https://issues.jboss.org/browse/WFCORE-244
[17:25:52] *** jcacek has joined #wildfly
[17:25:52] *** ChanServ sets mode: +v jcacek
[17:34:28] *** opalka has joined #wildfly
[17:34:28] *** ChanServ sets mode: +v opalka
[17:34:49] *** opalka is now known as opalka|away
[17:43:10] *** CustosL1men has quit IRC
[17:43:35] *** elguardian has left #wildfly
[17:43:52] *** matzew is now known as matzew|away
[17:44:46] *** wyvern has quit IRC
[17:44:53] *** pil-afk-bbl is now known as pilhuhn
[17:45:30] *** jcacek has quit IRC
[17:48:42] <jbossbot> new jira [WFLY-4074] pop3 mail session throws a NoSuchProviderException [Open (Unresolved) Bug, Major, Tomaz Cerar] https://issues.jboss.org/browse/WFLY-4074
[17:50:58] *** emmanuel is now known as emmanuel_off
[17:59:00] *** emmanuel_off is now known as emmanuel
[18:00:35] *** wyvern has joined #wildfly
[18:03:18] *** oskutka has quit IRC
[18:07:12] *** oskutka has joined #wildfly
[18:16:15] *** shanelemon has joined #wildfly
[18:16:45] *** oskutka has quit IRC
[18:17:29] *** shanelemon has quit IRC
[18:18:41] *** cvasilak is now known as cvasilak|away
[18:21:01] *** emuckenhuber has quit IRC
[18:26:55] *** pilhuhn is now known as pil-afk-bbl
[18:29:23] *** clichybi has quit IRC
[18:36:26] *** zathras has quit IRC
[18:37:12] *** xapiens has quit IRC
[18:39:23] *** bbrowning_away is now known as bbrowning
[18:49:04] *** xapiens has joined #wildfly
[18:51:35] *** emmanuel is now known as emmanuel_off
[18:51:44] *** emmanuel_off is now known as emmanuel
[18:52:50] *** whitingjr has left #wildfly
[18:52:57] *** jfclere has quit IRC
[18:58:13] *** oskutka has joined #wildfly
[18:58:28] *** oskutka has quit IRC
[19:02:12] *** lanceball is now known as lance|afk
[19:05:36] *** jpkroehling has quit IRC
[19:07:54] *** rhusar has quit IRC
[19:09:04] *** zroubali has quit IRC
[19:20:12] *** rbenevides|lunch is now known as rbenevides
[19:21:03] *** lponceb has quit IRC
[19:28:18] *** sebersole_ has joined #wildfly
[19:28:18] *** ChanServ sets mode: +v sebersole_
[19:28:43] *** sebersole has quit IRC
[19:34:18] *** matzew|away is now known as matzew
[19:44:07] *** kenfinnigan has joined #wildfly
[19:44:07] *** ChanServ sets mode: +v kenfinnigan
[19:54:29] *** hpehl has joined #wildfly
[19:54:29] *** ChanServ sets mode: +v hpehl
[19:56:37] *** ctomc has quit IRC
[20:00:04] *** wfink has quit IRC
[20:00:19] *** cbourque has joined #wildfly
[20:02:18] *** sebersole_ is now known as sebersole
[20:07:17] *** emmanuel is now known as emmanuel_off
[20:08:06] <cbourque> anyone knows why security is failing with wildfly ejb client (in non scoped mode)?
[20:10:21] *** rbenevides has quit IRC
[20:13:00] *** rhusar has joined #wildfly
[20:16:32] *** bbrowning_ has joined #wildfly
[20:16:32] *** ChanServ sets mode: +v bbrowning_
[20:18:17] *** bbrowning has quit IRC
[20:20:14] *** darranl has quit IRC
[20:26:22] *** rbenevides has joined #wildfly
[20:26:22] *** ChanServ sets mode: +v rbenevides
[20:26:30] *** bbrowning_ is now known as bbrowning
[20:31:06] *** emmanuel_off is now known as emmanuel
[20:31:10] *** stuartdouglas has quit IRC
[20:34:42] *** frainone has quit IRC
[20:40:55] *** pil-afk-bbl is now known as pilhuhn
[20:41:00] *** sebersole has quit IRC
[20:43:41] *** pilhuhn is now known as pil-afk-again
[20:50:39] *** lance|afk is now known as lanceball
[20:50:57] *** stuartdouglas has joined #wildfly
[20:50:58] *** ChanServ sets mode: +v stuartdouglas
[20:52:08] *** hpehl has quit IRC
[20:55:30] *** hpehl has joined #wildfly
[20:55:30] *** ChanServ sets mode: +v hpehl
[20:56:33] *** emmanuel is now known as emmanuel_off
[20:57:05] *** frainone has joined #wildfly
[20:57:05] *** ChanServ sets mode: +v frainone
[21:00:34] *** cvasilak|away has quit IRC
[21:01:50] <cbourque> why do I need a jboss-ejb-client.properties on the classpath? I cannot simply pass the infos to the initial context?
[21:14:32] *** kkhan has quit IRC
[21:17:36] *** mgoldmann is now known as mgoldmann|away
[21:25:51] *** opalka|away has quit IRC
[21:27:00] *** rbenevides has quit IRC
[21:30:48] *** emuckenhuber has joined #wildfly
[21:30:49] *** ChanServ sets mode: +v emuckenhuber
[21:39:11] *** stuartdouglas has quit IRC
[21:40:29] *** plarsen has joined #wildfly
[21:40:30] *** ChanServ sets mode: +v plarsen
[21:49:50] *** jfclere has joined #wildfly
[21:50:04] *** ChanServ sets mode: +v jfclere
[21:51:57] *** emmartins has quit IRC
[22:08:09] *** stuartdouglas has joined #wildfly
[22:08:09] *** ChanServ sets mode: +v stuartdouglas
[22:15:49] *** bstansberry has quit IRC
[22:24:57] *** bbrowning has quit IRC
[22:39:22] *** kenfinnigan has quit IRC
[22:44:09] *** adietisheim has quit IRC
[22:45:27] *** adietisheim has joined #wildfly
[22:50:37] *** bbrowning has joined #wildfly
[22:50:37] *** ChanServ sets mode: +v bbrowning
[22:57:57] *** bbrowning has quit IRC
[23:00:43] *** stuartdouglas has quit IRC
[23:05:13] *** bbrowning has joined #wildfly
[23:05:13] *** ChanServ sets mode: +v bbrowning
[23:06:29] *** doctau has joined #wildfly
[23:07:46] *** kkhan has joined #wildfly
[23:07:47] *** ChanServ sets mode: +v kkhan
[23:08:24] *** ctomc has joined #wildfly
[23:08:24] *** ChanServ sets mode: +v ctomc
[23:08:40] *** adietisheim has quit IRC
[23:11:12] *** kkhan has quit IRC
[23:12:17] *** bbrowning has quit IRC
[23:14:02] *** ctomc has quit IRC
[23:14:27] *** barreiro has quit IRC
[23:15:12] *** bbrowning has joined #wildfly
[23:15:12] *** ChanServ sets mode: +v bbrowning
[23:16:44] *** lanceball is now known as lance|afk
[23:18:52] *** plarsen has quit IRC
[23:25:19] *** bbrowning_ has joined #wildfly
[23:25:20] *** ChanServ sets mode: +v bbrowning_
[23:25:47] *** bbrowning has quit IRC
[23:27:03] *** pruivo has quit IRC
[23:28:09] *** pruivo has joined #wildfly
[23:28:10] *** ChanServ sets mode: +v pruivo
[23:34:03] *** wolfc has quit IRC
[23:35:05] *** rbenevides has joined #wildfly
[23:35:05] *** ChanServ sets mode: +v rbenevides
[23:35:15] *** bbrowning_ has quit IRC
[23:36:26] *** tsegismont has quit IRC
[23:38:48] *** cbourque has quit IRC
[23:39:09] *** stuartdouglas has joined #wildfly
[23:39:09] *** ChanServ sets mode: +v stuartdouglas
[23:39:45] *** pruivo has quit IRC
[23:39:49] *** bbrowning has joined #wildfly
[23:40:04] *** ChanServ sets mode: +v bbrowning
[23:50:31] *** bbrowning is now known as bbrowning_away
top

   November 12, 2014  
< | 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 | >