[00:00:05] *** nilian has quit IRC [00:24:37] *** rruss has joined #jbosstesting [00:30:23] *** aslak has quit IRC [00:41:32] *** lightguard_jp has quit IRC [00:50:44] *** bleathem has quit IRC [01:38:14] *** bleathem has joined #jbosstesting [01:38:30] *** bleathem has quit IRC [02:41:00] *** jamezp is now known as jamezp_afk [02:47:22] *** ianbrandt has quit IRC [04:13:44] *** ldimaggi has joined #jbosstesting [04:36:02] *** ALR has quit IRC [04:44:48] *** rruss has quit IRC [05:51:23] *** ldimaggi has quit IRC [07:23:27] *** rbattenfeld has joined #jbosstesting [07:23:35] *** rbattenfeld has left #jbosstesting [07:34:33] *** bgeorges has joined #jbosstesting [07:49:23] *** mgoldmann has joined #jbosstesting [07:58:14] *** bgeorges has quit IRC [08:06:39] *** aslak has joined #jbosstesting [08:06:59] *** vnvarsete has joined #jbosstesting [08:59:01] *** aslak has quit IRC [08:59:44] *** aslak has joined #jbosstesting [09:07:06] *** bgeorges has joined #jbosstesting [09:15:20] *** aslak has quit IRC [09:16:07] *** aslak has joined #jbosstesting [09:19:43] *** maschmid has joined #jbosstesting [09:20:10] *** aslak has quit IRC [09:20:46] *** aslak has joined #jbosstesting [09:23:30] *** aslak has quit IRC [09:24:07] *** aslak has joined #jbosstesting [09:27:40] *** aslak has quit IRC [09:28:17] *** aslak has joined #jbosstesting [09:34:05] *** aslak has quit IRC [09:34:47] *** aslak has joined #jbosstesting [09:35:01] *** pilhuhn has joined #jbosstesting [09:45:04] *** maeste has joined #jbosstesting [10:25:13] *** jeand_ has joined #jbosstesting [10:25:33] *** alesj has joined #jbosstesting [10:51:10] *** alesj has quit IRC [10:54:19] *** Jaikiran has joined #jbosstesting [10:56:25] *** alesj has joined #jbosstesting [10:58:07] *** jeand__ has joined #jbosstesting [11:01:10] *** jeand_ has quit IRC [11:19:50] *** bgeorges has quit IRC [12:08:15] *** vnvarsete has quit IRC [12:30:46] *** vnvarsete has joined #jbosstesting [12:37:35] *** OndraZizka has quit IRC [12:37:52] *** OndraZizka has joined #jbosstesting [13:09:29] <alesj> aslak: do we have some util in ARQ that parses web.xml for servlet mappings? [13:35:11] <aslak> alesj, ShrinkWrap Descriptors [13:35:25] <aslak> alesj, github.com/shrinkwrap/descriptors [13:41:49] *** ge0ffrey has joined #jbosstesting [13:59:55] *** aslak has quit IRC [14:01:18] *** jose_freitas has joined #jbosstesting [14:48:11] *** nilian has joined #jbosstesting [15:02:32] *** bgeorges has joined #jbosstesting [15:09:49] *** ldimaggi has joined #jbosstesting [15:16:26] *** ALR has joined #jbosstesting [15:16:57] *** vnvarsete has quit IRC [15:31:17] *** maschmid has quit IRC [16:27:25] *** Elisha has quit IRC [16:44:09] *** nilian has quit IRC [17:18:29] *** ldimaggi has quit IRC [17:21:11] *** ldimaggi has joined #jbosstesting [17:30:55] *** alesj has left #jbosstesting [17:36:38] *** ge0ffrey has quit IRC [17:37:12] *** jamezp_afk is now known as jamezp [17:37:42] *** maeste has quit IRC [17:47:15] *** bleathem has joined #jbosstesting [17:55:15] *** ldimaggi has quit IRC [18:10:20] *** rruss has joined #jbosstesting [18:10:52] *** rruss has quit IRC [18:23:40] *** pilhuhn has quit IRC [18:29:42] *** vtunka has quit IRC [18:31:24] *** OndrejZizka has quit IRC [18:31:55] *** OndrejZizka has joined #jbosstesting [18:50:44] *** ianbrandt has joined #jbosstesting [19:38:08] *** Jaikiran has quit IRC [20:17:12] *** mgoldmann has quit IRC [20:26:18] *** bgeorges has quit IRC [20:37:31] *** ldimaggi has joined #jbosstesting [20:40:00] *** jamezp_ has joined #jbosstesting [20:40:27] *** jamezp has quit IRC [20:40:35] *** jamezp_ is now known as jamezp [20:45:24] *** ianbrandt has quit IRC [20:52:04] *** dblevins has quit IRC [20:55:05] *** jeand__ has quit IRC [21:10:13] *** jeand__ has joined #jbosstesting [21:12:47] *** jamezp is now known as jamezp_afk [21:20:48] *** aslak has joined #jbosstesting [21:27:46] *** ianbrandt has joined #jbosstesting [21:41:14] <jose_freitas> aslak: hey [21:41:21] <aslak> jose_freitas, heya [21:41:56] <jose_freitas> good evening [21:42:30] <jose_freitas> you mention that you'd change the way to config jmx on arq-jboss7 [21:42:37] <jose_freitas> did you make any changes? [21:42:50] *** dblevins has joined #jbosstesting [21:44:00] <jose_freitas> mentioned* [21:45:06] <jose_freitas> something like that the default protocol would be servlet3 [22:01:22] <aslak> jose_freitas, default is still the jmx-as7 one [22:02:03] <aslak> jose_freitas, either use @OverProtocol("Servlet 3.0") on the @Deployment or you can activate it globally by adding arquillian/defaultProtocol type="Servlet 3.0" in arq.xml [22:02:42] <aslak> you need to add a dep to the arq-servlet-protocol in your project tho, it's not pulled in transitively [22:02:50] <jose_freitas> uhum [22:04:47] *** jeand__ has quit IRC [22:13:08] <jose_freitas> aslak: Caused by: java.lang.ClassNotFoundException: org.jboss.arquillian.container.spi.client.protocol.metadata.JMXContext [22:13:28] <jose_freitas> do I need any artifcat besides jboss-as-arquillian-container-remote ? [22:13:43] *** jamezp_afk is now known as jamezp [22:14:03] <jose_freitas> for jbossas7 [22:15:27] <dblevins> in what maven repo are the latest arquillian binaries published? [22:15:35] * dblevins is looking for org.jboss.arquillian:arquillian-junit:jar:1.0.0.Alpha5 specifically [22:17:32] <jose_freitas> dblevins [22:17:33] <jose_freitas> https://repository.jboss.org/nexus/index.html#nexus-search;quick~arquillian-junit [22:17:44] <jose_freitas> it seems that alpha5 is not there anymore [22:18:32] <aslak> jose_freitas, you need to update arq-junit-contianer to CR4 [22:19:20] <aslak> dblevins, you probably want org.jboss.arquillian.junit:arquillian-junit-container:1.0.0.CR4 [22:19:21] <jose_freitas> okay [22:19:49] <dblevins> aslak: so were those binaries actually removed from the repo? [22:22:29] *** alesj has joined #jbosstesting [22:26:33] <aslak> dblevins, not to my knowledge [22:27:59] <aslak> dblevins, it's there https://repository.jboss.org/nexus/service/local/repositories/releases/content/org/jboss/arquillian/arquillian-junit/1.0.0.Alpha5/arquillian-junit-1.0.0.Alpha5.pom [22:28:36] <aslak> this is what you want: https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/arquillian-junit/1.0.0.Alpha5/arquillian-junit-1.0.0.Alpha5.pom [22:31:51] <dblevins> aslak: yep, was just maven strangeness [22:32:05] <dblevins> trying the 1.0.0.CR4 anyway [22:35:40] <aslak> dblevins, a 'few' spi/api changed between CR4 and Alpha5 [22:35:53] <aslak> but depends on what your doing [22:40:22] *** ldimaggi has quit IRC [22:44:02] *** ldimaggi has joined #jbosstesting [22:56:18] *** jose_freitas has quit IRC [23:02:39] *** ldimaggi has quit IRC [23:14:24] *** dblevins has quit IRC