Re: Proxy only gets resolved for the first instance injection

2009-12-21 Thread Gurkan Erdogdu
Hi; Bean instance is injected by the container using getReference#BeanManagerImpl that uses proxy every time! (creates new one or use existing one with normal scoped beans) If you use Context interface directly, you must not use Context interface directly to get instance that is specified in

Re: [jira] Updated: (OWB-206) proxies only get injected for the 1st instance of a bean

2009-12-21 Thread Gurkan Erdogdu
I added this section for some reasons that I do not remember now! I will look at it From: Mark Struberg (JIRA) j...@apache.org To: openwebbeans-dev@incubator.apache.org Sent: Mon, December 21, 2009 7:36:18 PM Subject: [jira] Updated: (OWB-206) proxies only get

Re: OWB proxy characteristics

2009-12-21 Thread Gurkan Erdogdu
behind the facade differ. LieGrue, strub __ Do You Yahoo!? Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. http://mail.yahoo.com -- Gurkan Erdogdu http://gurkanerdogdu.blogspot.com

Re: OWB proxy characteristics

2009-12-21 Thread Gurkan Erdogdu
Are our proxies 100% thread safe? Answer is NO. 2009/12/22 Gurkan Erdogdu cgurkanerdo...@gmail.com As you said, proxies are just facades. It is thought as immutable. Its sole purpose is to get actual instance of the bean from current context. I remember that there is no thread-safety

OpenJPA Maven Plugin

2009-12-20 Thread Gurkan Erdogdu
Hi Mark Seems that samples/reservation depends on openjpa-maven-plugin. But I do not find how to get this plugin from which repository? Could you update pom.xml with repository info that provides 1.1-SNAPSHOT for this plugin; Thanks; --Gurkan

[jira] Created: (OWB-204) Update Samples for JSF2 Usage

2009-12-20 Thread Gurkan Erdogdu (JIRA)
: Gurkan Erdogdu Assignee: Gurkan Erdogdu Fix For: M4 We have updated our JSF version to 2.0. Samples must be updated to use JSF 2 libraries. Task includes updating faces-config.xml files to remove facelet-handler, update faces-config schema version to 2.0, update libs

[jira] Commented: (OWB-204) Update Samples for JSF2 Usage

2009-12-20 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12792991#action_12792991 ] Gurkan Erdogdu commented on OWB-204: While trying to convert our samples to MyFaces 2.0

[jira] Updated: (OWB-204) Update Samples for JSF2 Usage

2009-12-20 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-204: --- Fix Version/s: (was: M4) 1.0.0 Update Samples for JSF2 Usage

[jira] Commented: (OWB-205) Update Samples for MyFaces 1.2 Latest Version

2009-12-20 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12792992#action_12792992 ] Gurkan Erdogdu commented on OWB-205: Adding version1.2.8/version to poms. Update Samples

[jira] Closed: (OWB-205) Update Samples for MyFaces 1.2 Latest Version

2009-12-20 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-205. -- Resolution: Fixed Update Samples for MyFaces 1.2 Latest Version

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

2009-12-20 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12792993#action_12792993 ] Gurkan Erdogdu commented on OWB-171: I have applied and committed patch, thanks Svan

[jira] Created: (OWB-201) @New must use its value field while creating New bean

2009-12-18 Thread Gurkan Erdogdu (JIRA)
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.

Re: Integration of JSF2 specific API calls

2009-12-18 Thread Gurkan Erdogdu
Also we have to update our poms for JSf2 2009/12/19 Gurkan Erdogdu cgurkanerdo...@gmail.com Just adding classes to webbeans-jsf project. For example you can add JSf2WebBeansListener etc. 2009/12/19 Sven Linstaedt sven.linsta...@googlemail.com Was there any agreement on the JSF2 topic

Re: Integration of JSF2 specific API calls

2009-12-18 Thread Gurkan Erdogdu
MyFaces 2 Alpha Release Maven http://repo1.maven.org/maven2/org/apache/myfaces/core/myfaces-api/2.0.0-alpha/ 2009/12/19 Gurkan Erdogdu cgurkanerdo...@gmail.com Also we have to update our poms for JSf2 2009/12/19 Gurkan Erdogdu cgurkanerdo...@gmail.com Just adding classes to webbeans-jsf

Re: Integration of JSF2 specific API calls

