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

 Looks promising so far ;)

 LieGrue,
 strub






 --
 Gurkan Erdogdu
 http://gurkanerdogdu.blogspot.com




-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


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 think about storing our SessionContext and ConversationContext 
in the session instead of a singleton map. This is really needed for making OWB 
clustering capable, and would also make it more safe (in terms of session 
security already handled by the AppSrv)!
And for making this possible, we also need make our internal Contexts 
serializable + create some wrapperContext objects for non-serializable portable 
Contexts.

LieGrue,
strub



  


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 to pass CDI TCK signature tests.
 Currently it fails. Is it possible to give me a commit access to jcdi
 and atinject projects?
 
 --Gurkan
 
 
 *From:* Gurkan Erdogdu gurkanerdo...@yahoo.com
 *To:* dev@openwebbeans.apache.org; d...@geronimo.apache.org
 *Cc:* dev@openwebbeans.apache.org
 *Sent:* Mon, February 1, 2010 11:05:10 PM
 *Subject:* Re: milestone release of geronimo-jcdi_1.0_spec ?
 
 Hello,.addInterceptorBinding(java.lang.Class? extends
 java.lang.annotation.Annotation)
 
 This is also required for geronimo-interceptor_1.1_spec, currently we
 use 1.0.0-EA1-SNAPSHOT
 
 
 --Gurkan
 
 
 
 
 From: Mark Struberg strub...@yahoo.de mailto:strub...@yahoo.de
 To: d...@geronimo.apache.org mailto:d...@geronimo.apache.org
 Cc: dev@openwebbeans.apache.org mailto:dev@openwebbeans.apache.org
 Sent: Mon, February 1, 2010 10:54:16 PM
 Subject: milestone release of geronimo-jcdi_1.0_spec ?
 
 Hi folks!
 
 We (most probably poor Gurkan ;) ) will do a release of OpenWebBeans
 Milestone 4 in the next days and need our API to be release also.
 
 Can anyone please be so kind and do the release of a milestone of the
 jcdi-spec-1.0 for us?
 
 txs in advance and LieGrue,
 strub
 
 
   ___
 Yahoo! Türkiye açıldı!  http://yahoo.com.tr
 İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!
 
 
 Yahoo! Türkiye açıldı!
 Haber, Ekonomi, Videolar, Oyunlar hepsi Yahoo! Türkiye'de!
 www.yahoo.com.tr http://tr.yahoo.com/


[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
  Issue Type: Bug
  Components: Interceptor and Decorators
Affects Versions: M3
Reporter: Joe Bergmark
Assignee: Joe Bergmark
 Fix For: 1.0.0


Currently the Interceptor and Decorator stack invocations occur separately and 
not as part of one larger stack.

The most obvious solution I have been considering is checking the size of the 
Interceptor  Decorator stacks, and if they are both 0, adding a new 
Interceptor to the end of that stack that can act as the entry point into the 
first Decorator.  I think this is fairly straight forward.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



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





From: Donald Woods dwo...@apache.org
To: d...@geronimo.apache.org
Cc: Gurkan Erdogdu gurkanerdo...@yahoo.com; dev@openwebbeans.apache.org
Sent: Tue, February 2, 2010 3:56:38 PM
Subject: Re: milestone release of geronimo-jcdi_1.0_spec ?

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 to pass CDI TCK signature tests.
 Currently it fails. Is it possible to give me a commit access to jcdi
 and atinject projects?
 
 --Gurkan
 
 
 *From:* Gurkan Erdogdu gurkanerdo...@yahoo.com
 *To:* dev@openwebbeans.apache.org; d...@geronimo.apache.org
 *Cc:* dev@openwebbeans.apache.org
 *Sent:* Mon, February 1, 2010 11:05:10 PM
 *Subject:* Re: milestone release of geronimo-jcdi_1.0_spec ?
 
 Hello,.addInterceptorBinding(java.lang.Class? extends
 java.lang.annotation.Annotation)
 
 This is also required for geronimo-interceptor_1.1_spec, currently we
 use 1.0.0-EA1-SNAPSHOT
 
 
 --Gurkan
 
 
 
 
 From: Mark Struberg strub...@yahoo.de mailto:strub...@yahoo.de
 To: d...@geronimo.apache.org mailto:d...@geronimo.apache.org
 Cc: dev@openwebbeans.apache.org mailto:dev@openwebbeans.apache.org
 Sent: Mon, February 1, 2010 10:54:16 PM
 Subject: milestone release of geronimo-jcdi_1.0_spec ?
 
 Hi folks!
 
 We (most probably poor Gurkan ;) ) will do a release of OpenWebBeans
 Milestone 4 in the next days and need our API to be release also.
 
 Can anyone please be so kind and do the release of a milestone of the
 jcdi-spec-1.0 for us?
 
 txs in advance and LieGrue,
 strub
 
 
   ___
 Yahoo! Türkiye açıldı!  http://yahoo.com.tr
 İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!
 
 
 Yahoo! Türkiye açıldı!
 Haber, Ekonomi, Videolar, Oyunlar hepsi Yahoo! Türkiye'de!
 www.yahoo.com.tr http://tr.yahoo.com/



  ___
Yahoo! Türkiye açıldı!  http://yahoo.com.tr
İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!