[00:05:22] *** mbg has quit IRC [00:10:53] *** aslak has quit IRC [00:15:42] *** jose_freitas has quit IRC [00:35:42] *** mhuniewicz has quit IRC [01:08:59] *** maeste has quit IRC [01:11:40] *** lightguard_jp is now known as lightguard_aw [01:24:40] *** aaronwalker has joined #jbosstesting [01:58:07] *** jose_freitas has joined #jbosstesting [02:01:42] *** jose_freitas has quit IRC [02:14:40] *** bobmcw has joined #jbosstesting [02:15:53] *** gastaldi has joined #jbosstesting [02:33:48] *** ldimaggi has joined #jbosstesting [03:29:52] *** gastaldi has left #jbosstesting [03:32:19] *** k4ffee has quit IRC [03:36:17] *** k4ffee has joined #jbosstesting [03:40:12] *** dblevins_ has joined #jbosstesting [03:43:43] *** dblevins has quit IRC [04:02:34] *** gegastaldi has joined #jbosstesting [04:04:26] *** gegastaldi is now known as gastaldi [04:08:26] *** gastaldi has left #jbosstesting [04:17:59] *** dblevins_ has quit IRC [04:18:18] *** gegastaldi has joined #jbosstesting [04:18:49] *** gegastaldi has left #jbosstesting [04:19:53] *** dblevins has joined #jbosstesting [05:43:33] *** ldimaggi has quit IRC [06:07:45] *** aslak has joined #jbosstesting [06:08:12] *** bgeorges has joined #jbosstesting [06:10:50] <adriancole> aslak you're up early [06:11:52] <aslak> adriancole, heya, yea, trying to get some work done before the sun comes up and make my head into a blob [06:12:31] <aslak> adriancole, vikings don't tolerate the heat to well.. :) [06:13:22] <adriancole> you have heat? [06:13:33] <adriancole> hey.. I am so happy.. going to javazone man! [06:14:43] <aslak> yea, quite nice weather at the moment. my office has sun from around noon til midnight. get's to warm, working on getting a fan :) [06:15:05] <aslak> adriancole, yea, i saw the tweet. awesome! [06:15:18] <aslak> adriancole, andrew got a arq talk accepted as well [06:17:13] <adriancole> wow :) [06:17:26] <adriancole> glad to hear we'll be in good company [06:17:31] <aslak> :) [06:17:44] <aslak> adriancole, you planning on joining the speaker walk ? [06:17:46] <adriancole> I've decided to pull the jboss bootstrap code out of "RunScriptData" :) [06:17:54] <adriancole> aslak yeap [06:18:16] <aslak> adriancole, should be quite a nice trip [06:18:44] <adriancole> is esperanza coming with? [06:19:12] <aslak> the walk? don't know, haven't spoken about it hehe [06:21:08] <adriancole> emie wants to go [06:21:15] <adriancole> I already bought the flight tickets too [06:21:26] <aslak> :) [06:21:28] <aslak> sweet [06:21:42] <aslak> the boys are back in town.. [06:21:43] <adriancole> put in a request in airbnb for lodging, but dude is not respondong [06:21:48] <adriancole> yeah! [06:21:50] * aslak humms [06:23:11] <aslak> didn't the news come out yesterday? :) [06:23:34] <adriancole> eh? [06:23:37] <adriancole> which news? [06:24:11] <aslak> jz acceptance? [06:24:44] <adriancole> yep [06:24:54] <adriancole> airbnb is my response [06:25:02] <adriancole> trying to secure a cool place [06:25:24] <adriancole> maybe I should just go with whatever hotel it is.. [06:27:15] <aslak> hmm.. haven't seen airbnb before [06:27:34] <adriancole> there's a guy with a blonde beard renting his flat [06:27:41] <adriancole> :) [06:27:42] <aslak> heh [06:29:56] <adriancole> I use airbnb all the time [06:30:02] <adriancole> that and vrbo.com [06:30:13] <adriancole> normally you can get a flat cheaper than a hotrl [06:30:17] <aslak> no hassle ? [06:30:20] <adriancole> nope [06:30:29] <adriancole> paypal, direct credit card, etc [06:30:35] <adriancole> payments a breeze [06:30:41] <adriancole> only one disappointment [06:30:45] <adriancole> but that was minor [06:31:09] <adriancole> mainly someone said their place was walkable when it was far away in the austin summer heat :) [06:31:12] <adriancole> only grip [06:31:16] <adriancole> gripe really [06:31:20] <aslak> hehe [06:31:21] *** mbg has joined #jbosstesting [06:31:44] <aslak> mbg, hey, what was the question you had last night, TestEnrichers? [06:34:03] <mbg> aslak: hi aslak. why, it's still the same evening for me ;) [06:34:16] <aslak> :) [06:34:28] <mbg> aslak: yes. is it possible to add a TestEnricher through the running test? [06:34:44] <mbg> not necessarily through the container, that is? [06:35:06] <aslak> mbg, you want to add a TestEnricher runtime? [06:35:15] <aslak> why? [06:36:38] <mbg> aslak: or not necessarily through the running test. I'd like to add support for running Spring tests in container [06:36:57] <aslak> mbg, aa right [06:37:11] <aslak> mbg, but you in container support ? [06:38:00] <aslak> mbg, the cdi enricher will be some what the same as what your requesting [06:38:01] <aslak> https://github.com/arquillian/arquillian-core/tree/master/testenrichers/cdi [06:38:37] <aslak> https://github.com/arquillian/arquillian-core/tree/master/testenrichers/cdi/src/main/resources/META-INF/services [06:38:50] <aslak> https://github.com/arquillian/arquillian-core/blob/master/testenrichers/cdi/src/main/java/org/jboss/arquillian/testenricher/cdi/client/CDIEnricherExtension.java [06:39:13] <mbg> aslak: ah excellent [06:39:23] <aslak> for repackaging it self for incontainer testing, creating a jar that will be included in the packaging process: https://github.com/arquillian/arquillian-core/blob/master/testenrichers/cdi/src/main/java/org/jboss/arquillian/testenricher/cdi/client/CDIEnricherArchiveAppender.java [06:39:40] <aslak> the Remote v. of the extension: https://github.com/arquillian/arquillian-core/blob/master/testenrichers/cdi/src/main/java/org/jboss/arquillian/testenricher/cdi/container/CDIEnricherRemoteExtension.java [06:39:54] <aslak> the actual enricher: https://github.com/arquillian/arquillian-core/blob/master/testenrichers/cdi/src/main/java/org/jboss/arquillian/testenricher/cdi/CDIInjectionEnricher.java [06:40:20] <mbg> aslak: that is ... well beyond extremely helpful :) [06:40:24] <mbg> thanks! [06:40:33] <aslak> mbg, your welcome.. [06:40:46] <aslak> mbg, ping i your wondering about something.. :) [06:41:28] <aslak> mbg, ARQ-301 ? [06:41:30] <jbossbot> jira [ARQ-301] Create a Spring framework integration (for non-standalone containers) [Open (Unresolved) Feature Request, Major, Unassigned] https://issues.jboss.org/browse/ARQ-301 [06:41:33] <mbg> aslak: I will for sure [06:42:54] <mbg> yeah, I was looking at Dan's prototype actually, except that his is embedded [06:43:15] <mbg> aslak: mind if I assign that issue to myself? [06:43:35] <aslak> mbg, it has your name on it already.. show the world! :) [06:44:03] <aslak> also known as: assign away.. :) [06:44:36] <aslak> mbg, yea, i think dan has mixed 219 and 301 in his prototype lin kthere [06:45:48] <aslak> mbg, aa no, it's in the frameworks/ module [06:46:03] <aslak> https://github.com/mojavelinux/arquillian/commit/14d8a4481ee4dfc327ec49c56c0de7fed3b3261c#diff-35 [06:46:04] <jbossbot> git [arquillian] 14d8a44.. Dan Allen first draft of spring integration... [06:48:48] <mbg> aslak: ah cool. less work. or perhaps not. I can pick up those issues anyway, since the SPI has changed significantly ever since [06:48:58] <aslak> mbg, want me to create a arquillian-container-spring repo for you ? [06:49:10] <aslak> mbg, yea, losta spi changes since this was done [06:49:11] <aslak> :) [06:50:22] <mbg> aslak: yeah. that would be nice :) [06:51:10] <mbg> can you assign those issues to me - I don't seem to be able to do that in JIRA - a permissions thing, I believe. [06:52:01] <aslak> mbg, https://github.com/arquillian/arquillian-container-spring [06:52:16] <mbg> aslak: awesome. thx! [06:52:40] <aslak> mbg, i'll upgrade you to dev in jira [06:53:17] <mbg> aslak: thanks [06:53:19] <aslak> marius.bogoevici ? [06:53:30] <mbg> aslak: the one and only [06:55:41] <aslak> mbg, Updated to Dev, Assigned 219 and 301, and.. *drum roll* Your the new Spring Arquillian Component Lead ! :) [06:56:16] <mbg> aslak: oh no! *responsibilities* [06:56:28] <aslak> and i though you would be happy.. ehhe [06:56:48] <mbg> wait, was that logged? [06:58:39] <aslak> mbg, http://echelog.matzon.dk/logs/browse/jbosstesting/1309989600 :) [06:59:24] <aslak> hmm.. thought jbott were suppose to log as well but.. the gimps sleeping [07:00:07] <mbg> they can talk on the next ROTM meeting [07:01:57] <aslak> yea, jbott and skynet [07:02:20] <mbg> I meant ROTM *planning* meeting [07:13:16] *** ALR has joined #jbosstesting [07:31:45] <aslak> awesome! JBIDE-8548 has some testable code [07:31:47] <jbossbot> jira [JBIDE-8548] Support auto discovery of remote processes for debugging [Open (Unresolved) Feature Request, Major, Snjezana Peco] https://issues.jboss.org/browse/JBIDE-8548 [07:51:02] <mbg> aslak: may I get some write permissions on the arquillian repository as well? [07:52:35] <aslak> for it [07:52:38] <aslak> fork it [07:53:27] <aslak> sorry, you can't fork a empty repo.. hehe [07:54:40] <mbg> aslak: sadly so :) [07:55:40] <aslak> there, [07:55:53] <aslak> there , you have a read me, and henc can fork [07:55:53] <aslak> :) [07:56:55] <mbg> aslak: thanks! [08:04:22] *** mbg has quit IRC [08:08:38] *** ge0ffrey has joined #jbosstesting [08:47:41] <ALR> aslak: Morning. [08:47:50] <ALR> aslak: Some questions about JavaZone. [08:47:50] <aslak> ALR, morning [08:48:01] <ALR> 1) Do they cover transportation expense? Hotel? [08:48:28] <aslak> ALR, for independent ppl i think, not sure about companies. [08:48:32] <aslak> ALR, didn't you already ask ? [08:48:40] <aslak> last year that is [08:48:43] <ALR> aslak: I think that was last year [08:49:00] <aslak> doubt much has changed there [08:49:31] <ALR> Yup [08:49:53] <ALR> aslak: Should I plan on hanging out in Oslo a bit? [08:50:09] <ALR> ie. The conference is the night of the 6th-the 8th of September. [08:50:23] <ALR> But it'd give us some chance to hang. I could find some cheap hotel? [08:50:53] <aslak> ALR, planning to join the speaker walk the weekend after? [08:51:00] <ALR> Speaker Walk? [08:51:08] <aslak> speaker hike [08:51:20] <ALR> That'd be AWESOME [08:51:27] <aslak> they normally bring the first 40 or so speakers the register for a hike in the mountains [08:51:30] <ALR> So I'd look to fly Sunday to Sunday. [08:51:46] <ALR> That's exactly the kinda thing I wanna do. [08:51:50] <ALR> Take some pictures. [08:51:51] <ALR> Etc [08:52:17] <ALR> aslak: 3) When you flew to BOS, did you have less than 2 layovers? [08:52:57] <aslak> ALR, there was something on this address, but seems to be gone atm: http://jz11.java.no/journeyzone.html [08:53:20] <ALR> aslak: OSL or RYG? [08:53:20] <aslak> ALR, only one stop [08:53:28] <ALR> aslak: What airline? [08:53:35] <aslak> osl is the main one [08:54:05] <aslak> ALR, last time i cam ewith icelandicair, but british airways are nice [08:54:27] <aslak> air france [08:54:40] <ALR> Icelandair looks good [08:55:01] [08:55:11] <ALR> aslak: And average hotel price per night? [08:55:53] <aslak> 100/150$ or so.. [08:56:03] <ALR> aslak: Thanks. [08:56:23] <ALR> aslak: And any chance I crash w/ you & the wife a couple nights? :) [08:57:28] <aslak> ALR, possible, but gotta get that verified with the misses.. :) [08:57:37] <ALR> I won't hold you to it. [08:57:56] *** jhuska has joined #jbosstesting [08:59:17] *** maschmid has joined #jbosstesting [09:07:58] *** lfryc has joined #jbosstesting [09:30:05] *** vtunka has joined #jbosstesting [09:30:36] *** jeand has joined #jbosstesting [09:30:54] *** vtunka has quit IRC [09:34:24] *** galderz has joined #jbosstesting [09:37:37] *** ALR has quit IRC [09:52:55] *** maeste has joined #jbosstesting [09:59:13] *** aslak has quit IRC [10:00:06] *** aslak has joined #jbosstesting [10:20:17] *** torben has joined #jbosstesting [10:20:17] *** torben has joined #jbosstesting [10:26:53] *** lightguard_aw has quit IRC [10:28:21] <adriancole> aslak fun for you: http://code.google.com/p/jclouds/issues/detail?id=621 [10:28:33] <adriancole> just tested jboss as7 on 15 compute clouds [10:28:39] <adriancole> whah haha hah [10:29:13] *** galderz has quit IRC [10:29:37] *** galderz has joined #jbosstesting [10:33:04] *** aslak has quit IRC [10:33:34] *** aslak has joined #jbosstesting [10:34:07] <aslak> adriancole, nice [10:36:45] <adriancole> lots of <2s startups [10:37:00] <adriancole> most vmware-backed clouds startup the same speed cold or warm [10:37:09] <adriancole> maybe just a coincidence [10:39:49] *** aslak has quit IRC [10:40:36] *** aslak has joined #jbosstesting [11:09:30] *** vtunka has joined #jbosstesting [11:28:19] *** maschmid is now known as maschmid_afk [12:04:29] *** maschmid_afk is now known as mschmid [12:04:32] *** mschmid is now known as maschmid [12:31:22] *** kpiwko has joined #jbosstesting [13:27:58] *** jose_freitas_aw has joined #jbosstesting [13:28:05] *** jose_freitas_aw is now known as jose_freitas [13:32:10] *** tdiesler has joined #jbosstesting [13:36:51] *** jeand has quit IRC [13:37:36] *** jeand has joined #jbosstesting [14:03:57] *** kpiwko has quit IRC [14:07:22] *** kpiwko has joined #jbosstesting [14:12:09] <jose_freitas> aslak: ping [14:22:29] <aslak> jose_freitas, heya [14:23:38] *** jharting has joined #jbosstesting [14:24:00] <jose_freitas> g'morning sire [14:25:13] <jose_freitas> aslak, I'm trying to load a test-pesistence.xml with .addAsManifestResource("test-persistence.xml", ArchivePaths.create("persistence.xml")); [14:25:57] <jose_freitas> the test-persistence is in a resource folfer and it's been copied to target/test-classes [14:26:58] <aslak> mm [14:27:13] <jose_freitas> is that correct? [14:27:28] <aslak> jose_freitas, depends on the Archive type [14:27:36] <aslak> jose_freitas, WebArchive or JavaArchive ? [14:27:49] <jose_freitas> oh off course [14:27:50] <jose_freitas> dummy me [14:27:52] <jose_freitas> it's a jar [14:28:10] <aslak> should be correct for JavaArchive [14:29:00] <jose_freitas> yes? [14:29:15] <aslak> should end up in META-INF/persistence.xml [14:30:20] <jose_freitas> I supose it's not finding it [14:30:46] <jose_freitas> ..../target/test-classes/test-persistence.xml was not found in any available ClassLoaders [14:30:57] <jose_freitas> java.lang.IllegalArgumentException [14:32:02] <aslak> pastebin the full stack [14:34:24] <jose_freitas> http://pastebin.com/nrcKfqMk [14:34:52] <jose_freitas> the file is there though. [14:35:16] <jose_freitas> yesterday I had a different error with the same class [14:35:27] <jose_freitas> but on a different os [14:35:27] <jose_freitas> http://pastebin.com/H0B5N0MS [14:35:39] <aslak> jose_freitas, which shrinkwrap v you using? [14:37:05] <jose_freitas> let me see. I just generated the code with arquillian forge plugin [14:37:20] <jose_freitas> I was trying to exercise the live coding [14:38:11] <jose_freitas> hmmm.. there's no shrinkwrap version declared [14:38:32] <jose_freitas> but it's beta1 [14:38:48] <jose_freitas> just checked on maven classpath [14:39:03] <jose_freitas> arquillian-junit-container CR1 [14:39:40] <aslak> try using upgrade to beta-3, there was a couple of windows related issues fix in that v [14:40:25] <aslak> jose_freitas, the arq plugin is adding the shrinkwrap deps? [14:41:47] <jose_freitas> no [14:42:25] <aslak> same with beta3 ? [14:42:34] <jose_freitas> running [14:42:40] <aslak> aa ok [14:44:25] <jose_freitas> yeap, same error [14:47:37] <aslak> jose_freitas, could you debug? wondering why it's not a File, https://github.com/shrinkwrap/shrinkwrap/blob/master/impl-base/src/main/java/org/jboss/shrinkwrap/impl/base/container/ContainerBase.java#L643 [14:48:15] <aslak> jose_freitas, it's probably related to the space in the directory name [14:48:43] <aslak> "..Ubuntu%20One..." [14:48:48] <jose_freitas> hm [14:49:57] *** vtunka has quit IRC [14:50:09] <jose_freitas> I'll change directory then and try again [14:51:33] *** vtunka has joined #jbosstesting [14:54:39] *** ldimaggi has joined #jbosstesting [14:59:34] <jose_freitas> oh yes [14:59:37] <jose_freitas> it is [14:59:51] <jose_freitas> the space is a problem [15:00:38] <jose_freitas> when it creates resourcepath with %20 windows cannot find it [15:01:17] <jose_freitas> this brings the error I had tomorrow on linux [15:01:31] <jose_freitas> http://pastebin.com/H0B5N0MS [15:01:44] <jose_freitas> Caused by: java.lang.ClassNotFoundException: org.jboss.deployers.client.spi.IncompleteDeploymentException [15:05:33] <aslak> jose_freitas, file a SHRINKWRAP jira on the windows white space path issue [15:05:51] <jhuska> aslak, hi, i would like to use both jboss-as-6 and jboss-as-7 in arquillian, is it possible to somehow differentiate configuration of these two containers in arquillian.xml ? [15:06:16] *** tdiesler has quit IRC [15:06:26] <aslak> jose_freitas, what's the container dependencies used when you get the IncompleteDeploymentException missing? [15:07:37] <aslak> jhuska, sure, use the qualifier attribute in the container element, then specify -Darquillian.launch=qualifier [15:08:13] <aslak> jhuska, you can specify the arquillian.launch e.g. in the surefire system properties config [15:09:08] <jose_freitas> aslak: arquillian-jbossas-remote-6 CR1, jboss-as-profileservice-client 6.0.0.Final. [15:09:15] <jhuska> aslak, thanks [15:09:33] <jose_freitas> it works fine in other tests, it breaks when testing with persistence.xml [15:09:48] <aslak> jose_freitas, see this: http://community.jboss.org/en/arquillian/blog/2011/04/05/trim-your-dependencies-when-using-jboss-as-6-remote [15:10:06] <aslak> jose_freitas, you'll need the jboss-deployers-client-spi as well.. it's in the comment section [15:12:23] <aslak> jose_freitas, it breaks because your getting a deployment exception, and in that exception there is a ClassNotFound on client cp [15:13:08] <jose_freitas> ok [15:25:05] <jose_freitas> Caused by: java.lang.ClassNotFoundException: org.jboss.weld.exceptions.DeploymentException [15:25:12] <jose_freitas> this class should be provided right? [15:25:47] <aslak> jose_freitas, you'll need Weld-Core for that [15:26:15] <aslak> jose_freitas, but if you look in the server log, you should see the real cause of the deployment failure [15:28:17] *** ldimaggi has quit IRC [15:28:36] *** ldimaggi has joined #jbosstesting [15:41:00] *** k4ffee has quit IRC [15:41:10] *** k4ffee has joined #jbosstesting [16:29:22] *** pmuir has joined #jbosstesting [16:29:29] *** kevinpollet has joined #jbosstesting [16:34:02] *** gastaldi has joined #jbosstesting [16:34:20] <gastaldi> morning folks ! [16:37:32] *** gegastaldi has joined #jbosstesting [16:37:45] *** gastaldi has quit IRC [16:37:51] *** gegastaldi is now known as gastaldi [16:38:28] <jose_freitas> morning gastaldi [16:43:10] <kevinpollet> Hi [16:44:21] *** vtunka has quit IRC [16:44:31] <kevinpollet> I'm trying to test a cdi extension (for infinispan) with arquillian and AS7 I've got the following exception [16:44:42] <kevinpollet> https://gist.github.com/2992dec969de366d25fa#file_as7%20error [16:45:04] <kevinpollet> any ideas? [16:46:20] <gastaldi> kevinpollet: I think you need an arquillian.xml in your classpath [16:47:19] *** mbg has joined #jbosstesting [16:48:42] <kevinpollet> gastaldi: I have the arquillian.xml [16:48:46] *** galderz has quit IRC [16:49:02] <kevinpollet> https://github.com/kevinpollet/infinispan/commit/3c49c516a915359fd8c271ed49c3dd85c9fb2227 [16:49:03] <jbossbot> git [infinispan] 3c49c51.. Kevin Pollet ISPN-996 Add maven profile to run tests in JBoss AS7 container. [16:49:04] <jbossbot> jira [ISPN-996] Create an infinispan-cdi module containing integration with CDI [Open (Unresolved) Feature Request, Major, Kevin Pollet] https://issues.jboss.org/browse/ISPN-996 [16:52:35] <kpiwko> kevinpollet: the inner cause says you packaged two beans qualified to be injected in your test (CacheContainer)...this means that you either have to reduce number of classes in your testing archive or provide additional configuration in beans.xml [16:53:14] *** kpiwko has quit IRC [16:56:07] *** kpiwko has joined #jbosstesting [16:56:32] <kevinpollet> kpiwko: I'm talking about the AS7 error not the Weld EE error (first snippet of my gist) [16:57:16] *** ALR has joined #jbosstesting [16:58:15] <kpiwko> kevinpollet: ah, I see [16:58:22] *** vtunka has joined #jbosstesting [16:58:34] *** rruss has joined #jbosstesting [17:01:41] *** galderz has joined #jbosstesting [17:04:30] *** bgeorges has quit IRC [17:05:44] *** mgoldmann has quit IRC [17:09:13] *** lfryc has quit IRC [17:09:34] *** lfryc has joined #jbosstesting [17:14:56] *** vtunka has quit IRC [17:30:53] <aslak> kevinpollet, not sure about the first one, but seems like the Arquillian Deployment Processor is not catching the deployment [17:30:58] <aslak> kevinpollet, testng? [17:31:03] <kevinpollet> yes [17:31:33] <ALR> aslak: I told 'em I was in on http://jz11.java.no/journeyzone.html [17:31:40] <ALR> aslak: Though I didn't see any official registration [17:31:52] <ALR> aslak: So maybe send them an email so you can make it in too? [17:33:16] <aslak> kevinpollet, seems like AS7 only supports JUnit: https://github.com/jbossas/jboss-as/blob/master/arquillian/protocol-jmx/src/main/java/org/jboss/as/arquillian/service/ArquillianConfigBuilder.java#L56 [17:33:19] [17:33:49] <ALR> aslak: Oh THAT's not good [17:33:59] <kevinpollet> aslak: ah [17:34:02] <ALR> 7.0.1 [17:34:05] <aslak> yea [17:34:06] <ALR> I'll open an issue [17:34:21] <aslak> yea, we have a few other things that needs to go into 7.0.1 as well [17:34:36] *** ge0ffrey has quit IRC [17:34:57] <aslak> ALR, have you informed them of co speaker? [17:35:24] <ALR> aslak: No, but shortly I'll do that when I go in and update the abstract [17:36:05] *** galderz has quit IRC [17:37:55] <kevinpollet> aslak: thanks [17:38:47] <aslak> ALR, ok [17:43:28] *** jharting has quit IRC [17:45:15] <ALR> aslak: Prepping a JIRA, unless you did already? [17:46:19] <aslak> ALR, go ahead [17:46:46] <ALR> Cool, awaiting Jason to get us an "Arquillian" component in JIRA. [17:51:30] *** bdlink has joined #jbosstesting [17:56:35] *** maschmid has quit IRC [17:58:27] <aslak> ALR, nice, the plexus-container pulled in via Maven Resolver pulls in JUnit as Compile scope [17:59:00] <ALR> aslak: For crying out loud :) [17:59:04] <ALR> In API? [17:59:15] <ALR> Shouldn't be [17:59:23] <aslak> no impl [17:59:51] <ALR> If you bring something in test scope it can transitively bring something else in compile? That doesn't make sense [18:00:18] <ALR> ie. Users should be declaring maven-impl in test scope [18:01:01] <aslak> no no, it comes in as what ever scope you define that to be.. it's just the plexus container has junit as compile, hench why it is exposed at all [18:02:21] <aslak> not a biggy, but using testng + mavne-resolver you will get junit as well [18:02:33] <ALR> We can fix it w/ exclusions [18:04:17] <aslak> yea [18:04:48] <aslak> needs a exclude on junit:junit on the aether-connector-wagon artifact [18:06:55] <aslak> SHRINKWRAP-301 [18:06:56] <jbossbot> jira [SHRINKWRAP-301] aether-connector-wagon -> depends on plexus-container-default which has junit:junit in compile scope [Open (Unresolved) Bug, Major, Unassigned] https://issues.jboss.org/browse/SHRINKWRAP-301 [18:08:23] *** kpiwko has quit IRC [18:11:07] *** jhuska has quit IRC [18:11:33] *** jhuska has joined #jbosstesting [18:17:20] *** torben has quit IRC [18:21:01] *** kpiwko has joined #jbosstesting [18:35:44] *** kpiwko1 has joined #jbosstesting [18:35:45] *** kpiwko has quit IRC [18:47:44] *** gastaldi has left #jbosstesting [18:53:20] *** lightguard_aw has joined #jbosstesting [18:53:51] *** lightguard_aw is now known as lightguard [18:54:40] *** lightguard_jp has joined #jbosstesting [19:07:13] *** Tashtego has joined #jbosstesting [19:28:49] *** bleathem has joined #jbosstesting [19:41:53] *** bdlink has quit IRC [19:56:40] *** kevinpollet has quit IRC [20:05:49] *** gastaldi has joined #jbosstesting [20:27:40] *** jhuska has quit IRC [20:37:51] *** gastaldi has quit IRC [20:38:41] *** lfryc is now known as lfryc_afk [20:41:06] *** nilian has joined #jbosstesting [20:41:15] *** lfryc_afk is now known as lfryc [20:51:16] *** nilian has quit IRC [20:51:21] *** nilian has joined #jbosstesting [20:51:42] *** Tashtego has left #jbosstesting [20:57:34] <jose_freitas> aslak: ping [20:57:45] <aslak> jose_freitas, hey [20:58:51] <jose_freitas> I'd like to define today the version of glassfish I'm going to use on the presentation [20:59:05] *** nilian has quit IRC [20:59:05] <jose_freitas> do you think Alpha5 would be ok? [20:59:48] <aslak> jose_freitas, oh, right.. you wanted the gf one as well [21:00:06] <jose_freitas> well, since my tests are simple [21:00:14] <jose_freitas> maybe it doenst need the RC1 [21:00:45] *** nilian has joined #jbosstesting [21:01:38] <aslak> jose_freitas, you ok with a 'official' CR1-SNAPSHOT ? [21:02:41] <jose_freitas> hehehe [21:03:19] <jose_freitas> I think it'd be ok. the thing is that I wanted to make the code available after the presentation to people just fork and play [21:03:34] <jose_freitas> but if we have an snapshot on server [21:03:36] <jose_freitas> it's fine [21:03:44] <jose_freitas> a* [21:04:00] <aslak> yea, that's what i though [21:04:26] <jose_freitas> :) [21:06:40] <jose_freitas> hmm we do have a snapshot already on server [21:06:41] <jose_freitas> cool [21:08:03] <aslak> jose_freitas, https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/container/arquillian-glassfish-embedded-3.1/1.0.0.CR1-SNAPSHOT/ [21:08:11] <jose_freitas> thanks [21:08:14] <aslak> arquillian-glassfish-embedded-3.1-1.0.0.CR1-20110707.191134-2.jar [21:08:18] <jose_freitas> Im running with already [21:08:19] <jose_freitas> :) [21:08:32] *** gastaldi has joined #jbosstesting [21:08:41] <aslak> jose_freitas, sure you got that one, and not the previous one? [21:09:23] <aslak> there is one from June 23.. will probably work as well.. :) [21:09:50] <jose_freitas> great [21:11:00] <aslak> lightguard_jp, got mac? [21:11:24] <lightguard_jp> No, Thinkpad [21:11:36] <aslak> aa, good :) [21:14:53] <aslak> pmuir, ping [21:21:07] <jose_freitas> thanks aslak [21:21:19] <aslak> pmuir, anti ping, un ping [21:24:43] *** gastaldi has quit IRC [21:30:19] *** lfryc is now known as lfryc_afk [21:32:16] <jose_freitas> aslak: besides glassfish-embedded-all and arquillian-glassfish-embedded-3.1, what else dependencies do I need? [21:32:26] <jose_freitas> getting a java.lang.NoClassDefFoundError: org/jboss/util/id/SerialVersion [21:32:55] <aslak> i think you have some jboss lib on cp to much [21:33:08] <aslak> might be pulled in via jboss:spec [21:33:40] <jose_freitas> hm [21:33:54] <aslak> i think it's the security apis [21:34:18] <jose_freitas> hm [21:34:51] <jose_freitas> I have jboss:spec but it's provided and it's type=pom [21:35:11] <jose_freitas> still do you think it would go to cp? [21:40:40] <aslak> jose_freitas, is it in your project? [21:41:09] <jose_freitas> what? jboss:spec dependency? [21:41:40] <aslak> yea [21:41:50] <jose_freitas> I have 4 deps on this test project: jboss-spec, junit, arquillian-container-junit and shrinkwrap-api [21:42:04] <jose_freitas> the other ones are specifically for each profile [21:42:07] *** lfryc_afk has quit IRC [21:42:25] <jose_freitas> for gf-embedded had those two cited above [21:42:39] <jose_freitas> arquillian-glassfish-embedded-3.1 and glassfish-embedded-all [21:42:42] <aslak> everything in your project pom is on cp [21:44:55] <jose_freitas> even if provided by scope? [21:44:58] <aslak> mm [21:45:10] <aslak> provided just means that other that consume you will have to provide it [21:45:46] <jose_freitas> yes. that means that when packaging this dependency wont be shipped [21:46:51] <jose_freitas> when deploying with arquillian they are 'shipped' ? [21:47:14] <aslak> no, but glassfish is embedded, running in the same vm, so it's using the same cp [21:47:41] <jose_freitas> oh I get it [21:47:42] <jose_freitas> true [21:48:00] <aslak> jose_freitas, try using only the ejb-psec api instead [21:48:03] <jose_freitas> yes [21:48:23] <jose_freitas> I'll do that [21:48:28] <aslak> https://repository.jboss.org/nexus/content/groups/public/org/jboss/spec/javax/ejb/jboss-ejb-api_3.1_spec/ [21:52:08] <jose_freitas> each step I'm going away from forge basic project [21:52:26] <jose_freitas> I think I'll have to start over an already configured project [21:52:39] <jose_freitas> and not create everything from scratch [21:52:49] <aslak> jose_freitas, patch forge.. :) [21:53:27] <jose_freitas> not enough time [21:53:39] *** nilian has quit IRC [21:53:40] *** danielbremer-ton has joined #jbosstesting [21:55:28] <jose_freitas> glassfish is blurring my presentation [21:55:28] <jose_freitas> hehehe [21:55:52] <aslak> drop it form the presentation.. who uses it anyway? ;) [21:56:34] <jose_freitas> arungupta will be there [21:56:45] <jose_freitas> don't want to get a fight [21:56:53] <aslak> hehe [21:57:04] <aslak> he's not a very big guy hehe [21:57:09] <jose_freitas> me neither [21:57:14] <jose_freitas> 1,70m here [21:58:44] <aslak> jose_freitas, you can help him get arq up and running on his laptop. we're suppose to do it back in February at jfokus, but we never found the time :) [21:59:51] *** pmuir has quit IRC [21:59:51] <jose_freitas> :) [21:59:58] <jose_freitas> it'd be awesome [22:01:47] *** danielbremer-ton has quit IRC [22:02:10] *** nilian has joined #jbosstesting [22:04:13] *** nilian has quit IRC [22:06:53] <jose_freitas> aslak: would arquillian add this "?_pm" to the jndi name of a datasource? [22:06:54] <jose_freitas> java.lang.RuntimeException: Invalid resource : jdbc/arquillian__pm [22:07:21] <aslak> jose_freitas, don't think so... [22:08:02] <aslak> jose_freitas, have you added a sunResourcexml ? [22:08:05] <jose_freitas> yes [22:08:52] <jose_freitas> and the <gfembed:sunResourcesXml> on arquillian.xml [22:09:13] <aslak> jose_freitas, wrong xml format for cr1 [22:09:27] <jose_freitas> hm [22:10:36] <aslak> jose_freitas, https://gist.github.com/883946 [22:11:03] <jose_freitas> hm [22:11:04] <jose_freitas> thanks [22:11:37] <jose_freitas> got gf code from a dan's blog [22:11:58] <jose_freitas> I thought it was weird that jboss and gf had such different ways for configuring it [22:12:00] <jose_freitas> hehehe [22:12:53] <aslak> hehe [22:14:11] *** bleathem is now known as bleathem_pomdoro [22:25:39] <jose_freitas> beautiful [22:25:51] <jose_freitas> everything is running now in jb6 and gf [22:26:00] <aslak> sweet [22:27:42] <jose_freitas> going to show a jboss remote and gf embedded [22:37:44] *** jeand has quit IRC [22:38:23] *** gastaldi has joined #jbosstesting [22:43:32] *** gastaldi has quit IRC [22:43:38] *** ALR has quit IRC [22:53:19] *** ldimaggi has quit IRC [22:57:44] *** jose_freitas has quit IRC [23:03:47] *** maeste has quit IRC [23:21:27] *** galderz has joined #jbosstesting [23:22:02] *** galderz has quit IRC [23:27:56] *** mbg has quit IRC