2009-12-17 Thread Gurkan Erdogdu
night, Sven __ Do You Yahoo!? Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. http://mail.yahoo.com -- Gurkan Erdogdu http://gurkanerdogdu.blogspot.com

Re: Integration of JSF2 specific API calls

2009-12-17 Thread Gurkan Erdogdu
there was no standardised ajax handling, so we would have no chance to use those features in a portable fashion. LieGrue, strub --- Gurkan Erdogdu cgurkanerdo...@gmail.com schrieb am Do, 17.12.2009: Von: Gurkan Erdogdu cgurkanerdo...@gmail.com Betreff: Re: Integration of JSF2 specific API

Re: Integration of JSF2 specific API calls

2009-12-17 Thread Gurkan Erdogdu
if they have a choice between a JSF-1.2 and a JSF-2 plugin if we explain the differences in the documentation. I think we will start hacking on the feature and if we hit the point of no return we should create an own module. wdyt? LieGrue, strub --- Gurkan Erdogdu cgurkanerdo...@gmail.com

Re: Integration of JSF2 specific API calls

2009-12-17 Thread Gurkan Erdogdu
module. 2009/12/17 Gurkan Erdogdu cgurkanerdo...@gmail.com What I mean is that, Our code base has nothing regarding to JSF 1.2 like other JSF Frameworks/Tools etc. do. We have just implemented 2 class for conversation service 1* WebBeansPhase Listener -- For restore conversations 2* Custom

Re: Congratulations! OpenWebBeans is now a TLP

2009-12-17 Thread Gurkan Erdogdu
: The following resolutions were passed unaminously: ... B. Establish the Apache OpenWebBeans Project (Gurkan Erdogdu, VP) Congratulations all for the hard and successful work! I'd like to specially thank our Mentors Kevan and Matthias for their support and of course Gurkan for doing most

Re: what about a -M4 release?

2009-12-17 Thread Gurkan Erdogdu
release? On Mon, Dec 14, 2009 at 8:40 PM, Gurkan Erdogdu gurkanerdo...@yahoo.com wrote: Hi Mark; WDYT about the content for M4 release? I think that documentation and web site needs more work. If we release M4 , we have to also focus on those 2 subjects. Besides, would you like

[jira] Closed: (OWB-191) Convert logging to use keyed, formatted strings from a ResourceBundle to allow for translation.

2009-12-17 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-191. -- Resolution: Fixed Fix Version/s: M4 Committed, thanks Paul J. Reder Convert logging to use keyed

[jira] Closed: (OWB-148) create a test case for the BeforeShutDown event

2009-12-17 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-148. -- Resolution: Fixed Fix Version/s: M4 create a test case for the BeforeShutDown event

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

2009-12-17 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: M4 Interceptors with lifecycle and @AroundInvoke permitted to have bindingtypes

[jira] Updated: (OWB-167) Buildin Bean types should be decoratable

2009-12-17 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-167: --- Affects Version/s: M3 Fix Version/s: M4 Buildin Bean types should be decoratable

[jira] Closed: (OWB-185) Managed beans with non-default constructors lead to InstantiationException when creating the proxy

2009-12-17 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-185. -- Resolution: Fixed Fix Version/s: M4 Look at chapter 5.4.1. Normal scoped beans must have default

[jira] Closed: (OWB-192) Bean Api Types Does not contain Object.class

2009-12-17 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-192. -- Resolution: Fixed Done. Bean Api Types Does not contain Object.class

[jira] Created: (OWB-195) Give warning to the developer related with non- portable operations

2009-12-17 Thread Gurkan Erdogdu (JIRA)
: Improvement Components: Core Affects Versions: M3 Reporter: Gurkan Erdogdu Assignee: Gurkan Erdogdu Priority: Minor Fix For: 1.0.0 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment

[jira] Updated: (OWB-193) If an interceptor or decorator has any scope other than @Dependent, non-portable behavior results.

2009-12-17 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-193: --- Issue Type: Sub-task (was: Improvement) Parent: OWB-195 If an interceptor or decorator has

[jira] Updated: (OWB-194) If an interceptor or decorator has a name, non-portable behavior results.

2009-12-17 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-194: --- Issue Type: Sub-task (was: Improvement) Parent: OWB-195 If an interceptor or decorator has

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

2009-12-17 Thread Gurkan Erdogdu (JIRA)
Issue Type: Sub-task Components: Core Affects Versions: 1.0.0 Reporter: Gurkan Erdogdu Assignee: Gurkan Erdogdu Priority: Minor Fix For: M3 -- This message is automatically generated by JIRA. - You can reply to this email

