Re: [Dev] [Architecture] [VOTE] Release WSO2 DSS 3.5.0 RC2

2015-10-28 Thread Rajith Vitharana
Hi All,

Thank you for testing and verifying the WSO2 Data Services Server 3.5.0
RC2. We are closing this vote now. This vote has passed with 5 +1s and 0
-1s. Therefore we are proceeding with the WSO2 Data Services Server 3.5.0
release.

5 +1s
0  -1s

Thank you and Regards,
WSO2 DSS Team
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] [VOTE] Release WSO2 DSS 3.5.0 RC2

2015-10-28 Thread Madhawa Gunasekara
Hi Sumedha,


Please find my comments inline.

But following did not work. May be my filter criteria is wrong.
> https://localhost:9443/odata/RDBMSSample/default/CUSTOMERS?$filter=city
>

yes you query is wrong, if you need to filter by CITY then you need to
specify a string to filter for example,
https://localhost:9443/odata/RDBMSSample/default/CUSTOMERS?$filter=CITY
eq 'Nantes' or if you need only to select CITY then you can use select
query option for that
https://localhost:9443/odata/RDBMSSample/default/CUSTOMERS?$select=CITY



> I have a small complain about service name. In service detail page,
> service name appears as 'services/RDBMSSample'.  So if someone follows
> Madawa's blog, the endpoint would look like,
>
> https://localhost:9443/odata*/services/RDBMSSample*/default
>

yes we should consider service hierarchy when creating service endpoint, I
have created jira[1] for that. but I think it's fine for now.

[1] https://wso2.org/jira/browse/DS-1140

>
> Docs (https://docs.wso2.com/display/DSS350/OData+Sample) on OData on
> public doc portal should also improve to show more filter criteria.
>
we will improve the odata sample doc.

>
>
>
> Thanks,
Madhawa

-- 
*Madhawa Gunasekara*
Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: +94 719411002 <+94+719411002>
blog: *http://madhawa-gunasekara.blogspot.com
*
linkedin: *http://lk.linkedin.com/in/mgunasekara
*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] [VOTE] Release WSO2 DSS 3.5.0 RC2

2015-10-27 Thread Sumedha Rubasinghe
Hi,
I tested the latest pack.
I enabled OData on RDBMSSample.

I was able to access following endpoints and get results as expected.
https://localhost:9443/odata/RDBMSSample/default
https://localhost:9443/odata/RDBMSSample/default/CUSTOMERS

But following did not work. May be my filter criteria is wrong.
https://localhost:9443/odata/RDBMSSample/default/CUSTOMERS?$filter=city


I have a small complain about service name. In service detail page, service
name appears as 'services/RDBMSSample'.  So if someone follows Madawa's
blog, the endpoint would look like,

https://localhost:9443/odata*/services/RDBMSSample*/default

Docs (https://docs.wso2.com/display/DSS350/OData+Sample) on OData on public
doc portal should also improve to show more filter criteria.

[x ] Stable - go ahead and release

OData feature is stable subjected to above minor fixes.


Sumedha


On Sat, Oct 24, 2015 at 1:33 AM, Rajith Vitharana  wrote:

> Hi,
>
> This is the second release candidate of WSO2 DSS 3.5.0
>
> This release fixes the following issues:
> *https://wso2.org/jira/issues/?filter=12469
> *
>
> Please download, test and vote. The vote will be open for 72 hours or as
> needed.
>
> Source & binary distribution files:
> https://svn.wso2.org/repos/wso2/scratch/DSS/3.5.0/RC2/wso2dss-3.5.0.zip
> 
>
> JavaDocs
> https://svn.wso2.org/repos/wso2/scratch/DSS/3.5.0/RC2/javaDocs/index.html
>
> Maven staging repo:
> *http://maven.wso2.org/nexus/content/repositories/orgwso2dss-058/
> *
>
> The tag to be voted upon:
> *https://github.com/wso2/product-dss/tree/v3.5.0-RC2
> *
>
>
> [ ] Broken - do not release (explain why)
> [ ] Stable - go ahead and release
>
> Thanks,
> The WSO2 DSS Team
>
> ___
> Architecture mailing list
> architect...@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
>


-- 
/sumedha
m: +94 773017743
b :  bit.ly/sumedha
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] [VOTE] Release WSO2 DSS 3.5.0 RC2

2015-10-26 Thread Madhawa Gunasekara
Hi,

I have tested followings,

   - MongoDB Output Mappings
  - JSON Arrays
  - JSON Complex Objects


   - JSON Mappings (Super/ Tenant)

[X] Stable - go ahead and release

