[00:37:30] *** alesj has quit IRC [01:21:29] *** lazarotti has joined #jbosstesting [01:22:50] <lazarotti> guys, where is Arquillian jars? [01:23:11] <lazarotti> they are not in https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/ [01:29:08] <jamezp> lazarotti: We have browsing disabled on Nexus. Maybe this will help a bit https://repository.jboss.org/nexus/index.html#nexus-search;quick~arquillian. [01:30:05] <lazarotti> thanks jamezp [01:48:20] *** ldimaggi has joined #jbosstesting [01:54:54] *** lazarotti has quit IRC [02:05:42] *** OndraZizka has quit IRC [02:22:21] *** ianbrandt_ has joined #jbosstesting [02:22:30] *** ianbrandt has quit IRC [02:22:32] *** ianbrandt_ is now known as ianbrandt [02:26:59] *** ALR has joined #jbosstesting [02:27:34] *** johnament has joined #jbosstesting [02:28:16] *** jamezp is now known as jamezp_afk [02:43:18] *** ianbrandt has quit IRC [02:50:07] *** ianbrandt has joined #jbosstesting [03:16:41] *** bleathem has joined #jbosstesting [03:21:08] *** aaronwalker has joined #jbosstesting [03:37:40] *** ianbrandt has quit IRC [03:40:01] *** bleathem has quit IRC [03:42:53] *** OndraZizka has joined #jbosstesting [03:48:06] *** bleathem has joined #jbosstesting [04:00:43] *** johnament has quit IRC [04:05:20] *** bgeorges has joined #jbosstesting [04:10:08] *** bgeorges has quit IRC [04:10:24] *** bgeorges has joined #jbosstesting [04:20:57] *** bleathem has quit IRC [05:17:38] *** ALR has quit IRC [05:18:06] *** ALR has joined #jbosstesting [05:20:02] *** ALR has quit IRC [05:53:19] *** ldimaggi has quit IRC [07:23:28] *** jharting has joined #jbosstesting [07:27:21] *** mgoldmann has joined #jbosstesting [07:52:41] *** aaronwalker has quit IRC [07:59:26] *** vnvarsete has joined #jbosstesting [08:24:22] *** aaronwalker has joined #jbosstesting [08:24:41] *** alesj has joined #jbosstesting [08:27:58] *** oskutka has joined #jbosstesting [08:33:36] *** ge0ffrey has joined #jbosstesting [08:35:58] *** Jaikiran has joined #jbosstesting [08:54:45] *** aaronwalker has quit IRC [09:24:45] *** aslak has joined #jbosstesting [09:24:56] *** aslak has quit IRC [09:24:56] *** aslak has joined #jbosstesting [09:25:44] <aslak> lightguard_jp, delayed response: yes, surefire hack. part of http://jira.codehaus.org/browse/SUREFIRE-762 [09:25:44] <jbossbot> jira [SUREFIRE-762] Add support for test compile and test runtime separation [Open (Unresolved) New Feature, Major, Unassigned] http://jira.codehaus.org/browse/SUREFIRE-762 [09:33:37] *** aslak has quit IRC [09:34:13] *** aslak has joined #jbosstesting [10:13:53] *** maeste has joined #jbosstesting [10:35:15] *** aaronwalker has joined #jbosstesting [10:57:29] *** aaronwalker has quit IRC [10:58:39] <aslak> Jaikiran, hey [10:58:54] <Jaikiran> aslak: hi aslak [10:59:20] <aslak> Jaikiran, you remember the jboss as 6.1 logging.properties file issue Aljes had ? [10:59:32] <Jaikiran> aslak: yeah [10:59:40] <Jaikiran> i had sent him a patch for testing [10:59:47] <Jaikiran> not sure if he was able to test it [10:59:54] <aslak> Jaikiran, did it get resolved for 6.1 final ? [11:00:11] <Jaikiran> aslak: i don't think he was able to test it. it might not have made it to 6.1 [11:00:15] * Jaikiran checks mail [11:00:24] <aslak> Jaikiran, just got this report: ARQ-557 [11:00:26] <jbossbot> jira [ARQ-557] jbossas-managed-6 hangs with JBoss AS 6.1.0.Final [Open (Unresolved) Bug, Critical, Unassigned] https://issues.jboss.org/browse/ARQ-557 [11:00:44] <aslak> jharting, ^ [11:02:30] <jharting> hi aslak [11:02:38] <jharting> aslak: if you have a workaround I can test it [11:04:24] <Jaikiran> aslak: so it doesn't accept any requests? [11:04:24] <Jaikiran> i thought it was merely a logging issue where logs weren't printed [11:04:24] <aslak> Jaikiran, no, it just hangs [11:04:25] <aslak> workaround is to specify the logging.properties file, but without it, the whole server becomes very strange [11:04:25] <aslak> it deploys but fails a bit randomly if i remember correctly then just hangs [11:04:25] <Jaikiran> aslak: i have a patch. are you able to reproduce this somewhere where we can try out that patch? [11:04:26] <aslak> Jaikiran, i assume this will do it: https://github.com/arquillian/arquillian-container-jbossas [11:04:26] <aslak> the jbossas-managed-6 module, if you upgrade it to 6.1 [11:04:26] <aslak> or upgrade to 6.1 in the arq-showcase cdi module as the issue describes [11:04:26] <Jaikiran> so just mvn clean instal? [11:04:26] <Jaikiran> install [11:04:26] <aslak> yea [11:04:59] <aslak> jharting, add the logging.properties file to the javaVmArguments configuration in arq.xml [11:07:26] <aslak> jharting, -Dlogging.configuration=path/to/logging.properties [11:08:16] *** lightguard_jp has quit IRC [11:08:29] <jharting> aslak: any specific logging configuration? [11:08:52] <aslak> jharting, i've tested with the one that comes with the as dist [11:09:07] <aslak> bin/logging.properties [11:14:01] <jharting> aslak: still the same [11:15:00] <aslak> jharting, patebin your arq.xml [11:16:27] <jharting> aslak: http://pastebin.com/T4kG6kvB [11:18:08] <aslak> jharting, your using the 6.1 libs right ? [11:19:06] <jharting> aslak: I tried both 6.1 and 6.0 [11:24:21] <aslak> jharting, testing it here.. downloading the world for a bit [11:24:36] <jharting> aslak: ok [11:25:50] <jbossbot> git [arquillian-showcase] push master 8a58610.. Aslak Knutsen Upgrade to JBoss AS 7.0.1.Final. This release fixes the @ArquillianResource URL enrichment issues. [11:25:50] <jbossbot> git [arquillian-showcase] push master URL: http://github.com/arquillian/arquillian-showcase/compare/caef5c8...8a58610 [11:31:41] *** dabloem has joined #jbosstesting [11:38:18] <aslak> *sigh* nexus can be so slow sometimes.. [11:54:57] *** vnvarsete has quit IRC [11:57:45] *** maschmid has joined #jbosstesting [12:03:12] *** Jaikiran has quit IRC [12:07:10] *** lfryc has joined #jbosstesting [12:40:13] *** bgeorges has quit IRC [12:47:06] *** kevinpollet_ has joined #jbosstesting [12:54:36] *** kevinpollet_ is now known as kevinpollet [13:12:42] *** jose_freitas_aw has joined #jbosstesting [13:14:18] *** jose_freitas has quit IRC [13:43:34] *** oskutka has quit IRC [13:45:11] *** oskutka has joined #jbosstesting [13:46:44] *** jose_freitas has joined #jbosstesting [13:48:01] *** jose_freitas_aw has quit IRC [13:48:21] *** jose_freitas_aw has joined #jbosstesting [13:51:14] *** oskutka1 has joined #jbosstesting [13:51:19] *** jose_freitas has quit IRC [13:54:30] *** oskutka has quit IRC [13:59:51] <aslak> jharting, aa.. you need to use file:// it seems [14:02:44] *** jose_freitas_aw is now known as jose_freitas [14:05:47] *** jose_freitas_aw has joined #jbosstesting [14:07:21] *** jose_freitas has quit IRC [14:16:25] *** kevinpollet has quit IRC [14:16:49] *** jose_freitas has joined #jbosstesting [14:19:01] *** jose_freitas_aw has quit IRC [15:01:17] *** jose_freitas has quit IRC [15:07:30] *** ldimaggi has joined #jbosstesting [15:18:01] *** ALR has joined #jbosstesting [15:43:21] *** jose_freitas has joined #jbosstesting [15:48:59] *** bdlink has joined #jbosstesting [15:49:55] *** lfryc has quit IRC [15:52:36] *** lfryc has joined #jbosstesting [15:55:17] *** aaronwalker has joined #jbosstesting [16:03:02] *** jhalliday has joined #jbosstesting [16:04:21] <jhalliday> where do I need to stick the JAVA_OPTS to have arquillian run AS7 tests with the debugger enabled? standalone.sh? [16:05:19] <jose_freitas> jhalliday: managed version? [16:05:25] <jose_freitas> https://docs.jboss.org/author/display/ARQ/JBoss+AS+7.0+-+Managed [16:06:06] <jose_freitas> you can add configurations to javaVmArguments [16:06:15] <jose_freitas> in your arquillian.xml [16:13:55] *** nilian has joined #jbosstesting [16:22:58] *** stuartdouglas has quit IRC [16:25:30] *** ALR has quit IRC [16:26:30] <jhalliday> jose_freitas: yup that did the trick, thanks! [16:28:54] *** ALR has joined #jbosstesting [16:30:43] <jose_freitas> np [16:53:10] *** aaronwalker has quit IRC [16:57:31] *** oskutka1 has quit IRC [17:00:24] *** nilian has quit IRC [17:07:41] *** ldimaggi has quit IRC [17:18:03] *** stuartdouglas has joined #jbosstesting [17:21:06] *** ldimaggi has joined #jbosstesting [17:25:13] *** dabloem has quit IRC [17:27:37] *** dabloem has joined #jbosstesting [17:28:30] *** alesj has quit IRC [17:29:41] *** jamezp_afk is now known as jamezp [17:43:37] *** maschmid has quit IRC [17:53:28] <jharting> aslak: ok, I'll try that [18:06:24] *** jhalliday has quit IRC [18:07:48] <jharting> aslak: ok, it works [18:15:29] *** ge0ffrey has quit IRC [18:44:25] *** lfryc has quit IRC [18:44:32] *** mgoldmann has quit IRC [18:51:37] *** rbattenfeld has joined #jbosstesting [18:54:50] *** echelog-2` has joined #jbosstesting [18:54:50] *** echelog-2` is now known as echelog-2 [18:54:55] <ALR> I added 2 new subtasks to https://issues.jboss.org/browse/SHRINKDESC-54 [18:54:56] <jbossbot> jira [SHRINKDESC-54] Develop/split EE Spec and JBoss-specific descriptors in API / Impl Split [Open (Unresolved) Task, Major, Ralf Battenfeld] https://issues.jboss.org/browse/SHRINKDESC-54 [18:55:08] <ALR> "Allow Boolean values to be unset" [18:55:16] <ALR> SD-74 [18:55:40] <rbattenfeld> That is clear [18:55:51] <ALR> And "Come to naming scheme" SD-75, which is about determining desired package and class names. [18:56:11] *** jharting1 has joined #jbosstesting [18:56:47] *** jharting has quit IRC [18:57:05] <rbattenfeld> hmm, desired packages? what is it? [18:58:19] <ALR> rbattenfeld: Name by spec? Name by descriptor name? [18:58:30] <ALR> ie. cdi10 for Beans10Descriptor? [18:58:58] <ALR> Also for anyone following along: JavaDoc link is http://jboss.hudson.alrubinger.com/job/Descriptors_1.2.0-X/javadoc/ [18:59:33] *** bdlink has quit IRC [18:59:36] <ALR> Web Fragment separate package from web? [18:59:39] <ALR> Stuff like that. [19:00:11] <rbattenfeld> ok, naming is ok but merging to is difficult [19:01:08] *** tommysdk has joined #jbosstesting [19:01:17] <tommysdk> Hi all [19:01:19] *** jamezp has quit IRC [19:01:33] *** jharting1 has quit IRC [19:01:49] <rbattenfeld> hi tommydsk [19:02:08] <ALR> rbattenfeld: Explain "merging" is too difficult? [19:04:08] <ALR> rbattenfeld: Also I wonder about the naming conventions of some of our methods. [19:04:39] <ALR> http://jboss.hudson.alrubinger.com/job/Descriptors_1.2.0-X/javadoc/org/jboss/shrinkwrap/descriptor/api/ejbjar31/EjbJar31Descriptor.html#getAllDescription() > should be getAllDescriptionElements ? [19:05:27] <ALR> Similarly... getOrCreateXElement? Instead of gotOrCreateX (ie. getOrCreateRelationships) [19:05:48] <ALR> Same for "removeAll*" [19:05:52] <rbattenfeld> currently, each schema is isolated in an own package allowing nice isolation without any special programming. That's why packages are here. I don't see a problem with the packages at all [19:06:09] <ALR> "removeAllIcon" sounds odd. "removeAllIconElements" makes more sense to my eyes. [19:06:42] <ALR> rbattenfeld: The packages makes sense so long as they're consistent. [19:06:56] <ALR> "cdi10" is a spec [19:07:01] <ALR> "ejbjar31" is not. [19:07:05] <ALR> "ejb31" is a spec [19:07:24] <rbattenfeld> ok, that are only the names, right? [19:07:38] <ALR> So if the packages are giving the schema isolation, we have to name each by the descriptor type. [19:07:41] <ALR> Not the spec they're in. [19:07:49] <ALR> So cdi10 > beans10 [19:08:11] <ALR> webapp30 > web30 [19:08:14] *** jamezp has joined #jbosstesting [19:08:14] <ALR> Etc [19:08:16] <rbattenfeld> fine to me [19:08:28] <ALR> Cool [19:08:37] <ALR> That's all that issue means. I'll assign it to me. [19:08:54] <rbattenfeld> cool:-) [19:09:30] <jbossbot> git [arquillian-container-jbossas] push master 9dfa710.. Aslak Knutsen ARQ-558 Prepare for 1.0.0.CR2 release. Due to ARQ-559, DescriptorDeploymentTestCase is put on @Ignore until fixed [19:09:31] <jbossbot> jira [ARQ-558] Prepare JBoss AS Containers 1.0.0.CR2 [Open (Unresolved) Release, Major, Aslak Knutsen] https://issues.jboss.org/browse/ARQ-558 [19:09:32] <jbossbot> jira [ARQ-559] Arquillian does not add Descriptors API to deployment [Open (Unresolved) Bug, Major, Aslak Knutsen] https://issues.jboss.org/browse/ARQ-559 [19:09:32] <jbossbot> git [arquillian-container-jbossas] push master 4c59a6d.. Aslak Knutsen ARQ-558 prepare release 1.0.0.CR2 [19:09:32] <jbossbot> git [arquillian-container-jbossas] push master a1fbe98.. Aslak Knutsen ARQ-558 prepare for next development iteration [19:09:32] <jbossbot> git [arquillian-container-jbossas] push master URL: http://github.com/arquillian/arquillian-container-jbossas/compare/4ca8603...a1fbe98 [19:09:36] <jbossbot> git [arquillian-container-jbossas] push 1.0.0.CR2 URL: http://github.com/arquillian/arquillian-container-jbossas/compare/0000000...48b89d9 [19:09:57] <ALR> rbattenfeld: SD-74 looks good to go to you. [19:10:02] <ALR> I took the other two open ones. [19:10:42] <rbattenfeld> ok [19:11:03] <ALR> rbattenfeld: Leaving open, what are your thoughts on the removeAll* and getOrCreate* methods names above? [19:12:30] <rbattenfeld> I am open for these changes. totally fine:-) [19:14:50] <rbattenfeld> aslak: is this ok for you? [19:15:06] <ALR> rbattenfeld: OK, I'll open an issue for myself for that renaming. [19:15:19] <ALR> aslak: Then what I need from you is an approval on the SPI currently in master. [19:15:25] <ALR> I'm not sure if we finished with that review. [19:15:44] <ALR> I think the last remaining item there was whether we wanted to have Descriptor implement getImporter [19:15:51] <ALR> And if that could be reworked. [19:15:55] <aslak> yea [19:16:14] <ALR> aslak: OK, I'll look at that some more. [19:16:25] <ALR> And will do the other renaming. [19:16:26] <aslak> Basically a Importer does not care about the Descriptor [19:16:30] <ALR> Right. [19:16:47] <ALR> That's the only stitch I see now; I'm otherwise pretty happy w/ the SPI [19:16:48] <aslak> it's handled currently by super class etc, but.. [19:16:59] <aslak> yea [19:17:02] <ALR> k [19:17:04] <ALR> Meeting adjourned. [19:17:18] <ALR> rbattenfeld: So I'll make a new task for that renaming. [19:17:25] <ALR> And whichever of us gets to it first can have at it. [19:17:28] <aslak> rbattenfeld, ALR i know we don't like dates, but any dates on SD-54 ? [19:17:48] <ALR> I see no reason why end of next week we can't do Alpha. [19:17:49] <rbattenfeld> ALR: fine, it is much simpler than before [19:18:20] <ALR> aslak: Is Alpha sufficient for you? ARQ shouldn't need SD-54 for anything now. [19:18:30] <ALR> Though what you need is 1.1.x to go Beta [19:18:40] <aslak> ALR, no Arq is not need for SD-54, only for testing [19:18:43] <ALR> k [19:18:47] <aslak> ALR, Arq users on the other hand.. :) [19:18:50] <ALR> Allright. [19:18:54] <aslak> ALR, arq needs sd-spi beta [19:18:59] <ALR> I'll look to finish that SPI work this week [19:19:06] <ALR> And cut an SD 1.1.x Beta [19:19:10] <aslak> cool [19:19:11] <aslak> :) [19:19:16] <ALR> Then we'll merge the 1.2.0-X branch into master [19:19:21] <ALR> And alphas will fire from there. [19:19:32] <ALR> I'm outee. Pizza is here :D [19:19:44] <ALR> Enjoy travels, aslak [19:19:45] <rbattenfeld> super:-) [19:19:58] <rbattenfeld> enjoy:-) [19:20:00] <ALR> I see you in like...11 days! [19:20:03] <aslak> ALR, thanks.. [19:20:08] <aslak> yea! [19:20:12] <ALR> rbattenfeld: Where are you again? [19:20:12] <rbattenfeld> Thanks to all [19:20:18] <rbattenfeld> switzerland [19:20:24] <ALR> rbattenfeld: Ah yes. [19:20:34] <ALR> So just so you know...November is very Europe-y for me. [19:20:34] <aslak> ALR, well meet him at Jazoon next year.. ;) [19:21:02] <ALR> So if you find yourself at JAX London or W-JAX Munich or Devoxx... [19:21:10] <ALR> Ah Jazoooooooon. [19:21:16] <ALR> Hehe, OK, pizza. Priorities! [19:21:22] <rbattenfeld> interessting! [19:24:53] *** nickarls_ has joined #jbosstesting [19:26:47] <rbattenfeld> have a good evening to all [19:27:06] *** rbattenfeld has left #jbosstesting [19:27:09] *** nickarls has quit IRC [19:29:46] <jbossbot> git [arquillian-core] push master 8929f1a.. Aslak Knutsen ARQ-559 Add ShrinkWrap Descriptors API package to default Arquillian Deployment Appender, needed to load @Deployment Descriptor classes in container [19:29:47] <jbossbot> jira [ARQ-559] Arquillian does not add Descriptors API to deployment [Open (Unresolved) Bug, Major, Aslak Knutsen] https://issues.jboss.org/browse/ARQ-559 [19:29:48] <jbossbot> git [arquillian-core] push master URL: http://github.com/arquillian/arquillian-core/compare/10cd594...8929f1a [19:29:56] <jbossbot> git [arquillian-container-jbossas] push master 09fac82.. Aslak Knutsen ARQ-559 Reenabled Descriptor TestCase [19:29:57] <jbossbot> git [arquillian-container-jbossas] push master URL: http://github.com/arquillian/arquillian-container-jbossas/compare/a1fbe98...09fac82 [19:45:09] *** aslak has quit IRC [19:50:57] *** dblevins has quit IRC [19:58:58] *** dblevins has joined #jbosstesting [20:07:31] *** nickarls_ is now known as nickarls [20:12:33] *** aslak has joined #jbosstesting [20:12:33] *** aslak has joined #jbosstesting [20:57:05] *** ALR has quit IRC [21:00:26] *** jamezp is now known as jamezp_afk [21:12:35] *** lightguard_jp has joined #jbosstesting [21:13:08] *** lightguard_jp has quit IRC [21:13:34] *** lightguard_jp has joined #jbosstesting [21:46:34] *** tommysdk has quit IRC [21:57:21] *** maeste has quit IRC [22:04:31] *** jamezp_afk is now known as jamezp [22:21:08] *** kevinpollet has joined #jbosstesting [22:32:15] *** jose_freitas has quit IRC [23:00:20] *** dabloem has quit IRC [23:38:05] *** ldimaggi has quit IRC [23:49:27] *** kevinpollet has quit IRC