Re: exposing exceptions that caused a rollback

2011-02-24 Thread Ashish Jain
Hi Djencks/Dblevins, As we had discussed earlier about this issue and the possible patch. It seems we cannot use javax.transaction. TransactionRolledbackException.initCause(e) instead there is another class with in openEJB org.apache.openejb.core.transaction.TransactionRolledbackException which

Re: How to make a contribution to the community

2008-04-03 Thread Ashish Jain
to OpenEJB by writing tests and it will really help you in understanding the spec better :). Regards Manu On Thu, Mar 20, 2008 at 11:42 PM, Ashish Jain [EMAIL PROTECTED] wrote: HI Jacek, I just found out the class that has the error, Trying to setup my eclipse development environment

Re: where to find the latest Eclipse plugin for OpenEJB

2008-03-23 Thread Ashish Jain
Hi Jacek, I will be happy to that but I need access to add contents to OpenEJB wiki. Please provide me the contributor access. Thanks Ashish On Sat, Mar 22, 2008 at 9:30 PM, Jacek Laskowski [EMAIL PROTECTED] wrote: On Fri, Mar 21, 2008 at 10:17 AM, Ashish Jain [EMAIL PROTECTED] wrote: I am

Re: where to find the latest Eclipse plugin for OpenEJB

2008-03-23 Thread Ashish Jain
to access this page. If this is incorrect please contact your administrator. And the list of groups underneath is empty.. :-) Jon On Sun, Mar 23, 2008 at 10:46 AM, Jacek Laskowski [EMAIL PROTECTED] wrote: On Sun, Mar 23, 2008 at 10:51 AM, Ashish Jain [EMAIL PROTECTED] wrote: I

where to find the latest Eclipse plugin for OpenEJB

2008-03-21 Thread Ashish Jain
Hi, I am looking to setup development environment for OpenEJB. These are the steps I followed 1) Checkout the code. 2) Ran the build. 3) Ran the command *C:\OpenEjbmvn -Peclipse eclipse:eclipse *4) Finally I followed the steps as mentioned in * https://issues.apache.org/jira/browse/OPENEJB-674.

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 Ashish Jain
? Thanks Ashish On Wed, Mar 19, 2008 at 3:47 PM, Ashish Jain [EMAIL PROTECTED] wrote: I use Windows XP. Thanks Ashish On Wed, Mar 19, 2008 at 2:37 PM, Jacek Laskowski [EMAIL PROTECTED] wrote: On Wed, Mar 19, 2008 at 9:18 AM, Ashish Jain [EMAIL PROTECTED] wrote: Hi Jacek, Thanks for your

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: allowHosts in OpenEjb3.0

2007-10-17 Thread Ashish Jain
: On Oct 17, 2007, at 3:05 AM, Ashish Jain wrote: Any help on this issue?? Ashish, OpenEJB 3.0 supports an 'only_from' configuration option. Running openejb standalone, you should be able to accomplish what you want. E.g.: openejb start -Dadmin.only_from=127.0.0.1 (note: I've never used

allowHosts in OpenEjb3.0

2007-10-16 Thread Ashish Jain
Hi, Is the attribute allowHosts removed in OpenEjb3.0? Is there any other alternative for this attribute? Thanks Ashish

What new in OpenEjb 3.0?

2007-09-05 Thread Ashish Jain
Hi All!! I am new to OpenEjb. Can someone tell me what is new in OpenEjb 3.0compared to the previous version. Thanks in advance Regards Ashish