On Mon, Oct 26, 2015 at 8:21 AM, Chanika Geeganage  wrote:

> Hi,
>
> I tested followings
>
>- New Google spreadsheet OAuth2 support
>
>  - public spreadsheet (for super-tenant & tenant)
>  - private spreadsheet (for super-tenant & tenant)
>  - Google driver with OAuth2 support (for super-tenant & tenant)
>  - verified JIRAs created for RC1 related to Google spreadsheet datasource.
>
>- Excel datasource - query mode
>
>
>- Tenant creation and adding dataservice in tenant space.
>
> [X] Stable - go ahead and release
> Thanks
>
>
> On Mon, Oct 26, 2015 at 5:17 AM, Anjana Fernando  wrote:
>
>> Hi,
>>
>> I tested the following:-
>>
>> * OData functionality
>>   - Read/write/update/delete
>>   - Reading metadata
>>   - Reading with conditions
>>
>> * New boxcarring functionality (request_box)
>>   - Multiple operation execution
>>   - Transaction commit/rollback on success/error
>>
>> * Verified RC1 blocker.
>>
>> [X] Stable - go ahead and release
>>
>> Cheers,
>> Anjana.
>>
>> On Sat, Oct 24, 2015 at 1:33 AM, Rajith Vitharana 
>> wrote:
>>
>>> Hi,
>>>
>>> This is the second release candidate of WSO2 DSS 3.5.0
>>>
>>> This release fixes the following issues:
>>> *https://wso2.org/jira/issues/?filter=12469
>>> *
>>>
>>> Please download, test and vote. The vote will be open for 72 hours or
>>> as needed.
>>>
>>> Source & binary distribution files:
>>> https://svn.wso2.org/repos/wso2/scratch/DSS/3.5.0/RC2/wso2dss-3.5.0.zip
>>> 
>>>
>>> JavaDocs
>>> https://svn.wso2.org/repos/wso2/scratch/DSS/3.5.0/RC2/javaDocs/index.html
>>>
>>> Maven staging repo:
>>> *http://maven.wso2.org/nexus/content/repositories/orgwso2dss-058/
>>> *
>>>
>>> The tag to be voted upon:
>>> *https://github.com/wso2/product-dss/tree/v3.5.0-RC2
>>> *
>>>
>>>
>>> [ ] Broken - do not release (explain why)
>>> [ ] Stable - go ahead and release
>>>
>>> Thanks,
>>> The WSO2 DSS Team
>>>
>>> ___
>>> Architecture mailing list
>>> architect...@wso2.org
>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>>
>>>
>>
>>
>> --
>> *Anjana Fernando*
>> Senior Technical Lead
>> WSO2 Inc. | http://wso2.com
>> lean . enterprise . middleware
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Best Regards..
>
> Chanika Geeganage
> Software Engineer
> WSO2, Inc.; http://wso2.com
>
>
> ___
> Architecture mailing list
> architect...@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
>


-- 
*Madhawa Gunasekara*
Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: +94 719411002 <+94+719411002>
blog: *http://madhawa-gunasekara.blogspot.com
*
linkedin: *http://lk.linkedin.com/in/mgunasekara
*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] [VOTE] Release WSO2 DSS 3.5.0 RC2

2015-10-25 Thread Anjana Fernando
Hi,

I tested the following:-

* OData functionality
  - Read/write/update/delete
  - Reading metadata
  - Reading with conditions

* New boxcarring functionality (request_box)
  - Multiple operation execution
  - Transaction commit/rollback on success/error

* Verified RC1 blocker.

[X] Stable - go ahead and release

Cheers,
Anjana.

On Sat, Oct 24, 2015 at 1:33 AM, Rajith Vitharana  wrote:

> Hi,
>
> This is the second release candidate of WSO2 DSS 3.5.0
>
> This release fixes the following issues:
> *https://wso2.org/jira/issues/?filter=12469
> *
>
> Please download, test and vote. The vote will be open for 72 hours or as
> needed.
>
> Source & binary distribution files:
> https://svn.wso2.org/repos/wso2/scratch/DSS/3.5.0/RC2/wso2dss-3.5.0.zip
> 
>
> JavaDocs
> https://svn.wso2.org/repos/wso2/scratch/DSS/3.5.0/RC2/javaDocs/index.html
>
> Maven staging repo:
> *http://maven.wso2.org/nexus/content/repositories/orgwso2dss-058/
> *
>
> The tag to be voted upon:
> *https://github.com/wso2/product-dss/tree/v3.5.0-RC2
> *
>
>
> [ ] Broken - do not release (explain why)
> [ ] Stable - go ahead and release
>
> Thanks,
> The WSO2 DSS Team
>
> ___
> Architecture mailing list
> architect...@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
>


