October 27, 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 | 31

[00:42:48] *** struberg has quit IRC
[01:22:52] *** jharting has quit IRC
[01:39:14] *** alesj has quit IRC
[01:53:19] *** alesj has joined #weld-dev
[02:07:17] *** alesj has quit IRC
[03:15:13] *** rruss has quit IRC
[04:13:15] *** rruss has joined #weld-dev
[04:15:55] *** rruss has quit IRC
[04:34:44] *** alex5771 has quit IRC
[05:13:31] *** rruss has joined #weld-dev
[05:28:31] *** stuartdouglas has quit IRC
[05:32:04] *** stuartdouglas has joined #weld-dev
[06:11:34] *** rruss has quit IRC
[06:35:48] *** rruss has joined #weld-dev
[07:08:43] *** rruss has quit IRC
[08:23:01] *** jharting has joined #weld-dev
[08:35:33] *** struberg has joined #weld-dev
[08:53:26] *** ge0ffrey has joined #weld-dev
[09:01:13] *** mkouba has joined #weld-dev
[09:27:53] *** maschmid has joined #weld-dev
[09:36:26] *** struberg has left #weld-dev
[09:37:00] *** oskutka has joined #weld-dev
[09:57:26] *** oskutka has quit IRC
[09:59:32] <jharting> any idea where the source code repository for "jboss-interceptor" is at?
[10:15:54] *** oskutka has joined #weld-dev
[10:20:20] *** emmanuel has joined #weld-dev
[10:26:42] *** pmuir has joined #weld-dev
[10:26:43] *** pmuir has quit IRC
[10:26:43] *** pmuir has joined #weld-dev
[10:47:54] *** alesj has joined #weld-dev
[10:54:00] *** mkouba has quit IRC
[11:17:46] *** mkouba has joined #weld-dev
[12:19:00] *** emmanuel has quit IRC
[12:23:08] *** aslak has quit IRC
[13:27:54] *** pmuir has quit IRC
[13:29:50] *** pmuir has joined #weld-dev
[13:39:15] *** epbernard has joined #weld-dev
[13:39:15] *** epbernard is now known as emmanuel
[13:45:29] *** alesj has quit IRC
[13:53:29] <stuartdouglas> jharting: https://github.com/jbossinterceptors/jbossinterceptors
[13:53:39] *** alesj has joined #weld-dev
[13:53:49] <stuartdouglas> this should be merged into the weld codebase for weld 2.0
[13:54:02] <jharting> stuartdouglas: thanks!
[13:55:31] <alesj> stuartdouglas, jharting: which code? for cdi 1.1?
[13:56:46] <stuartdouglas> jboss interceptors is only used in weld
[13:57:01] <alesj> what do we have now in AS7?
[13:57:23] <alesj> is that available, the instret-to-chain, which we discussed early in the year?
[13:57:30] <alesj> insert-to-chain
[13:57:47] <stuartdouglas> we have been discussing merging it for a long time, but we can't really do that without breaking compatibility
[13:58:22] <stuartdouglas> alesj: AS7 uses jboss-invocation
[14:09:31] *** pmuir has quit IRC
[14:25:51] *** pmuir has joined #weld-dev
[14:57:25] <alesj> stuartdouglas: how much would it be to re-write interceptors functionality to jboss-invocation?
[14:58:30] <stuartdouglas> Quite a bit
[14:58:55] <stuartdouglas> we need to merge jboss-invocation, and move the proxies the ClassFileWriter
[14:59:18] <stuartdouglas> sorry, merge JBoss Interceptors into the main code base
[14:59:28] <stuartdouglas> also it breaks the SPI
[14:59:38] <stuartdouglas> so it needs to be a 2.0 thing
[15:08:17] <alesj> jharting: i see you added tests for WELD-996, WELD-997
[15:08:18] <jbossbot> jira [WELD-996] ClassCastException validating custom Interceptor implementation [Open (Unresolved) Bug, Critical, Unassigned] https://issues.jboss.org/browse/WELD-996
[15:08:19] <jbossbot> jira [WELD-997] Custom implementation of Interceptor never invoked [Open (Unresolved) Bug, Critical, Unassigned] https://issues.jboss.org/browse/WELD-997
[15:08:21] <alesj> what about the fix? :-)
[15:10:01] *** oskutka has quit IRC
[15:10:23] <jharting> alesj: :-)
[15:10:32] <jharting> alesj: no idea how to fix the latter one
[15:11:27] <alesj> jharting: what about the 1st one?
[15:13:24] <jharting> alesj: that did not look that difficult to fix, I can consider it next week once I start working on weld
[15:15:22] <alesj> jharting: ok
[15:21:16] *** aslak has joined #weld-dev
[15:41:44] *** oskutka has joined #weld-dev
[15:49:30] *** alex5771 has joined #weld-dev
[15:57:27] <jbossbot> git [core] push master 9fe28d8.. Lincoln Baxter, III Added descriptive comments for WELD-877
[15:57:28] <jbossbot> jira [WELD-877] "IllegalStateException: Context is already active" when error-page of exception-type com.sun.faces.context.FacesFileNotFoundException [Resolved (Done) Bug, Major, Lincoln Baxter III] https://issues.jboss.org/browse/WELD-877
[15:57:29] <jbossbot> git [core] push master URL: http://github.com/weld/core/compare/936dd5e...9fe28d8
[16:07:17] *** mkouba has quit IRC
[16:13:51] *** rruss has joined #weld-dev
[16:20:56] *** mkouba has joined #weld-dev
[16:50:10] <jbossbot> git [core] push master fba09b4.. Jozef Hartinger Tests for WELD-996 and WELD-997
[16:50:11] <jbossbot> jira [WELD-996] ClassCastException validating custom Interceptor implementation [Open (Unresolved) Bug, Critical, Unassigned] https://issues.jboss.org/browse/WELD-996
[16:50:12] <jbossbot> jira [WELD-997] Custom implementation of Interceptor never invoked [Open (Unresolved) Bug, Critical, Unassigned] https://issues.jboss.org/browse/WELD-997
[16:50:12] <jbossbot> git [core] push master 7387c6d.. Ales Justin [WELD-966]; fix CCE; todo on actual custom iceptor usage.
[16:50:13] <jbossbot> jira [WELD-966] TCK test failure: ResolutionByNameTest#testFieldNameUsedAsBeanName() [Resolved (Done) Bug, Critical, Ales Justin] https://issues.jboss.org/browse/WELD-966
[16:50:13] <jbossbot> git [core] push master URL: http://github.com/weld/core/compare/9fe28d8...7387c6d
[17:09:54] <jbossbot> git [core] push master f8c2085.. Ales Justin [WELD-949]; move notification to weld container.
[17:09:55] <jbossbot> jira [WELD-949] Move firing of ContainerInitialized event from StartMain to the end of Weld.initialize() [Open (Unresolved) Feature Request, Optional, Ales Justin] https://issues.jboss.org/browse/WELD-949
[17:09:56] <jbossbot> git [core] push master URL: http://github.com/weld/core/compare/7387c6d...f8c2085
[17:26:32] <alesj> pmuir: looking at WELD-991
[17:26:33] <jbossbot> jira [WELD-991] Incorrect check of bean type when obtaining contextual reference via BeanManager#getReference() [Open (Unresolved) Bug, Major, Unassigned] https://issues.jboss.org/browse/WELD-991
[17:26:53] <alesj> should we add a check if (type != Object.class) ...
[17:27:13] <alesj> ignoring Object type
[17:32:22] *** jharting has quit IRC
[17:32:34] *** mkouba has quit IRC
[17:45:19] *** alesj has quit IRC
[17:56:14] *** alex5771 has quit IRC
[17:56:52] *** alex5771 has joined #weld-dev
[18:18:00] *** rruss has quit IRC
[18:21:47] *** pmuir has quit IRC
[18:25:06] *** rruss has joined #weld-dev
[18:52:41] *** mbg has joined #weld-dev
[18:58:27] *** mbg has quit IRC
[19:00:22] *** mbg has joined #weld-dev
[19:00:38] *** mbg has quit IRC
[19:01:16] *** maschmid has quit IRC
[19:13:23] *** alesj has joined #weld-dev
[19:17:16] *** rruss has quit IRC
[19:21:12] *** alesj has quit IRC
[19:22:54] *** kevinpollet has joined #weld-dev
[19:35:50] *** pmuir has joined #weld-dev
[19:39:01] *** ge0ffrey has quit IRC
[19:44:27] *** pmuir has quit IRC
[19:50:25] *** alesj has joined #weld-dev
[19:55:21] *** echelog-2 has joined #weld-dev
[19:56:20] *** emmanuel has quit IRC
[20:53:23] *** kevinpollet has quit IRC
[21:24:13] *** rruss has joined #weld-dev
[21:39:49] *** kevinpollet has joined #weld-dev
[23:16:16] *** oskutka has quit IRC
[23:26:08] *** struberg has joined #weld-dev
[23:43:34] *** rruss has quit IRC

top