April 16, 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

[00:24:18] <lightguard_jp> aslak: Do we have Byteman integration with arquillian yet?
[00:24:26] <lightguard_jp> Or EasyB / Spock
[00:24:37] <lightguard_jp> Of course I need those for different reasons :)
[00:24:45] <aslak> lightguard_jp, Byteman, nothing beyond prototype with the Alpha4 api
[00:24:53] <aslak> spock is on the same level..
[00:25:01] <aslak> haven't look at easyb
[00:27:05] <lightguard_jp> Rats
[00:27:38] <lightguard_jp> Yesterday I was talking about the demo for Catch and you mentioned arquillian on twitter. Rodney sent me an email about Byteman, and I'd completely forgotten about it.
[00:27:52] <lightguard_jp> Byteman would be really helpful for creating Catch demos
[00:28:27] <lightguard_jp> Of course I could do it w/o arquillian but would be much nicer to use arquillian.
[00:29:20] <lightguard_jp> EasyB makes creating specs out of tests very nice and readable. The Spock stuff is nice for the developer to write tests, slightly different vein than easyb
[00:29:54] <lightguard_jp> I could very easily see high level arquillian tests written in easyb and more unit-ish tests in spock
[00:30:25] <aslak> yea, the problem was i was missing some hooks in easyb if i remember correctly
[00:31:01] <aslak> lightguard_jp, i can update the byteman stuff if you want.. specially for you :)
[00:36:08] *** wyer has quit IRC
[00:37:45] <lightguard_jp> aslak: That would be great :)
[00:52:02] <aslak> lightguard_jp, there you go: https://github.com/arquillian/arquillian-extension-byteman/tree/ARQ-348
[00:52:03] <jbossbot> jira [ARQ-348] Create a Byteman integration [Open (Unresolved) Feature Request, Major, Aslak Knutsen] https://issues.jboss.org/browse/ARQ-348
[00:52:35] <lightguard_jp> Great!
[00:52:39] <aslak> lightguard_jp, it's not much tested outside this: https://github.com/arquillian/arquillian-extension-byteman/blob/ARQ-348/src/test/java/org/jboss/arquillian/framework/byteman/test/BytemanIntegrationTestCase.java but give it a go
[00:52:41] <jbossbot> jira [ARQ-348] Create a Byteman integration [Open (Unresolved) Feature Request, Major, Aslak Knutsen] https://issues.jboss.org/browse/ARQ-348
[00:53:09] <aslak> second time you run it you  will get a exception in the log, but it's caught and handeled, but also printed somewhere inside the jvm
[00:53:28] <aslak> basically don't know if the byteman agent is installed already, so we try to install it
[00:55:49] *** michaelschuetz has quit IRC
[00:56:11] <lightguard_jp> Okay, just mvn install and include it in the pom?
[00:56:31] <aslak> lightguard_jp, yea, pluss byteman
[00:56:39] <aslak> see the pom
[00:57:04] <lightguard_jp> Great.
[00:57:17] <lightguard_jp> Even though I'll get the exception, everything still works, correct?
[00:57:21] <aslak> yea
[00:57:52] <lightguard_jp> Looking at the annotations, the targetLocation is where I can do AFTER ... and such?
[00:58:08] <lightguard_jp> Or is that binding?
[00:58:22] <aslak> also found that there is a CL leak somewhere. your Deployments CL is left on the server after undeploy, so when byteman runs it will transform the old classes as well.. shouldn't make a difference, just saying
[00:59:05] <lightguard_jp> Okay, just don't run the demo 60 times :)
[00:59:11] <lightguard_jp> before restarting
[00:59:17] <aslak> :)
[00:59:32] <aslak> https://github.com/arquillian/arquillian-extension-byteman/blob/ARQ-348/src/main/java/org/jboss/arquillian/framework/byteman/impl/ScriptUtil.java
[00:59:34] <jbossbot> jira [ARQ-348] Create a Byteman integration [Open (Unresolved) Feature Request, Major, Aslak Knutsen] https://issues.jboss.org/browse/ARQ-348
[01:01:17] <aslak> binding doesn't seem to be used
[01:04:58] <lightguard_jp> Okay, I'll figure it out
[01:05:02] <lightguard_jp> Thank you
[01:06:47] <aslak> bed time.. :)
[01:07:03] *** aslak has quit IRC
[01:12:54] *** maeste has quit IRC
[01:34:27] *** rruss has quit IRC
[01:47:54] *** lightguard_jp is now known as lightguard_jp_aw
[02:12:40] *** rruss has joined #jbosstesting
[03:25:51] *** rruss has quit IRC
[03:29:12] *** lightguard_jp_aw is now known as lightguard_jp
[04:28:23] *** ldimaggi has quit IRC
[05:03:14] *** jdlee has quit IRC
[05:14:49] *** jdlee has joined #jbosstesting
[05:14:49] *** jdlee has joined #jbosstesting
[05:43:09] *** aaddriancole has quit IRC
[06:58:29] *** lightguard_jp has quit IRC
[07:01:54] *** lightguard_jp has joined #jbosstesting
[07:23:27] *** bleathem has quit IRC
[09:14:24] *** lightguard_jp has quit IRC
[10:11:57] *** aslak has joined #jbosstesting
[11:16:30] <aslak> OndraZizka, ping
[11:17:24] <OndraZizka> aslak:  syn ack
[11:17:28] <aslak> :)
[11:18:00] <aslak> OndraZizka, do you know how we can build against the WebSphere Libs on our Hudson environment?
[11:18:14] <OndraZizka> aslak:  Uh, no idea
[11:18:21] <OndraZizka> aslak:  That would be...
[11:18:27] <OndraZizka> aslak:  mlinhard
[11:18:45] <OndraZizka> #jbossqa, but likely on monday
[11:18:57] <OndraZizka> aslak:  However,
[11:19:23] <OndraZizka> aslak:  you might "proof-read" the Mavenhoe project
[11:19:45] <OndraZizka> if you need maven deps out of Websfear distro
[11:21:47] <OndraZizka> aslak:  Actually it's not public yet, but you might find it in our QA svn
[11:21:49] <aslak> OndraZizka, what is mavenhoe. bit spares on info on the page there.. :)
[11:22:01] <OndraZizka> let me find
[11:22:37] <OndraZizka> https://docspace.corp.redhat.com/docs/DOC-57811
[11:24:05] <aslak> aa, right. a alternative repo
[11:31:30] <OndraZizka> Kind of. Tries to save some work by scanning maven metadata in the jars. But doesn't always work :)  Thus the mapping file
[11:32:36] <aslak> :)
[12:21:28] *** timte has joined #jbosstesting
[12:25:56] *** timte has quit IRC
[12:35:47] *** mgoldmann has joined #jbosstesting
[12:37:02] *** dblevins has quit IRC
[13:55:03] *** Tashtego has joined #jbosstesting
[14:33:24] *** michaelschuetz has joined #jbosstesting
[14:51:49] *** mgoldmann has quit IRC
[14:56:33] *** Tashtego has quit IRC
[14:58:55] *** johnament has joined #jbosstesting
[15:18:12] *** michaelschuetz1 has joined #jbosstesting
[15:19:42] *** michaelschuetz has quit IRC
[15:28:56] *** michaelschuetz has joined #jbosstesting
[15:29:51] *** michaelschuetz1 has quit IRC
[15:29:58] *** michaelschuetz has joined #jbosstesting
[15:51:39] *** michaelschuetz1 has joined #jbosstesting
[15:55:20] *** michaelschuetz has quit IRC
[17:10:52] *** michaelschuetz1 has quit IRC
[17:48:23] *** johnament has quit IRC
[18:06:16] *** timte has joined #jbosstesting
[18:47:53] *** timte has quit IRC
[20:25:29] *** timte has joined #jbosstesting
[20:27:07] *** timte has quit IRC
[20:34:56] *** aslak has quit IRC
[20:50:59] *** yendor has joined #jbosstesting
[20:56:20] *** michaelschuetz has joined #jbosstesting
[20:57:55] *** aslak has joined #jbosstesting
[20:57:55] *** aslak has quit IRC
[20:57:56] *** aslak has joined #jbosstesting
[21:16:37] *** michaelschuetz has quit IRC
[21:16:39] *** yendor has quit IRC
[21:47:40] *** rruss has joined #jbosstesting
[22:22:49] *** rruss has quit IRC
[23:09:42] *** lightguard_jp has joined #jbosstesting
[23:28:32] *** PeteRoyle has joined #jbosstesting
[23:45:17] *** lightguard_jp has quit IRC

top