[jira] Created: (OWB-197) If a stereotype declares any other qualifier an- notation, non-portable behavior results.

2009-12-17 Thread Gurkan Erdogdu (JIRA)
Project: OpenWebBeans Issue Type: Sub-task Components: Core Reporter: 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] Created: (OWB-198) If a stereotype is annotated @Typed, non-portable behavior results.

2009-12-17 Thread Gurkan Erdogdu (JIRA)
-task Components: Core Affects Versions: M3 Reporter: Gurkan Erdogdu Assignee: Gurkan Erdogdu Priority: Minor Fix For: 1.0.0 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment

[jira] Updated: (OWB-197) If a stereotype declares any other qualifier an- notation, non-portable behavior results.

2009-12-17 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-197: --- Component/s: Core Priority: Minor (was: Major) Affects Version/s: M3 Fix

[jira] Created: (OWB-199) Bug in ProducerMethod primitive return type resolution

2009-12-17 Thread Gurkan Erdogdu (JIRA)
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-200) @Type annotation does not work correctly

2009-12-17 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-200. -- Resolution: Fixed Fix Version/s: M4 @Type annotation does not work correctly

Re: Integration of JSF2 specific API calls

2009-12-16 Thread Gurkan Erdogdu
project (webbeans-jsf2 e.g.) or updating the JSF API (not impl) version to 2.x and making sure, we are loading JSF2 specific classes only for this ajax purpose. good night, Sven -- Gurkan Erdogdu http://gurkanerdogdu.blogspot.com

Re: Removing webbeans-api and atinject-api

2009-12-15 Thread Gurkan Erdogdu
rights for e.g. improving the JavaDoc in geronimo-specs? How is the release process working? Are we obliged to release those 2 modules or do we have to send a request to geronimo-dev? txs and LieGrue, strub --- Gurkan Erdogdu cgurkanerdo...@gmail.com schrieb am Di, 15.12.2009: Von: Gurkan

Re: svn commit: r889852 - in /incubator/openwebbeans/trunk: pom.xml webbeans-ejb/ webbeans-impl/src/main/java/org/apache/webbeans/container/Boot.java webbeans-openejb/

2009-12-15 Thread Gurkan Erdogdu
Hi Eric; Actually it is not intended to commit. I will remove Boot.java. Thanks; --Gurkan From: Eric Covener cove...@gmail.com To: openwebbeans-dev@incubator.apache.org Sent: Tue, December 15, 2009 8:04:21 PM Subject: Re: svn commit: r889852 - in

Re: what about a -M4 release?

2009-12-14 Thread Gurkan Erdogdu
Hi Mark; WDYT about the content for M4 release? I think that documentation and web site needs more work. If we release M4 , we have to also focus on those 2 subjects. Besides, would you like to be release guy for M4 :)? In the mean time, I will be marrying at next week, all of you are

Re: what about a -M4 release?

2009-12-14 Thread Gurkan Erdogdu
something ;) LieGrue, strub --- Gurkan Erdogdu gurkanerdo...@yahoo.com schrieb am Mo, 14.12.2009: Von: Gurkan Erdogdu gurkanerdo...@yahoo.com Betreff: Re: what about a -M4 release? An: openwebbeans-dev@incubator.apache.org Datum: Montag, 14. Dezember 2009, 20:40 Hi Mark; WDYT about

Re: what about a -M4 release?

2009-12-14 Thread Gurkan Erdogdu
from me too. I hope you have some days left for vacation this year ;) br, Sven 2009/12/14 Gurkan Erdogdu gurkanerdo...@yahoo.com Hi Mark; WDYT about the content for M4 release? I think that documentation and web site needs more work. If we release M4 , we have to also focus on those 2

Removing webbeans-api and atinject-api

2009-12-14 Thread Gurkan Erdogdu
Hi folks; We have pushed those projects into https://svn.apache.org/repos/asf/geronimo/specs/trunk/; with JSR-299 API -- geronimo-cdi_1.0_spec/ JSR-330 API -- geronimo-atinject_1.0_spec/ And snapshots are located at

Re: webbeans-jpa vs webbeans-resource

