May 9, 2011  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31

[00:04:09] *** michaelschuetz has joined #jbosstesting
[00:38:01] *** aslak has quit IRC
[00:44:56] *** michaelschuetz has quit IRC
[00:54:29] *** aaronwalker has joined #jbosstesting
[01:25:48] *** ldimaggi has joined #jbosstesting
[02:22:14] *** Diablo-D3 has joined #jbosstesting
[03:56:50] *** bobmcw has joined #jbosstesting
[04:50:44] *** aaronwalker has quit IRC
[05:18:08] *** ldimaggi has quit IRC
[05:18:47] *** aaronwalker has joined #jbosstesting
[05:32:02] *** jganoff has joined #jbosstesting
[06:14:56] *** aaronwalker has quit IRC
[06:49:34] *** kpiwko has joined #jbosstesting
[06:51:16] *** bgeorges has quit IRC
[06:58:02] *** aaronwalker has joined #jbosstesting
[07:04:27] *** jganoff has quit IRC
[07:40:45] *** oskutka has joined #jbosstesting
[07:56:04] *** aaronwalker has quit IRC
[08:08:04] *** jharting has joined #jbosstesting
[08:19:35] *** Jaikiran has joined #jbosstesting
[08:21:57] *** ge0ffrey has joined #jbosstesting
[08:25:38] *** aaronwalker has joined #jbosstesting
[08:42:22] *** aaronwalker has quit IRC
[08:55:04] *** maschmid has joined #jbosstesting
[08:58:59] *** maeste has joined #jbosstesting
[09:07:42] *** oskutka1 has joined #jbosstesting
[09:08:36] *** oskutka has quit IRC
[09:09:33] *** tdiesler has joined #jbosstesting
[09:17:11] *** lfryc has joined #jbosstesting
[09:25:13] *** oskutka1 has quit IRC
[09:41:33] *** oskutka has joined #jbosstesting
[10:00:13] *** wolfc has joined #jbosstesting
[10:00:58] *** aslak has joined #jbosstesting
[10:00:58] *** aslak has quit IRC
[10:00:58] *** aslak has joined #jbosstesting
[10:28:06] *** mgoldmann has joined #jbosstesting
[10:28:33] *** aaronwalker has joined #jbosstesting
[10:40:04] *** jeand has joined #jbosstesting
[10:45:24] *** vtunka has joined #jbosstesting
[10:57:46] *** Jaikiran is now known as Jaikiran|Lunch
[11:15:08] *** mgoldmann has quit IRC
[11:19:40] *** aslak has quit IRC
[11:36:41] *** alesj has joined #jbosstesting
[12:03:57] *** jbossbot has quit IRC
[12:04:10] *** aslak has joined #jbosstesting
[12:04:10] *** aslak has quit IRC
[12:04:10] *** aslak has joined #jbosstesting
[12:05:09] *** dmlloyd has quit IRC
[12:06:10] *** Guest57740 has joined #jbosstesting
[12:06:13] *** jbossbot has joined #jbosstesting
[12:20:27] <Jaikiran|Lunch> aslak: you around?
[12:20:31] *** Jaikiran|Lunch is now known as Jaikiran
[12:20:34] <aslak> Jaikiran, hey
[12:20:49] <Jaikiran> quick question about alpha-5 changes in arquillian
[12:20:55] <aslak> shhot
[12:20:57] <aslak> shoot
[12:21:02] <Jaikiran> reading the blog i see that @RunAs is now gone
[12:21:12] <Jaikiran> and instead the value is by default read from @Deployment?
[12:21:16] <Jaikiran> testable attribute?
[12:21:43] <aslak> Jaikiran, yea
[12:21:45] <Jaikiran> i'm wondering what the default mode is in alpha-5. is it in container?
[12:21:56] <Jaikiran> because from what i see testable attribute is just a boolean
[12:22:03] <Jaikiran> so not sure how that impacts the run mode
[12:22:39] <aslak> Jaikiran, Deployment.testable=true|false specified if arquillian should enrich the deployment or not. default the RunMode is defered from that. But if you have a testable archive but still want to run a specific TestMethod as client, you can annotated it with @RunAsClient
[12:22:56] <aslak> default is testable= true
[12:23:21] <Jaikiran> i see. so if arquillian enriches the deployment then effectively it's a in-container testing
[12:23:35] <aslak> Jaikiran, unless overridden yes
[12:23:41] <Jaikiran> thanks!
[12:24:10] <aslak> your welcome
[12:35:39] *** pmuir has joined #jbosstesting
[12:59:28] *** tdiesler has quit IRC
[13:31:54] *** maeste is now known as maeste_lunch
[13:44:11] *** mgoldmann has joined #jbosstesting
[13:53:27] *** maeste_lunch is now known as maeste
[14:00:53] <aslak> Jaikiran, any good ideas ? http://community.jboss.org/message/604167#604167
[14:02:47] <Jaikiran> aslak: ah! it's a bug in AS 6.0.0.Final actually. i'll update that thread with the details
[14:03:01] <aslak> Jaikiran, aa cool. thanks
[14:03:20] *** oskutka has quit IRC
[14:03:30] <Jaikiran> workaround is to move that @PersistenceContext injection from the base class to the @Stateful impl class
[14:03:42] <Jaikiran> JBAS-8318 to be precise
[14:03:44] <jbossbot> jira [JBAS-8318] Deployment fails for a war containing CXF jar with error: mapped-name is required for cxf. [Coding In Progress (Unresolved) Bug, Critical, jaikiran pai] https://issues.jboss.org/browse/JBAS-8318
[14:03:46] <Jaikiran> will be fixed this week
[14:04:13] <aslak> Jaikiran, right, that was what cross my mind, checking the wrong class in the hirarchy or similar
[14:04:52] <Jaikiran> yep, the web container should have ignored that abstract base class instead of trying to inject the @PC
[14:07:30] *** oskutka has joined #jbosstesting
[14:53:29] *** ldimaggi has joined #jbosstesting
[15:04:36] *** jdlee has joined #jbosstesting
[15:13:29] *** Guest57740 has quit IRC
[15:13:29] *** Guest57740 has joined #jbosstesting
[15:13:36] *** Guest57740 is now known as dmlloyd
[15:22:51] *** rruss has joined #jbosstesting
[15:33:11] *** jharting has quit IRC
[15:36:58] *** tdiesler has joined #jbosstesting
[15:46:02] *** aaronwalker has quit IRC
[15:47:58] *** jeand has quit IRC
[15:54:54] *** vtunka has quit IRC
[16:08:44] *** vtunka has joined #jbosstesting
[16:23:30] *** vtunka has quit IRC
[16:37:46] *** vtunka has joined #jbosstesting
[16:40:57] *** timte has joined #jbosstesting
[17:33:02] *** ALR has joined #jbosstesting
[17:35:34] <Diablo-D3> interestingly
[17:35:38] <Diablo-D3> I finally got what I wanted
[17:35:43] <Diablo-D3>    @Schedule(minute="*/5", hour="*", persistent=false)
[17:35:48] <Diablo-D3> notice that very important last part
[17:41:31] *** alesj has quit IRC
[17:44:07] *** Jaikiran is now known as Jaikiran|Dinner
[17:59:15] *** maschmid has quit IRC
[18:26:13] *** jeand has joined #jbosstesting
[18:27:21] *** oskutka has quit IRC
[18:49:57] *** ianbrandt has joined #jbosstesting
[19:02:51] *** kpiwko has quit IRC
[19:19:41] *** Diablo-D3 has quit IRC
[19:28:23] *** mgoldmann has quit IRC
[19:38:54] *** ge0ffrey has quit IRC
[19:43:47] *** rbattenfeld has joined #jbosstesting
[19:45:01] *** rbattenfeld has left #jbosstesting
[19:46:13] <ianbrandt> aslak: Greetings.   I'm working on https://issues.jboss.org/browse/ARQ-433: Add a Tomcat 7 embedded container.  I'm blocked on an issue where I'm not sure how to proceed, and wonder if you could spare a minute to provide some direction?
[19:46:15] <jbossbot> jira [ARQ-433] Add a Tomcat 7 embedded container [Open (Unresolved) Feature Request, Major, Unassigned] https://issues.jboss.org/browse/ARQ-433
[20:01:57] *** Jaikiran|Dinner has quit IRC
[20:07:33] *** jeand has quit IRC
[20:19:04] <lfryc> aslak: btw I plan to align Ajocado 1.0.0.Final release with release of Arquillian 1.0.0.Final
[20:21:25] *** lfryc has quit IRC
[20:38:06] *** OndraZizka has quit IRC
[20:38:25] *** OndraZizka has joined #jbosstesting
[20:39:05] *** duncan has joined #jbosstesting
[20:43:31] *** pmuir has quit IRC
[20:51:21] *** maeste has quit IRC
[20:52:52] <aslak> ianbrandt, heya, yea.. been a bit busy with jboss world. was going to get back to you on that
[20:53:29] <aslak> ianbrandt, the failures your are seeing is most likely due to changes in how SPIs are loaded, if your running against arquillian.core SNAPSHOT
[20:54:04] <aslak> ianbrandt, take a look here: https://github.com/arquillian/arquillian-container-jbossas/tree/master/jbossas-remote-6/src/main/resources/META-INF/services
[20:54:45] <aslak> ianbrandt, and the testenrichers are now self contained, so no need to use the AuxiliaryArchiveAppender to add them. just place them on classpath
[20:54:46] <ianbrandt> aslak: I am.  Seems when I debug only the LocalProtocol is being loaded into the registry, not the ServletProtocol.
[20:55:00] <aslak> ianbrandt, you probably want to add the testenricher-initialcontext as well
[20:55:22] <aslak> ianbrandt, do you have arquillian-protocol-servlet on classpath ?
[20:55:35] <aslak> not 2.5 or 3.0, they are now both in the same module
[20:56:49] <ianbrandt> It's in the maven dependency tree for tomcat-embedded-6.
[20:57:53] <ianbrandt> Are unit tests not failing for you on head?  If not maybe there is something goofed up with my env.
[20:58:11] *** aslak has quit IRC
[20:59:33] *** lightguard_jp has joined #jbosstesting
[20:59:34] *** aslak has joined #jbosstesting
[20:59:34] *** aslak has quit IRC
[20:59:34] *** aslak has joined #jbosstesting
[21:00:24] <aslak> ianbrandt, sorry, laptop crashed.. not always happy about getting ripped out of the docking station.. :)
[21:00:43] <ianbrandt> aslak, Ha, no worries.
[21:01:07] <ianbrandt> So LocalProtocol for Jetty and Tomcat embedded is not right then, they should still be on Servlet 2.5?
[21:01:59] <aslak> ianbrandt, yea
[21:02:14] <aslak> ianbrandt, it falls back to LocalProtocol (with no warning) if no other is found on classpath
[21:02:38] <ianbrandt> Okay, that helps.  Now I know which tree to bark up.
[21:32:23] *** mgoldmann has joined #jbosstesting
[21:50:11] *** duncan has quit IRC
[22:02:55] <jbossbot> git [shrinkwrap] push master 332b1ab.. Andrew Lee Rubinger [SHRINKWRAP-274] Set next release version to 1.0.0-beta-1
[22:02:55] <jbossbot> jira [SHRINKWRAP-274] Set release cycle to 1.0.0-beta-1 [Open (Unresolved) Task, Major, Andrew Rubinger] https://issues.jboss.org/browse/SHRINKWRAP-274
[22:02:56] <jbossbot> git [shrinkwrap] push master URL: http://github.com/shrinkwrap/shrinkwrap/compare/89b978d...332b1ab
[22:12:15] *** dblevins has joined #jbosstesting
[22:14:57] *** Tashtego has joined #jbosstesting
[22:33:00] *** ldimaggi has quit IRC
[22:38:34] <lightguard_jp> aslak: Will you be around for a little while?
[22:38:59] <aslak> lightguard_jp, couple of hours
[22:39:16] <lightguard_jp> Okay, got some cloudbees questions about setup
[22:40:04] <aslak> lightguard_jp, ok ?
[22:40:31] <lightguard_jp> Which subscription model is best to use for something large like Seam or Arquillian?
[22:40:46] <lightguard_jp> Did you create a new SSH key for cloudbees, or use your own?
[22:40:54] <aslak> I've setup Arq with the FOSS subs fo rnow
[22:41:36] <lightguard_jp> Pretty sure that's what Dan set us up with, but I didn't see anything specific for FOSS
[22:41:38] <aslak> lightguard_jp, FOSS Free, http://cloudbees.com/foss/foss-dev.cb
[22:42:21] <aslak> running on all small nodes etc for now, see how many minutes / disk we use
[22:42:45] <aslak> lightguard_jp, ssh key for what?
[22:43:15] <lightguard_jp> Looked like they wanted a public key for accessing things, I just started looking at it, so I may not have all the information correct
[22:43:45] <aslak> ssh key is if you use their services, like their git repos or their maven repo
[22:44:38] <aslak> not needed it yet since we use github
[22:44:53] <lightguard_jp> Okay, cool.
[22:44:54] <aslak> https://arquillian.ci.cloudbees.com/
[22:45:08] <lightguard_jp> I'll have to wait until they get the jenkins setup ready for our account then.
[22:45:51] <aslak> lightguard_jp, you got the account ? setting up jenkins took like 2 min or so
[22:46:06] <lightguard_jp> Yeah, have the account.
[22:46:45] <lightguard_jp> DEV@cloud under maintenance it says
[22:47:18] <aslak> lightguard_jp, if you want to use the ssh based github urls you need to add the cloudbees ssh key to either your account, or to a repo (needs to be added to all repos)
[22:47:22] <lightguard_jp> Are you using the free FOSS or the pro FOSS?
[22:47:37] <aslak> free foss
[22:48:47] <aslak> lightguard_jp, interested in testing foss premium tho.. unlimited parallel executors
[22:48:53] <lightguard_jp> You have 17 code repos? Or is that cloudbees repos?
[22:49:13] <aslak> i have 17 repos
[22:49:30] <lightguard_jp> Okay, it's 10 cloudbees repos (Forge Services)
[22:49:44] *** alesj has joined #jbosstesting
[22:49:46] <lightguard_jp> looks like there's no limit to other external repos?
[22:49:52] <aslak> or 20 to be exact
[22:51:01] <aslak> lightguard_jp, yea, 10 on their service.. but they don't beat github yet so
[22:51:56] <aslak> no limit on external.. the external ones only live as part of the jenkins job and eat disk space i guess
[22:52:30] <aslak> I haven't found any overview over used minutes/ disk yet.. but it's probably coming
[22:52:30] <lightguard_jp> Okay, no big deal
[22:52:49] <lightguard_jp> You get 10 GB and 1000 minutes
[22:52:58] <lightguard_jp> Sorry, 2000 minutes
[22:53:01] <aslak> yea
[22:53:08] <aslak> but how much have i used
[22:53:11] <lightguard_jp> I doubt you're using that much :)
[22:53:22] <lightguard_jp> It doesn't have that info on the dashboard?
[22:53:53] <aslak> not that i have found
[22:53:55] <lightguard_jp> brb
[22:55:48] <aslak> would be nice with unlimited executors..
[22:56:35] <aslak> one committ to arq-core could trigger all the other container builds + their metrix build(test 5.0 5.1 5.2 5.3 etc)
[22:56:51] <aslak> spawn 30 nodes, swoosh
[22:59:55] <ALR> $$$
[22:59:57] <ALR> :D
[23:00:46] *** dblevins has quit IRC
[23:01:26] <aslak> ALR, well, only 20$ a month
[23:01:41] <ALR> Service must suck,
[23:01:43] <ALR> :P
[23:01:46] <aslak> hehe
[23:04:22] *** dblevins has joined #jbosstesting
[23:08:22] <aslak> ALR, mr negative.. :)
[23:08:39] <ALR> Anything for a joke.
[23:08:42] <ALR> Even a bad one.
[23:08:49] <aslak> hehe
[23:08:50] <ALR> Without much of a punchline.
[23:08:59] <ALR> Raise your hand if you slept through the entire weekend.
[23:09:03] * ALR !
[23:09:49] <aslak> not at all.. i was hacking at something.. but was to tired, i can't remember what
[23:10:31] *** wolfc has quit IRC
[23:15:29] <aslak> ALR, maybe we should set Cheyenne on the "Build on CloudBees" logo, cause it sucks..
[23:15:41] <aslak> http://static-www.cloudbees.com/images/badges/CBbadge_builton_125.png
[23:15:51] <ALR> :)
[23:37:13] <ianbrandt> aslak: I'm getting a build failure with arquillian-container-jbossas: Non-resolvable parent POM: Could not find artifact org.jboss:jboss-parent:pom:6-beta-1 in central (http://repo1.maven.org/maven2) and 'parent.relativePath' points at no local POM @ line 6, column 13.  Seems like a requisite repo is missing?
[23:49:34] <aslak> ianbrandt, aa yes, was just updating those. hmm hmm hmm.. need to add the nexus repos to your settings.xml or update the pom
[23:50:35] <aslak> repository.jboss.org/nexus/content/groups/public/
[23:51:41] *** Tashtego has quit IRC
[23:52:56] <ianbrandt> I had updated the parent to arquillian-build.  It has the repos and has jboss-parent as its parent.  Building now.  Not sure if that's how you want it to go though?  Would be nice to not have to configure anything locally.
[23:56:36] *** alesj has quit IRC
[23:59:00] <aslak> ianbrandt, the containers need to be self contained
[23:59:49] <aslak> ianbrandt, i think.. or we could go into some arq-parent style that defines some common ground.. but they would still need the repos to find it

top