February 11, 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:08:43] *** pmuir has joined #jbosstesting
[00:14:01] <aslak> bed time, night all
[00:14:04] *** aslak has quit IRC
[00:14:11] *** pmuir has quit IRC
[01:11:09] *** kpiwko has quit IRC
[01:11:54] *** bleathem has quit IRC
[01:13:41] *** bgeorges has joined #jbosstesting
[01:34:25] *** lightguard_jp|aw has quit IRC
[02:00:00] *** lfryc has quit IRC
[02:23:14] *** michaelschuetz has quit IRC
[02:25:27] *** bgeorges has quit IRC
[02:26:02] *** tcunning has quit IRC
[02:52:14] *** ALR has joined #jbosstesting
[03:14:50] *** bleathem has joined #jbosstesting
[03:33:16] *** bleathem has quit IRC
[03:37:04] *** ALR has quit IRC
[04:06:32] *** bleathem has joined #jbosstesting
[04:26:02] *** tcunning has joined #jbosstesting
[04:35:32] *** dblevins has quit IRC
[05:06:14] *** dblevins has joined #jbosstesting
[05:18:34] *** ldimaggi_home has quit IRC
[06:30:16] *** tcunning has quit IRC
[07:21:35] *** oskutka has joined #jbosstesting
[07:25:30] *** lightguard_jp has joined #jbosstesting
[07:48:36] *** oskutka has quit IRC
[07:58:24] *** ALR has joined #jbosstesting
[08:05:06] *** bleathem has quit IRC
[08:26:33] *** Jaikiran has joined #jbosstesting
[08:27:46] *** Jaikiran is now known as Jaikiran|AFK
[08:34:28] *** ge0ffrey has joined #jbosstesting
[09:12:54] *** wolfc has joined #jbosstesting
[09:24:01] *** mgoldmann has joined #jbosstesting
[09:37:17] *** kenglxn has joined #jbosstesting
[09:42:48] *** lfryc has joined #jbosstesting
[09:57:14] *** kpiwko has joined #jbosstesting
[10:05:03] *** jeand has joined #jbosstesting
[10:06:34] *** kpiwko has quit IRC
[10:11:33] *** michaelschuetz has joined #jbosstesting
[10:16:57] *** ALR has quit IRC
[10:22:19] *** vtunka has joined #jbosstesting
[10:30:16] *** vtunka has quit IRC
[10:35:40] *** Jaikiran|AFK is now known as Jaikiran|Lunch
[10:44:47] *** wolfc has quit IRC
[10:44:51] *** OndrejZizka has quit IRC
[10:49:58] *** wolfc has joined #jbosstesting
[10:59:02] *** pmuir has joined #jbosstesting
[10:59:02] *** pmuir has quit IRC
[10:59:02] *** pmuir has joined #jbosstesting
[11:01:17] *** oskutka has joined #jbosstesting
[11:03:16] *** OndejZizka has joined #jbosstesting
[11:04:27] *** kpiwko has joined #jbosstesting
[11:05:39] *** michaelschuetz has quit IRC
[11:06:21] *** michaelschuetz has joined #jbosstesting
[11:14:28] *** lightguard_jp has quit IRC
[11:22:42] *** aslak has joined #jbosstesting
[11:23:30] <aslak> kpiwko, hey..
[11:23:43] <kpiwko> aslak, hi
[11:24:00] <aslak> kpiwko, any luck on the deploy issue?
[11:24:03] <kpiwko> aslak: I isolated that ProfileService and made a test as you suggested
[11:24:35] <kpiwko> aslak: I had shown up that problem is Weld related, because error occurred right after the deploy
[11:25:09] <kpiwko> aslak: so it was not Arquillian nor jbossas-remote-6 related at all
[11:25:21] <aslak> kpiwko, but why does manual deploy work?
[11:26:57] <kpiwko> aslak: it was late I didn't realize that deployment worked for arquillian as well, but it had crashed right after test tried to touch the deployed archive
[11:27:43] <aslak> AA OK
[11:27:46] <aslak> oops
[11:27:46] <kpiwko> aslak: manual deploy worked because I accessed archive in a such way that FacesServlet was correctly initalized
[11:27:47] <aslak> :)
[11:28:44] <kpiwko> aslak: yeah, a stupid oops :)
[11:37:17] *** oskutka has quit IRC
[11:39:29] *** maeste has joined #jbosstesting
[11:44:27] *** Jaikiran|Lunch has quit IRC
[11:52:25] <nickarls> aslak: goooodish morning
[11:52:43] <aslak> nickarls, good morning
[11:52:43] <nickarls> aslak: where were we regardning dbunit when I fell asleep? ;-)
[11:53:08] <nickarls> I was wondering about @DataSourceDefinition on a EJB
[11:54:00] <aslak> nickarls, i think the last i said was.. wit hthe use of @Rule, it will be executed on both clinet and incontainer
[11:54:01] <nickarls> and if @Rule was not a good idea - what would be? DataSources of course preferable so you don't have to configure the jdbc parameters in some strange place
[11:55:16] <aslak> nickarls, i think you should look into the Arq engine.. hooking into the @Before event, read the parameters of the event.getTestMethod) etc. and do what you need done
[11:55:48] <nickarls> "do what you need done" is comfortably vague ;-)
[11:56:06] <aslak> hehe
[11:56:27] <aslak> nickarls, yea, what do you want to do? load data?
[11:56:32] <nickarls> but the "no datasource lookup" restriction is still there
[11:56:47] <nickarls> aslak: yep, use the dbunit dataseeder stuff configurable per test
[11:57:05] <nickarls> sort of @Data(src="foo.xls", ds="java:/DefaultDS")
[11:57:07] *** kenglxn has left #jbosstesting
[11:57:58] <aslak> nickarls, well you need two things..  one on the client side that can add the foo.xsl to the deployment.. and one incontainer that can insert it
[12:05:20] *** Jaikiran has joined #jbosstesting
[12:05:21] *** oskutka has joined #jbosstesting
[12:06:03] *** michaelschuetz has quit IRC
[12:06:49] *** michaelschuetz has joined #jbosstesting
[12:17:28] *** oskutka has quit IRC
[12:18:09] *** oskutka has joined #jbosstesting
[12:20:30] *** oskutka has quit IRC
[12:21:01] *** oskutka has joined #jbosstesting
[12:33:03] *** tcunning has joined #jbosstesting
[12:58:42] *** ldimaggi_ has joined #jbosstesting
[12:59:19] *** oskutka has quit IRC
[12:59:50] *** oskutka has joined #jbosstesting
[13:05:42] *** oskutka has quit IRC
[13:06:30] *** oskutka has joined #jbosstesting
[13:08:02] *** oskutka has quit IRC
[13:08:37] *** oskutka has joined #jbosstesting
[13:13:04] *** oskutka has quit IRC
[13:13:57] *** oskutka has joined #jbosstesting
[13:15:56] *** oskutka has quit IRC
[13:33:37] *** tcunning has quit IRC
[13:37:35] *** pmuir has quit IRC
[13:39:44] *** Jaikiran has quit IRC
[13:47:44] *** oskutka has joined #jbosstesting
[13:47:53] *** maeste has quit IRC
[13:52:46] *** oskutka has quit IRC
[13:53:30] *** aslak has quit IRC
[14:01:00] *** oskutka has joined #jbosstesting
[14:06:40] *** oskutka has quit IRC
[14:07:32] *** oskutka has joined #jbosstesting
[14:11:58] *** pmuir has joined #jbosstesting
[14:12:01] *** Elisha has joined #jbosstesting
[14:12:11] <Elisha> anyone here? :]
[14:13:12] *** oskutka has quit IRC
[14:13:45] *** oskutka has joined #jbosstesting
[14:22:04] *** oskutka has quit IRC
[14:22:40] *** oskutka has joined #jbosstesting
[14:28:48] *** ge0ffrey has quit IRC
[14:29:10] *** ge0ffrey has joined #jbosstesting
[14:33:24] *** tcunning has joined #jbosstesting
[14:39:02] *** oskutka has quit IRC
[15:49:05] *** alesj has joined #jbosstesting
[16:04:13] *** kpiwko has quit IRC
[16:20:41] *** echelog-2 has joined #jbosstesting
[16:25:48] *** kpiwko has quit IRC
[16:26:02] *** kpiwko has joined #jbosstesting
[16:27:16] *** tcunning has joined #jbosstesting
[16:27:16] *** ge0ffrey has joined #jbosstesting
[16:27:16] *** dblevins has joined #jbosstesting
[16:27:16] *** nickarls has joined #jbosstesting
[16:27:16] *** ChanServ has joined #jbosstesting
[16:27:16] *** leguin.freenode.net sets mode: +o ChanServ
[16:30:06] *** ldimaggi_ has quit IRC
[17:11:47] *** rruss has joined #jbosstesting
[17:24:17] *** lightguard_jp has joined #jbosstesting
[17:25:58] *** lightguard_jp has quit IRC
[17:26:47] *** ldimaggi_ has joined #jbosstesting
[17:31:50] *** lightguard_jp has joined #jbosstesting
[17:34:20] *** lfryc has quit IRC
[17:35:36] *** michaelschuetz has quit IRC
[17:36:19] *** michaelschuetz has joined #jbosstesting
[17:44:12] *** kpiwko has quit IRC
[17:45:09] *** bleathem has joined #jbosstesting
[17:51:58] *** mgoldmann has quit IRC
[17:58:07] *** pmuir has quit IRC
[18:37:32] *** kenglxn has joined #jbosstesting
[18:41:07] *** kenglxn has left #jbosstesting
[18:46:57] *** lightguard_jp has quit IRC
[18:48:35] *** lightguard_jp has joined #jbosstesting
[18:56:46] *** lightguard_jp has quit IRC
[18:56:46] *** lightguard_jp has joined #jbosstesting
[18:58:26] *** kpiwko has joined #jbosstesting
[19:31:16] *** ALR has joined #jbosstesting
[19:35:02] *** alesj has quit IRC
[19:35:08] *** michaelschuetz1 has joined #jbosstesting
[19:38:06] *** michaelschuetz has quit IRC
[19:45:49] *** jharting has joined #jbosstesting
[19:48:34] *** ge0ffrey has quit IRC
[19:55:14] *** michaelschuetz has joined #jbosstesting
[19:56:25] *** michaelschuetz1 has quit IRC
[20:25:24] *** michaelschuetz1 has joined #jbosstesting
[20:26:50] *** michaelschuetz has quit IRC
[20:35:56] *** Tashtego has joined #jbosstesting
[20:36:08] <Tashtego> hi
[20:43:16] *** pmuir has joined #jbosstesting
[20:43:16] *** pmuir has quit IRC
[20:43:16] *** pmuir has joined #jbosstesting
[20:48:55] *** lightguard_jp has quit IRC
[20:49:29] *** pmuir has quit IRC
[20:53:32] *** tcunning is now known as tcunning_afk
[20:53:50] *** tcunning_afk has quit IRC
[20:55:35] *** jharting has quit IRC
[21:11:54] *** michaelschuetz1 has quit IRC
[21:17:05] *** lightguard_jp has joined #jbosstesting
[21:31:08] *** jharting has joined #jbosstesting
[21:48:47] *** tcunning has joined #jbosstesting
[22:04:58] <Tashtego> did anyone already experience rare problems while using arquillian? -> Unexpected end of file from server exceptions? sometimes the test runs, other times it fails
[22:18:41] <Tashtego> ok it seems like a port problem
[22:18:56] <Tashtego> maybe sometimes embedded glassfish doesnt get shutdown correct
[22:19:02] <Tashtego> nevermind
[22:21:29] *** bleathem has quit IRC
[22:35:37] *** tcunning has quit IRC
[22:39:45] *** bleathem has joined #jbosstesting
[22:44:58] *** ldimaggi_ has quit IRC
[22:50:01] *** jharting has quit IRC
[22:51:41] *** Tashtego has quit IRC
[22:55:38] *** jeand has quit IRC
[23:01:44] *** rruss has quit IRC
[23:02:53] *** rruss has joined #jbosstesting
[23:05:29] *** Tashtego has joined #jbosstesting
[23:07:36] <Tashtego> evil stuff ^^.. my model hat a wrong named query which lead to entitymanager not being able to load persistence unit which in turn lead to arquillian failing to start the server ;)...
[23:07:48] *** lightguard_jp has quit IRC
[23:18:42] <nickarls> in what cases do you need the jndi.properties on the classpath? @EJB injection?
[23:24:12] *** wolfc has quit IRC
[23:27:25] *** ALR has quit IRC
[23:28:41] *** Tashtego has quit IRC
[23:33:13] *** michaelschuetz has joined #jbosstesting
[23:43:55] *** rruss has quit IRC
[23:44:09] *** rruss has joined #jbosstesting
[23:58:16] *** kpiwko has quit IRC

top