2009-12-11 Thread Gurkan Erdogdu
and webbeans-geronimo accordingly, ok? LieGrue, strub __ Do You Yahoo!? Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. http://mail.yahoo.com -- Gurkan Erdogdu http://gurkanerdogdu.blogspot.com

Re: [jira] Resolved: (OWB-188) remove webbeans-jpa and cleanup webbeans-resource

2009-12-11 Thread Gurkan Erdogdu
obsolete and shall be removed. We also have to cleanup webbeans-resource and webbeans-geronimo and remove unused code. -- 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

Re: [jira] Resolved: (OWB-188) remove webbeans-jpa and cleanup webbeans-resource

2009-12-11 Thread Gurkan Erdogdu
Gurkan Erdogdu cgurkanerdo...@gmail.com Good seperation Mark! Actually webbeans-geronimo will be leading to some confusion. The main motivation behind this project was that it will include integration code for geronimo .But currently it includes OpenEJB code. I think that we have to separate

Re: JSR-330

2009-12-09 Thread Gurkan Erdogdu
:-) ) -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

About JSR-299 and JSR-330 API

2009-12-09 Thread Gurkan Erdogdu
Hi folks; We would like to port our JSR-299 and JSR-330 related API projects into Geronimo spec. project. How could we start ? Thanks; --Gurkan

Re: [jira] Created: (OWB-185) Managed beans with non-default constructors lead to InstantiationException when creating the proxy

2009-12-09 Thread Gurkan Erdogdu
Project: OpenWebBeans Issue Type: Bug Components: Injection and Lookup Affects Versions: M3 Reporter: Joe Bergmark Assignee: Gurkan Erdogdu While working on OWB-151 I ran into a problem with the way proxies are created for beans

[RESULT]Re: [VOTE] Graduation as TLP

2009-12-07 Thread Gurkan Erdogdu
Hi; The VOTE is closed after more than 72 hours. VOTE is passed with six +1 no 0 or -1 from PPMC +1 Votes from PPMC --- Gurkan Erdogdu Kevan Miller Matthias Wessendorf Mark Struberg Eric Covener Joseph Bergmark Thanks to everyone; --Gurkan

Re: JSF2 scope annotation mapping extension

2009-12-02 Thread Gurkan Erdogdu
? br, Sven -- Gurkan Erdogdu http://gurkanerdogdu.blogspot.com

Re: tons of skipped TCK tests

2009-12-01 Thread Gurkan Erdogdu
. LieGrue, strub --- Gurkan Erdogdu gurkanerdo...@yahoo.com schrieb am Di, 1.12.2009: Von: Gurkan Erdogdu gurkanerdo...@yahoo.com Betreff: Re: tons of skipped TCK tests An: openwebbeans-dev@incubator.apache.org Datum: Dienstag, 1. Dezember 2009, 6:18 ad 1) I moved the OpenEJB.init

Re: Documentation: first draft

2009-12-01 Thread Gurkan Erdogdu
the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted. -- Gurkan Erdogdu http://gurkanerdogdu.blogspot.com

Re: Documentation: first draft

2009-12-01 Thread Gurkan Erdogdu
liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted. -- Gurkan Erdogdu http

Re: Documentation: first draft

2009-12-01 Thread Gurkan Erdogdu
jeano...@gmail.com Done https://issues.apache.org/jira/browse/OWB-183 Gurkan, I was not able to assign it to me, so feel free to do it if you want. Jean-Louis 2009/12/1 Gurkan Erdogdu cgurkanerdo...@gmail.com Better is to create a JIRA issue and attach artifacts to it. You could create

Re: Documentation: first draft

2009-12-01 Thread Gurkan Erdogdu
MONTEIRO jeano...@gmail.com OK, no problem. I gonna add Apache headers to my XSL files and clean the whole. I guess i'll can submit a patch file by the end of this week. Do we also need to generate HTML (single and multi/chunk)? Jean-Louis 2009/12/1 Gurkan Erdogdu cgurkanerdo...@gmail.com

[VOTE] Graduation as TLP

2009-12-01 Thread Gurkan Erdogdu
as the initial members of the Apache OpenWebBeans PMC: * Gurkan Erdogdu (gurkanerdogdu at yahoo dot com) * Kevan Miller (kevan dot miller at gmail dot com) * Mark Struberg (struberg at yahoo dot com) * Joe Bergmark (bergmark at gmail dot com) * Eric Covener (covener at gmail dot com) * David Blevins

Re: tons of skipped TCK tests

