Re: We did it!!!

2011-10-05 Thread Ranga S
Sweet! Kudos to everyone for delivering an awesome product.  - Ranga From: Karan Malhi karan.ma...@gmail.com To: dev@openejb.apache.org Sent: Wednesday, October 5, 2011 6:17 AM Subject: Re: We did it!!! Fantastic work!. Its a great opportunity to involve more

Re: Arquillian-Embedded: Patch for https://issues.apache.org/jira/browse/OPENEJB-1652

2011-09-11 Thread Ranga S
I've added some resource env-entry tests and re-factored the Servlet Listener tests. Please review patch attached to: https://issues.apache.org/jira/browse/OPENEJB-1652 - Ranga

Re: Arquillian-Embedded: Patch for https://issues.apache.org/jira/browse/OPENEJB-1651

2011-09-11 Thread Ranga S
Sure, I'll try to get something in next week for the JSF tests. - Ranga From: David Blevins david.blev...@gmail.com To: Ranga S sra...@yahoo.com Cc: dev@openejb.apache.org dev@openejb.apache.org Sent: Saturday, September 10, 2011 2:55 PM Subject: Re: Arquillian

Re: Arquillian-Embedded: Patch for https://issues.apache.org/jira/browse/OPENEJB-1651

2011-09-09 Thread Ranga S
I've done some re-factoring of the tests and have uploaded a patch to this issue. Please review. - Ranga From: David Blevins david.blev...@gmail.com To: dev@openejb.apache.org Cc: Ranga S sra...@yahoo.com Sent: Friday, September 2, 2011 6:17 PM Subject: Re

Arquillian-Embedded: Patch for https://issues.apache.org/jira/browse/OPENEJB-1650

2011-09-02 Thread Ranga S
Hi I've uploaded a new patch for the above mentioned issue. I split up the one test into three separate test classes. It still has 16 tests of which 3 are failing. Please review. - Ranga

Arquillian-Embedded: Patch for https://issues.apache.org/jira/browse/OPENEJB-1651

2011-09-02 Thread Ranga S
Hi I've uploaded a patch for the above mentioned issue. They contain unit tests for injection into ServletFilters. It has 16 tests of which 3 are failing. Please review. - Ranga

Arquillian-Embedded: Servlet Listeners

2011-09-02 Thread Ranga S
Hi I've uploaded a patch for the JIRA issue https://issues.apache.org/jira/browse/OPENEJB-1652. They contain unit tests for injection into Servlet Listeners. It has 32 tests of which 8 are failing. Please review. - Ranga

Re: Arquillian tests

2011-08-28 Thread Ranga S
Hi I've created a JIRA ticket for this: https://issues.apache.org/jira/browse/OPENEJB-1649 It contains the following 4 sub-tasks: * Servlets: https://issues.apache.org/jira/browse/OPENEJB-1650 * Filters: https://issues.apache.org/jira/browse/OPENEJB-1651 * Listeners:

Re: Arquillian

2011-08-19 Thread Ranga S
I updated the repositories in the MovieFun Example pom.xml to include the Jboss repo and it builds fine for me.   repositories     repository       idapache-m2-snapshot/id       nameApache Snapshot Repository/name       urlhttp://repository.apache.org/snapshots/url     /repository      

Re: @Disposes

2011-07-18 Thread Ranga S
Thanks Karan. I've uploaded a patch to the ticket. Please take a look. (LogFactory, LoggerImpl, LoggerTest). - Ranga From: Karan Malhi karan.ma...@gmail.com To: dev@openejb.apache.org; Ranga S sra...@yahoo.com Sent: Monday, July 18, 2011 3:33 AM Subject: Re

Re: @Disposes

2011-07-17 Thread Ranga S
Hi I am trying to get an example working with the @Disposes annotation. The @Produces method gets invoked properly. However, the @Disposes method doesn't get invoked. I don't see any errors either. Could someone help me out? - Ranga

https://issues.apache.org/jira/browse/OPENEJB-1608

2011-06-30 Thread Ranga S
Please review the latest patch for the above mentioned ticket. I've split the original example into three separate examples. - Ranga

svn diff

2011-06-28 Thread Ranga S
Hi  I am trying to add an example directory. I've done an svn add and it displayed that all the files have been added. However, when I do a svn diff to submit a patch, I only see additions from the first level. I don't see any of the source code contents in the patch file. I thought diff would

Re: Examples - CDI

2011-06-28 Thread Ranga S
To: David Blevins david.blev...@gmail.com Cc: dev@openejb.apache.org Sent: Tuesday, June 28, 2011 1:49 PM Subject: Re: Road Map On Jun 28, 2011, at 12:18 PM, David Blevins wrote: On Jun 23, 2011, at 9:18 AM, Ranga S wrote: I'll work on https://issues.apache.org/jira/browse/OPENEJB-1608 Great

Re: Examples - CDI

2011-06-10 Thread Ranga S
/core/api/src/main/java/org/apache/myfaces/extensions/cdi/core/api/provider/BeanManagerProvider.java --- On Thu, 6/9/11, Ranga S sra...@yahoo.com wrote: From: Ranga S sra...@yahoo.com Subject: Re: Examples - CDI To: dev@openejb.apache.org dev@openejb.apache.org Date: Thursday, June 9, 2011, 11:16

Re: Examples - CDI

2011-06-09 Thread Ranga S
From: David Blevins david.blev...@gmail.com To: dev@openejb.apache.org Sent: Wednesday, June 8, 2011 4:03 PM Subject: Re: Examples - CDI On Jun 8, 2011, at 3:09 PM, Ranga S wrote: Thanks! I wanted to first get a simple stand-alone example up and running. I was wondering

Re: Examples - CDI

2011-06-09 Thread Ranga S
: Thursday, June 9, 2011 5:19 PM Subject: Re: Examples - CDI On Jun 9, 2011, at 4:16 PM, Ranga S wrote: Thanks! I tried using the createEJBContainer construct, but it complains about not finding any modules to deploy when I run it. Add a src/main/resources/META-INF/beans.xml file.  That should

Re: Examples - CDI

2011-06-08 Thread Ranga S
Hi I would like to take a crack at coming up with some examples for CDI. Let me read some documentation on it. Once I have something concrete, I shall send a note to this list. - Ranga

Re: Examples - CDI

2011-06-08 Thread Ranga S
From: Mark Struberg strub...@yahoo.de To: dev@openejb.apache.org; Ranga S sra...@yahoo.com Sent: Wednesday, June 8, 2011 12:59 PM Subject: Re: Examples - CDI hi! You could look at the maven archetypes for Apache MyFaces CODI [1] which is a CDI extension. $ mvn

Re: Build Failure

2011-05-25 Thread Ranga S
Hi I just checked out the source code using SVN from:  http://svn.apache.org/repos/asf/openejb/trunk/openejb3/ When I try to build using Maven (2.2.1), three tests are failing. Output from the failed tests is as follows: