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

[00:03:14] *** mgoldmann has quit IRC
[00:07:39] *** rruss has joined #jbosstesting
[00:31:57] *** jeand has quit IRC
[00:51:56] *** maeste has quit IRC
[01:04:41] *** jeand has joined #jbosstesting
[01:10:17] *** bgeorges has quit IRC
[01:11:11] *** lightguard_jp has quit IRC
[01:18:42] *** rruss has quit IRC
[01:32:42] *** bleathem has joined #jbosstesting
[02:12:36] *** ldimaggi_ has joined #jbosstesting
[02:17:24] *** michaelschuetz has quit IRC
[02:17:57] *** bgeorges has joined #jbosstesting
[02:18:41] *** bgeorges has quit IRC
[02:44:39] *** GTobi has quit IRC
[02:52:11] *** johnament has joined #jbosstesting
[03:14:20] *** jeand has quit IRC
[04:05:46] *** johnament has quit IRC
[05:29:21] *** ldimaggi_ has quit IRC
[05:33:52] *** bleathem has quit IRC
[06:18:22] *** jeand has joined #jbosstesting
[06:42:48] *** jeand has quit IRC
[06:46:12] *** jeand has joined #jbosstesting
[06:49:25] *** jdewinne has joined #jbosstesting
[07:04:59] *** tcunning has quit IRC
[07:23:57] *** jdewinne has quit IRC
[07:35:41] *** oskutka has joined #jbosstesting
[07:54:25] *** kpiwko has joined #jbosstesting
[08:11:07] *** jharting has joined #jbosstesting
[08:37:45] *** lfryc has joined #jbosstesting
[09:00:04] *** mgoldmann has joined #jbosstesting
[09:12:09] *** ge0ffrey has joined #jbosstesting
[09:17:02] *** al80 has joined #jbosstesting
[09:19:20] <al80> if I try to use <glassfish:sunResourcesXml>   then I get an exception on starttup: http://pastebin.com/Xe4SgcGm
[09:20:04] <al80> Any idea?
[09:21:12] *** jeand has quit IRC
[09:22:26] *** Jaikiran has joined #jbosstesting
[09:25:03] *** GTobi has joined #jbosstesting
[10:09:44] *** michaelschuetz has joined #jbosstesting
[10:13:30] *** maeste has joined #jbosstesting
[10:16:41] *** wolfc has joined #jbosstesting
[10:22:04] *** ALR has quit IRC
[10:34:17] *** maeste has quit IRC
[10:41:14] *** aLBaaaaH has joined #jbosstesting
[10:57:36] *** vtunka has joined #jbosstesting
[11:20:57] *** hatchetman82 has joined #jbosstesting
[11:22:07] <hatchetman82> arquillian fires test class @Before methods before @Singleton @Startup @Postconstruct ?!
[11:30:05] *** kenglxn has joined #jbosstesting
[11:32:44] <hatchetman82> hmm ... more like its undefined.
[11:33:25] <nickarls> client side @Before, I assume?
[11:34:34] *** alesj has joined #jbosstesting
[11:34:51] <hatchetman82> server-side
[11:34:59] <hatchetman82> in an arq test case that gets deployed
[11:35:36] <nickarls> is it possible to throw in an EJB with a dependency?
[11:35:49] <hatchetman82> what apparently happens is that jboss switched to lazy-loading EJBs at some point and so even though the singleton is injected into the test class, the order of execution between the @Before and @Postconstruct is undefined
[11:36:22] <hatchetman82> just means that if you have an injection!=null it doesnt mean there's anything instantiated on the other side of it apparently
[11:36:31] <nickarls> Inject the singleton and tickle it before you do other stuff
[11:36:36] <hatchetman82> what i did was add a void nop() method to my singleton, and call it from the test @Before
[11:36:49] <hatchetman82> hmm .. ill rename it tickle() :-)
[11:37:16] <hatchetman82> am i the only one who finds this conterintuitive ?\
[11:38:03] <nickarls> don't know if it matters much. as long as it appears quickly when it's called
[11:38:12] <al80> if I try to use <glassfish:sunResourcesXml>   then I get an exception on starttup: http://pastebin.com/Xe4SgcGm    Any idea?
[11:38:24] <nickarls> singletons first is not configurable anywhere?
[11:39:28] <hatchetman82> nowhere that i know
[11:40:13] <nickarls> the AS has loads of stuff that is configurable somewhere(tm)
[11:40:32] <nickarls> exposing undocumented mbean attrs here and there
[11:40:54] <nickarls> impossible to find if you don't read the code or get a tip from a dev
[11:42:55] <hatchetman82> tip from developer ... lol :-)
[11:42:59] <hatchetman82> inside info
[11:43:28] <nickarls> jaikiran and carlo knows most of the stuff
[11:50:35] *** pmuir has joined #jbosstesting
[11:51:55] <Jaikiran> hatchetman82: so you've got a @Startup @Singleton being injected via @EJB and it still doesn't fire before your @Before?
[12:51:01] <hatchetman82> Jaikiran: yes
[12:51:23] <hatchetman82> actually the @Postcobstruct on the singleton fires in parallel with my @Before
[12:51:39] <hatchetman82> but now i've added a nop() method to the singleton and that fixed it
[12:59:17] *** tcunning has joined #jbosstesting
[13:09:26] *** ldimaggi_ has joined #jbosstesting
[13:15:57] *** maeste has joined #jbosstesting
[13:50:57] *** tcunning has quit IRC
[13:55:10] *** kenglxn has left #jbosstesting
[14:01:38] *** kpiwko has quit IRC
[14:06:11] *** kpiwko has joined #jbosstesting
[14:07:36] *** kenglxn has joined #jbosstesting
[14:09:53] *** rruss has joined #jbosstesting
[14:10:34] *** kenglxn has left #jbosstesting
[14:14:18] *** rruss has quit IRC
[14:15:42] *** rruss has joined #jbosstesting
[14:16:12] *** tcunning has joined #jbosstesting
[14:42:05] *** jharting has quit IRC
[14:45:24] *** aLBaaaaH has quit IRC
[14:56:07] *** rruss has quit IRC
[15:15:23] *** lightguard_jp has joined #jbosstesting
[15:23:18] *** oskutka has quit IRC
[15:28:05] *** GTobi has quit IRC
[16:17:42] *** lfryc has quit IRC
[16:20:06] *** lfryc has joined #jbosstesting
[16:32:24] *** alesj has quit IRC
[16:42:03] *** Jaikiran is now known as Jaikiran|AFK
[16:57:07] *** jeand has joined #jbosstesting
[17:01:58] *** lfryc has quit IRC
[17:08:27] *** mgoldmann has quit IRC
[17:08:52] *** mgoldmann has joined #jbosstesting
[17:11:00] *** kpiwko has quit IRC
[17:14:40] *** pmuir has quit IRC
[17:22:46] *** rruss has joined #jbosstesting
[17:31:39] *** maeste has quit IRC
[17:32:15] *** maeste has joined #jbosstesting
[17:41:13] *** ge0ffrey has quit IRC
[18:06:19] *** tcunning has quit IRC
[18:17:01] *** jeand has quit IRC
[18:29:36] *** michaelschuetz has quit IRC
[18:31:43] *** vtunka has quit IRC
[18:35:14] *** rruss has quit IRC
[18:36:28] *** al80 has quit IRC
[19:05:56] *** kenglxn has joined #jbosstesting
[19:15:56] *** kenglxn has left #jbosstesting
[19:16:47] *** Jaikiran|AFK has quit IRC
[19:38:48] *** ALR has joined #jbosstesting
[19:43:30] *** rruss has joined #jbosstesting
[20:01:20] *** tcunning has joined #jbosstesting
[21:05:26] *** Elisha_ is now known as Elisha
[21:13:18] *** jdewinne has joined #jbosstesting
[21:49:33] *** maeste has quit IRC
[22:04:40] *** maeste has joined #jbosstesting
[22:06:51] *** oskutka has joined #jbosstesting
[22:09:58] *** michaelschuetz has joined #jbosstesting
[22:20:49] *** jdewinne has quit IRC
[22:35:03] *** tcunning has quit IRC
[22:37:48] *** maeste has quit IRC
[22:56:21] *** oskutka has quit IRC
[22:56:22] *** wolfc has quit IRC
[23:00:39] *** jharting has joined #jbosstesting
[23:08:32] *** mgoldmann has quit IRC
[23:47:33] *** rruss has quit IRC
[23:55:54] *** tcunning has joined #jbosstesting

top