2009-11-30 Thread Gurkan Erdogdu
For question 1 : OpenEJB is used with Apache Tomcat as an embeddable. It is not enabled as default. If you deploy WAR archive that contains EJB classes, EJBs are deployed by the OpenEJB before contextInitialized() is called. We configure OWB in contextInitialized so we can get that which class

Re: [jira] Created: (OWB-182) Even if @PreDestroy is used in an Interceptor, it doesn't need an InvoicationContext parameter

2009-11-30 Thread Gurkan Erdogdu
If you look at Interceptors specification, you can see that if you have @PreDestroy in interceptor class, it must take InvocationContext as a parameter. I think that our old impl. was correct. Seems that TCK tests are wrong! --Gurkan From: Mark Struberg

Re: tons of skipped TCK tests

2009-11-30 Thread Gurkan Erdogdu
, strub --- Gurkan Erdogdu gurkanerdo...@yahoo.com schrieb am Mo, 30.11.2009: Von: Gurkan Erdogdu gurkanerdo...@yahoo.com Betreff: Re: tons of skipped TCK tests An: openwebbeans-dev@incubator.apache.org Datum: Montag, 30. November 2009, 18:22 For question 1 : OpenEJB is used with Apache

Re: Documentation

2009-11-25 Thread Gurkan Erdogdu
for any damages resulting from any virus transmitted. -- Gurkan Erdogdu http://gurkanerdogdu.blogspot.com

Re: [DISCUSSION] Draft Resolution Document

2009-11-24 Thread Gurkan Erdogdu
Hi Chris; We are happy to work with more committers in the project :) You can look at our current issues in https://issues.apache.org/jira/browse/OWB, and select one that you would like to work on. After that, you can attach your patch. If anything you want to ask, just drop mail here for

Re: Review of WebBeansPhaseListener

2009-11-23 Thread Gurkan Erdogdu
. LieGrue, strub --- Gurkan Erdogdu cgurkanerdo...@gmail.com schrieb am Mo, 23.11.2009: Von: Gurkan Erdogdu cgurkanerdo...@gmail.com Betreff: Re: Review of WebBeansPhaseListener An: openwebbeans-dev@incubator.apache.org Datum: Montag, 23. November 2009, 8:04 Hi Sven; AFAIK, conversation

Re: Review of WebBeansPhaseListener

2009-11-23 Thread Gurkan Erdogdu
And it must also work for AJAX requests and partial submits. Those are handled by JSF2. So OWB supports this. 2009/11/23 Mark Struberg strub...@yahoo.de Imho it should. And it must also work for AJAX requests and partial submits. LieGrue, strub --- Gurkan Erdogdu cgurkanerdo...@gmail.com

Re: RE : RE : Documentation Project

2009-11-23 Thread Gurkan Erdogdu
Gurkan, I gonna checkout the doc tomorrow and try to give it a try. As soon as i have a pretty better version, i'll give you back the new version. After that, i guess i'll be able to work on OEJB+Tomcat+OWB Jean-Louis De : Gurkan Erdogdu [cgurkanerdo

[IMPORTANT]Writing Tests

2009-11-22 Thread Gurkan Erdogdu
Hi folks, As you know, I have implemented new test framework. Please do not use old test framework for writing new tests,i .e do not use TestContext class and its methods anymore. Moreover, do not put new tests into the org/apache/webbeans/test folder. Put new tests into

Re: RE : Documentation Project

2009-11-22 Thread Gurkan Erdogdu
(at the office) and i'm familiar with XSL and DocBook How can I help? What do you want/need? Jean-Louis MONTEIRO De : Gurkan Erdogdu [gurkanerdo...@yahoo.com] Date d'envoi : samedi 21 novembre 2009 23:59 À : openwebbeans-dev@incubator.apache.org Objet

Re: Review of WebBeansPhaseListener

2009-11-22 Thread Gurkan Erdogdu
to every form's action url due to ConversationAwareViewHandler, so we could use this information for restoring the conversation. Does anybody has objections or a better solution regarding this point in mind? br, Sven 2009/11/15 Gurkan Erdogdu gurkanerdo...@yahoo.com Hi Sven; Very good

Documentation Project

2009-11-21 Thread Gurkan Erdogdu
Hi folks; I have created a new maven project(webbeans-doc) responsible for generating documents(html, pdf etc.) based on the DocBook format. I have used a maven plugin from http://code.google.com/p/docbkx-tools/. Generating documents - mvn compile; cd

Re: [jira] Commented: (OWB-174) ApplicationContext available in StandaloneLifeCycle

2009-11-20 Thread Gurkan Erdogdu
available in StandaloneLifeCycle It would be nice to be able to test one's services with unit tests using the StandaloneLifecycle. wdyt? 2009/11/20 Gurkan Erdogdu (JIRA) j...@apache.org [ https://issues.apache.org/jira/browse/OWB-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment

[RESULT]Re: [VOTE] Gradutation

2009-11-19 Thread Gurkan Erdogdu
Hi folks; VOTE is now closed after more than 72 hours. OWB community would like to graduate as TLP. It is passed with the following +1's and no 0 or -1. Kevan Miller(PPMC) Gurkan Erdogdu(PPMC) Mark Struberg(PPMC) David Blevins(PPMC) Joe Bergmark Monteiro Jean-Louis I will prepare a draft

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

2009-11-18 Thread Gurkan Erdogdu
of course), so the cid needs to be set on the ViewRoot in order to be able to have the correct Conversation being looked up during the request. br, Sven 2009/11/18 Gurkan Erdogdu cgurkanerdo...@gmail.com Hi; For GET requests, specification defines two ways 1* Redirect via JSF -- OWB

