Re: Reservation EntityManagerUtil

2010-02-16 Thread Gurkan Erdogdu
now. But directly using the private @Produces @PersistenceContext(unitName=reservation) EntityManager entityManager; with private @Inject EntityManager em; does also work with our current implementation? (Didn't test this yet). LieGrue, strub --- Gurkan Erdogdu cgurkanerdo...@gmail.com

[jira] Commented: (OWB-279) Indirect specialization (4.3.1) throws InconsistentSpecializationException

2010-02-16 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12834467#action_12834467 ] Gurkan Erdogdu commented on OWB-279: YANG, Sorry but could you repatch against rev

[jira] Commented: (OWB-284) OWB could not find default bean if alternative specialized bean is not enabled.

2010-02-16 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12834472#action_12834472 ] Gurkan Erdogdu commented on OWB-284: Its true. I think that we must check enable status

[jira] Closed: (OWB-277) Owb on Google App Engine

2010-02-11 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-277. -- Resolution: Not A Problem Fix Version/s: M4 Owb on Google App Engine

Re: Code Conventions

2010-02-10 Thread Gurkan Erdogdu
On Wed, Feb 10, 2010 at 12:44 AM, Gurkan Erdogdu gurkanerdo...@yahoo.com wrote: Hello folks; While committing code into our code base, it is good idea to have following and obey our formatter rules 1* Remove unused imports 2* Try to get rid of generic warnings 3* Use correct line

[jira] Commented: (OWB-273) Given class is not annotated with @Alternative Exception when try to enable alternative producer/producer field beans

2010-02-10 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12832170#action_12832170 ] Gurkan Erdogdu commented on OWB-273: As you said disposal methods are not cleared when

[jira] Closed: (OWB-273) Given class is not annotated with @Alternative Exception when try to enable alternative producer/producer field beans

2010-02-10 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-273. -- Resolution: Fixed Fix Version/s: M4 YING, thanks for comments and test cases. I have committed

Re: AW: svn commit: r908140 - in /openwebbeans/trunk/webbeans-impl/src: main/java/org/apache/webbeans/container/ main/java/org/apache/webbeans/context/ main/java/org/apache/webbeans/intercept/ main/ja

2010-02-09 Thread Gurkan Erdogdu
proxy and stuff in their CreationalContextImpl? My goal is to also get rid of any proxy logic in our CreationalContextIpl too... LieGrue, strub --- Gurkan Erdogdu gurkanerdo...@yahoo.com schrieb am Di, 9.2.2010: Von: Gurkan Erdogdu gurkanerdo...@yahoo.com Betreff: Re: AW: svn commit: r908140

[jira] Closed: (OWB-268) Implementation of BeanManager#createInjectionTarget

2010-02-07 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-268. -- Resolution: Fixed Fix Version/s: M4 Implementation of BeanManager#createInjectionTarget

Re: [AppEngine] OWB and MyFaces2

2010-02-07 Thread Gurkan Erdogdu
From: Ali Ok al...@aliok.com.tr To: Gurkan Erdogdu cgurkanerdo...@gmail.com Cc: dev@openwebbeans.apache.org Sent: Sun, February 7, 2010 6:44:48 PM Subject: Re: [AppEngine] OWB and MyFaces2 Hi, No problem, I enjoy it :) I see that you used JSF 2 in your example application

[jira] Closed: (OWB-265) Some of the resources in the bundle needed to be removed or updated.

2010-02-06 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-265. -- Resolution: Fixed Your patch is applied but it is committed with under [OWB-6] instead of [OWB-265]. See

[jira] Created: (OWB-268) Implementation of BeanManager#createInjectionTarget

2010-02-06 Thread Gurkan Erdogdu (JIRA)
: Gurkan Erdogdu Assignee: Gurkan Erdogdu -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Closed: (OWB-265) Some of the resources in the bundle needed to be removed or updated.

2010-02-05 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-265. -- Resolution: Fixed Fix Version/s: M4 Some of the resources in the bundle needed to be removed

Re: transitive interceptor bindings

2010-02-04 Thread Gurkan Erdogdu
and other interceptor binding types that declare that interceptor binding type. Is the @Inherited on the inner/nested binding types really not a factor here? Thanks, -- Eric Covener cove...@gmail.com -- Gurkan Erdogdu http://gurkanerdogdu.blogspot.com

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

2010-02-02 Thread Gurkan Erdogdu
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

