[00:06:52] *** jose_freitas has joined #jbosstesting [00:38:41] *** jose_freitas is now known as jose_freitas_aw [00:52:41] *** aaronwalker has quit IRC [01:03:15] *** rruss has quit IRC [01:19:04] *** echelog-2 has joined #jbosstesting [01:32:42] *** johnament has joined #jbosstesting [01:39:12] *** echelog-2 has joined #jbosstesting [01:57:34] *** ldimaggi has joined #jbosstesting [02:09:36] *** aaronwalker has joined #jbosstesting [02:38:51] *** echelog-2 has joined #jbosstesting [03:04:29] *** echelog-2 has joined #jbosstesting [03:24:44] *** johnament has quit IRC [03:50:29] *** bgeorges has quit IRC [03:50:43] *** lightguard_jp has quit IRC [03:51:40] *** lightguard_jp has joined #jbosstesting [04:35:32] *** burrsutter_ has quit IRC [04:59:53] *** bgeorges has joined #jbosstesting [05:36:48] *** jose_freitas_aw has quit IRC [05:37:16] *** jose_freitas_aw has joined #jbosstesting [05:48:27] *** ldimaggi has quit IRC [06:10:19] *** echelog-2 has joined #jbosstesting [06:10:19] -jordan.freenode.net- [freenode-info] if you're at a conference and other people are having trouble connecting, please mention it to staff: http://freenode.net/faq.shtml#gettinghelp [06:40:51] *** dmlloyd has quit IRC [06:41:32] *** dmlloyd has joined #jbosstesting [06:53:29] *** PeteRoyle has quit IRC [07:14:48] *** oskutka has joined #jbosstesting [07:28:08] *** OndrejZizka has quit IRC [07:40:11] *** timte has joined #jbosstesting [07:46:40] *** ge0ffrey has joined #jbosstesting [07:54:30] *** PeteRoyle has joined #jbosstesting [08:10:37] *** timte has quit IRC [08:14:50] *** torben has joined #jbosstesting [08:14:50] *** torben has joined #jbosstesting [08:15:45] *** timte has joined #jbosstesting [08:20:59] *** mgoldmann has joined #jbosstesting [08:35:23] *** aslak has joined #jbosstesting [08:36:01] *** Jaikiran has joined #jbosstesting [08:39:30] *** alesj has joined #jbosstesting [08:43:43] *** lfryc has joined #jbosstesting [08:46:53] *** jeand has joined #jbosstesting [08:47:23] <ALR> aslak: Having a problem in AS7 [08:48:07] <aslak> ALR, ok [08:48:20] <aslak> ALR, good morning, explain.. :) [08:48:32] *** bgeorges has quit IRC [08:49:39] <ALR> May 25, 2011 10:48:14 PM org.jboss.arquillian.testenricher.cdi.CDIInjectionEnricher injectClass [08:49:39] <ALR> INFO: BeanManager cannot be located in context Either you are using an archive with no beans.xml, or the BeanManager has not been produced. [08:49:57] <ALR> (Sorry was on phone w/ India Help Desk) [08:49:59] <ALR> Back [08:50:13] <ALR> Anyway, yeah, my ARQ AS7 container looks like it's starting just fine [08:50:20] <ALR> Just isn't finding the CDI BeanManager [08:50:25] <ALR> aslak: ^ [08:50:34] <aslak> ALR, using the OSGi Bundle right ? [08:50:47] <ALR> aslak: The same test as was before the Beat1 upgrade [08:50:55] <ALR> What about the OSGi bundle do I need to do? [08:51:02] <ALR> *Beta [08:51:22] <aslak> ALR, i mean, you are using the JMX Protocol, communicating with the 'subsystem'.. [08:52:41] <ALR> Of that I'm not sure [08:52:55] <ALR> Using Servlet protocol for the communication to the client [08:53:07] <ALR> DeploymentManager stuff for deploymen [08:53:11] <ALR> *deployment [08:53:35] <ALR> TBH most of my time up to this point has just been changing POMs and deps to make the build happy :) [08:53:47] <ALR> So now's the real coding, which is actually much quicker. [08:53:52] <aslak> oh, servlet protocol ok.. [08:54:03] <aslak> have you added the testenricher-initialcontext ? [08:55:10] <aslak> alesj, you have it pushed somewhere? [08:55:19] <aslak> alesj, .. back to bed.. :) [08:55:21] <aslak> ALR, ^ [08:56:21] <ALR> aslak: Added it...to what? [08:56:32] <aslak> runtime cp [08:56:41] <ALR> I was surprised I got the CDI enricher for free, honestly [08:56:43] <ALR> Ah I se. [08:56:47] <ALR> *see. One sec. [08:57:00] <ALR> Aha [08:57:07] <ALR> No, just testenricher-cdi, ejb, and resource [08:57:12] <ALR> I'll add that in. [08:57:46] <aslak> CDIEnricher relies on initialcontext to create a initialcontext for it to look for a BeanManager.. :) [08:57:57] <ALR> aslak: Yet doesn't export it as a runtime dep? [08:58:25] <aslak> it relise on 'someone' providing it with a InitialContext [08:58:40] *** davidbos has joined #jbosstesting [08:58:42] <aslak> testenricher-initialcontext is the one who does that in a EE setting [08:59:21] <ALR> aslak: Nice. Test passes. [08:59:27] <ALR> Though I still get this warning message: [08:59:29] <ALR> INFO: BeanManager cannot be located in context Either you are using an archive with no beans.xml, or the BeanManager has not been produced. [08:59:59] <aslak> ALR, client side ? [09:00:11] <ALR> aslak: Yeah [09:00:20] <aslak> yea, you have no been manager there.. [09:00:32] <aslak> need a new message.. or no message at all [09:01:13] <aslak> enrichers run on both sides now.. so in theory if the Container provide a Context, Remote EJB should work in AsClient mode [09:01:37] <ALR> Neato. [09:01:46] <ALR> For now, all good here :) [09:01:47] <ALR> Yay! [09:01:52] <aslak> cool! [09:02:03] <aslak> ALR, this is the spec suite? [09:02:05] <ALR> So then phase 2: Embedded AS7 ARQ Container [09:02:19] <ALR> aslak: This is the integration test for the container-managed [09:02:34] <ALR> But in theory the spec suite should work now too. [09:02:41] <ALR> That I'll know very shortly. [09:02:59] <ALR> Seeya @ the meeting. [09:03:06] <aslak> alesj, so the plan is, spec suite runs with Servlet Protocol, and JBoss API suite runs with the SubSystem ? [09:03:17] <aslak> ALR, [09:03:22] <ALR> aslak: Why change? [09:03:48] *** nilian has joined #jbosstesting [09:04:04] <aslak> ALR, you don't have access to all the info without being in the subsystem, e.g. the ServiceController from MC or the OSGi subsystem [09:05:14] <ALR> Hmm. [09:05:22] <ALR> We can discuss that bit more I suppose. [09:05:31] <ALR> What we really need is to know what the AS API is. [09:05:40] <ALR> As it's currently not defined in a singular place. [09:06:05] <aslak> if you can get a hold of the AS internals via the Servlet somehow.. that should work as well, but it requires the repackaing which Thomas was not to happy about for his small modules [09:07:28] *** maeste has joined #jbosstesting [09:13:58] <ALR> aslak: JavaZone announcing speakers soon? [09:18:00] <alesj> aslak: I guess you had ALR in mind both times? [09:18:09] <ALR> alesj: Yes. [09:18:17] <aslak> alesj, yes.. ALR is always in my mind.. [09:18:22] <aslak> :P [09:18:32] <aslak> ALR, not sure.. [09:20:37] <nickarls> any theories why mvn test -Dtest=AS7Specialization -Dincontainer -Pjbossas7 in weld test-arquillian goes off looking for some woodstox stuff from repository.jboss.org/maven2 that it can't find? [09:24:39] <aslak> nickarls, seen the same with as6 as well.. some dep somewhere [09:27:39] <nickarls> what would be the way to run a weld-arq test against as7? [09:36:03] <ALR> aslak: Hmm, my test, which was working, is now..not/ [09:36:26] <ALR> org.jboss.arquillian.container.spi.client.container.DeploymentException: Could not deploy to container [09:36:26] <ALR> Caused by: java.lang.Exception: {"Services which failed to start:" => ["service jboss.deployment.unit.\"test.war\".STRUCTURE"]} [09:36:29] <aslak> ALR, so what have you done since it worked ? :) [09:36:35] <ALR> Ran a Maven build. [09:36:41] <ALR> Before it was just in the IDe [09:36:43] <ALR> *IDE [09:36:54] <aslak> aa [09:37:04] <aslak> ALR, got something more to go on? [09:37:31] <ALR> aslak: No, it's AS7 stuff [09:37:32] <ALR> http://pastebin.com/2N37pV2b [09:37:34] <ALR> Not really ARQ [09:38:13] <aslak> no why? [09:38:26] <ALR> Why what? [09:38:35] <aslak> why it failed to start [09:38:40] <ALR> That's all I got. [09:39:06] <aslak> ALR, go kick someone for horrible deployment errors.. hehe [09:39:13] <ALR> That was my thought. [09:39:25] <aslak> nothin in logs? [09:40:26] <ALR> Ha, lots of these: [09:40:27] <ALR> 03:37:48,378 ERROR [org.jboss.as.server] Boot update failed: "java.lang.IllegalStateException: Container is down" [09:41:24] <ALR> I wonder what happened to my AS build. :P [09:41:28] <ALR> Problem for tomorrow I say. [09:41:31] <ALR> Seeya on the call. [09:41:33] <ALR> Late. [09:43:36] <aslak> ALR, you have it pushed? [09:43:56] <ALR> aslak: Nah [09:44:20] <aslak> ALR, if you do, i can poke [09:44:42] <ALR> Nah it's cool. I suspect some transient building AS problem [09:44:48] <ALR> When I wake I'm sure I'll sort it quickly. [09:46:04] <aslak> ok [10:15:28] *** galderz has joined #jbosstesting [10:29:41] *** lightguard_jp has quit IRC [11:05:52] *** aaronwalker has quit IRC [11:10:27] *** kpiwko has joined #jbosstesting [11:11:12] *** rruss has joined #jbosstesting [11:23:58] *** rruss has quit IRC [11:39:13] <jbossbot> git [arquillian-container-weld] push master 5e486a2.. Aslak Knutsen ARQ-361 Update to Arquillian-Core 1.0.0.Beta1 [11:39:14] <jbossbot> jira [ARQ-361] Split up Arquillian repository [Closed (Done) Feature Request, Major, Aslak Knutsen] https://issues.jboss.org/browse/ARQ-361 [11:39:14] <jbossbot> git [arquillian-container-weld] push master URL: http://github.com/arquillian/arquillian-container-weld/compare/f5c52a8...5e486a2 [11:45:48] *** maschmid has joined #jbosstesting [11:54:26] *** davidbos has quit IRC [12:11:55] *** davidbos has joined #jbosstesting [13:01:07] *** ldimaggi has joined #jbosstesting [13:01:18] *** jose_freitas_aw has left #jbosstesting [13:11:03] <jbossbot> git [arquillian-container-resin] push master 77c55d3.. Dominik Dorn resin4: pom.xml for embedded container module [13:11:03] <jbossbot> git [arquillian-container-resin] push master 901281c.. Dominik Dorn Resin4: ResinEmbedded container configuration/implementation [13:11:03] <jbossbot> git [arquillian-container-resin] push master 89add26.. Dominik Dorn Resin4: Arquillian Metadata [13:11:03] <jbossbot> git [arquillian-container-resin] push master e353b1d.. Dominik Dorn Resin4: added caucho copyright headers. [13:11:03] <jbossbot> git [arquillian-container-resin] push master bf661ad.. Dominik Dorn Resin4: added caucho copyright headers [13:11:03] <jbossbot> git [arquillian-container-resin] push master a207168.. Dominik Dorn Resin4: test-metadata [13:11:04] <jbossbot> git [arquillian-container-resin] push master 001723c.. Dominik Dorn first working version [13:11:04] <jbossbot> git [arquillian-container-resin] push master 55dfbdf.. Ales Justin Fix Resin4 build [13:11:05] <jbossbot> git [arquillian-container-resin] push master 7c49b31.. Ales Justin Move to JBoss env [13:11:05] <jbossbot> git [arquillian-container-resin] push master 8891154.. Ales Justin Fix Resin lifecycle handling [13:11:06] <jbossbot> git [arquillian-container-resin] push master 7fdad0a.. Ales Justin Port Resin4 support to new SPI [13:11:06] <jbossbot> git [arquillian-container-resin] push master 5adfdef.. Ales Justin Return http context [13:11:07] <jbossbot> git [arquillian-container-resin] push master f8bc7e0.. Ales Justin Remove protocol dependency [13:11:07] <jbossbot> git [arquillian-container-resin] push master 123e142.. Ales Justin Add servlets from web app [13:11:24] <jbossbot> git [arquillian-container-resin] push ARQ-146 URL: http://github.com/arquillian/arquillian-container-resin/compare/7d7e577...0000000 [13:32:56] <jbossbot> git [arquillian-container-openwebbeans] push master 8cb8277.. Aslak Knutsen ARQ-361 Update to Arquillian-Core 1.0.0.Beta1 [13:32:57] <jbossbot> jira [ARQ-361] Split up Arquillian repository [Closed (Done) Feature Request, Major, Aslak Knutsen] https://issues.jboss.org/browse/ARQ-361 [13:32:57] <jbossbot> git [arquillian-container-openwebbeans] push master URL: http://github.com/arquillian/arquillian-container-openwebbeans/compare/5c6a51c...8cb8277 [13:46:27] *** timte has quit IRC [13:52:06] *** burrsutter_ has joined #jbosstesting [13:59:06] *** bgeorges has joined #jbosstesting [14:01:30] *** rruss has joined #jbosstesting [14:01:57] *** rruss has quit IRC [14:05:53] *** rruss has joined #jbosstesting [14:09:34] <jbossbot> git [arquillian-container-jetty] push master 258404d.. Aslak Knutsen ARQ-361 Update to Arquillian-Core 1.0.0.Beta1 [14:09:36] <jbossbot> jira [ARQ-361] Split up Arquillian repository [Closed (Done) Feature Request, Major, Aslak Knutsen] https://issues.jboss.org/browse/ARQ-361 [14:09:36] <jbossbot> git [arquillian-container-jetty] push master URL: http://github.com/arquillian/arquillian-container-jetty/compare/35559b6...258404d [14:20:30] *** alesj has quit IRC [14:22:14] *** bgeorges has quit IRC [14:25:35] *** alesj has joined #jbosstesting [14:29:04] *** rruss has quit IRC [14:32:48] *** timte has joined #jbosstesting [14:38:31] *** Jaikiran is now known as Jaikiran|bbl [14:47:50] *** galderz has quit IRC [15:13:19] *** maeste has quit IRC [15:14:05] *** rruss has joined #jbosstesting [15:21:35] *** rruss has quit IRC [15:24:13] *** nilian has quit IRC [15:30:13] *** galderz has joined #jbosstesting [15:30:16] *** maschmid has quit IRC [15:31:43] *** maschmid has joined #jbosstesting [15:33:32] <jbossbot> git [arquillian-container-tomcat] push master 97e8597.. Aslak Knutsen ARQ-361 Update to Arquillian-Core 1.0.0.Beta1 [15:33:33] <jbossbot> jira [ARQ-361] Split up Arquillian repository [Closed (Done) Feature Request, Major, Aslak Knutsen] https://issues.jboss.org/browse/ARQ-361 [15:33:33] <jbossbot> git [arquillian-container-tomcat] push master URL: http://github.com/arquillian/arquillian-container-tomcat/compare/653db04...97e8597 [15:34:31] <jbossbot> git [arquillian-container-jetty] push master b883aaa.. Aslak Knutsen ARQ-361 set ShrinkWrap Maven Resolver dep to test scope [15:34:31] <jbossbot> jira [ARQ-361] Split up Arquillian repository [Closed (Done) Feature Request, Major, Aslak Knutsen] https://issues.jboss.org/browse/ARQ-361 [15:34:32] <jbossbot> git [arquillian-container-jetty] push master URL: http://github.com/arquillian/arquillian-container-jetty/compare/258404d...b883aaa [15:37:21] *** Jaikiran|bbl has quit IRC [15:39:38] *** Jaikiran has joined #jbosstesting [15:48:13] *** Jaikiran has quit IRC [15:49:46] *** rruss has joined #jbosstesting [15:50:07] *** torben has quit IRC [16:00:45] *** aslak has quit IRC [16:02:16] *** Jaikiran has joined #jbosstesting [16:04:22] *** davidbos has quit IRC [16:15:09] *** aslak has joined #jbosstesting [16:16:49] *** rruss has joined #jbosstesting [16:17:47] *** Jaikiran1 has joined #jbosstesting [16:17:54] *** Jaikiran has quit IRC [16:30:53] *** Jaikiran1 has quit IRC [16:41:37] *** timte has quit IRC [16:43:19] *** galderz has quit IRC [17:00:45] *** oskutka has quit IRC [17:19:23] <ALR> aslak: Nice to see our messages are aligned. :) [17:21:24] <aslak> :) [17:21:56] <aslak> ALR, if you had sent your reply first.. i could hvae responded with, what andrew said.. :) [17:24:16] *** OndejZizka has joined #jbosstesting [17:25:28] *** OndejZizka has quit IRC [17:25:49] *** OndejZizka has joined #jbosstesting [17:27:23] <ALR> :) [17:30:00] *** OndejZizka has quit IRC [17:34:24] *** Jaikiran has joined #jbosstesting [17:42:40] *** mgoldmann has quit IRC [17:42:58] *** mgoldmann has joined #jbosstesting [17:54:08] *** psychollek has quit IRC [17:54:40] *** psychollek has joined #jbosstesting [17:57:40] *** alesj has quit IRC [17:58:19] *** psychollek_ has joined #jbosstesting [17:58:26] *** psychollek has quit IRC [17:58:26] *** psychollek_ has quit IRC [18:01:19] <jbossbot> git [arquillian-extension-drone] push master dcac959.. Karel Piwko ARQ-361 ARQ-440 ARQ-441 Split of Arquillian Drone API/SPI... [18:01:20] <jbossbot> jira [ARQ-361] Split up Arquillian repository [Closed (Done) Feature Request, Major, Aslak Knutsen] https://issues.jboss.org/browse/ARQ-361 [18:01:21] <jbossbot> jira [ARQ-440] Stabilize Drone API/SPI [Pull Request Sent (Unresolved) Task, Major, Karel Piwko] https://issues.jboss.org/browse/ARQ-440 [18:01:22] <jbossbot> jira [ARQ-441] Update Selenium version to 2.0b3 [Pull Request Sent (Unresolved) Task, Major, Karel Piwko] https://issues.jboss.org/browse/ARQ-441 [18:01:22] <jbossbot> git [arquillian-extension-drone] push master 511f212.. Karel Piwko ARQ-443 Removed Arquillian Ajocado from Drone, will be standalone [18:01:23] <jbossbot> jira [ARQ-443] Remove Arquillian Ajocado Binding from Arquillian Drone for release decoupling [Pull Request Sent (Unresolved) Task, Major, Karel Piwko] https://issues.jboss.org/browse/ARQ-443 [18:01:23] <jbossbot> git [arquillian-extension-drone] push master 1b9d94a.. Karel Piwko ARQ-446 Selenium Server is started by default if on classpath [18:01:24] <jbossbot> jira [ARQ-446] Arquillian Selenium Server should be enabled by default [Open (Unresolved) Task, Minor, Karel Piwko] https://issues.jboss.org/browse/ARQ-446 [18:01:24] <jbossbot> git [arquillian-extension-drone] push master b4cdfb3.. Aslak Knutsen ARQ-361 Update to Arquillian-Core 1.0.0.Beta1 [18:01:24] <jbossbot> git [arquillian-extension-drone] push master URL: http://github.com/arquillian/arquillian-extension-drone/compare/ac7552c...b4cdfb3 [18:02:04] *** psychollek has joined #jbosstesting [18:02:58] *** maschmid has quit IRC [18:08:35] <jbossbot> git [arquillian-extension-drone] push ARQ-361 URL: http://github.com/arquillian/arquillian-extension-drone/compare/051a7a1...0000000 [18:09:37] *** OndejZizka has joined #jbosstesting [18:17:00] *** kpiwko has quit IRC [18:17:09] *** kpiwko has joined #jbosstesting [18:17:22] *** kpiwko has quit IRC [18:45:43] *** ALR has quit IRC [18:46:26] *** ALR has joined #jbosstesting [19:21:55] *** bobmcw has quit IRC [19:22:43] *** bobmcw has joined #jbosstesting [19:23:49] *** oskutka has joined #jbosstesting [19:25:16] *** oskutka has quit IRC [19:52:31] *** pgmjsd has quit IRC [19:54:11] *** pgmjsd has joined #jbosstesting [20:18:15] *** nilian has joined #jbosstesting [20:33:41] *** nilian has quit IRC [20:35:27] *** nilian has joined #jbosstesting [20:42:16] *** mgoldmann has quit IRC [20:51:29] *** Jaikiran has quit IRC [20:57:40] *** oskutka has joined #jbosstesting [20:57:48] *** jeand has quit IRC [21:24:20] *** danielbremer-ton has joined #jbosstesting [21:24:35] *** nilian has quit IRC [21:24:50] *** danielbremer-ton has quit IRC [21:25:15] *** nilian has joined #jbosstesting [21:32:13] *** aslak has quit IRC [21:32:25] *** oskutka has quit IRC [21:33:03] *** aslak has joined #jbosstesting [21:34:23] *** ge0ffrey has quit IRC [21:36:10] *** aslak has quit IRC [21:47:20] *** ge0ffrey has joined #jbosstesting [22:02:51] *** rruss has quit IRC [22:03:17] [22:03:17] [22:03:18] [22:03:18] [22:03:18] <jbossbot> git [arquillian-extension-performance] push split_api 4034fcc.. Aslak Knutsen ARQ-361 Update to Arquillian Core 1.0.0.Beta1 [22:03:18] <jbossbot> jira [ARQ-361] Split up Arquillian repository [Closed (Done) Feature Request, Major, Aslak Knutsen] https://issues.jboss.org/browse/ARQ-361 [22:03:18] <jbossbot> git [arquillian-extension-performance] push split_api URL: http://github.com/arquillian/arquillian-extension-performance/compare/0000000...4034fcc [22:03:37] *** Tashtego has joined #jbosstesting [22:13:53] *** aslak has joined #jbosstesting [22:21:34] *** nilian has quit IRC [22:27:21] *** lightguard_jp has joined #jbosstesting [22:29:54] *** oskutka has joined #jbosstesting [22:32:43] *** oskutka has quit IRC [23:25:47] *** OndejZizka has quit IRC [23:26:13] *** OndrejZizka has joined #jbosstesting [23:26:15] *** OndrejZizka has quit IRC [23:26:41] *** OndrejZizka has joined #jbosstesting [23:27:44] *** Tashtego has quit IRC [23:41:04] *** ldimaggi has quit IRC [23:46:02] *** aaronwalker has joined #jbosstesting [23:51:30] *** aaronwalker has quit IRC