[00:03:28] *** f10 has joined #wildfly
[01:08:29] *** mbabacek|karm has quit IRC
[01:14:19] *** f10 has quit IRC
[01:25:17] *** jerr has joined #wildfly
[01:31:22] *** jerr has quit IRC
[02:55:29] *** Elisha has quit IRC
[03:32:24] *** plarsen has joined #wildfly
[03:32:24] *** ChanServ sets mode: +v plarsen
[04:38:56] *** plarsen has quit IRC
[05:07:30] *** Nivag has quit IRC
[05:46:47] *** AWizzArd has joined #wildfly
[05:47:25] <AWizzArd> I change a .java file containing a cdi bean, and I notice that this class file changes on disk, in the deployment folder.
[05:47:39] <AWizzArd> Yet I see no updated behaviour in the web page.
[05:48:00] <AWizzArd> When I change an .xhtml file then those are immediately visible.
[05:48:37] <AWizzArd> But changes on servlets or named beans or entity beans require a manual full publish.
[05:49:05] <AWizzArd> Is there a way to make it possible to get live updates?
[05:57:28] <doctau> AWizzArd: generally you need something like JRebel, or fakereplace
[05:57:41] <doctau> AWizzArd: changing jvm code at runtime is more complicated, due to the jvm's rules
[05:58:13] <doctau> AWizzArd: if you're using an IDE and the server is in debug mode, it can usually do simple changes without the other tools
[05:59:15] <AWizzArd> Okay I see.
[05:59:43] <AWizzArd> So I will probably end up just right-clicking my deployment in Eclipse and just do this full publish thing.
[05:59:50] <AWizzArd> Thanks for the explanation.
[06:00:03] <AWizzArd> Btw, on OpenShift I’m running a WildFly which does not list MySQL under deployments.
[06:00:20] <AWizzArd> On my local system however I see the MySQL connector listed there.
[06:00:24] <AWizzArd> Did I do something wrong?
[06:00:39] <doctau> you can either add JDBC drivers as a deployment or as a static module, I'm not sure what OpenShift does
[06:01:20] <AWizzArd> Maybe they have some magic ongoing, but on my local system I constantly run into problems.
[06:01:36] <AWizzArd> It seems than a “Clean” on the server in Eclipse also removes the MySQL connector.
[06:04:35] <doctau> if it's installed as a deployment (JDBC4 drivers can be), then maybe that's it
[06:06:12] <AWizzArd> Well yes, I manually placed the connector.jar in the folder …/standalone/lib/ext and then in the web management tool went to the Deployments tab and clicked on “Add” and proceeded from there.
[06:07:52] <doctau> hmm, I'm not sure how OpenShift sets it up
[06:08:04] <doctau> but EAP/WildFly doesn't normally have lib/ext dir
[06:08:21] <doctau> in any case, since you're adding it as a deployment, clearing the deployments will remove it
[06:32:19] *** jmartisk has joined #wildfly
[06:40:08] <AWizzArd> doctau: okay, I managed to do the same magic on my system
[06:41:07] <AWizzArd> I discovered that on OpenShift they placed the .jar in the folder <jboss>/modules/com/mysql/jdbc/main/
[06:41:25] <AWizzArd> And had a corresponding entry it the standalone.xml
[06:41:46] <AWizzArd> I copied that over, and now here too mysql is no longer listed as a deployment, but still simply works.
[06:45:01] <AWizzArd> doctau: also I discovered a fancy trick: the <deployment-scanner> tag accepts an attribute » auto-deploy-exploded="true" « => thanks to this now also changes in my cdi classes are recognized <3
[06:45:34] <doctau> that will trigger a redeployment on changes, which is basically the same as republishing in the IDE
[06:45:42] <doctau> so you'll lose any saved state like sessions
[06:46:12] <AWizzArd> Ah okay, I understand.
[06:46:53] <AWizzArd> So I will have to experiment with this a bit. At least for *some* developments this is a great time saver.
[06:47:21] <AWizzArd> As I won’t have to manually click this “Full Publish” button anymore.
[07:15:09] *** tremes has joined #wildfly
[07:15:36] *** baranowb has joined #wildfly
[07:36:25] *** doctau has quit IRC
[07:50:24] *** elguardian has joined #wildfly
[07:50:25] *** elguardian is now known as egonzalez
[08:05:56] *** ehsavoie has joined #wildfly
[08:05:56] *** ChanServ sets mode: +v ehsavoie
[08:06:03] *** zerick has joined #wildfly
[08:13:42] *** istudens has joined #wildfly
[08:31:18] *** istudens has quit IRC
[08:32:20] *** istudens has joined #wildfly
[08:33:10] *** opalka has joined #wildfly
[08:33:11] *** ChanServ sets mode: +v opalka
[08:38:43] *** oskutka has joined #wildfly
[09:12:11] *** pskopek has joined #wildfly
[09:12:11] *** ChanServ sets mode: +v pskopek
[09:44:08] *** tsegismont has joined #wildfly
[09:48:23] *** mbabacek|karm has joined #wildfly
[09:57:56] *** clichybi has joined #wildfly
[09:57:56] *** ChanServ sets mode: +v clichybi
[10:06:39] *** abstractj has joined #wildfly
[10:06:39] *** ChanServ sets mode: +v abstractj
[10:29:39] *** Elisha has joined #wildfly
[11:03:53] *** rmartinelli has joined #wildfly
[11:11:55] *** rmartinelli has quit IRC
[11:24:28] *** kkhan has joined #wildfly
[11:24:29] *** ChanServ sets mode: +v kkhan
[11:41:23] *** tsegismont has quit IRC
[11:47:36] *** tsegismont has joined #wildfly
[12:28:58] *** tsegismont has quit IRC
[12:32:32] *** clichybi has quit IRC
[12:33:10] *** clichybi has joined #wildfly
[12:33:10] *** ChanServ sets mode: +v clichybi
[12:42:33] *** tsegismont has joined #wildfly
[13:28:17] *** charta has joined #wildfly
[13:29:15] <charta> hello every1, happy NY2015.
[13:29:45] <charta> can't find way to make wildfly report other code than 404 during deployment
[13:30:14] <charta> I want to achieve HA setup with wildfly, but deployment ruins everything
[13:30:19] <charta> is that possible?
[13:41:23] *** winem_ has joined #wildfly
[13:50:16] *** tsegismont has quit IRC
[13:51:26] <charta> anybody knowing wildfly guts alive here?
[13:58:55] *** tsegismont has joined #wildfly
[14:08:17] *** moparsthbest has quit IRC
[14:12:31] *** pskopek has quit IRC
[14:12:53] <trebuh> ERROR [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "jms-mdb.jar" was rolled back with the following failure message: {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"jms-mdb.jar\".component.TestMessageBean.CREATE is missing [jboss.ra.activmq-ra]"]}
[14:13:19] <trebuh> Here is my error, I suspect the rar to be deployed but not activated.
[14:13:23] *** moparisthebest has joined #wildfly
[14:13:25] <trebuh> Any help?
[14:15:37] <charta> seems like everybody dead Today
[14:34:42] *** emmartins has quit IRC
[14:47:14] *** kenfinnigan has joined #wildfly
[14:47:14] *** ChanServ sets mode: +v kenfinnigan
[14:47:43] *** frainone has joined #wildfly
[14:47:43] *** ChanServ sets mode: +v frainone
[14:54:50] *** tcrawley-away is now known as tcrawley
[15:01:09] *** emmartins has joined #wildfly
[15:01:30] *** baranowb has quit IRC
[15:18:21] *** egonzalez has quit IRC
[15:18:38] *** elguardian has joined #wildfly
[15:18:39] *** elguardian is now known as egonzalez
[15:20:13] *** jmarley has joined #wildfly
[15:20:14] *** ChanServ sets mode: +v jmarley
[15:34:58] *** rdng1 has joined #wildfly
[15:41:52] *** charta has quit IRC
[15:55:18] *** jmartisk has quit IRC
[16:11:56] <rdng1> I can see my MBeans in standalone, but not domain
[16:12:07] <rdng1> via jconsole
[16:12:11] <rdng1> any ideas? :)
[16:12:14] *** jsightler has joined #wildfly
[16:12:14] *** ChanServ sets mode: +v jsightler
[16:13:05] *** jsightler is now known as jsightler_afk
[16:13:38] <rdng1> I modified the standard http-connector to use ssl, could that affect MBean exposure?
[16:14:40] *** egonzalez has left #wildfly
[16:15:04] *** jsightler_afk is now known as jsightler
[16:17:33] *** charta has joined #wildfly
[16:21:22] <rdng1> in domain mode, to access the mbeans in a deployed application, must you connect directly to the Host Controller, Process Controller, or Server process? Being separate JVMs, do the child processes expose their MBeans to the Host/Process Controller?
[16:25:59] *** clichybi has quit IRC
[16:26:42] *** clichybi has joined #wildfly
[16:26:42] *** ChanServ sets mode: +v clichybi
[16:29:48] <rdng1> it looks like I’m seeing Host Controller resources in the jconsole…
[16:34:23] *** jsightler has quit IRC
[16:55:23] *** dmlloyd_ has quit IRC
[16:56:23] *** dmlloyd has quit IRC
[16:57:16] *** plarsen has joined #wildfly
[16:57:16] *** ChanServ sets mode: +v plarsen
[17:00:55] *** pskopek has joined #wildfly
[17:00:56] *** ChanServ sets mode: +v pskopek
[17:01:05] *** istudens has quit IRC
[17:01:10] *** dmlloyd has joined #wildfly
[17:01:10] *** ChanServ sets mode: +v dmlloyd
[17:03:51] *** tremes has quit IRC
[17:59:41] <trebuh> hello again, I hava a rar that is deployed correctly, what should I add to the configuration so that it can be automatically activated? (I don't want to use the CLI interface to do it)
[18:00:43] *** kkhan has quit IRC
[18:14:56] *** oskutka has quit IRC
[18:16:16] *** oskutka has joined #wildfly
[18:36:16] *** adietisheim has joined #wildfly
[18:51:17] *** winem_ has quit IRC
[18:55:17] *** tsegismont has quit IRC
[19:24:02] *** oskutka has quit IRC
[19:26:12] <joshuaw> trebuh: The deployment scanner requires a marker file to trigger the deployment process. The following example uses the Unix touch command to create a new .dodeploy file.
[19:26:26] <rdng1> trebuh: what joshuaw said :)
[19:26:51] <joshuaw> trebuh: something like [user@host bin]$ touch $EAP_HOME/standalone/deployments/example.war.dodeploy
[19:32:40] <joshuaw> trebuh: even better are the docs from WildFly ;)
[20:13:27] *** elguardian has joined #wildfly
[20:18:16] *** adietisheim has quit IRC
[20:53:29] *** pskopek has quit IRC
[20:57:33] *** rhusar has joined #wildfly
[21:01:50] *** rbenevides has joined #wildfly
[21:01:51] *** ChanServ sets mode: +v rbenevides
[21:47:05] *** plarsen has quit IRC
[22:07:46] *** ehsavoie has quit IRC
[22:09:16] *** rbenevides has quit IRC
[22:13:17] *** kenfinnigan has quit IRC
[22:13:30] *** rdng1 has quit IRC
[22:28:09] *** jmarley has quit IRC
[22:28:29] *** opalka has quit IRC
[22:44:46] *** tcrawley is now known as tcrawley-away
[23:12:04] *** baranowb has joined #wildfly
[23:12:18] *** baranowb has quit IRC
[23:13:53] *** dmlloyd has quit IRC
[23:16:21] *** dmlloyd has joined #wildfly
[23:16:21] *** ChanServ sets mode: +v dmlloyd