[jira] Commented: (OWB-259) Implement spec 11.5.5. ProcessModule event

2010-02-01 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12828263#action_12828263 ] Gurkan Erdogdu commented on OWB-259: it is good to fix it in 1.0.0 Implement spec 11.5.5

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

2010-02-01 Thread Gurkan Erdogdu
Hello, 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 To: d...@geronimo.apache.org Cc: dev@openwebbeans.apache.org Sent: Mon, February 1, 2010 10:54:16 PM Subject:

[jira] Updated: (OWB-227) handle errors set via AfterBeanDiscovery#addDefinitionError

2010-01-31 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-227: --- Assignee: Gurkan Erdogdu (was: Mark Struberg) handle errors set via AfterBeanDiscovery

[jira] Closed: (OWB-227) handle errors set via AfterBeanDiscovery#addDefinitionError

2010-01-31 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-227. -- Resolution: Fixed handle errors set via AfterBeanDiscovery#addDefinitionError

[jira] Closed: (OWB-225) BeforeBeanDiscoveryImpl is not currently implemented

2010-01-31 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-225. -- Resolution: Fixed BeforeBeanDiscoveryImpl is not currently implemented

Re: [DISCUSSION] Releasing M4

2010-01-31 Thread Gurkan Erdogdu
--- On Sun, 1/31/10, Gurkan Erdogdu gurkanerdo...@yahoo.com wrote: From: Gurkan Erdogdu gurkanerdo...@yahoo.com Subject: Re: [DISCUSSION] Releasing M4 To: dev@openwebbeans.apache.org Date: Sunday, January 31, 2010, 1:36 AM Hi; It has remained some issues in M4 release. After closing those issues

[jira] Reopened: (OWB-151) @Dependent beans not interceptable

2010-01-31 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu reopened OWB-151: For tracking @Dependent beans not interceptable

[jira] Closed: (OWB-151) @Dependent beans not interceptable

2010-01-31 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-151. -- Resolution: Fixed @Dependent beans not interceptable

[jira] Commented: (OWB-151) @Dependent beans not interceptable

2010-01-31 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806830#action_12806830 ] Gurkan Erdogdu commented on OWB-151: I have re-opened this issue. I have tried your

[jira] Updated: (OWB-151) @Dependent beans not interceptable

2010-01-31 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-151: --- Fix Version/s: (was: M4) 1.0.0 @Dependent beans not interceptable

[jira] Updated: (OWB-231) exception using abstract decorators

2010-01-31 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-231: --- Fix Version/s: (was: M4) 1.0.0 exception using abstract decorators

[jira] Updated: (OWB-240) check on existing conversation is missing in Conversation#begin(String id)

2010-01-31 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-240: --- Assignee: Gurkan Erdogdu (was: Mark Struberg) Under development check on existing conversation

[jira] Closed: (OWB-137) implement BusyConversationException use case

2010-01-31 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-137. -- Resolution: Fixed implement BusyConversationException use case

[jira] Closed: (OWB-138) implement NonexistentConversationException use case

2010-01-31 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-138. -- Resolution: Fixed implement NonexistentConversationException use case

[jira] Closed: (OWB-240) check on existing conversation is missing in Conversation#begin(String id)

2010-01-31 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-240. -- Resolution: Fixed check on existing conversation is missing in Conversation#begin(String id

Re: About M4 Release

2010-01-31 Thread Gurkan Erdogdu
, strub --- On Sun, 1/31/10, Gurkan Erdogdu gurkanerdo...@yahoo.com wrote: From: Gurkan Erdogdu gurkanerdo...@yahoo.com Subject: About M4 Release To: dev@openwebbeans.apache.org Date: Sunday, January 31, 2010, 10:39 PM Hi guys; After burning out at this weekend, I have closed

[jira] Closed: (OWB-244) OWB injects a new object for @disposes injection point for dependent scope

2010-01-30 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-244. -- Resolution: Fixed Fix Version/s: (was: 1.0.0) M4 OWB injects a new object

[jira] Closed: (OWB-98) Check ManagedBean Public Field

2010-01-30 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-98. - Resolution: Fixed Check ManagedBean Public Field -- Key: OWB

[jira] Closed: (OWB-99) Interceptors and decorators may not declare producer methods.

2010-01-30 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-99. - Resolution: Fixed Interceptors and decorators may not declare producer methods

