Re: How to make a contribution to the community

2008-04-03 Thread Ashish Jain
Hi Manu, Apologies for delay in reply. Yes I have started looking on to the spec and will come up with test cases soon. Thanks Ashish On Mon, Mar 31, 2008 at 5:01 PM, Manu George [EMAIL PROTECTED] wrote: Hi Ashish, I know that my reply is very late but once you are comfortable

Re: How to make a contribution to the community

2008-03-31 Thread Manu George
Hi Ashish, I know that my reply is very late but once you are comfortable with building OpenEJB running the samples and debugging in eclipse a nice way to start will be to write some unit tests. There are some tests still to be written .

Re: How to make a contribution to the community

2008-03-20 Thread Jacek Laskowski
On Thu, Mar 20, 2008 at 5:47 PM, Ashish Jain [EMAIL PROTECTED] wrote: I was able to successfully run the build this time but I escaped all the tests. Is that the correct way of building openEjb? No as you're (about to be) a openejb developer than a mere user. If the tests fail we should fix it

Re: How to make a contribution to the community

2008-03-20 Thread Ashish Jain
HI Jacek, I just found out the class that has the error, Trying to setup my eclipse development environment to have a look at the code. Thanks Ashish On Thu, Mar 20, 2008 at 10:30 PM, Jacek Laskowski [EMAIL PROTECTED] wrote: On Thu, Mar 20, 2008 at 5:47 PM, Ashish Jain [EMAIL PROTECTED] wrote:

Re: How to make a contribution to the community

2008-03-19 Thread Ashish Jain
Hi Jacek, Thanks for your reply. I will start with building the openejb container and later with the execution of samples. Thanks Ashish On Wed, Mar 19, 2008 at 3:54 AM, Jacek Laskowski [EMAIL PROTECTED] wrote: On Tue, Mar 18, 2008 at 8:43 PM, Ashish Jain [EMAIL PROTECTED] wrote: I am

Re: How to make a contribution to the community

2008-03-19 Thread Jacek Laskowski
On Wed, Mar 19, 2008 at 9:18 AM, Ashish Jain [EMAIL PROTECTED] wrote: Hi Jacek, Thanks for your reply. I will start with building the openejb container and later with the execution of samples. What OS do you use? I keep having troubles with building openejb on WinXP and can't figure out what's

Re: How to make a contribution to the community

2008-03-19 Thread Ashish Jain
Hi Jacek, As suggested by you, my build also failed on Windows XP while running the test cases I guess, because I could see a message suggesting *INFO - OpenEJB ready. OpenEJB ready.* Later running the test cases there was failures running the test cases. The stacktrace for the error is as

Re: How to make a contribution to the community

2008-03-19 Thread Jacek Laskowski
On Wed, Mar 19, 2008 at 6:29 PM, Ashish Jain [EMAIL PROTECTED] wrote: Please refer to C:\OpenEjb\server\openejb-ejbd\target\surefire-reports for the i ndividual test results. [INFO] [INFO] For more information, run

Re: How to make a contribution to the community

2008-03-19 Thread Karan Malhi
Just ran it on win xp with all the tests. Everything passed successfully. On Wed, Mar 19, 2008 at 5:36 PM, Jacek Laskowski [EMAIL PROTECTED] wrote: On Wed, Mar 19, 2008 at 6:29 PM, Ashish Jain [EMAIL PROTECTED] wrote: Please refer to C:\OpenEjb\server\openejb-ejbd\target\surefire-reports

Re: How to make a contribution to the community

2008-03-19 Thread Karan Malhi
Hey Ashish, Another thing could be if you could try deploying some ejb jars in openejb and suggest some improvements. You can see this page ( http://openejb.apache.org/3.0/deploy-tool.html) for instructions on how to deploy. Also try to undeploy an already deployed jar and let us know what you

How to make a contribution to the community

2008-03-18 Thread Ashish Jain
Hi All, I am interested in contributing to the community and there by learning more of EJB3. I am a newbie and I need help to start my contribution to the community. Thanks Ashish

Re: How to make a contribution to the community

2008-03-18 Thread Jacek Laskowski
On Tue, Mar 18, 2008 at 8:43 PM, Ashish Jain [EMAIL PROTECTED] wrote: I am interested in contributing to the community and there by learning more of EJB3. I am a newbie and I need help to start my contribution to the community. Hi Ashish, There're a couple of ways to contribute that