[00:07:38] *** aslak has quit IRC [00:14:06] *** kevinpollet has quit IRC [01:49:31] *** ldimaggi has joined #jbosstesting [03:01:42] *** dblevins has quit IRC [03:02:19] *** dblevins has joined #jbosstesting [03:23:50] *** rruss has joined #jbosstesting [03:25:04] *** rruss1 has joined #jbosstesting [03:28:16] *** rruss has quit IRC [03:30:58] *** rruss1 has quit IRC [03:31:12] *** rruss has joined #jbosstesting [04:50:30] *** ldimaggi has quit IRC [06:16:57] *** bleathem has joined #jbosstesting [06:35:37] *** bleathem has quit IRC [07:43:00] *** jharting has joined #jbosstesting [07:46:52] *** kpiwko has joined #jbosstesting [08:12:52] *** maeste has joined #jbosstesting [08:20:03] *** stuartdouglas has quit IRC [08:21:26] *** stuartdouglas has joined #jbosstesting [08:23:09] *** mgoldmann has joined #jbosstesting [08:29:20] *** ge0ffrey has joined #jbosstesting [08:48:06] *** maschmid has joined #jbosstesting [09:00:23] *** alesj has joined #jbosstesting [09:18:49] *** lfryc has joined #jbosstesting [09:19:20] *** jeand has joined #jbosstesting [09:25:02] *** oskutka has joined #jbosstesting [09:26:57] *** galderz has joined #jbosstesting [09:32:30] *** vnvarsete has joined #jbosstesting [10:02:27] *** jhuska has joined #jbosstesting [10:17:19] *** jeand_ has joined #jbosstesting [10:20:08] *** bgeorges has joined #jbosstesting [10:20:26] *** jeand has quit IRC [10:32:08] *** oskutka has quit IRC [10:32:16] *** vtunka has joined #jbosstesting [10:36:44] *** oskutka has joined #jbosstesting [10:51:14] *** bgeorges has quit IRC [10:59:26] *** vtunka has quit IRC [11:09:47] *** Jaikiran has joined #jbosstesting [11:34:09] *** blabno has joined #jbosstesting [11:34:44] <blabno> hello, i've got problem with Arquillian with TestNG on AS7 [11:35:38] <blabno> the problem is that @BeforeClass(alwaysRun = true) method throws exception (missing library) and it is not reported anywhere, surfire reports show success [11:39:26] *** rruss has quit IRC [11:40:38] *** Jaikiran has quit IRC [11:42:09] *** galderz has quit IRC [12:25:46] *** vtunka has joined #jbosstesting [12:45:38] <blabno> do i need to add jsfunit library to my shrinkwrapped test package? [12:51:56] *** galderz has joined #jbosstesting [13:35:56] *** mgoldmann_ has joined #jbosstesting [13:38:25] *** mgoldmann has quit IRC [13:47:55] *** alesj has quit IRC [14:10:09] <jose_freitas> hey kpiwko, do you think that we could have a public snapshot release of shrinkwrap-maven-resolver upstream? [14:10:32] <kpiwko> jose_freitas: hey [14:10:59] <kpiwko> jose_freitas: I think it would be much better to finish API cleanup [14:11:36] <kpiwko> jose_freitas: because I expect some incompatibilities between 1.0.0 and 1.1.0 because of that [14:12:06] <kpiwko> and thus having 1.1.0-SNAPSHOT with different api isn't a good idea imho [14:15:32] *** mgoldmann_ has quit IRC [14:15:40] *** mgoldmann has joined #jbosstesting [14:17:04] <jose_freitas> I understand your point, but I think that a snapshot version is a concept that fits this problem quite well. I was thinking more on an alpha1-snapshot though. [14:17:23] <jose_freitas> but np, I can wait for it too [14:18:08] <jose_freitas> My CI server is building code with snapshot versions that I have only locally, but I can compile them on the server machine too [14:22:30] *** nickarls has joined #jbosstesting [14:23:41] <blabno> guys, i've just found strange thing that JSFUnit uses org.jboss.arquillian.spi.AuxiliaryArchiveAppender while the only AuxiliaryArchiveAppender I have is in org.jboss.arquillian.container.test.spi.client.deployment [14:25:43] <blabno> for jsfunit-2.0.0.Beta1 [14:25:50] <blabno> i see in trunk it's already changed [14:37:18] <jose_freitas> blabno, the jsfunit.beta1 does not integrate with arquillian CR1+ [14:37:44] <jose_freitas> we're trying to release a beta2 version this week [14:38:04] <jose_freitas> actually we're trying since last week [14:38:05] <jose_freitas> hehehe [14:38:14] *** ldimaggi has joined #jbosstesting [14:38:58] <jose_freitas> blabno, if you like to give it a try before the official release you can download the source code on https://github.com/jsfunit [14:40:05] <jose_freitas> you'd like* [14:51:36] <blabno> jose_freitas: i'm building it right now:) [14:52:39] <jose_freitas> great [14:52:40] <jose_freitas> :) [15:07:45] *** jharting has quit IRC [15:12:32] *** rachmatowicz has joined #jbosstesting [15:13:23] *** ALR has joined #jbosstesting [15:16:59] <jose_freitas> hey ALR, good morning [15:17:00] <blabno> jose_freitas: should jsfunit attach some additional jars to _DEFAULT__NO-NAME_test.war? [15:17:11] <ALR> jose_freitas: Hiya [15:17:34] *** johnament has joined #jbosstesting [15:17:59] <jose_freitas> blabno: yeah [15:19:03] <jose_freitas> are you getting exceptions? [15:19:11] *** aslak has joined #jbosstesting [15:20:32] <blabno> jose_freitas: .NoSuchMethodError: org.testng.IHookCallBack.getParameters()[Ljava/lang/Object; [15:21:09] <blabno> here (http://community.jboss.org/message/596290), aslak suggests testng 5.14.6, but i already have it [15:21:31] <jose_freitas> blabno: hm. could you pastebin the whole stacktrace? [15:22:42] <blabno> jose_freitas: http://pastebin.com/DmzTEc9e [15:23:00] <ge0ffrey> What's the difference in ShrinkWrap between addAsResource and addAsDirectory? [15:24:13] <blabno> ge0ffrey: resources go to web-inf/classes in case of webarchive [15:24:48] <ge0ffrey> I am building a WebArchive and I do .addAsResource(new File("target/test-classes/")) [15:24:56] <aslak> ge0ffrey, addAsDirectory adds a directory to the Archive, not the content of the directory you add.. just a 'empty' directory node [15:24:57] <ge0ffrey> yet, I get NoClassDefFoundError: org/drools/guvnor/MyTestHelper [15:25:27] <ge0ffrey> aslak, blabno: tnx, the javadoc got me confused [15:26:08] <aslak> ge0ffrey, do a sysout archive.toString(Formatters.VERBOSE) [15:26:59] <ge0ffrey> checking [15:26:59] <johnament> ge0ffrey, i don't think you should be adding your tests directly.... [15:27:04] <aslak> blabno, pastebin the output of dependency:tree, seems like another testng version is being pulled in somewhere [15:27:33] <ge0ffrey> johnament: my tests need test helper classes, those aren't added automatically [15:27:37] <blabno> just a sec [15:27:56] <johnament> ge0ffrey, shouldn't you just call addClass(MyTestHelper.class) ? [15:28:06] <johnament> or addClasses() or addPackage() ? [15:28:14] <ge0ffrey> johnament: I have 100+ or more of those [15:28:41] <johnament> ge0ffrey, me too, i created a Util.addDefaultClasses() to add them all. [15:28:41] <ge0ffrey> and new onces are created regularly [15:28:47] <blabno> aslak: http://pastebin.com/BZHzaZTa [15:28:55] <blabno> there seem to be only one testng [15:28:57] <ge0ffrey> johnament: what does it do? [15:29:12] <johnament> ge0ffrey, adds the 100 or so base classes to my test archives. [15:29:27] <ge0ffrey> and new ones automatically too? [15:29:34] <johnament> ge0ffrey, no, you need to reference them [15:29:42] <johnament> ge0ffrey, most of what i add is at the package level [15:29:52] <blabno> johnament, ge0ffrey : how about .addPackages(true, "uk.co.johnkaldor.domain") [15:30:04] <johnament> blabno, that's mostly what i do today :-) [15:30:16] <jose_freitas> ge0ffrey, johnament : if you're adding a lot of dependency class, you might want to try to add through a pom. with shrinkwrap maven resolver [15:30:44] <ge0ffrey> jose_freitas: using that too, but the maven resolver does't pick up the test-classes [15:31:44] <ge0ffrey> jose_freitas: and afaik, it forgets about setting WebResources as webresources etc. It only does WEB-INF/lib, nothing under WEB-INF or WEB-INF/classes? [15:32:05] *** pgmjsd has joined #jbosstesting [15:32:13] <jose_freitas> yes, it's just for dependencies [15:32:43] <johnament> ge0ffrey, shrinkwrap doesn't automatically build your bundle. you need to tell it what goes where. [15:32:46] <ge0ffrey> aslak: /WEB-INF/classes/test-classes/org/drools/guvnor/MyTestHelper.class => the "test-classes" is to much [15:33:04] <aslak> ge0ffrey, yea, there is a open bug on that one [15:33:27] <aslak> ge0ffrey, but you probably only hvae like two sub folders at most right ? [15:33:29] *** oskutka has quit IRC [15:33:49] <aslak> so add target/test-classes/org and test-classes/META-INF or similar [15:33:56] <ge0ffrey> alsak: yep [15:34:15] *** Jaikiran has joined #jbosstesting [15:34:34] <aslak> SHRINKWRAP-299 [15:34:36] <jbossbot> jira [SHRINKWRAP-299] addAsResources() does not remove /classes segment when adding output directory to deployment [Open (Unresolved) Bug, Major, Unassigned] https://issues.jboss.org/browse/SHRINKWRAP-299 [15:40:43] *** vnvarsete has quit IRC [15:40:55] <jose_freitas> ALR: are we going to use maven-release plugin for JSFUnit release? [15:41:32] <ge0ffrey> johnament: I 've created an issue feature to have get a facade method that handles the entire pom.xml for us (not just the dependencies): https://issues.jboss.org/browse/SHRINKWRAP-325 [15:41:33] <jbossbot> jira [SHRINKWRAP-325] Maven based shrinkwrap WebArchive creator that adds all WEB-INF descriptors, classes, test classes and webapp resources too (not just dependencies and test dependencies) [Open (Unresolved) Feature Request, Critical, Unassigned] https://issues.jboss.org/browse/SHRINKWRAP-325 [15:41:41] <ALR> jose_freitas: I'm not sure. We should. [15:41:43] <jose_freitas> ALR, although stan said that mvn release screw it up, I think that it might worth a shot [15:41:52] <ALR> The other process is subject to user error [15:42:23] <ALR> Also since the Maven Release Plugin is now screwing up...it's a sign that the POM is messed up [15:42:31] <ALR> If you wanna look into it more that'd be nice. [15:42:59] <johnament> i wish when your pom was bad, that maven told you why [15:43:05] <ALR> I keep on poking into it here and there, but this week I've gotta get out SD-84, a talk at JavaZone, and some AS7 stuff [15:43:27] <johnament> instead of the BS i deal with with having to ignore tests to force 2x builds of my code. [15:45:17] <jose_freitas> ALR: hm, ok. I'm going to work on int [15:45:19] <jose_freitas> it* [15:45:35] <ALR> jose_freitas: "mvn release:clean release:prepare release:perform" [15:45:59] <ALR> You should be able to get to the point where you get an error when it tries to tag and push that upstream [15:46:14] <johnament> aslak, any comments about CDI + JMS? [15:46:56] <aslak> johnament, yea! [15:47:00] <aslak> yeay! [15:47:11] <aslak> johnament, would be nice.. hehe [15:47:26] <aslak> johnament, anything specific ? i think i missed the proposal you were writing up [15:47:31] <ge0ffrey> johnament: are you on maven 3 already? Maven 3 does give warnings at the beginning of a log if it's bad. Also try "mvn validate" [15:47:54] <johnament> aslak, yeah, the proposal from the EG. we have a conference call in 14 mins on it [15:47:55] <blabno> strange on debug i see i'm on line 769 in org.testng.internal.MethodHelper and there is no such line in sources of 5.14.6 [15:48:02] <jose_freitas> ALR: ok [15:48:02] <johnament> I'm trying to solicit community feedback [15:48:38] <johnament> blabno, did mvn dependency:tree show the same version you were expecting? [15:48:47] <blabno> yes [15:49:44] <aslak> johnament, is it exposed anywhere? [15:49:55] * aslak finds the jms spec java.net page very confusing [15:50:11] <johnament> aslak, should be on the mailing list archives [15:51:08] <aslak> jsr-343-observers list: There is currently no online archive of past messages. [15:51:19] <aslak> jsr-343-eg list: There is currently no online archive of past messages. [15:52:09] <aslak> and it states, please don't use the jsr-343-observers list, use the jsr-343-users list.. [15:52:29] <aslak> lookin at the info there should be a online archive for that, but the link takes me back to the same confusing page i'm allready on [15:52:53] <aslak> aa, online archive for those that has joined.. [15:53:00] <aslak> how convenient.. [15:53:14] <aslak> in case google collapsed [15:53:15] *** jamezp_afk is now known as jamezp [15:54:25] <aslak> found it.. :) [15:55:57] <blabno> hm, i've removed testng from local repo and the error disapeared, but i don't see any additional jars in shrinkwrapped archive (like jsfunit-arquillian.jar) [15:57:12] <jose_freitas> blabno, have you added jsfunit-arquillian ? [15:57:49] <blabno> jose_freitas: no, but isn't it generated on the fly by JSFUnitArchiveAppender? [15:58:01] <jose_freitas> yes [15:58:05] <jose_freitas> but have you added <artifactId>jsfunit-arquillian</artifactId> ? [15:58:06] <blabno> its arquillian-jsfunit.jar actually [15:58:12] <blabno> yes [15:58:15] <blabno> to pom [15:58:18] <jose_freitas> yes [15:59:33] <blabno> and i even get on debug to JSFUnitArchiveAppender.createAuxiliaryArchive [16:01:15] <jose_freitas> it doesnt enter createAuxiliaryArchive? [16:01:31] <blabno> jose_freitas: it does [16:02:26] <ALR> aslak: Latest SD is released. [16:02:33] <ALR> aslak: If you like it I'll make it Beta1 [16:02:41] <aslak> ok [16:03:33] <aslak> ALR, you on the arq part or ? [16:03:44] <ALR> aslak: ARQ upgrade? [16:03:48] <ALR> Pull request already in. [16:04:01] <aslak> aa [16:04:38] <aslak> and what a pull request [16:04:40] <aslak> :) [16:06:52] <ALR> aslak: It took me the better part of the day. [16:07:02] <ALR> I used XSLT to change that line. :P [16:07:07] <aslak> hehe [16:12:04] *** mbg has quit IRC [16:18:37] *** kpiwko has quit IRC [16:39:13] <blabno> jose_freitas: i'm getting IllegalStateException: Can not find HttpSession. Make sure JSFUnitFilter has run and your test extends org.apache.cactus.ServletTestCase. [16:39:35] <blabno> so it looks like JSFUnitFilter is not registered [16:40:01] <jose_freitas> what container? [16:40:06] <blabno> as7 [16:40:40] <jose_freitas> that's an weird exception [16:40:44] <blabno> the web-fragment is present in my archive and i thought JSFUnitArchiveAppender will add apropriate stuff to META-INF so that jsfunit be on classpath [16:40:51] <aslak> blabno, you need to use the Servlet protocol with AS7 [16:41:08] <blabno> where do i set it aslak? [16:41:09] <aslak> add <defaultProtocol type="Servlet 3.0" /> to your arq.xml [16:41:12] <jose_freitas> oh yes, true [16:41:29] <aslak> and add a dep to org.jboss.arquillian.protocol:arquillian-protocol-servlet [16:41:34] <jose_freitas> I'll do a forge plugin to add jsfunit-arquillian to the project [16:41:51] <blabno> sorry guys, for this, but it's hard to keep up with changes [16:41:52] <blabno> :) [16:42:03] <aslak> jose_freitas, sounds like a good extension to the arq forge plugin.. add jsfunit, add drone etc [16:42:41] <johnament> i need a forge plugin to add forge support to a project :/ [16:42:53] <jose_freitas> I was thinking on a separate plugin aslak, cause jsfunit could be installed for cactus/cargo too. [16:43:22] <aslak> at some point one would thing forge would do more then add maven deps.. ;) [16:43:25] <jose_freitas> but maybe for arquillian integration we could extend arq-plugin to call jsfunit plugin [16:44:29] <aslak> jose_freitas, they could be coupled via forge events. tho not quite sure how they ended up. been a while since i've looked at it [16:44:42] <jose_freitas> btw blabno: could you fire a jira about the message: "Make sure JSFUnitFilter has run and your test extends org.apache.cactus.ServletTestCase" [16:44:54] <blabno> yes [16:44:57] <jose_freitas> it could confuse the users. [16:45:12] <jose_freitas> thanks blabno :) [16:45:55] <jose_freitas> blabno: take a look at arquillian-examples on jsfunit source code [16:46:11] <blabno> ok [16:46:40] <aslak> ALR, looks good from my side [16:47:13] <ALR> aslak: Cool. [16:47:25] <ALR> Bartosz has some idea maybe for more refactoring [16:47:35] <ALR> But aside from that it'll be Beta time for SD [16:48:02] <aslak> ALR, the alg ? [16:48:15] <aslak> ALR, or the attribute query ? [16:48:43] <ALR> Not the algorithm, just the user view. [16:48:53] <aslak> aa [16:48:55] <jose_freitas> blabno, you'll basically need to add servlet-protocol, jsfunit-arquillian, and <defaultProtocol type="Servlet 3.0" />. and @Inject JSFSession, JSFClient and JSFServer is not supported anymore [16:48:55] <ALR> I introduced the get queries as enums. [16:49:04] <ALR> So we might expand that pattern. [16:49:24] <aslak> ALR, didn't he revert that ? [16:49:26] <jose_freitas> blabno: instead you need to use @JSFUnitResource [16:49:31] <ALR> aslak: Do you have a step-down power converter? [16:49:39] <blabno> jose_freitas: thank you very much [16:49:43] <aslak> ALR, no, sorry [16:49:58] <jose_freitas> I should blog about that [16:50:00] <ALR> aslak: Yes, but only because he needed a base class for his queries. Then I put the enum singletons atop his work in my commit. [16:50:11] <aslak> aa [16:50:19] <ALR> aslak: My electric razor might explode if I plug it in. [16:50:36] <aslak> ALR, never quite understood your enum fransic there but.. [16:50:57] <aslak> ALR, only two days til you'll be up in the wilderness.. noone cares how you look :) [16:53:17] <ALR> aslak: Enum just because the stuff is low-level. We never know who's going to loop what over it. [16:53:27] <ALR> And instance creation can be avoided in a singleton model [16:53:30] <ALR> The thing has no state [16:53:38] <ALR> So I use enums for the singleton [16:53:43] <ALR> That's all the reasoning really. [16:55:18] <aslak> ALR, why did you reopen ARQ-564, we already have ARQ-581 [16:55:19] <jbossbot> jira [ARQ-564] Upgrade to stable, back-compat ShrinkWrap Descriptors [Reopened (Unresolved) Task, Major, Andrew Rubinger] https://issues.jboss.org/browse/ARQ-564 [16:55:20] <jbossbot> jira [ARQ-581] Upgrade to ShrinkWrap Descriptors 1.1.0-beta-1 [Open (Unresolved) Component Upgrade, Blocker, Andrew Rubinger] https://issues.jboss.org/browse/ARQ-581 [16:55:37] <ALR> aslak: Didn't consider 581 [16:55:52] <ALR> And 564 was set to ARQ 1.0.0 .Final, which wasn't released yet [16:56:00] <ALR> So we can re-resolve it if ya want. [16:56:09] <ALR> Also I renamed 564 [16:56:16] <ALR> So now it's basically a dupe of 581 [16:56:26] <ALR> We should choose one and go with it I think. [16:56:27] <aslak> yea, i see that [16:56:33] <ALR> Probably close 581 as the dupe [16:56:37] <ALR> And just use 564. [16:56:56] <aslak> except 581 had more info on it.. :) [16:57:13] <aslak> has [16:57:27] <ALR> Copy as appropriate? [16:57:35] <ALR> 564 already has commits linked against it [16:58:36] <aslak> not upstream.. :) [16:59:10] <ALR> No? I thought you put the 1.1.0-alpha-4 upgrade upstream [16:59:40] <ALR> aslak: Yep: https://github.com/arquillian/arquillian-core/commit/54e0c350d6d08e721ee62f6345f7ea218f406c76 [16:59:40] <jbossbot> git [arquillian-core] 54e0c35.. Andrew Lee Rubinger [ARQ-564] Upgrade to ShrinkWrap Descriptors 1.1.0-alpha-4 [16:59:41] <jbossbot> jira [ARQ-564] Upgrade to stable, back-compat ShrinkWrap Descriptors [Reopened (Unresolved) Task, Major, Andrew Rubinger] https://issues.jboss.org/browse/ARQ-564 [17:00:13] <ALR> aslak: Or maybe I pushed that one up while you were away. [17:00:44] <aslak> ALR, Alpha4 sure.. thought you ment the new Alpha5 upgrade [17:01:25] <ALR> Nope, just that there are a few commits liked to the issue [17:01:27] *** rruss has joined #jbosstesting [17:01:34] *** mbg has joined #jbosstesting [17:02:47] <johnament> aslak, ping [17:05:22] <blabno> jose_freitas: may this be a problem that I use testNT? [17:05:28] <blabno> testNG [17:06:01] *** mbg has quit IRC [17:06:20] <aslak> johnament, pong [17:08:06] <johnament> aslak, is there somethign special i need to do to enable a specialized bean [17:08:24] <aslak> specialized? [17:10:01] *** mgoldmann has quit IRC [17:10:14] <aslak> johnament, you mean alternative ? [17:11:12] *** bleathem has joined #jbosstesting [17:12:22] <johnament> javax.enterprise.inject.Specializes [17:12:26] <johnament> aslak, ^^ [17:14:10] <blabno> jose_freitas: it's strange, but jsfunit example works and mine app doesnt unless i add <container qualifier="jboss7" default="true">... to arquillian.xml [17:15:37] <aslak> johnament, hmm, not sure [17:15:45] <aslak> gotta run.. [17:15:48] <aslak> see you in a few ALR [17:16:02] <ALR> aslak: Yeah, getting in the shower [17:16:12] <ALR> With any luck should take me 15 minute walk [17:16:15] <ALR> So leaving in 30 [17:18:19] *** mbg has joined #jbosstesting [17:20:48] <blabno> jose_freitas: JSFUNIT-286 [17:20:50] <jbossbot> jira [JSFUNIT-286] Confusing "Make sure JSFUnitFilter has run and your test extends org.apache.cactus.ServletTestCase" [Open (Unresolved) Enhancement, Major, Stan Silvert] https://issues.jboss.org/browse/JSFUNIT-286 [17:27:56] *** bleathem is now known as bleathem_away [17:28:06] <jose_freitas> blabno: hm, I didn't test it with TestNG [17:28:18] <jose_freitas> but I suppose it should not be a problem [17:28:31] <jose_freitas> since arquillian is probably working correctly with it [17:28:33] <blabno> well, anyway, it works now [17:28:47] <jose_freitas> with TestNG? [17:28:53] <blabno> yes [17:28:56] <jose_freitas> great [17:29:00] <jose_freitas> :) [17:29:07] <blabno> that "<container qualifier" was needed [17:29:20] <jose_freitas> hm [17:29:22] <blabno> well, i think i found a bug in arquillian and testng but need to investigate on it tommorow [17:29:43] <blabno> looks like @BeforeClass(alwaysRun = true) method throws exception (missing library) and it is not reported anywhere, surfire reports show success [17:30:18] <blabno> i meant "looks like if @BeforeClass" [17:31:15] <blabno> ok, i must be going, see you tommorow [17:31:26] *** blabno has quit IRC [17:35:00] *** jose_freitas has quit IRC [17:44:44] *** bmajsak has joined #jbosstesting [17:47:52] *** bmajsak has quit IRC [17:48:11] *** bmajsak has joined #jbosstesting [17:50:06] *** bmajsak has joined #jbosstesting [18:04:25] *** maeste has quit IRC [18:06:09] *** vtunka has quit IRC [18:17:05] *** maschmid has quit IRC [18:20:30] *** bleathem_away is now known as bleathem [18:20:41] *** kevinpollet has joined #jbosstesting [18:23:09] *** johnament has quit IRC [18:31:51] *** lfryc has quit IRC [18:43:12] *** ge0ffrey_ has joined #jbosstesting [18:44:18] *** ge0ffrey has quit IRC [18:53:57] *** bmajsak has quit IRC [18:57:00] *** jose_freitas has joined #jbosstesting [18:57:06] *** dblevins_ has joined #jbosstesting [18:59:04] *** rbattenfeld has joined #jbosstesting [18:59:57] *** dblevins has quit IRC [19:34:32] <jose_freitas> ALR: any restriction on using maven-release 2.2.1 ? [19:34:36] <jose_freitas> instead of 2.0 [19:35:09] *** dblevins has joined #jbosstesting [19:36:52] *** dblevins_ has quit IRC [19:41:05] *** blabno has joined #jbosstesting [19:43:45] *** rbattenfeld has left #jbosstesting [19:45:47] *** Jaikiran has quit IRC [20:01:25] *** jhuska has quit IRC [20:07:36] *** kevinpollet has quit IRC [20:18:46] *** galderz has quit IRC [20:45:18] *** ge0ffrey_ has quit IRC [21:00:09] *** jose_freitas_aw has joined #jbosstesting [21:00:13] *** jose_freitas_aw has quit IRC [21:01:43] *** jamezp is now known as jamezp_afk [21:01:50] *** jose_freitas has quit IRC [21:10:33] <bleathem> ALR ping [21:28:01] *** johnament has joined #jbosstesting [21:41:09] *** jose_freitas has joined #jbosstesting [21:41:17] *** lightguard_jp has joined #jbosstesting [21:51:14] *** blabno has quit IRC [21:58:59] *** jamezp_afk is now known as jamezp [22:01:02] *** jose_freitas_aw has joined #jbosstesting [22:02:34] *** jose_freitas has quit IRC [22:10:48] *** jose_freitas_aw has quit IRC [22:15:28] *** jose_freitas has joined #jbosstesting [22:22:02] *** jose_freitas_aw has joined #jbosstesting [22:23:58] *** jose_freitas has quit IRC [22:31:33] *** jose_freitas has joined #jbosstesting [22:32:56] *** jose_freitas_aw has quit IRC [22:48:20] *** jeand_ has quit IRC [22:50:40] *** bleathem is now known as bleathem_away [23:00:34] *** ldimaggi has quit IRC [23:24:31] *** jose_freitas has quit IRC