October 29, 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:03:37] *** oskutka has quit IRC
[00:29:32] *** rruss has joined #weld-dev
[00:29:36] *** rruss has quit IRC
[00:29:36] *** rruss has joined #weld-dev
[00:43:50] *** struberg has quit IRC
[01:02:14] *** jharting has quit IRC
[01:18:10] *** rruss has quit IRC
[02:13:10] *** stuartdouglas has quit IRC
[03:37:39] *** alesj has left #weld-dev
[03:55:22] *** stuartdouglas has joined #weld-dev
[04:19:20] *** stuartdouglas has quit IRC
[06:29:02] *** rruss has joined #weld-dev
[06:30:37] *** rruss has quit IRC
[07:05:08] *** oskutka has joined #weld-dev
[07:05:10] *** oskutka has quit IRC
[09:19:54] *** struberg has joined #weld-dev
[10:14:40] *** ge0ffrey has joined #weld-dev
[10:28:59] *** aslak has joined #weld-dev
[15:09:51] *** struberg has quit IRC
[15:10:39] *** struberg has joined #weld-dev
[15:18:20] *** alesj has joined #weld-dev
[18:50:11] *** alex57711 has joined #weld-dev
[18:52:16] *** alex5771 has quit IRC
[19:17:52] <struberg> yea, think I finally found the solution for our Instance<T> creating mem leaks!
[19:18:00] <struberg> CDI-139
[19:18:02] <jbossbot> jira [CDI-139] Support for unmanaged instances [Open (Unresolved) Feature Request, Major, Unassigned] https://issues.jboss.org/browse/CDI-139
[19:31:58] <alesj> struberg: what's the solution then?
[19:33:24] <alesj> ah, ok, reading the jira ...
[19:42:11] *** ge0ffrey has quit IRC
[19:44:43] <struberg> alesj makes sens to you?
[19:45:05] <struberg> we internally create the contextual instances with CreationalContext and stuff anyway
[19:45:14] <struberg> so let's just store this info
[19:45:27] <struberg> (in case of any @Dependent beans getting created)
[19:46:00] <struberg> and then use the @PreDestroy in the Instance<T> to cleanup the list of previously via #get() created dependent beans
[19:47:34] <struberg> alesj I think we can even implement this in CDI-1.0 containers
[19:47:36] <jbossbot> jira [CDI-1] Clarify how resource producer fields (for persistence contexts) interact with transaction propagation [Open (Unresolved) Clarification, Major, Unassigned] https://issues.jboss.org/browse/CDI-1
[19:47:45] <struberg> will hack this into OWB tonight
[20:56:38] *** struberg has quit IRC
[21:00:57] <alesj> struberg: let me know how it works out
[22:15:36] *** struberg1 has joined #weld-dev
[22:19:54] *** struberg1 has quit IRC
[23:19:52] *** struberg has joined #weld-dev

top