[00:01:58] *** kkhan has quit IRC
[00:14:22] *** wolfc has quit IRC
[00:15:31] *** belong has joined #wildfly
[00:15:31] *** ChanServ sets mode: +v belong
[00:16:06] *** rdos has quit IRC
[00:17:06] *** aenglish-redhat has joined #wildfly
[00:18:12] <aenglish-redhat> Hi all. Has anyone been able to deploy the spring web/mvc framework to jboss/wildfly as a module? When I do it, none of the annontations in my application get picked up.
[00:21:00] *** sdyarnell has quit IRC
[00:21:04] *** rhusar has quit IRC
[00:21:05] *** qmx has quit IRC
[00:21:05] *** abstractj has quit IRC
[00:21:06] *** balunasj has quit IRC
[00:21:11] *** bbrowning_away has quit IRC
[00:21:13] *** blSnoopy has quit IRC
[00:21:18] *** emedeiros has quit IRC
[00:21:32] *** LaSombra has quit IRC
[00:22:00] *** dmlloyd has quit IRC
[00:22:01] *** plarsen has quit IRC
[00:22:03] *** sgilda_afk has quit IRC
[00:22:07] *** natedennis has quit IRC
[00:22:12] *** vukcrni has quit IRC
[00:22:13] *** Bubba83 has quit IRC
[00:22:37] <doctau> aenglish-redhat: which annotations?
[00:22:43] *** balunasj has joined #wildfly
[00:22:43] *** ChanServ sets mode: +v balunasj
[00:22:44] *** LaSombra has joined #wildfly
[00:22:44] *** ChanServ sets mode: +v LaSombra
[00:22:45] *** blSnoopy has joined #wildfly
[00:22:49] <doctau> aenglish-redhat: that can happen if Spring has a copy of the annotation classes and your app sees different ones
[00:22:50] *** bbrowning_away has joined #wildfly
[00:22:51] *** ChanServ sets mode: +v bbrowning_away
[00:22:54] <doctau> aenglish-redhat: or Spring can't see the annotation classes properly
[00:22:56] *** qmx has joined #wildfly
[00:22:56] *** ChanServ sets mode: +v qmx
[00:23:14] *** dmlloyd has joined #wildfly
[00:23:15] *** plarsen has joined #wildfly
[00:23:15] *** sgilda_afk has joined #wildfly
[00:23:15] *** natedennis has joined #wildfly
[00:23:15] *** vukcrni has joined #wildfly
[00:23:15] *** Bubba83 has joined #wildfly
[00:23:16] *** tepper.freenode.net sets mode: +vv dmlloyd plarsen
[00:23:42] <aenglish-redhat> doctau: Our config class if annotated with @EnableWebMvc, @ComponentScan, @Configuration, and @EnableTransactionManagement
[00:23:54] <doctau> aenglish-redhat: can you deployment see the classes for those annotations?
[00:24:11] <doctau> the jvm rules mean that it doesn't complain about annotations it's missing classes for
[00:24:27] *** vukcrni has quit IRC
[00:25:06] *** filipemanuel has joined #wildfly
[00:25:53] <aenglish-redhat> doctau: What is the best way to make sure? I can see jboss loading the module in the server logs when I deploy the application.
[00:26:03] *** rhusar has joined #wildfly
[00:27:24] *** moparisthebest has quit IRC
[00:27:27] <aenglish-redhat> doctau: It logs something like: "Adding dependency ModuleDependency [identifier=org.springframework.spring:main, moduleLoader=Service Module Loader, export=true, optional=false, importServices=true"
[00:27:34] *** vukcrni has joined #wildfly
[00:28:11] <aenglish-redhat> doctau: In the module definition, I included all of the spring jars that I saw in the maven dependency tree.
[00:28:27] <doctau> are the EnableWebMvc, ComponentScan and other classes in the spring module?
[00:28:39] <doctau> also, do you have any of the annotated classes in a module, rather than a deployment?
[00:30:26] <aenglish-redhat> doctau: All of the annotated classes are in the deployment right now.
[00:31:02] *** moparisthebest has joined #wildfly
[00:31:13] <doctau> the cases of this I've seen before were either the deployment not having the annotation classes visible, or their being duplicate annotation classes
[00:31:25] <doctau> the only way I figure it out was stepping through the spring code with a debugger :-\
[00:32:32] <aenglish-redhat> doctau: Ok, thanks. But in your experience, it _should_ work. There is not anything special I have to do with classloading order/precedence, and I do not need to do anything special (export/import/services) in the jboss-deployment-structure.
[00:33:02] <doctau> not as far as I've seen
[00:33:30] <doctau> if you put annotated classes in a module, then you may need to add 'annotations="import"', but that's not what you're doing
[00:34:10] <aenglish-redhat> doctau: Ok, I did read about that. But yeah, all my annotated classes are in the deployment.
[00:34:27] <aenglish-redhat> doctau: I see that I have the EnableWebMvc annotation defined in spring-webmvc-3.2.9.RELEASE.jar in the moduel.
[00:36:32] *** fjuma has quit IRC
[00:39:02] *** filipemanuel has quit IRC
[00:39:04] *** bobmcw has quit IRC
[00:40:42] *** filipemanuel has joined #wildfly
[00:48:25] *** rhusar has quit IRC
[00:55:51] *** mmatloka has quit IRC
[00:56:23] *** Elisha has quit IRC
[00:58:25] *** filipemanuel has quit IRC
[01:00:48] *** frainone has quit IRC
[01:26:41] *** balunasj has quit IRC
[01:27:03] *** emmanuel_off is now known as emmanuel
[01:29:03] *** balunasj has joined #wildfly
[01:29:03] *** ChanServ sets mode: +v balunasj
[01:33:38] *** pskopek has quit IRC
[01:36:13] *** belong has quit IRC
[01:36:35] *** jdcasey has quit IRC
[01:37:07] *** emmanuel is now known as emmanuel_off
[01:37:42] *** belong has joined #wildfly
[01:37:43] *** ChanServ sets mode: +v belong
[01:49:56] *** aenglish-redhat has quit IRC
[01:53:57] *** strykerawb has joined #wildfly
[01:53:58] *** ChanServ sets mode: +v strykerawb
[02:01:14] *** pgier has quit IRC
[02:02:03] *** night199uk has quit IRC
[02:03:20] *** sdyarnell has joined #wildfly
[02:07:10] *** night199uk has joined #wildfly
[02:08:28] *** barreiro has joined #wildfly
[02:38:48] *** stuartdouglas has joined #wildfly
[02:38:49] *** ChanServ sets mode: +v stuartdouglas
[02:49:30] *** rbenevides has joined #wildfly
[02:49:30] *** ChanServ sets mode: +v rbenevides
[03:14:06] *** rbenevides has quit IRC
[03:15:50] *** emmanuel_off is now known as emmanuel
[03:20:09] *** belong has quit IRC
[03:22:07] *** Bubba83 has quit IRC
[03:25:52] *** emmanuel is now known as emmanuel_off
[03:30:10] *** balunasj has quit IRC
[03:37:33] *** endir has joined #wildfly
[03:39:31] <endir> I've been trying to get Wildfly 8.1.0.Final to work with Log4j2 without any luck. per-deployment logging would be ideal, but I can't get that to work due to the log4j2.xml file name requirement. So I have tried to disable log4j through jboss-deployment-structure.xml
[03:40:05] <endir> and I included the log4j2 libs in the ear/lib. this doesn't work either
[03:54:53] *** plarsen has quit IRC
[03:55:41]
<jbossbot> new jira [WFLY-4226] Administration and configuration tabs do not open on HTTP administrative interface [Open (Unresolved) Bug, Critical, Heiko Braun] https://issues.jboss.org/browse/WFLY-4226
[04:06:31] *** cberndt has quit IRC
[04:07:49] *** plarsen has joined #wildfly
[04:07:49] *** ChanServ sets mode: +v plarsen
[04:08:54] *** ctomc has joined #wildfly
[04:08:54] *** ChanServ sets mode: +v ctomc
[04:15:03] *** ctomc has quit IRC
[05:04:35] *** emmanuel_off is now known as emmanuel
[05:14:39] *** emmanuel is now known as emmanuel_off
[06:05:19] *** emmanuel_off is now known as emmanuel
[06:12:55] *** baranowb has joined #wildfly
[06:15:23] *** emmanuel is now known as emmanuel_off
[06:27:27] *** belong has joined #wildfly
[06:27:27] *** ChanServ sets mode: +v belong
[06:46:07] *** opalka has joined #wildfly
[06:46:07] *** ChanServ sets mode: +v opalka
[06:55:51] *** vineetreynolds has joined #wildfly
[06:55:51] *** ChanServ sets mode: +v vineetreynolds
[07:03:17] *** istudens has joined #wildfly
[07:09:57] *** sdyarnell has left #wildfly
[07:26:09] *** doctau has quit IRC
[07:33:38] *** oskutka has joined #wildfly
[07:33:38] *** ChanServ sets mode: +v oskutka
[07:43:45] *** plarsen has quit IRC
[07:51:05] *** emmanuel_off is now known as emmanuel
[08:00:45] *** Ladicek has joined #wildfly
[08:00:45] *** ChanServ sets mode: +v Ladicek
[08:01:11] *** emmanuel is now known as emmanuel_off
[08:02:06] *** tremes has joined #wildfly
[08:02:06] *** ChanServ sets mode: +v tremes
[08:02:35] *** rsvoboda has joined #wildfly
[08:02:35] *** ChanServ sets mode: +v rsvoboda
[08:13:08] *** rdos has joined #wildfly
[08:14:32] *** marekn has joined #wildfly
[08:14:32] *** ChanServ sets mode: +v marekn
[08:15:15] *** belong has quit IRC
[08:16:05] *** mkouba has joined #wildfly
[08:16:05] *** ChanServ sets mode: +v mkouba
[08:18:55] *** galderz has joined #wildfly
[08:18:55] *** ChanServ sets mode: +v galderz
[08:20:28] *** cvasilak has joined #wildfly
[08:20:28] *** ChanServ sets mode: +v cvasilak
[08:23:49] *** mmatloka has joined #wildfly
[08:30:09] *** jpkroehling has joined #wildfly
[08:30:09] *** ChanServ sets mode: +v jpkroehling
[08:37:34] *** jcacek has quit IRC
[08:38:06] *** jcacek has joined #wildfly
[08:38:06] *** ChanServ sets mode: +v jcacek
[08:38:38] *** matzew has quit IRC
[08:43:44] *** ttarrant has joined #wildfly
[08:43:44] *** ChanServ sets mode: +v ttarrant
[08:43:52] *** matzew has joined #wildfly
[08:45:15] *** emmanuel_off is now known as emmanuel
[08:48:50] *** bdaw has joined #wildfly
[08:48:50] *** ChanServ sets mode: +v bdaw
[08:54:03] *** matzew has quit IRC
[08:54:58] *** fbogyai has joined #wildfly
[08:54:58] *** ChanServ sets mode: +v fbogyai
[08:55:07] *** matzew has joined #wildfly
[08:58:51] *** jmartisk has joined #wildfly
[08:58:51] *** ChanServ sets mode: +v jmartisk
[09:03:34] *** sdyarnell has joined #wildfly
[09:03:53] *** rsvoboda has quit IRC
[09:03:54] <sdyarnell> Hi, is anyone available to assist me with a quick question?
[09:04:47] <sdyarnell> Hi, is anyone available to assist me with a quick question?
[09:04:50] *** rsvoboda has joined #wildfly
[09:04:50] *** ChanServ sets mode: +v rsvoboda
[09:05:25] <sdyarnell> I am having a failure in the test suite. RHEL 6u6. Test case RootSubsystemOperationsTestCase.
[09:15:37] *** Elisha has joined #wildfly
[09:21:44] *** Elisha has quit IRC
[09:30:01] *** tsegismont has joined #wildfly
[09:36:50] <ikke-t> hi, any jcliff users here?
[09:37:36] *** wolfc has joined #wildfly
[09:37:36] *** ChanServ sets mode: +v wolfc
[09:37:38] <ikke-t> i'm about to start working on jboss management using puppet, and run into jcliff. There isn't much fuss about it, is it still recommendable way?
[09:38:55] *** zroubali has joined #wildfly
[09:39:53] *** darranl has joined #wildfly
[09:39:53] *** ChanServ sets mode: +v darranl
[09:46:33] *** ozizka has quit IRC
[09:48:18] *** ozizka has joined #wildfly
[09:48:18] *** ChanServ sets mode: +v ozizka
[09:50:28] *** iocanel has joined #wildfly
[09:50:28] *** ChanServ sets mode: +v iocanel
[09:54:18] *** oskutka has quit IRC
[09:54:58] *** theute has joined #wildfly
[09:54:58] *** ChanServ sets mode: +v theute
[09:55:04] *** jaikiran has joined #wildfly
[09:56:23] *** rhusar has joined #wildfly
[09:56:24] *** ChanServ sets mode: +v rhusar
[09:57:39] <jaikiran> sdyarnell: you can skip tests if you are building from source
[10:04:39] *** tsegismont is now known as hawkular
[10:04:46] *** hawkular is now known as tsegismont
[10:07:43] *** clichybi has joined #wildfly
[10:07:43] *** ChanServ sets mode: +v clichybi
[10:11:18] *** maeste has joined #wildfly
[10:11:19] *** ChanServ sets mode: +v maeste
[10:12:31] *** maxandersen has joined #wildfly
[10:12:31] *** ChanServ sets mode: +v maxandersen
[10:20:27] *** rhusar has quit IRC
[10:26:46] *** oskutka has joined #wildfly
[10:26:46] *** ChanServ sets mode: +v oskutka
[10:27:32] *** kolesovdv has joined #wildfly
[10:27:49] *** ctomc has joined #wildfly
[10:27:50] *** ChanServ sets mode: +v ctomc
[10:29:45] *** whitingjr has joined #wildfly
[10:29:45] *** ChanServ sets mode: +v whitingjr
[10:34:48] *** rhusar has joined #wildfly
[10:34:48] *** ChanServ sets mode: +v rhusar
[10:37:26] *** fbogyai has quit IRC
[10:37:51] *** barreiro has quit IRC
[10:46:13] *** ctomc has quit IRC
[10:46:32] *** ttarrant has quit IRC
[11:08:08] *** oskutka has quit IRC
[11:09:59] *** pruivo has joined #wildfly
[11:09:59] *** ChanServ sets mode: +v pruivo
[11:13:42] *** ctomc has joined #wildfly
[11:13:42] *** ChanServ sets mode: +v ctomc
[11:15:28] *** rsvoboda has quit IRC
[11:26:18] *** adietisheim has joined #wildfly
[11:28:27] *** rsvoboda has joined #wildfly
[11:28:28] *** ChanServ sets mode: +v rsvoboda
[11:28:31] *** oskutka has joined #wildfly
[11:28:31] *** ChanServ sets mode: +v oskutka
[11:31:01] *** tsegismont has quit IRC
[11:31:37] *** istudens has quit IRC
[11:33:13] *** ttarrant has joined #wildfly
[11:33:14] *** ChanServ sets mode: +v ttarrant
[11:38:26] *** mbabacek|karm has quit IRC
[11:39:26]
<jbossbot> new jira [WFLY-4227] mod_cluster xsd enforces SSlProtocolType but it is not enforced in the model, default is wrong [Open (Unresolved) Bug, Major, Radoslav Husar] https://issues.jboss.org/browse/WFLY-4227
[11:42:11] *** kkhan has joined #wildfly
[11:42:11] *** ChanServ sets mode: +v kkhan
[11:43:21] *** tsegismont has joined #wildfly
[11:47:05] *** jaikiran has quit IRC
[12:02:22] *** rsvoboda has quit IRC
[12:02:39] *** rsvoboda has joined #wildfly
[12:02:40] *** ChanServ sets mode: +v rsvoboda
[12:04:53] *** mgoldmann|away is now known as mgoldmann
[12:07:13] *** sannegrinovero has joined #wildfly
[12:07:13] *** ChanServ sets mode: +v sannegrinovero
[12:08:35] *** rbenevides has joined #wildfly
[12:08:35] *** ChanServ sets mode: +v rbenevides
[12:19:55] *** emmanuel is now known as emmanuel_off
[12:31:51] *** ctomc has quit IRC
[12:35:59] *** tsegismont has quit IRC
[12:37:53] *** kolesovdv has quit IRC
[12:39:16] *** tsegismont has joined #wildfly
[12:39:44] *** tsegismont has quit IRC
[12:40:09] *** tsegismont has joined #wildfly
[12:40:14] *** tsegismont is now known as tsegismont_afk
[12:45:33] *** kolesovdv has joined #wildfly
[12:45:39] *** galderz has quit IRC
[12:53:38] *** cvasilak is now known as cvasilak|lunch
[12:57:08] *** kkhan has quit IRC
[12:57:13] *** kkhan_ has joined #wildfly
[12:57:14] *** ChanServ sets mode: +v kkhan_
[12:58:03] *** abstractj has joined #wildfly
[12:58:03] *** ChanServ sets mode: +v abstractj
[13:05:19] *** sgilda_afk has quit IRC
[13:11:43] *** emmanuel_off is now known as emmanuel
[13:19:17] *** ehsavoie is now known as ehsavoie_afk
[13:22:03] *** kolesovdv has quit IRC
[13:23:53] *** kolesovdv has joined #wildfly
[13:25:17] *** cvasilak|lunch is now known as cvasilak
[13:28:38] *** ctomc has joined #wildfly
[13:28:39] *** ChanServ sets mode: +v ctomc
[13:34:39] *** kolesovdv has quit IRC
[13:35:54] *** kolesovdv has joined #wildfly
[13:44:47] *** tsegismont_afk is now known as tsegismont
[13:47:13] *** kolesovdv has quit IRC
[13:50:40] *** kolesovdv has joined #wildfly
[13:57:41] *** balunasj has joined #wildfly
[13:57:41] *** ChanServ sets mode: +v balunasj
[14:07:10] *** kolesovdv has quit IRC
[14:07:51] *** kolesovdv has joined #wildfly
[14:08:43] *** maeste2 has joined #wildfly
[14:08:43] *** ChanServ sets mode: +v maeste2
[14:10:42] *** maeste has quit IRC
[14:14:44] *** rbenevides is now known as rbenevides|afk
[14:15:39] *** bbrowning_away is now known as bbrowning
[14:16:23] *** mbabacek|karm has joined #wildfly
[14:18:34] *** kolesovdv has quit IRC
[14:23:22] *** cmiranda has joined #wildfly
[14:25:20] *** pruivo is now known as pruivo_lunch
[14:25:38] *** kolesovdv has joined #wildfly
[14:26:46] *** cmiranda has left #wildfly
[14:30:17] *** kenfinnigan has joined #wildfly
[14:30:17] *** ChanServ sets mode: +v kenfinnigan
[14:34:04] *** kolesovdv has quit IRC
[14:34:10] *** emmartins has joined #wildfly
[14:34:47] *** frainone has joined #wildfly
[14:34:47] *** ChanServ sets mode: +v frainone
[14:35:30] *** rdng1 has joined #wildfly
[14:39:34] *** frainone has quit IRC
[14:42:29] *** frainone has joined #wildfly
[14:42:29] *** ChanServ sets mode: +v frainone
[14:52:45] *** whitingjr has quit IRC
[14:53:29] *** fjuma has joined #wildfly
[14:53:29] *** ChanServ sets mode: +v fjuma
[14:53:30] *** matzew is now known as matzew|Away
[15:06:06] *** mmatloka has quit IRC
[15:06:28] *** barreiro has joined #wildfly
[15:07:48] *** bobmcw has joined #wildfly
[15:07:49] *** ChanServ sets mode: +v bobmcw
[15:07:56] <bobmcw> hey stuartdouglas, happy belated birthday
[15:12:23] *** strykerawb has quit IRC
[15:16:49] *** strykerawb has joined #wildfly
[15:16:49] *** ChanServ sets mode: +v strykerawb
[15:21:42] *** whitingjr has joined #wildfly
[15:21:43] *** ChanServ sets mode: +v whitingjr
[15:22:01] *** bdaw_ has joined #wildfly
[15:22:02] *** ChanServ sets mode: +v bdaw_
[15:24:25] *** bdaw has quit IRC
[15:29:00] *** pruivo_lunch is now known as pruivo
[15:29:46] *** vineetreynolds has quit IRC
[15:39:45] *** tcrawley-away is now known as tcrawley
[15:40:40] *** elguardian has joined #wildfly
[15:40:41] *** elguardian is now known as egonzalez
[15:43:17] *** rhusar has quit IRC
[15:50:27] *** rsvoboda has quit IRC
[15:53:18] *** mbabacek|karm has quit IRC
[15:56:50] *** jsightler_afk is now known as jsightler
[15:58:30] *** ehsavoie_afk is now known as ehsavoie
[16:00:24] *** ozizka is now known as ozizka-mtg
[16:00:30] *** Ladicek has quit IRC
[16:06:51] *** ozizka-mtg is now known as ozizka
[16:07:11] *** ozizka is now known as ozizka-mtg
[16:18:48] *** kenfinnigan has quit IRC
[16:21:43] *** oskutka has quit IRC
[16:27:24] *** mkouba has quit IRC
[16:28:28] *** marekn has quit IRC
[16:31:09] *** mbabacek|karm has joined #wildfly
[16:34:03] *** kkhan_ has quit IRC
[16:34:35] *** kkhan has joined #wildfly
[16:34:35] *** ChanServ sets mode: +v kkhan
[16:38:20] *** jdcasey has joined #wildfly
[16:44:19] *** jmartisk has quit IRC
[16:45:58] *** rbenevides|afk is now known as rbenevides
[16:48:06] *** rajmahendra has joined #wildfly
[16:52:01] *** endir has quit IRC
[16:52:53] *** rajmahendra has quit IRC
[16:53:46] *** tremes has quit IRC
[16:54:43] *** rploski has joined #wildfly
[16:54:43] *** ChanServ sets mode: +v rploski
[16:55:16] *** strykerawb has quit IRC
[16:56:38] *** strykerawb has joined #wildfly
[16:56:39] *** ChanServ sets mode: +v strykerawb
[16:57:16] *** cmiranda has joined #wildfly
[16:57:42] *** plarsen has joined #wildfly
[16:57:42] *** ChanServ sets mode: +v plarsen
[16:58:49] *** rploski has quit IRC
[16:59:00] *** cmiranda has quit IRC
[17:07:09] *** matzew|Away is now known as matzew
[17:07:41] <rdng1> When I try to switch from jboss-remote-naming to EJB client api, I get:
[17:07:42] <rdng1> org.jboss.remoting3.UnknownURISchemeException: No connection provider for URI scheme "https-remoting " is installed
[17:08:29] <ctomc> rdng1 do yu have latest jboss-remoting jar?
[17:08:34] <rdng1> All the right classes are in the classpath, all I’ve changed it commented out jndi props and jboss-naming-client.properties stuff, and i defined them in jboss-ejb-client.properties
[17:08:50] <rdng1> connections worked with jboss-remote-naming
[17:09:00] <rdng1> ctomc: I’m using what comes with 8.2
[17:10:19] <rdng1> Do I still need to define org.jboss.naming.remote.client.InitialContextFactory as my initcontextfactory?
[17:10:49] *** jsightler is now known as jsightler_brb
[17:12:02] <ctomc> dmlloyd do we even have https-remoting protocol? isn't it just http-remoting with SSL_ENABLED =True?
[17:13:49] <rdng1> ctomc: it turns out that i had a trailing space on the param. check my error msg above
[17:14:32] <ctomc> ah
[17:19:49] <dmlloyd> yes we do
[17:20:03] <dmlloyd> it's not the same as http-remoting
[17:20:17] <dmlloyd> we establish with https, then we upgrade
[17:20:45] <dmlloyd> as opposed to remoting with SSL, where you establish with SSL then go directly to remoting protocol without going through http
[17:21:00] *** egonzalez has left #wildfly
[17:21:03] <dmlloyd> technically you could end up negotiating SSL twice if remoting tries to establish SSL after the upgrade
[17:21:21] <dmlloyd> I'm not sure if the upgrade code protects against that (or STARTTLS which has a similar potential problem)
[17:22:48] <dmlloyd> the canonical names of those protocols are remote+http and remote+https btw :)
[17:23:22] <rdng1> dmlloyd: since everything is proxied via 8080 now, is there even use for remote+http(s)?
[17:24:40] *** jmarley has joined #wildfly
[17:24:40] *** ChanServ sets mode: +v jmarley
[17:24:46] <dmlloyd> in fact, remote+http is the only useful protocol if only port 8080 is open
[17:24:52] *** bdaw_ has quit IRC
[17:25:02] <dmlloyd> http-remoting is just an old (wrong) name for remote+http
[17:25:11] <rdng1> oh really.
[17:25:14] <dmlloyd> yep
[17:25:20] * rdng1 changes his references
[17:25:28] <dmlloyd> unfortunately it slid under the radar until recently
[17:25:54] <dmlloyd> I'm sure the correct names will be supported in wildfly 9 but I'm not sure whether we got the fix in time for any 8.x release
[17:26:09] <rdng1> oh, ok
[17:27:04] <rdng1> and for http(s)-remoting-jmx, is that different?
[17:28:26] <dmlloyd> yeah that one is going away and will also be replaced with plain remote+http(s)
[17:28:34] <dmlloyd> it never should have been its own protocol
[17:28:39] <dmlloyd> and in fact it isn't
[17:28:56] <dmlloyd> and actively gets in the way of the connection-sharing stuff I'm working on
[17:29:01] <rdng1> ok. I just want jconsole/jvisualvm to still work so i can access my mbeans :)
[17:29:15] <dmlloyd> yeah we'll continue to support the old protocol names as aliases
[17:34:01] *** jsightler_brb is now known as jsightler
[17:34:30] *** ozizka-mtg is now known as ozizka
[17:39:55] *** mgoldmann is now known as mgoldmann|away
[17:41:20] <rdng1> is jboss-client.jar appropriate to bundle in an ear?
[17:42:53] *** rhusar has joined #wildfly
[17:46:10] *** mart1ns has joined #wildfly
[17:51:07] *** jpkroehling has quit IRC
[18:12:29] *** lanceball is now known as lance|afk
[18:20:42] *** lkrejci has joined #wildfly
[18:20:42] *** ChanServ sets mode: +v lkrejci
[18:27:07] *** emmanuel is now known as emmanuel_off
[18:30:36] <rdng1> I want to be able to specify at runtime remote.connection.default.username rather than in jboss-ejb-client.properties. will the jndi property remote.connection.default.username work?
[18:31:29] *** cvasilak is now known as cvasilak|away
[18:32:53] <rdng1> I would also like to specify the host at runtime as well, before I initiate the connection
[18:36:00] *** lkrejci has quit IRC
[18:36:31] *** iocanel has quit IRC
[18:39:32] *** cvasilak|away has quit IRC
[18:41:24] <dmlloyd> I don't know if there's a documented answer to that question
[18:41:43] <dmlloyd> one of the things I'm working on is consolidating client configuration (including auth info)
[18:41:49] <dmlloyd> and I can tell you now, at present it's a big mess
[18:42:06] <dmlloyd> every component pretty much does its own thing
[18:46:10] *** clichybi has quit IRC
[18:49:37] *** lance|afk is now known as lanceball
[18:49:41] *** lanceball is now known as lancbeall
[18:49:42] *** lancbeall is now known as lanceball
[18:51:07] *** tsegismont has quit IRC
[18:51:41] *** emmanuel_off is now known as emmanuel
[18:52:00] *** gastaldi has joined #wildfly
[18:52:00] *** ChanServ sets mode: +v gastaldi
[18:52:07] <gastaldi> stuartdouglas, happy birthday
[19:00:04] *** sannegrinovero has left #wildfly
[19:00:06] *** kenfinnigan has joined #wildfly
[19:00:06] *** ChanServ sets mode: +v kenfinnigan
[19:03:55] *** gastaldi has left #wildfly
[19:07:49] *** iocanel has joined #wildfly
[19:07:49] *** ChanServ sets mode: +v iocanel
[19:09:15] *** whitingjr has quit IRC
[19:09:49] *** iocanel has quit IRC
[19:10:57] <rdng1> dmlloyd: I’ve been pouring through authentication related stuff for weeks now. At least I have a handle on some of the quirks, and I do have a semi-functioning remote rich client now. I need to be able to cluster remote ejb calls, and I understand that is with the EJB client api, not jboss remote naming. I can set my host, user, and pass at runtime via JNDI initialcontext properties with jboss remote naming, but not EJB client api.
[19:11:21] *** rbenevides is now known as rbenevides|afk
[19:12:16] *** matzew is now known as matzew|Away
[19:12:31] *** darranl has quit IRC
[19:40:48] *** cmiranda has joined #wildfly
[19:42:13] *** cmiranda has left #wildfly
[19:46:06] *** matzew|Away is now known as matzew
[19:49:43] *** Elisha_ has joined #wildfly
[20:06:46] *** tcrawley is now known as tcrawley-away
[20:12:24]
<jbossbot> new jira [WFLY-4230] Module org.infinispan.client.hotrod references non-existing module com.google.protobuf [Open (Unresolved) Bug, Minor, Paul Ferraro] https://issues.jboss.org/browse/WFLY-4230
[20:12:26] *** tcrawley-away is now known as tcrawley
[20:17:04] *** obrut has joined #wildfly
[20:17:20] <obrut> hello... how to gracefully stop wildfly domain controller ? thanx
[20:27:33] *** rbenevides|afk is now known as rbenevides
[20:29:53] <obrut> anyone knows wtf is this error ? ERROR [org.hornetq.core.server] (default I/O-3) HQ224018: Failed to create session: HornetQClusterSecurityException[errorType=CLUSTER_SECURITY_EXCEPTION message=HQ119099: Unable to authenticate cluster user: HORNETQ.CLUSTER.ADMIN.USER], everything worked ok for several months and today it started to make trouble... we have one domain controller and 4 slaves, when one slave is started, everything o
[20:30:57] <obrut> I changed now "default" password for hornet in domain.xml of the domain controller and on the hosts, but it doesn't help
[20:33:36] *** zroubali has quit IRC
[20:36:05] *** baranowb has quit IRC
[20:38:35] *** baranowb has joined #wildfly
[20:38:43] *** baranowb has quit IRC
[20:39:38] *** mbabacek|karm has quit IRC
[20:40:55] *** kenfinnigan has quit IRC
[20:41:13] *** emmanuel is now known as emmanuel_off
[20:41:57] *** pruivo has quit IRC
[20:48:05] *** smeverts has joined #wildfly
[20:51:10] *** sdyarnell has left #wildfly
[20:52:49] *** sibercekirge has joined #wildfly
[21:02:04] <rdng1> obrut: if things worked for months and suddenly changed without your intervention, i’d suspect network changes first
[21:10:38] <stuartdouglas> bobmcw thanks :-)
[21:11:07] <rdng1> stuartdouglas: happy birthday, even though I don’t know you :)
[21:12:33] *** opalka has quit IRC
[21:13:36] <stuartdouglas> rdng1: thanks
[21:14:00] *** LaSombra has quit IRC
[21:14:05] <rdng1> stuartdouglas: mine is this saturday :)
[21:18:10] *** mart1ns has quit IRC
[21:20:04] *** cberndt has joined #wildfly
[21:22:15] *** ctomc has quit IRC
[21:23:46] *** emmanuel_off is now known as emmanuel
[21:28:49] *** iocanel has joined #wildfly
[21:28:50] *** ChanServ sets mode: +v iocanel
[21:32:40] *** jsanda has joined #wildfly
[21:32:40] *** ChanServ sets mode: +v jsanda
[21:34:58] *** ctomc has joined #wildfly
[21:34:59] *** ChanServ sets mode: +v ctomc
[21:45:03] <rdng1> It looks like org.jboss.ejb.client.PropertiesBasedEJBClientConfiguration receives its properties in the constructor. I grepped wildfly-master for new PropertiesBasedEJBClientConfiguration and found only one non-test reference in appclient/src/main/java in org.jboss.as.appclient.deployment.ApplicationClientStartProcessor. Is this the code that a remote client will use to create PropertiesBasedEJBClientConfiguration?
[21:46:38] <rdng1> It looks to me like ApplicationClientStartProcessor only consults a property file only. I looked into jboss-remote-naming code a couple weeks ago and found it merges environment with file properties, so I can define them in a non-static fashion.
[21:47:37] <rdng1> I’d like to use EJB client so I can take advantage of EJB clustering
[21:48:34] <rdng1> If clustering is possible in jboss-remote-naming, i’d just as soon use that, because other than clustering, I have that working with my beans
[21:50:45] <jbossbot> Title: Remote EJB invocations via JNDI - EJB client API or remote-naming project - WildFly 8 - Project Documentation Editor
[21:51:00] <rdng1> but I’m not making that final connection it seems
[21:53:06] *** iocanel has quit IRC
[21:53:59] <rdng1> If I can specify host, user, and password not in a properties file, but in a dynamic fashion, I could use EJB client api exclusively.
[21:58:57] *** kkhan has quit IRC
[21:59:02] *** kkhan_ has joined #wildfly
[21:59:03] *** ChanServ sets mode: +v kkhan_
[21:59:36] *** natedennis has quit IRC
[21:59:37] *** emmartins has quit IRC
[22:07:37] *** robinho86 has joined #wildfly
[22:10:19] *** robinho86 has quit IRC
[22:10:42] *** robinho86 has joined #wildfly
[22:20:49] *** ttarrant has quit IRC
[22:30:20] *** Bubba83 has joined #wildfly
[22:44:42] *** rdng1 has quit IRC
[22:50:10] *** doctau has joined #wildfly
[22:50:10] *** ChanServ sets mode: +v doctau
[22:59:05] *** wolfc has quit IRC
[23:00:46] *** rbenevides has quit IRC
[23:05:07] *** robinho86 has quit IRC
[23:05:14] *** emmanuel is now known as emmanuel_off
[23:06:03] *** ctomc has quit IRC
[23:07:39] *** jsightler is now known as jsightler_afk
[23:11:12] *** bbrowning is now known as bbrowning_away
[23:16:21] *** iocanel has joined #wildfly
[23:16:21] *** ChanServ sets mode: +v iocanel
[23:27:40] *** smeverts has quit IRC
[23:37:04] *** tcrawley is now known as tcrawley-away
[23:39:52] *** belong has joined #wildfly
[23:39:52] *** ChanServ sets mode: +v belong
[23:48:59] *** adietisheim has quit IRC
[23:49:17] *** jmarley has quit IRC
[23:54:40] *** iocanel has quit IRC
[23:57:22] *** barreiro has quit IRC