[jira] Closed: (OWB-102) Initializer Methods Validation for Generic Methods

2010-01-30 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-102. -- Resolution: Fixed Initializer Methods Validation for Generic Methods

[jira] Closed: (OWB-104) Check Inherited Member for producer methods and fields

2010-01-30 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-104. -- Resolution: Fixed Check Inherited Member for producer methods and fields

[jira] Updated: (OWB-116) Update Business Method Definition

2010-01-30 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-116: --- Priority: Minor (was: Major) Affects Version/s: (was: M2) M3

[jira] Updated: (OWB-136) fix 'broken' license headers in our java files

2010-01-30 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-136: --- Component/s: Core Priority: Trivial (was: Major) Fix Version/s: (was: M4

[jira] Updated: (OWB-118) Supports Decorators for Other Delegate Injections

2010-01-30 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-118: --- Affects Version/s: (was: M2) 1.0.0 Supports Decorators for Other Delegate

[jira] Updated: (OWB-118) Supports Decorators for Other Delegate Injections

2010-01-30 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-118: --- Affects Version/s: (was: 1.0.0) M3 Fix Version/s: (was: M4

[jira] Closed: (OWB-152) @New needs a value parameter for the Class it should create

2010-01-30 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-152. -- Resolution: Fixed @New needs a value parameter for the Class it should create

[jira] Closed: (OWB-101) Update @New Binding Type for Taking Class Member Method

2010-01-30 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-101. -- Resolution: Fixed Update @New Binding Type for Taking Class Member Method

[jira] Updated: (OWB-209) remove all repositories from our poms

2010-01-30 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-209: --- Component/s: Core Priority: Trivial (was: Major) Fix Version/s: (was: M4

[jira] Updated: (OWB-177) Handling of InterceptionType#POST_ACTIVATE, PRE_PASSIVATE and AROUND_TIMEOUT is missing

2010-01-30 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-177: --- Fix Version/s: (was: M4) 1.0.0 Assignee: Gurkan Erdogdu Issue

[jira] Updated: (OWB-187) Interceptors with lifecycle and @AroundInvoke permitted to have bindingtypes containing method-level annotations

2010-01-30 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-187: --- Fix Version/s: (was: M4) 1.0.0 Interceptors with lifecycle and @AroundInvoke

Re: [DISCUSSION] Releasing M4

2010-01-30 Thread Gurkan Erdogdu
: Matthias Wessendorf mat...@apache.org To: dev@openwebbeans.apache.org Sent: Sat, January 30, 2010 12:22:53 PM Subject: Re: [DISCUSSION] Releasing M4 Hallo guys, is the plan still on, to release M4 in the next week(s)? Thanks! Matthias On Wed, Jan 20, 2010 at 7:48 PM, Gurkan Erdogdu gurkanerdo

[jira] Created: (OWB-258) InjectionPoint meta-data injection into dependent beans not work correctly

2010-01-30 Thread Gurkan Erdogdu (JIRA)
Issue Type: Bug Components: Core Affects Versions: M3 Reporter: Gurkan Erdogdu Assignee: Gurkan Erdogdu Fix For: M4 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Closed: (OWB-258) InjectionPoint meta-data injection into dependent beans not work correctly

2010-01-30 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-258. -- Resolution: Fixed InjectionPoint meta-data injection into dependent beans not work correctly

[jira] Closed: (OWB-257) Delete webbeans-geronimo module

2010-01-29 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-257. -- Resolution: Fixed Delete webbeans-geronimo module --- Key

[jira] Closed: (OWB-251) Proxies created with JavassistProxyFactory do not intercept private functions

2010-01-26 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-251. -- Resolution: Won't Fix Proxies created with JavassistProxyFactory do not intercept private functions

[jira] Created: (OWB-253) Caching of Bean Proxies

2010-01-26 Thread Gurkan Erdogdu (JIRA)
Caching of Bean Proxies --- Key: OWB-253 URL: https://issues.apache.org/jira/browse/OWB-253 Project: OpenWebBeans Issue Type: Bug Components: Core Affects Versions: M3 Reporter: Gurkan Erdogdu

[jira] Closed: (OWB-253) Caching of Bean Proxies

2010-01-26 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-253. -- Resolution: Fixed Caching of Bean Proxies --- Key: OWB-253

Re: nexus procedure

2010-01-25 Thread Gurkan Erdogdu
the release, via nexus. Thanks! Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf -- Gurkan Erdogdu http://gurkanerdogdu.blogspot.com

[jira] Commented: (OWB-251) Proxies created with JavassistProxyFactory do not intercept private functions

2010-01-24 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12804292#action_12804292 ] Gurkan Erdogdu commented on OWB-251: Then do not define *private* methods :) Proxies

About (OWB-251) Proxies created with JavassistProxyFactory do not intercept private functions

2010-01-24 Thread Gurkan Erdogdu
Hi; I will close this issue because OWB must not intercept private methods. Therefore its OK to not intercept private methods of producer, observer etc. It is reasonable because __private__ methods are not called by any other methods that are not defined in __target__ object. I have also tried

Re: About (OWB-251) Proxies created with JavassistProxyFactory do not intercept private functions

2010-01-24 Thread Gurkan Erdogdu
Also, interceptors are applied to business methods of the bean class. I have looked at the how business method restrictions are defined in the EJB 3.1 specification. It says that it must be __public__.(EJB 3.1 specification chapter, 4.9.6). --Gurkan 2010/1/25 Gurkan Erdogdu cgurkanerdo

[jira] Closed: (OWB-250) Update Extensions Event Calling More TypeSafe Adding more tests for Extensions

2010-01-23 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-250. -- Resolution: Fixed Fix Version/s: M4 Update Extensions Event Calling More TypeSafe Adding more

[jira] Updated: (OWB-245) Using parameterized type varaibles fails for Producer Method injection

2010-01-22 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-245: --- Fix Version/s: (was: M3) 1.0.0 If this will be evaluated as Bug, fixed

[jira] Commented: (OWB-245) Using parameterized type varaibles fails for Producer Method injection

2010-01-22 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12803761#action_12803761 ] Gurkan Erdogdu commented on OWB-245: Please look at test case using generics: https

Re: [DISCUSSION] Releasing M4

2010-01-21 Thread Gurkan Erdogdu
number Do you agree ? -Matthias On Wed, Jan 20, 2010 at 7:48 PM, Gurkan Erdogdu gurkanerdo...@yahoo.com wrote: Hi folks, It has been lots of corrections and bug resolutions after our M3 release. I want to release M4 version, because current code base is the most mature and covers lots

Re: [DISCUSSION] Releasing M4

2010-01-21 Thread Gurkan Erdogdu
:46 tarihinde Matthias Wessendorf mat...@apache.org yazdı: 2010/1/21 Gurkan Erdogdu cgurkanerdo...@gmail.com: I feel we should not continue to use the 1.0.0-SNAPSHOT version number Do you agree ? * In released artifacts we will use 1.0.0-M4. * After releasing M4, we still to continue

Re: [DISCUSSION] Releasing M4

2010-01-21 Thread Gurkan Erdogdu
] Releasing M4 To: dev@openwebbeans.apache.org Date: Thursday, January 21, 2010, 11:46 AM 2010/1/21 Gurkan Erdogdu cgurkanerdo...@gmail.com: I feel we should not continue to use the 1.0.0-SNAPSHOT version number Do you agree ? * In released artifacts we will use 1.0.0-M4. * After

Re: Interceptor API changes

2010-01-20 Thread Gurkan Erdogdu
javax.interceptor.InterceptorBinding. This class is not contained in geronimo-interceptor_1.1_spec. Where did it got moved to? LieGrue, strub --- On Tue, 1/19/10, Gurkan Erdogdu cgurkanerdo...@gmail.com wrote: From: Gurkan Erdogdu cgurkanerdo...@gmail.com Subject: Re: Interceptor API changes To: dev

[INFO] Updating Site

2010-01-20 Thread Gurkan Erdogdu
Hi; I have manually update site to include our incomplete documentation. I have also added related maven *.apt files into src/site folder. You can reach the documentation from http://openwebbeans.apache.org/1.0.0-SNAPSHOT/documentation.html --Thanks; Gurkan

[jira] Created: (OWB-242) Update Interceptor Project Dependency to 1.1 with EA1-SNAPSHOT Version

2010-01-20 Thread Gurkan Erdogdu (JIRA)
: Task Components: Core Affects Versions: M3 Reporter: Gurkan Erdogdu Assignee: Gurkan Erdogdu Fix For: M4 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[DISCUSSION] Releasing M4

2010-01-20 Thread Gurkan Erdogdu
Hi folks, It has been lots of corrections and bug resolutions after our M3 release. I want to release M4 version, because current code base is the most mature and covers lots of specification requirements. I would like to re-solve issues that we can do until weekend and create M4 release

[jira] Closed: (OWB-241) Conversation scoped bean instance gets destroyed for every ELResolver.getValue

2010-01-20 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-241. -- Resolution: Fixed Conversation scoped bean instance gets destroyed for every ELResolver.getValue

[jira] Updated: (OWB-243) Ensure serialized access to conversation scope by blocking or rejecting concurrent requests

2010-01-20 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-243: --- Affects Version/s: M3 Fix Version/s: M4 Ensure serialized access to conversation scope

Re: [jira] Reopened: (OWB-239) JavaBeans property getter naming convention with Producer Methods gives UnsatisfiedResolutionException

2010-01-19 Thread Gurkan Erdogdu
As I stated, given example commented on the JIRA is not valid. Please read my other comments. 2010/1/19 Gurkan Erdogdu cgurkanerdo...@gmail.com Hi Mark; why do you reopen this issue? --Gurkan 2010/1/19 Mark Struberg (JIRA) j...@apache.org [ https://issues.apache.org/jira/browse

Re: [jira] Closed: (OWB-239) JavaBeans property getter naming convention with Producer Methods gives UnsatisfiedResolutionException

2010-01-19 Thread Gurkan Erdogdu
() You would agree its el-name should be products and I should be able to reference it in a EL-expression as products. For example h:outputText value=#{products/? I'll give this a try later today to be sure it works. Sincerely, Joe On Tue, Jan 19, 2010 at 2:33 AM, Gurkan Erdogdu

[jira] Closed: (OWB-215) after leaving the incubator a new location for the site needs to be configured

2010-01-19 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-215. -- Resolution: Fixed Fix Version/s: M4 after leaving the incubator a new location for the site needs

[jira] Closed: (OWB-238) Problem: Inner class Producer Method Injection fails

2010-01-18 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-238. -- Problem: Inner class Producer Method Injection fails

[jira] Closed: (OWB-239) JavaBeans property getter naming convention with Producer Methods gives UnsatisfiedResolutionException

2010-01-18 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-239. -- Resolution: Invalid This is true action. @Named is a qualifier. You have to give it a @Named(value

Re: Interceptor API changes

2010-01-18 Thread Gurkan Erdogdu
/specs/geronimo-interceptor_1.1_spec/1.0.0-EA1-SNAPSHOT/ Thanks; --Gurkan 2010/1/19 David Blevins david.blev...@visi.com On Jan 15, 2010, at 11:08 PM, Gurkan Erdogdu wrote: I have looked at SNAPSHOTS in repository.apache.org under org.apache.geronimo.specs, but it seems that geronimo

Re: [jira] Closed: (OWB-239) JavaBeans property getter naming convention with Producer Methods gives UnsatisfiedResolutionException

2010-01-18 Thread Gurkan Erdogdu
On Mon, Jan 18, 2010 at 4:10 PM, Gurkan Erdogdu (JIRA) j...@apache.org wrote: [ https://issues.apache.org/jira/browse/OWB-239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-239. -- Resolution

[jira] Closed: (OWB-235) Pass TCK Event Tests

2010-01-16 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-235. -- Resolution: Fixed Pass TCK Event Tests Key: OWB-235

[jira] Closed: (OWB-171) CID during GET requests must be set on UIViewRoot earlier than before render response

2010-01-15 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-171. -- Resolution: Fixed CID during GET requests must be set on UIViewRoot earlier than before render

[jira] Updated: (OWB-6) Scope passivation

2010-01-15 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-6: - Fix Version/s: (was: M4) M5 Fixed to M5 Scope passivation

Re: Interceptor API changes

2010-01-15 Thread Gurkan Erdogdu
' dependency on the old javaee5 geronimo-interceptor module has been upgraded to the geronimo-interceptor_1.1_spec. So at some point we'll need to roll over to the geronimo-jcdi_1.0_spec and geronimo-interceptor_1.1_spec modules. -David -- Gurkan Erdogdu http://gurkanerdogdu.blogspot.com

Re: [jira] Updated: (OWB-151) @Dependent beans not interceptable

2010-01-14 Thread Gurkan Erdogdu
reply to this email to add a comment to the issue online. -- Gurkan Erdogdu http://gurkanerdogdu.blogspot.com

Re: FYI: Markmail

2010-01-12 Thread Gurkan Erdogdu
-- Gurkan Erdogdu http://gurkanerdogdu.blogspot.com

Re: renaming of the modules (was: Re: fully going JSF2?)

2010-01-12 Thread Gurkan Erdogdu
: http://twitter.com/mwessendorf -- Gurkan Erdogdu http://gurkanerdogdu.blogspot.com

Re: fully going JSF2?

2010-01-12 Thread Gurkan Erdogdu
, because Seam3 is still LGPL and so we wouldn't be able to provide this functionality for Geronimo or MyFaces if needed some days. And supporting @ViewScoped via CDI may be part of the next JSF spec?... LieGrue, strub --- On Tue, 1/12/10, Gurkan Erdogdu cgurkanerdo...@gmail.com wrote: From

Re: Procedure for generating Javadoc and User Guide

2010-01-11 Thread Gurkan Erdogdu
I tried the following, it works but takes time, so wait patiently :) mvn clean compile .. BUILD SUCCESSFUL [INFO] [INFO] Total time:4 minutes 59 seconds [INFO] Finished at: Mon Jan 11 23:33:51 EET 2010 [INFO] Final

Re: Context.isActive() question and possible answer.

2010-01-10 Thread Gurkan Erdogdu
Really do not understand what you want to say! I do not know what is Weld session context is about or not. In our case, session context are managed by the SessionContextManager. Session scope instances are only available while user session is active. Therefore, each session context is

[jira] Commented: (OWB-151) @Dependent beans not interceptable

2010-01-09 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12798346#action_12798346 ] Gurkan Erdogdu commented on OWB-151: I have implemented this. I have committed

[jira] Closed: (OWB-221) Work on (Section 2.7 - Stereotypes) of coverege-cdi.html of RI TCK

2010-01-09 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-221. -- Resolution: Fixed Work on (Section 2.7 - Stereotypes) of coverege-cdi.html of RI TCK

Re: [ANN] Release of Apache MyFaces Trinidad 2.0.0-alpha

2010-01-08 Thread Gurkan Erdogdu
twitter: http://twitter.com/mwessendorf -- Gurkan Erdogdu http://gurkanerdogdu.blogspot.com

Re: artifacts in repos

2010-01-06 Thread Gurkan Erdogdu
nightly builds for private purposes. Setting OWB up in hudson with various reporting plugins was a task of less an hour. br, Sven [1] http://wiki.apache.org/general/Hudson PS: And before I forget it completely... happy new year to all :) 2010/1/1 Gurkan Erdogdu gurkanerdo...@yahoo.com

Re: [jira] Resolved: (OWB-220) Update site.xml links and bread crumbs to point to non-incubator.

2010-01-06 Thread Gurkan Erdogdu
. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. -- Gurkan Erdogdu http://gurkanerdogdu.blogspot.com

[jira] Created: (OWB-217) IllegalStateException must be thrown on Already Begin or End Conversations

2010-01-05 Thread Gurkan Erdogdu (JIRA)
Issue Type: Bug Components: Context and Scopes Affects Versions: M3 Reporter: Gurkan Erdogdu Assignee: Gurkan Erdogdu Fix For: M4 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (OWB-218) Work on (Section 2.5 - Bean EL names) of coverege-cdi.html of RI TCK

2010-01-05 Thread Gurkan Erdogdu (JIRA)
Components: TCK Affects Versions: 1.0.0 Reporter: Gurkan Erdogdu Assignee: Gurkan Erdogdu Fix For: M3 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (OWB-218) Work on (Section 2.5 - Bean EL names) of coverege-cdi.html of RI TCK

2010-01-05 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-218: --- Affects Version/s: (was: 1.0.0) M3 Fix Version/s: (was: M3

[jira] Updated: (OWB-196) If an interceptor or decorator is an alternative, non-portable behavior results.

2010-01-03 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-196: --- Affects Version/s: (was: 1.0.0) M3 Fix Version/s: (was: M3

Re: MyFaces 2 and OWB

2010-01-01 Thread Gurkan Erdogdu
Hi; Looks very nice ! Thanks; --Gurkan From: Matthias Wessendorf mat...@apache.org To: dev@openwebbeans.apache.org Sent: Wed, December 30, 2009 5:47:40 PM Subject: MyFaces 2 and OWB

<    1   2   3   4   5   6