[00:51:01] *** PeteRoyle has quit IRC [01:15:24] <jbossbot> git [core] push master 447fd85.. Stuart Douglas WELD-878 WeldPhaseListener fails to activate conversation context if conversation is not found [01:15:25] <jbossbot> jira [WELD-878] WeldPhaseListener fails to activate conversation context if conversation is not found [Open (Unresolved) Bug, Major, Unassigned] https://issues.jboss.org/browse/WELD-878 [01:15:25] <jbossbot> git [core] push master URL: http://github.com/weld/core/compare/9e3f906...447fd85 [01:23:40] *** mbg has quit IRC [01:30:00] *** sbryzak has quit IRC [01:36:17] *** sbryzak has joined #weld-dev [01:36:17] *** sbryzak has joined #weld-dev [03:00:30] *** rruss has quit IRC [05:21:29] *** magesh has joined #weld-dev [05:21:34] *** rruss has joined #weld-dev [06:44:12] <jbossbot> git [core] push master 1a60420.. Stuart Douglas Remove SNAPSHOT dependency [06:44:12] <jbossbot> git [core] push master URL: http://github.com/weld/core/compare/447fd85...1a60420 [07:02:51] *** struberg has joined #weld-dev [07:11:21] *** struberg has quit IRC [07:22:03] *** mbg has joined #weld-dev [07:31:17] *** maschmid has joined #weld-dev [08:04:19] *** oskutka has joined #weld-dev [08:30:40] *** struberg has joined #weld-dev [08:41:21] *** epbernard has joined #weld-dev [08:41:21] *** epbernard is now known as emmanuel [08:41:30] *** rruss has quit IRC [08:42:06] *** rruss has joined #weld-dev [08:45:23] *** mkouba has joined #weld-dev [08:52:13] *** kevinpollet has joined #weld-dev [09:10:24] *** ge0ffrey has joined #weld-dev [09:13:31] *** emmanuel has quit IRC [09:13:34] *** epbernard has joined #weld-dev [09:13:34] *** epbernard is now known as emmanuel [09:21:58] *** sbryzak has quit IRC [09:25:35] <struberg> mbg stuartdouglas aslak ping [09:25:39] <struberg> do you think that [09:25:46] <struberg> private @Inject Instance instance; [09:25:48] <struberg> should work? [09:25:59] *** sbryzak has joined #weld-dev [09:26:03] <struberg> using Instance without an actual parameterized type [09:26:05] <struberg> hi shane [09:26:10] <struberg> the spec only mentions [09:26:21] <struberg> @Inject Instance<SomeClass> instance; [09:26:29] <struberg> as parameterized type [09:26:41] <struberg> problem did come up when I tried to do [09:26:52] <struberg> beanManager.getBeans(Instance.class) [09:26:57] <struberg> which blow up in OWB ;) [09:27:18] <struberg> beanManager.getBeans(new TypeLiteral<Instance<Object>>(){}.getType()); works fine [09:27:55] <stuartdouglas> no [09:27:56] <stuartdouglas> I don't think it should [09:27:56] <stuartdouglas> hmm [09:27:57] <stuartdouglas> unless you want it to mean any type [09:28:03] <stuartdouglas> so using @Inject @Any Instance instance; can iterate through all beans [09:28:19] <aslak> wouldn't Instance mean the Raw type which translatest to Object ? [09:28:19] <stuartdouglas> I am pretty sure that blows up weld as well [09:28:25] <struberg> The idea is to just lookup Instance and then select() further... [09:28:30] <struberg> oki txs [09:28:39] <struberg> nope [09:28:45] <struberg> actually Instance [09:28:53] <struberg> and Instance<Object> are 2 different shoes [09:29:38] <struberg> stu @Any only distinguishes between qualifiers [09:29:54] <struberg> what we need here is to distinguish between parameterized type [09:30:10] <struberg> so imo adding @Any wont change much, isn't? [09:30:26] <stuartdouglas> yea, but in my example, all beans have @Any and all beans (probably) have Object in their type closure [09:30:38] <stuartdouglas> so you could use that construct to iterate over all beans [09:30:43] <stuartdouglas> which is really kinda useless [09:31:00] <struberg> the problem is that Bean<Instance> != Bean<Instance<T>> [09:31:19] <struberg> and in OWB we just have Bean<Instance<T>> atm :/ [09:31:35] <struberg> so it really returns an empty set, even with @Any [09:32:44] *** mathieuancelin has joined #weld-dev [09:35:42] *** sbryzak has quit IRC [10:05:10] *** jharting has joined #weld-dev [10:07:38] *** jharting has quit IRC [10:09:47] *** jharting has joined #weld-dev [10:15:22] *** emmanuel has quit IRC [10:37:13] *** alesj has joined #weld-dev [10:41:31] *** stuartdouglas has quit IRC [10:41:50] *** stuartdouglas has joined #weld-dev [10:59:27] *** kevinpollet has quit IRC [10:59:59] *** kevinpollet_ has joined #weld-dev [11:20:15] *** struberg has quit IRC [11:26:09] *** struberg has joined #weld-dev [12:12:18] *** struberg has quit IRC [12:31:15] *** alesj has quit IRC [12:56:31] *** alesj has joined #weld-dev [13:19:46] *** kevinpollet_ has quit IRC [13:20:06] *** pmuir has joined #weld-dev [13:27:55] *** rruss has quit IRC [13:31:55] *** epbernard has joined #weld-dev [13:31:56] *** epbernard is now known as emmanuel [13:47:50] *** kevinpollet_ has joined #weld-dev [13:57:10] *** sbryzak has joined #weld-dev [13:57:10] *** sbryzak has quit IRC [13:57:10] *** sbryzak has joined #weld-dev [14:03:49] *** kevinpollet_ is now known as kevinpollet [14:04:03] *** sbryzak has quit IRC [14:07:00] *** rmartinelli has joined #weld-dev [14:22:59] *** emmanuel has quit IRC [15:23:36] *** magesh has left #weld-dev [15:28:49] *** mbg has quit IRC [15:33:34] *** mkouba has quit IRC [15:52:42] *** epbernard has joined #weld-dev [15:52:42] *** epbernard is now known as emmanuel [16:13:40] *** emmanuel has quit IRC [16:17:46] *** rruss has joined #weld-dev [16:18:09] *** rruss has quit IRC [16:24:52] *** epbernard has joined #weld-dev [16:24:52] *** epbernard is now known as emmanuel [16:32:54] *** maschmid has quit IRC [16:53:12] *** oskutka has quit IRC [16:54:31] *** jharting has quit IRC [17:20:07] *** emmanuel has quit IRC [17:21:20] *** rruss has joined #weld-dev [17:31:13] *** mathieuancelin has quit IRC [17:35:37] *** kevinpollet has quit IRC [18:05:30] *** epbernard has joined #weld-dev [18:05:30] *** epbernard is now known as emmanuel [18:06:19] *** mbg has joined #weld-dev [18:34:14] *** pmuir has quit IRC [18:40:28] *** alesj has quit IRC [18:50:30] *** struberg has joined #weld-dev [19:34:20] *** struberg has quit IRC [19:52:54] *** lincolnthree has joined #weld-dev [19:53:04] <lincolnthree> hey guys, any weld **experts** around? [19:53:41] <lincolnthree> where's pmuir or alesj when I need them? [21:12:12] *** ge0ffrey has quit IRC [21:35:20] *** sbryzak has joined #weld-dev [21:35:20] *** sbryzak has quit IRC [21:35:20] *** sbryzak has joined #weld-dev [21:37:35] *** mbg has quit IRC [22:17:38] *** rmartinelli has quit IRC