September 19, 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:12:36] *** dblevins has quit IRC
[00:18:04] *** dblevins has joined #jbosstesting
[01:37:17] *** dblevins has quit IRC
[01:41:48] *** dblevins has joined #jbosstesting
[02:11:00] *** ldimaggi has joined #jbosstesting
[03:24:47] *** aslak has joined #jbosstesting
[03:26:21] *** aslak has quit IRC
[04:14:02] *** jamezp_afk has quit IRC
[04:15:25] *** jamezp_afk has joined #jbosstesting
[04:36:42] *** pilhuhn has joined #jbosstesting
[04:36:42] *** pilhuhn has joined #jbosstesting
[04:37:08] *** pilhuhn has quit IRC
[04:40:41] *** ldimaggi has quit IRC
[06:48:49] *** maeste has quit IRC
[07:38:23] *** aaronwalker has joined #jbosstesting
[08:21:54] *** ge0ffrey has joined #jbosstesting
[08:39:53] *** maschmid has joined #jbosstesting
[08:49:11] *** kpiwko has joined #jbosstesting
[08:55:10] *** mgoldmann has joined #jbosstesting
[09:13:57] *** kevinpollet has joined #jbosstesting
[09:22:17] *** kevinpollet has quit IRC
[09:33:13] *** jeand has joined #jbosstesting
[09:37:29] *** bobmcw has quit IRC
[09:37:55] *** bobmcw has joined #jbosstesting
[09:38:13] *** jeand has quit IRC
[09:40:01] *** jharting has joined #jbosstesting
[09:41:53] *** jeand has joined #jbosstesting
[09:45:35] *** lfryc has joined #jbosstesting
[09:50:47] *** maeste has joined #jbosstesting
[09:53:32] *** jamezp_afk has quit IRC
[09:54:08] *** jamezp_afk has joined #jbosstesting
[09:55:03] *** mgoldmann_ has joined #jbosstesting
[09:55:11] *** mgoldmann has quit IRC
[10:04:32] *** lfryc has quit IRC
[10:04:51] *** lfryc has joined #jbosstesting
[10:22:51] *** mgoldmann has joined #jbosstesting
[10:24:28] *** mgoldmann_ has quit IRC
[10:30:37] *** oskutka has joined #jbosstesting
[10:38:28] *** jeand has quit IRC
[10:51:36] *** jeand has joined #jbosstesting
[11:01:35] *** aaronwalker has quit IRC
[11:12:28] *** tdiesler has joined #jbosstesting
[11:14:14] *** vtunka has joined #jbosstesting
[11:33:54] *** viggo has joined #jbosstesting
[11:49:09] *** alesj has joined #jbosstesting
[12:26:03] <viggo> hi, anyone: What can be reasons for an EJB not being injected in my test? The output from the server (Jboss 6.0.0.Final embedded) doesn't reveal anything special, besides the EJB being created:
[12:26:03] <viggo> 12:18:40,599 INFO  [org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
[12:26:03] <viggo> 	VocabularyServiceImpl/local - EJB3.x Default Local Business Interface
[12:26:03] <viggo> 	VocabularyServiceImpl/local-com.tracetracker.tix.masterdata.VocabularyServiceBrowser - EJB3.x Local Business Interface
[12:56:31] *** aaronwalker has joined #jbosstesting
[12:58:40] *** Jaikiran has joined #jbosstesting
[13:17:27] <viggo> is beans.xml required to inject an EJB? Seems that I get an NullPointerException if there isn't defined a beans.xml in the deployment
[13:32:17] <maschmid> viggo: only if you inject using CDI @Inject,  @EJB should work without beans.xml
[13:33:34] *** jose_freitas has joined #jbosstesting
[13:34:59] <viggo> maschmid: ok, thanks:)
[13:41:37] <viggo> maschmid: Seems to work yes, BUT, if I let the TemperatureConverter implement an interface..THEN it will fail if I haven't added the beans.xml to the deployment. Is that correct behavior?
[13:44:24] *** kevinpollet_ has joined #jbosstesting
[13:47:30] <maschmid> viggo: is the interface @Local ?
[13:47:55] <viggo> maschmid: Isn't annotated at all
[13:48:34] <maschmid> viggo: and you inject it using     @EJB SomeInterface foo;  ?
[13:48:41] <viggo> maschmid: yes
[13:48:52] <viggo> I can wrap up the project and send it if you want to
[13:49:00] <maschmid> viggo: so yes, it is the correct behavior :)
[13:49:01] <viggo> or if you suspect it to be a bug, attach it to an issue
[13:49:19] <viggo> maschmid: ok..please ellaborate WHY it's correct behavior:)
[13:49:40] *** kevinpollet_ has quit IRC
[13:51:11] *** aaronwalker has quit IRC
[13:51:26] *** aaronwalker has joined #jbosstesting
[13:52:46] *** aaronwalker has quit IRC
[13:53:51] *** aaronwalker has joined #jbosstesting
[13:53:53] <maschmid> viggo: see the EJB spec, using @EJB you can only inject by business interfaces, or no-interface view
[13:56:28] <viggo> maschmid: yes, but I think I AM using the business interface
[13:56:51] <viggo> maschmid: do I need to annotate it?
[13:57:01] *** tdiesler has quit IRC
[13:58:26] *** tdiesler has joined #jbosstesting
[14:04:52] *** jharting has quit IRC
[14:09:33] *** maschmid has quit IRC
[14:16:22] *** aaronwalker has quit IRC
[14:16:27] *** kevinpollet_ has joined #jbosstesting
[14:26:58] *** ldimaggi has joined #jbosstesting
[15:15:25] *** kevinpollet_ has quit IRC
[15:17:56] *** pilhuhn has joined #jbosstesting
[15:24:03] *** Jaikiran is now known as Jaikiran|brb
[15:26:40] *** maschmid has joined #jbosstesting
[15:27:21] *** jharting has joined #jbosstesting
[15:27:49] *** ALR has joined #jbosstesting
[15:54:30] *** rruss has joined #jbosstesting
[16:06:53] *** jhuska has joined #jbosstesting
[16:11:59] *** mbg has joined #jbosstesting
[16:16:46] *** bleathem has joined #jbosstesting
[16:18:27] *** oskutka has quit IRC
[16:19:26] *** lfryc has quit IRC
[16:23:49] *** lfryc has joined #jbosstesting
[16:36:09] *** maeste has quit IRC
[16:36:47] *** maeste has joined #jbosstesting
[16:54:00] *** pil has joined #jbosstesting
[16:54:00] *** pil has joined #jbosstesting
[16:56:48] *** pilhuhn has quit IRC
[17:03:43] *** oskutka has joined #jbosstesting
[17:07:39] *** rachmatowicz has joined #jbosstesting
[17:08:16] *** oskutka has quit IRC
[17:16:54] *** oskutka has joined #jbosstesting
[17:17:18] *** oskutka has quit IRC
[17:18:23] *** jhuska has quit IRC
[17:26:08] *** jamezp_afk is now known as jamezp
[17:26:38] *** jharting has quit IRC
[18:03:35] *** vtunka has quit IRC
[18:07:52] *** kpiwko has quit IRC
[18:12:06] *** alesj has quit IRC
[18:15:52] *** vtunka has joined #jbosstesting
[18:18:26] *** maschmid has quit IRC
[18:20:43] *** kevinpollet has joined #jbosstesting
[18:46:58] *** kevinpollet has quit IRC
[18:47:23] *** alesj has joined #jbosstesting
[18:47:56] *** alesj has quit IRC
[18:48:09] *** alesj has joined #jbosstesting
[18:50:28] *** vtunka has quit IRC
[18:54:21] *** kevinpollet has joined #jbosstesting
[19:36:21] *** Jaikiran|brb has quit IRC
[19:42:06] *** mgoldmann has quit IRC
[19:46:54] *** rachmatowicz has quit IRC
[20:14:35] *** ge0ffrey has quit IRC
[20:19:25] *** tombee has joined #jbosstesting
[20:19:36] *** jamezp has quit IRC
[20:20:35] <tombee> Just wondering, is it possible to skip arquillian tests but not junit tests?
[20:20:44] <tombee> when installing via maven
[20:25:59] *** jamezp has joined #jbosstesting
[20:48:18] *** jeand has quit IRC
[21:04:08] *** jeand has joined #jbosstesting
[21:08:15] *** jamezp is now known as jamezp_afl
[21:08:18] *** jamezp_afl is now known as jamezp_afk
[21:29:35] *** mhuniewicz has joined #jbosstesting
[21:38:49] *** jose_freitas_aw has joined #jbosstesting
[21:42:33] *** jose_freitas has quit IRC
[21:42:40] *** jose_freitas_aw is now known as jose_freitas
[21:43:47] <viggo> question: persistence.xml and addAsManifestResource, what is the first and second argument?
[21:44:07] *** jamezp_afk has quit IRC
[21:46:08] *** lfryc has quit IRC
[21:46:42] *** jose_freitas has quit IRC
[21:47:10] *** jose_freitas has joined #jbosstesting
[21:55:36] *** jeand has quit IRC
[21:55:44] *** jeand has joined #jbosstesting
[22:01:07] *** jamezp_afk has joined #jbosstesting
[22:13:42] *** rruss has quit IRC
[22:14:45] *** jamezp_afk is now known as jamezp
[22:17:54] *** alesj has quit IRC
[22:18:25] *** alesj has joined #jbosstesting
[22:30:07] *** ldimaggi has quit IRC
[22:57:15] *** pil is now known as pilhuhn
[23:07:53] *** mhuniewicz has quit IRC
[23:15:07] *** pilhuhn has quit IRC
[23:26:48] <tombee> Having trouble with TestNG groups, I can't seem to get my tests to run as my tests extend Arquillian, which doesn't have a group defined
[23:39:49] *** maeste has quit IRC
[23:59:34] *** jeand has quit IRC

top