[jira] Closed: (OWB-168) cid parameter is not propagated for redirects caused by ajax requests and on h:link/

2009-11-17 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-168. -- Resolution: Fixed Fix Version/s: M4 I have added implementation to module jsf. Nonetheless, I have

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

2009-11-17 Thread Gurkan Erdogdu
Assignee: Gurkan Erdogdu The problem: GET requests in JSF2 can be handled by the full lifecycle, if the view contains a f:metadata/ with appropriate f:viewParam/ components. Because no UIViewRoot is restored, but instead a new one is created, no cid can be restored from the view root

[jira] Commented: (OWB-168) cid parameter is not propagated for redirects caused by ajax requests and on h:link/

2009-11-16 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12778428#action_12778428 ] Gurkan Erdogdu commented on OWB-168: Currently we are wrapping response object

[jira] Commented: (OWB-167) Buildin Bean types should be decoratable

2009-11-16 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12778646#action_12778646 ] Gurkan Erdogdu commented on OWB-167: Added support for Conversation becuase

[jira] Resolved: (OWB-165) Missing bean interception stack during TagHandler expression evaluation

2009-11-15 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu resolved OWB-165. Resolution: Fixed Sven, Looks like problem is related with getting instance from context. To run

[jira] Resolved: (OWB-162) WebBeansJSFFilter is cutting off included ViewParams

2009-11-15 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu resolved OWB-162. Resolution: Fixed Fix Version/s: M4 WebBeansJSFFilter is cutting off included ViewParams

[jira] Closed: (OWB-162) WebBeansJSFFilter is cutting off included ViewParams

2009-11-15 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-162. -- WebBeansJSFFilter is cutting off included ViewParams

[jira] Closed: (OWB-165) Missing bean interception stack during TagHandler expression evaluation

2009-11-15 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-165. -- Resolution: Fixed Missing bean interception stack during TagHandler expression evaluation

Re: [jira] Created: (OWB-163) Conversations are not scoped to a particular session

2009-11-14 Thread Gurkan Erdogdu
Sorry, I did catch multiple browser scenario :) I will look at it. Conversations must be on the same session Conversation = cid + session id Thanks; From: Gurkan Erdogdu gurkanerdo...@yahoo.com To: openwebbeans-dev@incubator.apache.org Sent: Sat, November

[jira] Commented: (OWB-163) Conversations are not scoped to a particular session

2009-11-14 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777988#action_12777988 ] Gurkan Erdogdu commented on OWB-163: conversation = cid + session id Means, two different

[jira] Commented: (OWB-163) Conversations are not scoped to a particular session

2009-11-14 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777992#action_12777992 ] Gurkan Erdogdu commented on OWB-163: ConversationManager uses Mapconversation, context

Re: Interception stack during MethodExpression evaluation?

2009-11-14 Thread Gurkan Erdogdu
I tried this only using @NormalScope beans like ConversationScoped and RequestScoped. Haven't tested @Dependent yet. I will file a bug for this. br, Sven 2009/11/14 Gurkan Erdogdu gurkanerdo...@yahoo.com FYI : Currently, we do not provide interceptions for @Dependent scoped beans. So

