Re: [Carbon-dev] DataService Insert Exception Handling

2010-09-20 Thread Anjana Fernando
*Sumedha Rubasinghe > *Sent:* Sunday, September 19, 2010 9:07 PM > *To:* carbon-dev@wso2.org > *Subject:* Re: [Carbon-dev] DataService Insert Exception Handling > > > > > > On Sun, Sep 19, 2010 at 10:20 PM, Anjana Fernando wrote: > > On Sun, Sep 19, 2010 at 9:06

Re: [Carbon-dev] DataService Insert Exception Handling

2010-09-20 Thread Hodchenkov, Paul
Rubasinghe Sent: Sunday, September 19, 2010 9:07 PM To: carbon-dev@wso2.org Subject: Re: [Carbon-dev] DataService Insert Exception Handling On Sun, Sep 19, 2010 at 10:20 PM, Anjana Fernando mailto:anj...@wso2.com>> wrote: On Sun, Sep 19, 2010 at 9:06 PM, Samisa Abeysinghe mailto:sam...@ws

Re: [Carbon-dev] DataService Insert Exception Handling

2010-09-19 Thread Sumedha Rubasinghe
On Sun, Sep 19, 2010 at 10:20 PM, Anjana Fernando wrote: > On Sun, Sep 19, 2010 at 9:06 PM, Samisa Abeysinghe wrote: > >> That is a new feature in a patch release? That breaks release protocols > > > No .. not really a new feature .. this is something that must be there > anyway .. it can be seen

Re: [Carbon-dev] DataService Insert Exception Handling

2010-09-19 Thread Anjana Fernando
On Sun, Sep 19, 2010 at 9:06 PM, Samisa Abeysinghe wrote: > That is a new feature in a patch release? That breaks release protocols No .. not really a new feature .. this is something that must be there anyway .. it can be seen as a bug fix .. > > > On Sat, Sep 18, 2010 at 4:30 PM, Anjana Fer

Re: [Carbon-dev] DataService Insert Exception Handling

2010-09-19 Thread Samisa Abeysinghe
That is a new feature in a patch release? That breaks release protocols On Sat, Sep 18, 2010 at 4:30 PM, Anjana Fernando wrote: > Hi Paul, > > Yes, this is already added and the proper SOAP faults will be returned for > both in-only and in-out operations. This will be available in the soon to be

Re: [Carbon-dev] DataService Insert Exception Handling

2010-09-18 Thread Anjana Fernando
Hi Paul, Yes, this is already added and the proper SOAP faults will be returned for both in-only and in-out operations. This will be available in the soon to be released DSS 2.5.1 release. Cheers, Anjana. On Fri, Sep 17, 2010 at 2:20 PM, Hodchenkov, Paul < paul.hodchen...@oxagile.com> wrote: >

[Carbon-dev] DataService Insert Exception Handling

2010-09-17 Thread Hodchenkov, Paul
Hi! I hope someone can help me. I am using db dataservice to perform insert queries. For insert statements data service acts as in-only service. Errors are not returned back to client. At http://wso2.org/forum/404 i have read that was planned to implement error handling for insert statements. So