September 13, 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:02:57] *** oskutka1 has joined #weld-dev
[00:05:11] *** oskutka has quit IRC
[00:40:22] *** kevinpollet has left #weld-dev
[01:07:52] *** sbryzak_ has quit IRC
[01:08:49] *** sbryzak has quit IRC
[01:12:35] *** oskutka has joined #weld-dev
[01:12:40] *** mbg has quit IRC
[01:15:14] *** oskutka1 has quit IRC
[01:16:36] *** oskutka has quit IRC
[01:16:41] *** rruss has joined #weld-dev
[01:20:09] *** pmuir has quit IRC
[01:26:16] *** rruss has quit IRC
[02:43:36] <alesj> stuartdouglas: i'll check your patch first thing tomorrow
[02:43:46] <stuartdouglas> alesj: I just realised it has some problems
[02:43:50] <stuartdouglas> I am fixing them now
[02:44:14] <alesj> ok, just let me know the final patch
[02:44:25] <stuartdouglas> I will just push it to my master
[02:44:35] <alesj> i've been preparing some cdi workshop
[02:44:43] <alesj> and i think i found a few bugs during
[02:45:04] <alesj> i'll push some email this week, listing them all
[02:45:11] <stuartdouglas> have you filed JIRA's?
[02:45:15] <alesj> not yet
[02:45:26] <alesj> it's on my todo list
[02:45:36] <alesj> ok, high time i hit the bed
[02:45:41] <alesj> ttyl
[02:45:58] *** alesj has quit IRC
[02:46:02] <stuartdouglas> night
[02:52:46] *** rruss has joined #weld-dev
[02:58:47] *** rruss has quit IRC
[03:51:23] *** rruss has joined #weld-dev
[04:18:47] *** rruss has quit IRC
[04:51:34] *** magesh has joined #weld-dev
[05:52:52] *** mbg has joined #weld-dev
[05:54:00] *** mbg has quit IRC
[06:00:43] *** sbryzak has joined #weld-dev
[06:00:55] *** sbryzak_ has joined #weld-dev
[06:00:55] *** sbryzak_ has joined #weld-dev
[06:10:42] *** sbryzak_ has quit IRC
[06:12:28] *** sbryzak has quit IRC
[06:25:59] *** sbryzak has joined #weld-dev
[06:28:15] *** sbryzak_ has joined #weld-dev
[07:13:44] *** sbryzak_ has quit IRC
[07:13:45] *** sbryzak has quit IRC
[07:19:56] <nickarls> anyone remember how you injected contexts in Weld? Tried injecting the ConversationContext but I get an ambiguous resolve between the http-built-in one and a BoundConversationContext. @Http won't do as a qualifier...
[07:20:37] <stuartdouglas> You can use @Bound as a qualifier
[07:22:14] <stuartdouglas> nickarls: you can see the qualifiers they are registered under in the WeldBootstrap class
[07:23:02] <nickarls> yeah, was just looking at BeanDeployment/ContextBean
[07:24:19] <stuartdouglas> hmm, looking at the code it looks like @Http should work
[07:25:40] <nickarls> haven't looked at @http but it might be it's not even a qualified
[07:25:53] <nickarls> since I didn't see it listed on my field when I got the amb.res.ex
[07:26:21] <nickarls> (although, since it's in core weld, what else could it be than a qualifier?)
[07:27:50] <stuartdouglas> https://github.com/stuartwdouglas/weld-core/blob/master/impl/src/main/java/org/jboss/weld/bootstrap/WeldBootstrap.java#L451
[07:28:00] <stuartdouglas> This is where the contexts are registered with their qualifiers
[07:31:39] <nickarls> and the beans probably here: https://github.com/weld/core/blob/master/impl/src/main/java/org/jboss/weld/bootstrap/BeanDeployment.java#L210
[07:32:30] <nickarls> and the ContextBean uses the qualifiers of the context passed in,
[08:20:40] *** mkouba has joined #weld-dev
[08:27:12] *** kuuyee has joined #weld-dev
[08:35:43] *** maschmid has joined #weld-dev
[08:44:26] *** struberg has joined #weld-dev
[08:48:01] *** ge0ffrey has joined #weld-dev
[09:24:37] *** mkouba has quit IRC
[09:47:12] *** mkouba has joined #weld-dev
[11:18:27] *** alesj has joined #weld-dev
[12:15:27] <ge0ffrey> alesj: Got a second? Please take a look at org.jboss.weld.bootstrap.BeanDeployerEnvironment#getClassBean
[12:15:51] <ge0ffrey> and then org.jboss.weld.bootstrap.BeanDeployerEnvironment#addAbstractClassBean
[12:16:23] <alesj> few mins ...
[12:16:43] <ge0ffrey> @specializes doesn't work for me, because the first method returns null. I am trying to replicate in a weld unit test, but I am failing
[12:16:58] <ge0ffrey> but that method just looks very suspicios
[12:17:51] <ge0ffrey> alesj: nvm for now, I 'll investigate a bit further first (but looking at it all morning but have some ideas now), sorry to disturb for now
[12:18:15] <alesj> np
[12:18:27] <alesj> i'll check later
[12:22:16] *** kuuyee has quit IRC
[12:22:19] <ge0ffrey> it's a bug in weld, triggered by seam-config. I 'll write out an issue
[12:39:00] <ge0ffrey> alesj: wrote down my findings in an issue. https://issues.jboss.org/browse/WELD-973
[12:39:01] <jbossbot> jira [WELD-973] @Specializes is not compatible with seam-config because of a problem in weld's BeanDeployerEnvironment [Open (Unresolved) Bug, Major, Unassigned] https://issues.jboss.org/browse/WELD-973
[12:43:25] <alesj> ge0ffrey: cool, thanks
[13:40:15] *** sbryzak_ has joined #weld-dev
[13:40:15] *** sbryzak_ has joined #weld-dev
[13:40:29] *** sbryzak has joined #weld-dev
[13:40:29] *** sbryzak has joined #weld-dev
[13:42:28] *** rmartinelli has joined #weld-dev
[14:13:17] *** oskutka has joined #weld-dev
[14:38:59] *** pmuir has joined #weld-dev
[14:38:59] *** pmuir has quit IRC
[14:38:59] *** pmuir has joined #weld-dev
[14:42:40] *** kevinpollet_ has joined #weld-dev
[14:43:39] *** kevinpollet_ is now known as kevinpollet
[15:02:54] *** sbryzak_ has quit IRC
[15:02:57] *** sbryzak has quit IRC
[15:03:28] *** sbryzak has joined #weld-dev
[15:03:28] *** sbryzak has joined #weld-dev
[15:13:07] *** magesh has quit IRC
[15:26:06] *** oskutka has quit IRC
[15:26:58] *** pmuir has quit IRC
[15:27:07] *** sbryzak has quit IRC
[15:31:27] *** pmuir has joined #weld-dev
[15:39:36] *** oskutka has joined #weld-dev
[15:40:21] *** sbryzak has joined #weld-dev
[15:40:21] *** sbryzak has quit IRC
[15:40:21] *** sbryzak has joined #weld-dev
[15:57:44] *** aslak has joined #weld-dev
[16:03:50] *** aslak has quit IRC
[16:16:40] *** aslak has joined #weld-dev
[16:16:40] *** aslak has joined #weld-dev
[16:30:25] *** rruss has joined #weld-dev
[16:32:21] *** aslak has quit IRC
[16:33:17] *** aslak has joined #weld-dev
[16:33:17] *** aslak has quit IRC
[16:33:17] *** aslak has joined #weld-dev
[16:33:27] *** struberg has quit IRC
[16:41:40] *** rruss has quit IRC
[16:54:41] *** mkouba has quit IRC
[16:56:49] *** rruss has joined #weld-dev
[17:22:08] *** alesj has quit IRC
[18:02:26] *** maschmid has quit IRC
[18:31:23] *** kevinpollet has quit IRC
[18:39:33] *** aslak has quit IRC
[18:45:41] *** maschmid has joined #weld-dev
[18:52:34] *** rmartinelli has quit IRC
[18:52:58] *** rmartinelli has joined #weld-dev
[18:54:29] *** rmartinelli is now known as rmartinelli|afk
[18:55:36] *** rruss has quit IRC
[18:55:53] *** rmartinelli|afk is now known as rmartinelli|lunc
[18:59:31] *** rmartinelli|lunc is now known as rmartinelli|afk
[19:06:21] *** aslak has joined #weld-dev
[19:23:39] *** aslak has quit IRC
[19:28:13] *** rruss has joined #weld-dev
[19:30:43] *** rruss has quit IRC
[19:40:25] *** cbrock has joined #weld-dev
[19:41:07] *** aslak has joined #weld-dev
[19:43:10] *** pmuir has quit IRC
[19:45:41] *** maschmid has quit IRC
[19:46:59] *** cbrock has quit IRC
[19:47:29] *** cbrock has joined #weld-dev
[19:47:29] *** cbrock has quit IRC
[19:47:29] *** cbrock has joined #weld-dev
[19:47:34] *** oskutka has quit IRC
[19:48:02] *** sbryzak has quit IRC
[19:48:58] *** oskutka has joined #weld-dev
[19:50:24] *** pmuir has joined #weld-dev
[20:01:44] *** cbrock has quit IRC
[20:02:23] *** sbryzak has joined #weld-dev
[20:02:23] *** sbryzak has quit IRC
[20:02:23] *** sbryzak has joined #weld-dev
[20:05:44] *** ge0ffrey has quit IRC
[20:32:04] *** pmuir has quit IRC
[20:33:07] *** aslak has quit IRC
[20:37:22] *** pmuir has joined #weld-dev
[20:52:00] *** kevinpollet has joined #weld-dev
[20:57:10] *** pmuir has quit IRC
[21:41:25] *** aslak has joined #weld-dev
[21:41:25] *** aslak has joined #weld-dev
[21:44:27] *** kevinpollet has quit IRC
[21:44:32] *** pmuir has joined #weld-dev
[21:50:45] *** kevinpollet has joined #weld-dev
[22:11:36] *** struberg1 has joined #weld-dev
[22:23:38] *** kevinpollet has quit IRC
[22:28:14] *** kevinpollet has joined #weld-dev
[22:28:39] *** kevinpollet has quit IRC
[22:37:20] *** pmuir has quit IRC
[22:41:24] *** struberg1 has quit IRC
[22:41:59] *** sbryzak has quit IRC
[22:43:39] *** aslak has quit IRC
[22:46:36] *** oskutka has quit IRC
[22:51:02] *** rmartinelli|afk has quit IRC
[23:09:23] *** alesj has joined #weld-dev
[23:13:47] *** struberg has joined #weld-dev
[23:26:37] *** struberg has quit IRC
[23:29:40] *** struberg has joined #weld-dev

top