-- 
*Anjana Fernando*
Senior Technical Lead
WSO2 Inc. | http://wso2.com
lean . enterprise . middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] [VOTE] Release WSO2 DSS 3.5.0 RC2

2015-10-25 Thread Anjana Fernando
Hi,

Please note that, earlier mail's distribution link's target wrong, it
actually points to the RC1 link (which is what you get when you click it,
you will have to copy and paste the link text to get the correct one),
anyways, the correct one again can be found below:-

https://svn.wso2.org/repos/wso2/scratch/DSS/3.5.0/RC2/wso2dss-3.5.0.zip

Cheers,
Anjana.

On Sat, Oct 24, 2015 at 1:33 AM, Rajith Vitharana  wrote:

> Hi,
>
> This is the second release candidate of WSO2 DSS 3.5.0
>
> This release fixes the following issues:
> *https://wso2.org/jira/issues/?filter=12469
> *
>
> Please download, test and vote. The vote will be open for 72 hours or as
> needed.
>
> Source & binary distribution files:
> https://svn.wso2.org/repos/wso2/scratch/DSS/3.5.0/RC2/wso2dss-3.5.0.zip
> 
>
> JavaDocs
> https://svn.wso2.org/repos/wso2/scratch/DSS/3.5.0/RC2/javaDocs/index.html
>
> Maven staging repo:
> *http://maven.wso2.org/nexus/content/repositories/orgwso2dss-058/
> *
>
> The tag to be voted upon:
> *https://github.com/wso2/product-dss/tree/v3.5.0-RC2
> *
>
>
> [ ] Broken - do not release (explain why)
> [ ] Stable - go ahead and release
>
> Thanks,
> The WSO2 DSS Team
>
> ___
> Architecture mailing list
> architect...@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
>


-- 
*Anjana Fernando*
Senior Technical Lead
WSO2 Inc. | http://wso2.com
lean . enterprise . middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] [VOTE] Release WSO2 DSS 3.5.0 RC2

2015-10-25 Thread Chanika Geeganage
Hi,

I tested followings

   - New Google spreadsheet OAuth2 support

 - public spreadsheet (for super-tenant & tenant)
 - private spreadsheet (for super-tenant & tenant)
 - Google driver with OAuth2 support (for super-tenant & tenant)
 - verified JIRAs created for RC1 related to Google spreadsheet datasource.

   - Excel datasource - query mode


   - Tenant creation and adding dataservice in tenant space.

[X] Stable - go ahead and release
Thanks


On Mon, Oct 26, 2015 at 5:17 AM, Anjana Fernando  wrote:

> Hi,
>
> I tested the following:-
>
> * OData functionality
>   - Read/write/update/delete
>   - Reading metadata
>   - Reading with conditions
>
> * New boxcarring functionality (request_box)
>   - Multiple operation execution
>   - Transaction commit/rollback on success/error
>
> * Verified RC1 blocker.
>
> [X] Stable - go ahead and release
>
> Cheers,
> Anjana.
>
> On Sat, Oct 24, 2015 at 1:33 AM, Rajith Vitharana 
> wrote:
>
>> Hi,
>>
>> This is the second release candidate of WSO2 DSS 3.5.0
>>
>> This release fixes the following issues:
>> *https://wso2.org/jira/issues/?filter=12469
>> *
>>
>> Please download, test and vote. The vote will be open for 72 hours or as
>> needed.
>>
>> Source & binary distribution files:
>> https://svn.wso2.org/repos/wso2/scratch/DSS/3.5.0/RC2/wso2dss-3.5.0.zip
>> 
>>
>> JavaDocs
>> https://svn.wso2.org/repos/wso2/scratch/DSS/3.5.0/RC2/javaDocs/index.html
>>
>> Maven staging repo:
>> *http://maven.wso2.org/nexus/content/repositories/orgwso2dss-058/
>> *
>>
>> The tag to be voted upon:
>> *https://github.com/wso2/product-dss/tree/v3.5.0-RC2
>> *
>>
>>
>> [ ] Broken - do not release (explain why)
>> [ ] Stable - go ahead and release
>>
>> Thanks,
>> The WSO2 DSS Team
>>
>> ___
>> Architecture mailing list
>> architect...@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>
>>
>
>
> --
> *Anjana Fernando*
> Senior Technical Lead
> WSO2 Inc. | http://wso2.com
> lean . enterprise . middleware
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Best Regards..

Chanika Geeganage
Software Engineer
WSO2, Inc.; http://wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev