CDI context propagation for threads spawned asynchronously using servlet 3.0 and javax.resource.spi.work.WorkManager APIs

2012-06-22 Thread Rohit Kelapure
APIs. I understand that the solution may be specific to individual containers like Tomcat, WebLogic, WAS etc ... Has anyone already solved this problem for their container ? Thought I would ask before fixing it in WAS. -cheers, Rohit Kelapure

Re: CDI context propagation for threads spawned asynchronously using servlet 3.0 and javax.resource.spi.work.WorkManager APIs

2012-06-22 Thread Rohit Kelapure
of invocation context to avoid to need anything in the async call. - Romain 2012/6/22 Rohit Kelapure kelap...@gmail.com Team, Do we have a standard way of propagating CDI contexts (request, session, application, singleton, conversation) and other threadlocal state from a parent thread say

Re: Recent presentations on CDI

2012-05-24 Thread Rohit Kelapure
...@yahoo.de wrote: Great, thanks! How was the feedback? It seems you made a fair share of CODI and DeltaSpike advertisement? ;) LieGrue, strub - Original Message - From: Rohit Kelapure kelap...@gmail.com To: dev@openwebbeans.apache.org Cc: Sent: Wednesday, May 23, 2012 3:53 PM

Re: Recent presentations on CDI

2012-05-23 Thread Rohit Kelapure
Team, Thank you for all your presentations. I uploaded the most recent one on CDI best practices I gave at an IBM Conference here - http://www.slideshare.net/kelapure/2012-0409v2tdp1167cdibestpracticesfinal -cheers, Rohit On Fri, Mar 23, 2012 at 10:29 PM, Rohit Kelapure kelap...@gmail.com

Re: Recent presentations on CDI

2012-03-23 Thread Rohit Kelapure
/?id=62#139 unfortunately in german, but you should be able to read most of the stuff ;-) Cheers, Arne -Ursprüngliche Nachricht- Von: Rohit Kelapure [mailto:kelap...@gmail.com] Gesendet: Donnerstag, 22. März 2012 19:49 An: dev@openwebbeans.apache.org Betreff: Recent

Recent presentations on CDI

2012-03-22 Thread Rohit Kelapure
Team, Have you recently come across or given advanced level presentations on topics like CDI best practices, Extensions, CDI 1.1, CODI, Seam 3, DeltaSpike, JSF 2.2-CDI integration. If so I would be obliged if you could please bring them to my notice. --Thanks, Rohit Kelapure

Re: Recent presentations on CDI

2012-03-22 Thread Rohit Kelapure
://people.apache.org/~struberg Gerhard might have some good presentations for CODi and DS as well. LieGrue, strub - Original Message - From: Rohit Kelapure kelap...@gmail.com To: dev@openwebbeans.apache.org Cc: Sent: Thursday, March 22, 2012 7:48 PM Subject: Recent

Re: [DISCUSS] remove webbeans-openejb module from OWB

2012-03-21 Thread Rohit Kelapure
agreed. For reference implementations we can point to OpenEJB or TomEE. --cheers, Rohit On Wed, Mar 21, 2012 at 5:15 PM, Mark Struberg strub...@yahoo.de wrote: Hi! webbeans-openejb is legacy code afaik. OpenEJB is using a codebase which was originally copied over and is already heavily

Re: [FYI] blogpost about the performance tricks in OpenWebBeans

2012-03-20 Thread Rohit Kelapure
This is awesome! Thanks Mark. On Tue, Mar 20, 2012 at 9:39 AM, Mark Struberg strub...@yahoo.de wrote: Hi folks! I did put together a blog post which explains a few of the performance tricks we use in OpenWebBeans: http://struberg.wordpress.com/2012/03/20/why-is-openwebbeans-so-fast/ And

Re: [ANNOUNCE] Welcome Romain Manni-Bucau as new Committer!

2012-03-12 Thread Rohit Kelapure
Congrats and welcome! On Mon, Mar 12, 2012 at 5:30 AM, Gurkan Erdogdu gurkanerdo...@yahoo.comwrote: Welcome on board Romain! Gurkan Kimden: Mark Struberg strub...@yahoo.de Kime: openwebbeans-dev dev@openwebbeans.apache.org; u...@openwebbeans.apache.org

Re: [jira] [Commented] (OWB-626) Conversation Scope isn't accessible after RENDER_RESPONSE phase

2012-03-05 Thread Rohit Kelapure
Mark, I am afraid that customers may claim that OWB-626 is needed for seam 3 / delta -spike. I am trying to understand the problem and see if a fix can be provided. This fix based on your comments regarding spec compliance will be disabled by default and ONLY enabled via some JVM system property

Re: [jira] [Commented] (OWB-626) Conversation Scope isn't accessible after RENDER_RESPONSE phase

2012-03-05 Thread Rohit Kelapure
For SEAM 3 the most pertinent information in the defect is this Seam uses @ConversationScoped scope to manage his extended persistenceContext which is one of the most convenient features. I will do some research and find out how they are using @ConversationScoped and if there is a sample

Re: [jira] [Commented] (OWB-626) Conversation Scope isn't accessible after RENDER_RESPONSE phase

2012-03-05 Thread Rohit Kelapure
28.4. Seam-managed persistence contexts http://docs.jboss.org/seam/3/latest/reference/en-US/html_single/ On Mon, Mar 5, 2012 at 10:02 AM, Rohit Kelapure kelap...@gmail.com wrote: For SEAM 3 the most pertinent information in the defect is this Seam uses @ConversationScoped scope to manage

Re: svn commit: r1293457 - in /openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans: component/InjectionPointBean.java container/BeanManagerImpl.java

2012-02-24 Thread Rohit Kelapure
Thank you Mark and Romain for investigating and fixing!! - Rohit On Fri, Feb 24, 2012 at 5:31 PM, strub...@apache.org wrote: Author: struberg Date: Fri Feb 24 22:31:49 2012 New Revision: 1293457 URL: http://svn.apache.org/viewvc?rev=1293457view=rev Log: OWB-648 fix TCK txs to Romain

Re: svn commit: r1293457 - in /openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans: component/InjectionPointBean.java container/BeanManagerImpl.java

2012-02-24 Thread Rohit Kelapure
branch? Btw, if you do such intense changes, then it's always a good idea to run both TCKs $ mvn clean install -Ptck -Pjsr330-tck This will run both the CDI (standalone part) and the atinject TCK. LieGrue, strub - Original Message - From: Rohit Kelapure kelap...@gmail.com

Re: regression on tck

2012-02-20 Thread Rohit Kelapure
This could be due to recent changes made in https://issues.apache.org/jira/browse/OWB-645 I will investigate and get back. -Rohit On Fri, Feb 17, 2012 at 8:30 AM, Romain Manni-Bucau rmannibu...@gmail.com wrote: Hi, it seems recent change(s) introduced a regression on TCKs: Failed tests:

Re: [VOTE] Release Apache OpenWebBeans-1.1.1

2011-08-30 Thread Rohit Kelapure
+0 --Thanks, Rohit On Tue, Aug 30, 2011 at 8:21 AM, Gerhard Petracek gerhard.petra...@gmail.com wrote: +1 regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2011/8/30

Re: OWB performance

2011-07-18 Thread Rohit Kelapure
. regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2011/7/18 Rohit Kelapure kelap...@gmail.com Please pardon me for my maven naivette. I ran into the following error

Re: OWB performance

2011-07-17 Thread Rohit Kelapure
+1. Good work Gerhard! On Sun, Jul 17, 2011 at 7:47 AM, Mark Struberg strub...@yahoo.de wrote: Hi folks! Recently there have been lot of tweets and rumours about fast EE6 application servers. Sadly if they say fast they only speak from startup performance. Of course it is a big benefit to

Re: owb logo

2011-04-29 Thread Rohit Kelapure
Date: Friday, April 29, 2011, 1:26 PM hi @ all, adonis sent me some nice drafts! i uploaded them to: http://people.apache.org/~gpetracek/owb/logo_drafts/ regards, gerhard 2011/4/18 Rohit Kelapure kelap...@gmail.com Very nice. Thank you Gerhard and Adonis

Re: owb logo

2011-04-18 Thread Rohit Kelapure
Very nice. Thank you Gerhard and Adonis! On Mon, Apr 18, 2011 at 2:59 AM, Gerhard Petracek gerhard.petra...@gmail.com wrote: i've great news! adonis will create a logo for us. he designed the whole style of apache myfaces. usually he comes up with an awesome draft. so we just have to wait

Re: [INFO] Article

2011-03-25 Thread Rohit Kelapure
Mark, You have to subscribe and click on the *JAXenter.com is allowed to inform me about new issues of JAXmag and related offerings of SS Media* checkbox. :) Congrats *Gurkan*! --Rohit On Fri, Mar 25, 2011 at 8:53 AM, Mark Struberg strub...@yahoo.de wrote: Hi Gurkan! I could not find the

Re: [jira] Resolved: (OWB-507) our samples should be prepared for EE as default

2010-12-20 Thread Rohit Kelapure
I like this change. This makes it easier to consume OWB samples by other JEE servers. --Thanks, Rohit On Mon, Dec 20, 2010 at 11:14 AM, Mark Struberg (JIRA) j...@apache.org wrote:     [

Re: [jira] Commented: (OWB-498) Java EE Resource Injections for CDI Interceptors Decorators

2010-11-25 Thread Rohit Kelapure
Same here. We use the ResouceIjectionService SPI to inject these java ee resources. On Thu, Nov 25, 2010 at 5:07 AM, Gurkan Erdogdu (JIRA) j...@apache.orgwrote: [

CDI presentation for Apachecon 2010

2010-11-06 Thread Rohit Kelapure
and evangelism. --Thank you, Rohit Kelapure

Re: [ANNOUNCE] Welcome David Jencks as an OpenWebBeans committer

2010-11-04 Thread Rohit Kelapure
Congrats David! On Thu, Nov 4, 2010 at 8:38 AM, Paul J. Reder rede...@remulak.net wrote: Congratulations David! On 11/04/2010 06:23 AM, Kevan Miller wrote: Great. Congrats David! --kevan On Nov 4, 2010, at 3:02 AM, Mark Struberg wrote: Hi folks! The Apache OpenWebBeans PMC is

Re: [VOTE] release Apache OpenWebBeans-1.0.0 2nd try

2010-10-12 Thread Rohit Kelapure
+1 --Thanks, Rohit Kelapure On Tue, Oct 12, 2010 at 8:08 AM, Mark Struberg strub...@yahoo.de wrote: Hi! I've re-rolled the release with the fixed readme and now like to call a 2nd VOTE on releasing Apache OpenWebBeans-1.0.0 . Maven staging repo: https://repository.apache.org/content

Re: I'm now starting of release process

2010-09-30 Thread Rohit Kelapure
Can we update our log file after the first release ? --Thanks, Rohit On Thu, Sep 30, 2010 at 2:57 PM, Mark Struberg strub...@yahoo.de wrote: Hi folks! I'm starting the preparation for the 1.0.0 release in about 15 minutes. So please abstain from checking in until I'll ping you again. Txs

Re: I'm now starting of release process

2010-09-30 Thread Rohit Kelapure
sorry meant logo file . On Thu, Sep 30, 2010 at 3:01 PM, Rohit Kelapure kelap...@gmail.com wrote: Can we update our log file after the first release ? --Thanks, Rohit On Thu, Sep 30, 2010 at 2:57 PM, Mark Struberg strub...@yahoo.de wrote: Hi folks! I'm starting the preparation

Re: [jira] Updated: (OWB-462) Refactor AnnotationUtil.hasAnnotationMember()

2010-09-29 Thread Rohit Kelapure
...) org.apache.webbeans.container.InjectionResolver.implResolveByType(Type, Annotation...) org.apache.webbeans.container.BeanManagerImpl.getBeans(Type, Annotation...) org.apache.webbeans.inject.impl.InjectionPointImpl.readObject(ObjectInputStream) --Thanks, Rohit Kelapure On Tue, Sep 28, 2010 at 5:24 PM, Jakob

Re: [jira] Created: (OWB-457) we must not create a SessionContext for static resource reqeusts

2010-09-22 Thread Rohit Kelapure
An application could specify these exclude paths or mime types as context parameters in the web.xml context-param param-nameOWB_SESSION_CONTEXT_EXCLUDE_PATH/param-name param-value/openBooks/static/images//param-value /context-param context-param

Please reopen OWB-318, patch attached

2010-09-09 Thread Rohit Kelapure
this TCK test does not get run with our standalone and web suite,* --Thank You, Rohit Kelapure

Re: Please reopen OWB-318, patch attached

2010-09-09 Thread Rohit Kelapure
Done. Attached to JIRA. Attaching here as well. --Thanks, Rohit On Thu, Sep 9, 2010 at 4:40 PM, Eric Covener cove...@gmail.com wrote: After applying the attached patch (owb-318-patch.diff) this TCK test passes successfully. reopened, but didn't see an email attachment. Can you attach it

Re: CIA bot on #openwebbeans?

2010-07-25 Thread Rohit Kelapure
+1 On Sun, Jul 25, 2010 at 1:28 PM, Eric Covener cove...@gmail.com wrote: How do people feel / who do we ask to turn on a CIA bot for commit messages in #openwebbeans? I am personally +1 -- Eric Covener cove...@gmail.com

Re: preparation for 1.0.0 release

2010-06-03 Thread Rohit Kelapure
these samples with OpenWebBeans. --Tutorial on Using OpenWebBeans -- Something like http://openjpa.apache.org/begin-using-openjpa-the-basics.html --Thanks, Rohit Kelapure On Wed, Jun 2, 2010 at 7:48 AM, Mark Struberg strub...@yahoo.de wrote: Hi folks! I'd like to kick off preparations for a 1.0.0

Re: Call for Participation: Technical Talks -- ApacheCon North America 2010

2010-06-03 Thread Rohit Kelapure
and containers. --Thanks, Rohit Kelapure On Sat, May 29, 2010 at 2:02 AM, Gurkan Erdogdu gurkanerdo...@yahoo.comwrote: Hi; Fantastico and very good news Rohit! In the mean time, did you able to integrate OWB in your environment successfully? Thanks; --Gurkan

Re: EE-Integration Question: How does one do CDI injection on Java EE component classes ?

2010-04-13 Thread Rohit Kelapure
types. The mirror image of ResourceInjectionService ? --Thanks, Rohit Kelapure On Mon, Apr 12, 2010 at 10:25 AM, Gurkan Erdogdu cgurkanerdo...@gmail.com wrote: Hello Rohit; Could you look at the OWBInjector utility class? This is responsible for injecting into EE components instances. When EE

EE-Integration Question: How does one do CDI injection on Java EE component classes ?

2010-04-12 Thread Rohit Kelapure
looking for a high level overview of how this will work in OWB and the code that currently supports this feature and what is yet to be written ? --Thanks, Rohit Kelapure

JSR-299 based interceptors and decorators are not supported for EJB Beans

2010-03-17 Thread Rohit Kelapure
Currently the InterceptorHandler javadoc states that OWB delegates calling of EJB Beans interceptors to the EJB container. It does not provide built-in interceptor and decorator support for EJB beans. i.e. if an EJB bean has JSR299 interceptors and decorators, they will not be called. How would