February 7, 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

[01:07:49] *** aslak has quit IRC
[01:22:02] *** bobmcw_ has joined #jbosstesting
[01:22:02] *** bobmcw has quit IRC
[01:22:16] *** jdlee has quit IRC
[01:26:19] *** bobmcw_ is now known as bobmcw
[01:26:20] *** bobmcw has joined #jbosstesting
[01:27:05] *** michaelschuetz has quit IRC
[03:00:10] *** ldimaggi_ has joined #jbosstesting
[03:31:22] *** jdlee has joined #jbosstesting
[03:31:22] *** jdlee has joined #jbosstesting
[04:04:18] *** echelog-2 has joined #jbosstesting
[05:11:41] *** ldimaggi_ has quit IRC
[05:44:33] *** jdewinne has joined #jbosstesting
[05:47:01] *** jdewinne has left #jbosstesting
[05:50:28] *** bgeorges has joined #jbosstesting
[06:12:36] *** bdlink has quit IRC
[07:00:24] *** jdewinne has joined #jbosstesting
[07:24:58] *** jdewinne has left #jbosstesting
[08:09:36] *** timte has joined #jbosstesting
[08:13:19] *** vtunka has joined #jbosstesting
[08:34:44] *** michaelschuetz has joined #jbosstesting
[08:44:32] *** ge0ffrey has joined #jbosstesting
[08:48:24] *** lfryc has joined #jbosstesting
[08:56:15] *** oskutka has joined #jbosstesting
[09:03:24] *** jharting has joined #jbosstesting
[09:04:04] *** aslak has joined #jbosstesting
[09:06:47] *** bgeorges has quit IRC
[09:08:39] *** Jaikiran has joined #jbosstesting
[09:08:45] *** Jaikiran has joined #jbosstesting
[09:13:48] *** bgeorges has joined #jbosstesting
[09:15:57] *** GTobi has joined #jbosstesting
[09:17:46] <hatchetman82> anyone try running arq. with byteman ?
[09:20:33] <hatchetman82> i think i've managed to load the agent, but my rules have no effect
[09:20:34] *** aslak has quit IRC
[09:20:46] *** wolfc has joined #jbosstesting
[09:21:18] *** aslak has joined #jbosstesting
[09:30:07] *** lfryc has quit IRC
[09:35:45] *** kpiwko has joined #jbosstesting
[09:41:40] *** aslak has quit IRC
[09:42:18] *** aslak has joined #jbosstesting
[09:48:14] *** aslak has quit IRC
[09:48:48] *** aslak has joined #jbosstesting
[10:33:39] <kpiwko> hi aslak
[10:45:51] <aslak> heya
[10:46:37] <aslak> kpiwko, ^
[10:46:39] <aslak> :)
[10:47:32] <kpiwko> aslak, I've just returned from an awesome week in mountains ;), sorry for not letting you know, and I've found out you'd  reassigned work I supposed to do today back to you :/
[10:48:25] <kpiwko> have you already started to work on that? (ARQ-57, ARQ-353)
[10:48:27] <jbossbot> jira [ARQ-57] JBossAS Remote Containers Depend upon Sun JDK [Resolved, Major, Aslak Knutsen] https://issues.jboss.org/browse/ARQ-57
[10:48:28] <jbossbot> jira [ARQ-353] Remove DeploymentScanner disabling [Resolved, Major, Aslak Knutsen] https://issues.jboss.org/browse/ARQ-353
[10:48:51] <aslak> kpiwko, aa, no worries. I was around fiddeling with the jboss containers trying to extract the metadata.. so i just removed the code while i was there..
[10:48:51] <kpiwko> ahh, it already says resolved
[10:49:20] <aslak> kpiwko, they now deploy via file instead of http..
[10:49:44] <kpiwko> aslak, that's really nice!
[10:52:33] <aslak> kpiwko, or it streams via File instead over via http..
[10:53:32] <aslak> we don't depend on sun http server, but i would prefer it to stream from memory to container without having to go via the filesystem.. (even tho it goes via file in the client lib / container anyway..)
[10:55:20] <aslak> (atleast in 95% of the cases)
[10:58:15] *** kpiwko is now known as kpiwko_afk
[10:59:38] <aslak> kpiwko_afk, if you want, you can have a look at ARQ-168, ARQ-281
[10:59:39] <jbossbot> jira [ARQ-168] Validation on container configuration properties [Open, Major, Unassigned] https://issues.jboss.org/browse/ARQ-168
[10:59:40] <jbossbot> jira [ARQ-281] NPE when JBOSS_HOME isn't set [Open, Minor, Unassigned] https://issues.jboss.org/browse/ARQ-281
[11:00:25] <aslak> kpiwko_afk, i wouldn't involve BeanValidation, a simple validate() method on the ContainerConfiguration or similar should do for now..
[11:01:21] *** pmuir has joined #jbosstesting
[11:01:21] *** pmuir has quit IRC
[11:01:21] *** pmuir has joined #jbosstesting
[11:13:21] *** maeste has joined #jbosstesting
[11:15:49] *** lfryc has joined #jbosstesting
[12:22:42] *** kpiwko_afk is now known as kpiwko
[12:42:32] <hatchetman82> hi aslak
[12:47:23] <hatchetman82> im having trouble getting byteman and arq. to get along. byteman rules that work in a stand-alone setting dont fire when i try running and arq test
[12:48:00] <hatchetman82> im running jboss as 6 embedded, and added the byteman agent args to the JVM invocation line in my IDE (intellij).
[12:48:18] <hatchetman82> i know theyre picked up because if i change the file name for the rules file it explodes.
[12:48:22] <hatchetman82> but nothing triggers
[12:48:48] <hatchetman82> as far as i understand jboss 6 embedded container runs in the same JVM that started the test right ?
[13:00:44] *** kenglxn has joined #jbosstesting
[13:04:59] *** kenglxn has left #jbosstesting
[13:17:28] *** wolfc has quit IRC
[13:38:29] *** wolfc1 has joined #jbosstesting
[13:39:21] *** wolfc1 is now known as wolfc
[13:44:29] *** pmuir has quit IRC
[13:49:46] *** mgoldmann has joined #jbosstesting
[13:52:58] *** pmuir has joined #jbosstesting
[13:52:58] *** pmuir has quit IRC
[13:52:58] *** pmuir has joined #jbosstesting
[14:01:52] *** jeand has joined #jbosstesting
[14:14:46] <aslak> hatchetman82, that's correct
[14:32:22] *** lightguard_jp has joined #jbosstesting
[14:34:41] *** bgeorges has quit IRC
[14:57:41] *** michaelschuetz has quit IRC
[15:02:16] *** ldimaggi_ has joined #jbosstesting
[15:12:58] *** GTobi has quit IRC
[15:13:14] *** vtunka has quit IRC
[15:17:46] <hatchetman82> aslak: then any idea why the rules arent firing ?
[15:17:49] *** bgeorges has joined #jbosstesting
[15:17:56] <hatchetman82> or how i can debug it ?
[15:19:22] <aslak> hatchetman82, no, sorry.. your bet is as good as mine.. :)
[15:22:44] <hatchetman82> ok, but you use byteman and it works in your tests, right ?
[15:24:36] <aslak> hatchetman82, i have made some initial byteman integration for arq yea, there i automatically install the agent in the container vm and install the rules as part of the arq lifecycle. havn't tested it in a embedded setting tho
[15:25:15] <aslak> hatchetman82, https://github.com/aslakknutsen/arquillian/tree/ARQ-348
[15:25:17] <jbossbot> jira [ARQ-348] Create a Byteman integration [Open, Major, Aslak Knutsen] https://issues.jboss.org/browse/ARQ-348
[15:25:29] <aslak> https://github.com/aslakknutsen/arquillian/tree/ARQ-348/frameworks/byteman
[15:26:49] <hatchetman82> embedded seems the only way in which i could try it without proper integration because in all other cases arq starts the jboss jvm, so i figured i'll add the agent myself and arq needs not know about it
[15:26:54] <hatchetman82> apparently i was wrong somewhere :-)
[15:26:56] *** jharting has quit IRC
[15:27:19] <hatchetman82> when is this expected to make it into a released version ?
[15:29:18] <aslak> maybe next v. in some simple state, see if time premits..
[15:29:50] <aslak> hatchetman82, your welcome to help if you like.. :)
[15:31:14] <hatchetman82> wish my managers would allocate me enough time :-(
[15:51:25] <aslak> hatchetman82, where are you defining the vm ars etc for byteman?
[16:08:06] *** timte has quit IRC
[16:08:19] *** ldimaggi_ has quit IRC
[16:23:16] *** ldimaggi_ has joined #jbosstesting
[16:29:06] <bobmcw> aslak: you guys support MCBean injections in arq?
[16:39:55] *** bgeorges has quit IRC
[16:42:39] *** bgeorges has joined #jbosstesting
[16:43:42] *** Jaikiran is now known as Jaikiran|Dinner
[16:45:54] *** oskutka has quit IRC
[17:01:33] *** ALR has joined #jbosstesting
[17:03:42] <kpiwko> aslak, should the_bigger_picture branch be compiled against SW with API changes or against older version?
[17:11:45] *** bgeorges has quit IRC
[17:17:43] *** bgeorges has joined #jbosstesting
[17:40:25] *** pmuir has quit IRC
[17:46:14] *** cwash has joined #jbosstesting
[17:46:26] *** cwash has joined #jbosstesting
[17:52:13] <aslak> bobmcw, not in the normal jboss container, but we do in the jboss reloaded embedded one. on the roadmap
[17:52:51] <bobmcw> I'm using as6_managed
[17:53:12] <aslak> kpiwko, compile against my sw-140 banch(does not have all the api changes) and my sw descriptor -25
[17:53:21] <aslak> bobmcw, not supported
[17:53:56] <bobmcw> 'k
[17:54:08] <kpiwko> aslak, ok
[17:54:22] *** jdewinne has joined #jbosstesting
[18:00:28] *** bgeorges has quit IRC
[18:09:17] *** kpiwko has quit IRC
[18:17:55] *** lfryc has quit IRC
[18:18:20] *** maeste is now known as maeste_afk
[18:20:36] *** Jaikiran|Dinner is now known as Jaikiran
[18:59:50] *** ge0ffrey has quit IRC
[19:08:59] *** jdewinne has left #jbosstesting
[19:27:38] *** bobmcw has quit IRC
[19:27:40] *** bobmcw_ has joined #jbosstesting
[19:29:31] *** bobmcw_ has quit IRC
[19:29:42] *** bobmcw has joined #jbosstesting
[19:31:44] *** bobmcw has quit IRC
[19:32:07] *** bobmcw has joined #jbosstesting
[19:39:33] *** bobmcw has quit IRC
[19:39:54] *** bobmcw has joined #jbosstesting
[20:06:09] *** Jaikiran has quit IRC
[21:12:47] *** Tashtego has joined #jbosstesting
[21:13:06] *** hatchetman82 has quit IRC
[21:20:51] *** jdlee has quit IRC
[21:32:09] *** ldimaggi_ has quit IRC
[21:38:29] *** jdlee has joined #jbosstesting
[21:38:29] *** jdlee has joined #jbosstesting
[21:52:31] *** jdlee has quit IRC
[21:54:47] <Tashtego> hm anyone already tried arquillian examples (http://docs.jboss.org/arquillian/reference/latest/en-US/html/gettingstarted.html) with embedded glassfish? the example doesnt work right now. could need some hint ;)
[22:18:32] *** mgoldmann has quit IRC
[22:27:48] <Tashtego> anyone in here knows about http://pastebin.com/F27E1ppx ?
[22:36:05] *** Tashtego has quit IRC
[22:39:28] *** lfryc has joined #jbosstesting
[22:41:00] *** jdlee has joined #jbosstesting
[23:10:03] *** wolfc has quit IRC
[23:14:36] *** michaelschuetz has joined #jbosstesting
[23:15:35] *** ALR has quit IRC
[23:56:51] *** jeand has quit IRC

top