Re: Some little JSR-299 extensions for JSF

2010-02-02 Thread Matthias Wessendorf
indeeded, nice and small and clean :-) On Tue, Feb 2, 2010 at 7:37 AM, Gurkan Erdogdu cgurkanerdo...@gmail.com wrote: Cool! 2010/2/2 Mark Struberg strub...@yahoo.de Hi folks! FYI, I've started implementing a few extensions for JSF using OWB: http://github.com/struberg/myfaces-ext-cdi

serialization issues

2010-02-02 Thread Mark Struberg
Hi folks! While hacking the @ViewScoped I came to the conclusion that we have to think about whether our Context implementations have to be Serializable. The problem arises when we store our Context map in e.g. the JSF ViewMap which gets serialized when the view got rendered. We should also

Re: milestone release of geronimo-jcdi_1.0_spec ?

2010-02-02 Thread Donald Woods
For the geronimo spec api, if you open a JIRA and attach the patch, one of us will get it committed and built for you. Once you verify that the new jar passes the signature tests, we'll start a release vote -Donald On 2/1/10 4:35 PM, Gurkan Erdogdu wrote: Moreover, I have to update API

[jira] Created: (OWB-260) Handle Interceptors and Decorators properly when both are applied to a bean

2010-02-02 Thread Joe Bergmark (JIRA)
Handle Interceptors and Decorators properly when both are applied to a bean --- Key: OWB-260 URL: https://issues.apache.org/jira/browse/OWB-260 Project: OpenWebBeans

Re: milestone release of geronimo-jcdi_1.0_spec ?

2010-02-02 Thread Gurkan Erdogdu
Hi Donald; Thanks for the response. I have attached patch to https://issues.apache.org/jira/browse/GERONIMO-5101. We have a plan to release OpenWebBeans this week as soon as possible that you release geronimo-jcdi_1.0_spec and its dependents specs. Thanks --Gurkan