[jira] Commented: (OWB-163) Conversations are not scoped to a particular session

2009-11-14 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777998#action_12777998 ] Gurkan Erdogdu commented on OWB-163: Yeah, this is a bug :) Conversations are not scoped

[jira] Resolved: (OWB-163) Conversations are not scoped to a particular session

2009-11-14 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu resolved OWB-163. Resolution: Fixed Fix Version/s: M4 Please check trunk. Conversations are not scoped

[jira] Closed: (OWB-164) Consistent logging in WebBeansInterceptorConfig

2009-11-14 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-164. -- Consistent logging in WebBeansInterceptorConfig

[jira] Updated: (OWB-163) Conversations are not scoped to a particular session

2009-11-14 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-163: --- Affects Version/s: (was: 1.0.0) M3 Conversations are not scoped

[jira] Updated: (OWB-165) Missing bean interception stack during TagHandler expression evaluation

2009-11-14 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-165: --- Affects Version/s: (was: M4) M3 Fix Version/s: M4 Missing bean

[jira] Updated: (OWB-165) Missing bean interception stack during TagHandler expression evaluation

2009-11-14 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-165: --- Affects Version/s: (was: 1.0.0) M4 Missing bean interception stack during

[jira] Updated: (OWB-164) Consistent logging in WebBeansInterceptorConfig

2009-11-14 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu updated OWB-164: --- Affects Version/s: (was: 1.0.0) M3 Consistent logging

Re: graduation

2009-11-11 Thread Gurkan Erdogdu
Hi; I think that we are ready for starting graduation process. I believe that we attracted some more committers around the project. WDYT about the graduation as a TLP before releasing a next milestone? Thanks; --Gurkan From: Kevan Miller

Re: CDI final draft released

2009-11-11 Thread Gurkan Erdogdu
to be implemented, etc. In addition to helping the community, such a list would also help attract new project participants. --kevan -- Gurkan Erdogdu http://gurkanerdogdu.blogspot.com

[ANNOUNCE] Welcome Joe Bergmark as a new OpenWebBeans committer

2009-11-10 Thread Gurkan Erdogdu
All, The OpenWebBeans PMC is pleased to announce that Joe Bergmark has accepted our invitation to join the OpenWebBeans project as a committer. Congratulations and welcome Joe! --Gurkan

Re: TCK porting module build failure

2009-11-04 Thread Gurkan Erdogdu
-- Gurkan Erdogdu http://gurkanerdogdu.blogspot.com

Re: TCK porting module build failure

2009-11-04 Thread Gurkan Erdogdu
for the chosen build configuration? br, Sven -- Gurkan Erdogdu http://gurkanerdogdu.blogspot.com -- Gurkan Erdogdu http://gurkanerdogdu.blogspot.com

[jira] Closed: (OWB-160) interceptor bindings at class-level added to stack twice

2009-11-03 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-160. -- Resolution: Fixed Fix Version/s: M4 interceptor bindings at class-level added to stack twice

[jira] Closed: (OWB-157) Interceptors register all annotations as Interceptor Bindings

2009-11-03 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-157. -- Resolution: Fixed Fix Version/s: M4 Interceptors register all annotations as Interceptor Bindings

Re: Standalone artifact for javax.interceptor.*

2009-11-02 Thread Gurkan Erdogdu
in environments not having a full javaee stack, I would like to use CDI and thereby the javax.interceptor package without having the ejb stuff in the classpath too. Is the javax.ejb package also necessary for running OWB? br, Sven 2009/11/1 Gurkan Erdogdu gurkanerdo...@yahoo.com Hi; General

Regarding to OWB-157,158,159,160

2009-11-02 Thread Gurkan Erdogdu
Hi Eric; Firstly thanks a lot for doing awesome work and providing really important patches! For OWB-158 --- Actually we implemented InterceptorComparator class that is currently used by BeanManagerImpl#resolveInterceptors. Seems that we forgot to add it to the

Re: Standalone artifact for javax.interceptor.*

2009-11-01 Thread Gurkan Erdogdu
Hi; General In Java EE 5, interceptors are delivered via seperate EJB3 interceptors specification. I think that this will be the same in the Java EE 6 or it will be contained in its own Java Interceptors Specification that is separately developed from EJB3.1

  1   2   3   4   5   >