Re: [Dev] WSO2 Carbon 4.2.0 Release - RC7 Packs.

2013-08-31 Thread Sameera Jayasoma
I purposely didn't share the G-Reg and other product packs, because they
are not gonna be released with this chunk. Anyway, I've added the pack to
the same location now.

Thanks,
Sameera.


On Sun, Sep 1, 2013 at 9:47 AM, Shelan Perera  wrote:

> Hi,
>
> Can we get the GReg pack there too? (Or is there any reason for not being
> shared)
>
> Thanks
>
>
> On Sun, Sep 1, 2013 at 8:12 AM, Sameera Jayasoma  wrote:
>
>> Hi dev,
>>
>> Please get the packs from the following locations.
>>
>> http://ec2-54-224-94-128.compute-1.amazonaws.com/RC7/
>>
>> We will share the integration test details soon.
>>
>> Thanks,
>> Sameera.
>>
>> --
>> Sameera Jayasoma,
>> Architect,
>>
>> WSO2, Inc. (http://wso2.com)
>> email: same...@wso2.com
>> blog: http://sameera.adahas.org
>> twitter: https://twitter.com/sameerajayasoma
>> flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
>> Mobile: 0094776364456
>>
>> Lean . Enterprise . Middleware
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Shelan Perera*
>
> Senior Software Engineer
> **
> Integration Technology Group
> *WSO2, Inc. : wso2.com*
> lean.enterprise.middleware.
>
> *Blog* :   blog.shelan.org
> *Linked-i*n  :   http://www.linkedin.com/pub/shelan-perera/a/194/465
> *Twitter* :https://twitter.com/#!/shelan
>
> *Mobile*  : +94 772 604 402
>
>


-- 
Sameera Jayasoma,
Architect,

WSO2, Inc. (http://wso2.com)
email: same...@wso2.com
blog: http://sameera.adahas.org
twitter: https://twitter.com/sameerajayasoma
flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
Mobile: 0094776364456

Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Carbon 4.2.0 Release - RC7 Packs.

2013-08-31 Thread Shelan Perera
Hi,

Can we get the GReg pack there too? (Or is there any reason for not being
shared)

Thanks


On Sun, Sep 1, 2013 at 8:12 AM, Sameera Jayasoma  wrote:

> Hi dev,
>
> Please get the packs from the following locations.
>
> http://ec2-54-224-94-128.compute-1.amazonaws.com/RC7/
>
> We will share the integration test details soon.
>
> Thanks,
> Sameera.
>
> --
> Sameera Jayasoma,
> Architect,
>
> WSO2, Inc. (http://wso2.com)
> email: same...@wso2.com
> blog: http://sameera.adahas.org
> twitter: https://twitter.com/sameerajayasoma
> flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
> Mobile: 0094776364456
>
> Lean . Enterprise . Middleware
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Shelan Perera*

Senior Software Engineer
**
Integration Technology Group
*WSO2, Inc. : wso2.com*
lean.enterprise.middleware.

*Blog* :   blog.shelan.org
*Linked-i*n  :   http://www.linkedin.com/pub/shelan-perera/a/194/465
*Twitter* :https://twitter.com/#!/shelan

*Mobile*  : +94 772 604 402
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] WSO2 Carbon 4.2.0 Release - RC7 Packs.

2013-08-31 Thread Sameera Jayasoma
Hi dev,

Please get the packs from the following locations.

http://ec2-54-224-94-128.compute-1.amazonaws.com/RC7/

We will share the integration test details soon.

Thanks,
Sameera.

-- 
Sameera Jayasoma,
Architect,

WSO2, Inc. (http://wso2.com)
email: same...@wso2.com
blog: http://sameera.adahas.org
twitter: https://twitter.com/sameerajayasoma
flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
Mobile: 0094776364456

Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Response body getting dropped when invoking APIs

2013-08-31 Thread Nuwan Dias
Thanks for looking into this Ravi. Hope this gets committed before the
release. We'll have to patch the kernel otherwise.

Thanks,
NuwanD.


On Sat, Aug 31, 2013 at 7:06 PM, Ravi Undupitiya  wrote:

> Hi,
>
> Even after including Kasun's fix the scenario was failing for GET
> requests. We had a closer look at this and identified that the
> MESSAGE_BUILDER_INVOKED property is always set to true when it is passed
> via the tenant dispatcher, when it should be false (on the out path). I
> verified this by comparing it with the same scenario on ESB 4.7.0 and
> managed to find the cause:
>
> In 4.1.0 org.wso2.carbon.core (patch0001 version) we have got:
>
> tenantResponseMsgCtx.setProperty(MultitenantConstants.MESSAGE_BUILDER_INVOKED,Boolean.FALSE);
>
> Set in line 151, this is missing in 4.2.0.
>
> Putting this line back has fixed the issue - I think it may have been a
> missed commit.
>
> I've attached a patch for this, please apply it if this fix is ok.
>
>
>
> Ravi
>
>
> On Thu, Aug 29, 2013 at 8:40 AM, Isuru Udana  wrote:
>
>> Hi Kasun,
>>
>> The fix you provided to enable Multitenant REST API support for
>> Pass-Thru Transport is not there in kernel 4.2.0.
>>
>>
>>
>>
>>
>> On Thu, Aug 29, 2013 at 12:19 AM, Dinusha Senanayaka wrote:
>>
>>> Hi Kasun,
>>>
>>>
>>> On Thu, Aug 29, 2013 at 12:02 AM, Kasun Indrasiri wrote:
>>>
 Hi Dinusha,

 I have added MT REST support for PT sometime back (refer @architecture
 'Multitenant REST API support for Pass-Thru Transport') and
 included/verified in ESB 4.7 release.
 So, I guess API-M is also tested for these scenarios with PTT since
 then. If this is some thing that you observe in the latest packs, then it
 could be a regression in kernel or transport.

>>>  yes, this is in latest AM pack, built on new kernel-4.2.0.. It works
>>> fine in the AM-1.4.0 release.
>>>
>>> Regards,
>>> Dinusha.
>>>
 Will check this and get back to you.




 On Thu, Aug 29, 2013 at 12:00 AM, Dinusha Senanayaka 
 wrote:

> Hi Isuru,
>
> Following are the steps to reproduce the issue;
>
> 1. By default in APIM, we have enabled PT.
> 2. create/publish/subscribe an API using a tenant. (works for super
> tenant mode)
> 3. Do a HTTP GET request. Endpoint will send the response body as
> follows [a], but when it comes to the client through APIM response body 
> has
> get dropped and received the empty response body as [b].
> 4. No back-end errors are thrown. If we switch to nio instead of PT,
> client is receiving the response as expected.
>
> [a]. 
>  http://ws.wso2.org/dataservice/samples/rdbms_sample
> ">Gifts4AllAges.comYoshido
> 
>
>
> [b].  http://www.w3.org/2003/05/soap-envelope";>
>
>
>
>
> Regards,
> Dinusha.
>
>
>
>
>
> On Wed, Aug 28, 2013 at 11:10 PM, Isuru Udana  wrote:
>
>> Hi Dinusha,
>>
>> Can you elaborate more on the scenario and issue with configs and
>> logs ?
>>
>>
>>
>> On Wed, Aug 28, 2013 at 11:06 PM, Dinusha Senanayaka <
>> dinu...@wso2.com> wrote:
>>
>>> Hi,
>>>
>>> When we do a HTTP GET request, response body getting dropped. This
>>> issue happens only for tenants with the PT. If we switch to NIO, client
>>> receive the response properly.
>>> Appreciate any help/ideas to resolve this.
>>>
>>> Regards,
>>> Dinusha.
>>>
>>>
>>> --
>>> Dinusha Dilrukshi
>>> Senior Software Engineer
>>> WSO2 Inc.: http://wso2.com/
>>> Mobile: +94725255071
>>> Blog: http://dinushasblog.blogspot.com/
>>>
>>
>>
>>
>> --
>> *Isuru Udana*
>> *
>>  *
>> Senior *
>> Software Engineer
>> *
>> WSO2 Inc.; http://wso2.com
>> email: isu...@wso2.com cell: +94 77 3791887
>> blog: http://mytecheye.blogspot.com/
>> twitter: http://twitter.com/isudana
>>
>
>
>
> --
> Dinusha Dilrukshi
> Senior Software Engineer
> WSO2 Inc.: http://wso2.com/
> Mobile: +94725255071
> Blog: http://dinushasblog.blogspot.com/
>



 --
 Kasun Indrasiri
 Software Architect
 WSO2, Inc.; http://wso2.com
 lean.enterprise.middleware

 cell: +94 71 536 4128
 Blog : http://kasunpanorama.blogspot.com/

>>>
>>>
>>>
>>> --
>>> Dinusha Dilrukshi
>>> Senior Software Engineer
>>> WSO2 Inc.: http://wso2.com/
>>> Mobile: +94725255071
>>> Blog: http://dinushasblog.blogspot.com/
>>>
>>
>>
>>
>> --
>> *Isuru Udana*
>> *
>>  *
>> Senior *
>> Software Engineer
>> *
>> WSO2 Inc.; http://wso2.com
>> email: isu...@wso2.com cell: +94 77 3791887
>> blog: http://mytecheye.blogspot.com/
>> twitter: http://twitter.com/isudana
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> 

Re: [Dev] Response body getting dropped when invoking APIs

2013-08-31 Thread Ravi Undupitiya
Hi,

Even after including Kasun's fix the scenario was failing for GET requests.
We had a closer look at this and identified that the
MESSAGE_BUILDER_INVOKED property is always set to true when it is passed
via the tenant dispatcher, when it should be false (on the out path). I
verified this by comparing it with the same scenario on ESB 4.7.0 and
managed to find the cause:

In 4.1.0 org.wso2.carbon.core (patch0001 version) we have got:

tenantResponseMsgCtx.setProperty(MultitenantConstants.MESSAGE_BUILDER_INVOKED,Boolean.FALSE);

Set in line 151, this is missing in 4.2.0.

Putting this line back has fixed the issue - I think it may have been a
missed commit.

I've attached a patch for this, please apply it if this fix is ok.



Ravi


On Thu, Aug 29, 2013 at 8:40 AM, Isuru Udana  wrote:

> Hi Kasun,
>
> The fix you provided to enable Multitenant REST API support for Pass-Thru
> Transport is not there in kernel 4.2.0.
>
>
>
>
>
> On Thu, Aug 29, 2013 at 12:19 AM, Dinusha Senanayaka wrote:
>
>> Hi Kasun,
>>
>>
>> On Thu, Aug 29, 2013 at 12:02 AM, Kasun Indrasiri  wrote:
>>
>>> Hi Dinusha,
>>>
>>> I have added MT REST support for PT sometime back (refer @architecture
>>> 'Multitenant REST API support for Pass-Thru Transport') and
>>> included/verified in ESB 4.7 release.
>>> So, I guess API-M is also tested for these scenarios with PTT since
>>> then. If this is some thing that you observe in the latest packs, then it
>>> could be a regression in kernel or transport.
>>>
>>  yes, this is in latest AM pack, built on new kernel-4.2.0.. It works
>> fine in the AM-1.4.0 release.
>>
>> Regards,
>> Dinusha.
>>
>>> Will check this and get back to you.
>>>
>>>
>>>
>>>
>>> On Thu, Aug 29, 2013 at 12:00 AM, Dinusha Senanayaka 
>>> wrote:
>>>
 Hi Isuru,

 Following are the steps to reproduce the issue;

 1. By default in APIM, we have enabled PT.
 2. create/publish/subscribe an API using a tenant. (works for super
 tenant mode)
 3. Do a HTTP GET request. Endpoint will send the response body as
 follows [a], but when it comes to the client through APIM response body has
 get dropped and received the empty response body as [b].
 4. No back-end errors are thrown. If we switch to nio instead of PT,
 client is receiving the response as expected.

 [a]. 
  http://ws.wso2.org/dataservice/samples/rdbms_sample
 ">Gifts4AllAges.comYoshido
 


 [b].  http://www.w3.org/2003/05/soap-envelope";>




 Regards,
 Dinusha.





 On Wed, Aug 28, 2013 at 11:10 PM, Isuru Udana  wrote:

> Hi Dinusha,
>
> Can you elaborate more on the scenario and issue with configs and logs
> ?
>
>
>
> On Wed, Aug 28, 2013 at 11:06 PM, Dinusha Senanayaka  > wrote:
>
>> Hi,
>>
>> When we do a HTTP GET request, response body getting dropped. This
>> issue happens only for tenants with the PT. If we switch to NIO, client
>> receive the response properly.
>> Appreciate any help/ideas to resolve this.
>>
>> Regards,
>> Dinusha.
>>
>>
>> --
>> Dinusha Dilrukshi
>> Senior Software Engineer
>> WSO2 Inc.: http://wso2.com/
>> Mobile: +94725255071
>> Blog: http://dinushasblog.blogspot.com/
>>
>
>
>
> --
> *Isuru Udana*
> *
>  *
> Senior *
> Software Engineer
> *
> WSO2 Inc.; http://wso2.com
> email: isu...@wso2.com cell: +94 77 3791887
> blog: http://mytecheye.blogspot.com/
> twitter: http://twitter.com/isudana
>



 --
 Dinusha Dilrukshi
 Senior Software Engineer
 WSO2 Inc.: http://wso2.com/
 Mobile: +94725255071
 Blog: http://dinushasblog.blogspot.com/

>>>
>>>
>>>
>>> --
>>> Kasun Indrasiri
>>> Software Architect
>>> WSO2, Inc.; http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> cell: +94 71 536 4128
>>> Blog : http://kasunpanorama.blogspot.com/
>>>
>>
>>
>>
>> --
>> Dinusha Dilrukshi
>> Senior Software Engineer
>> WSO2 Inc.: http://wso2.com/
>> Mobile: +94725255071
>> Blog: http://dinushasblog.blogspot.com/
>>
>
>
>
> --
> *Isuru Udana*
> *
>  *
> Senior *
> Software Engineer
> *
> WSO2 Inc.; http://wso2.com
> email: isu...@wso2.com cell: +94 77 3791887
> blog: http://mytecheye.blogspot.com/
> twitter: http://twitter.com/isudana
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Ravi Undupitiya*
Software Engineer; WSO2 Inc.; http://wso2.com
*
*
*E-mail: r...@wso2.com
**M: **+94 772 930 712*
*
*Lean . Enterprise . Middleware


mt-rest-issue.patch
Description: Binary data
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] How do we define XACML policies against user attributes from the UI ?

2013-08-31 Thread Prabath Siriwardena
In the XACML policy editor I only see 4 user attributes are listed in the
UI and do not see any way of extending this to add other user attributes.

Am I missing something..?


Thanks & Regards,
Prabath

Mobile : +94 71 809 6732

http://blog.facilelogin.com
http://RampartFAQ.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] DSS samples broken in AS

2013-08-31 Thread Kasun Gajasinghe
On Saturday, August 31, 2013, Supun Malinga  wrote:
> Hi Sameera,,
> Still DSS samples external points to DSS 3.0.0. Can we please update that?

Yes, please. I have sent the needed changes in the RC5 thread.

Thanks.

> thanks,
>
> On Sat, Aug 31, 2013 at 12:14 PM, Iranga Muthuthanthri 
wrote:
>>
>> The issues
>>
>> 1) https://wso2.org/jira/browse/WSAS-1603
>> 2.)https://wso2.org/jira/browse/DS-793 (
https://wso2.org/jira/browse/WSAS-1600)
>>
>> Still exist in the RC6 AS5.2.0 release.
>>
>> Regards,
>> Iranga
>>
>>
>> On Fri, Aug 30, 2013 at 5:09 PM, Pandula Kariyawasam 
wrote:
>>>
>>> Forwarding to Dev Group.
>>>
>>>
>>> On Fri, Aug 30, 2013 at 4:12 PM, Pandula Kariyawasam 
wrote:

 Hi DSS / AS Teams,

 The DSS sample "GSpreadSample.dbs" in AS giving invalid credential
error.
 This is already reported from DSS side and fixed in DSS came with RC5
pack. But, still it has the same issue in AS (came with RC5). This is
reported under AS [1] also mentioning to get the fixed sample from DSS side.

 Please do the needful to update this fix to AS side.


 [1] https://wso2.org/jira/browse/WSAS-1603



 --
 Pandula Kariyawasam K.B.
 Senior Software Engineer - QA
 Mobile: +94772314510

>>>
>>>
>>>
>>> --
>>> Pandula Kariyawasam K.B.
>>> Senior Software Engineer - QA
>>> Mobile: +94772314510
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>
>>
>>
>> --
>> Thanks & Regards
>>
>> Iranga Muthuthanthri
>> Technical Lead - QA
>> (M) -0777-255773
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>
>
>
> --
> Supun Malinga,
>
> Senior Software Engineer,
> WSO2 Inc.
> http://wso2.com
> http://wso2.org
> email - sup...@wso2.com
> mobile - 071 56 91 321
>

-- 
~~--~~
Sending this mail via my phone. Do excuse any typo or short replies
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] DSS samples broken in AS

2013-08-31 Thread Iranga Muthuthanthri
L1 issue  -https://wso2.org/jira/browse/DS-790 has been reopened in
DSS3.1.0- RC6.

Regards,
Iranga


On Sat, Aug 31, 2013 at 12:31 PM, Supun Malinga  wrote:

> Hi Sameera,,
>
> Still DSS samples external points to DSS 3.0.0. Can we please update that?
>
> thanks,
>
>
> On Sat, Aug 31, 2013 at 12:14 PM, Iranga Muthuthanthri wrote:
>
>> The issues
>>
>> 1) https://wso2.org/jira/browse/WSAS-1603
>> 2.)https://wso2.org/jira/browse/DS-793 (
>> https://wso2.org/jira/browse/WSAS-1600)
>>
>> Still exist in the RC6 AS5.2.0 release.
>>
>> Regards,
>> Iranga
>>
>>
>>  On Fri, Aug 30, 2013 at 5:09 PM, Pandula Kariyawasam 
>> wrote:
>>
>>>  Forwarding to Dev Group.
>>>
>>>
>>> On Fri, Aug 30, 2013 at 4:12 PM, Pandula Kariyawasam 
>>> wrote:
>>>
 Hi DSS / AS Teams,

 The DSS sample "GSpreadSample.dbs" in AS giving invalid credential
 error.
 This is already reported from DSS side and fixed in DSS came with RC5
 pack. But, still it has the same issue in AS (came with RC5). This is
 reported under AS [1] also mentioning to get the fixed sample from DSS 
 side.

 Please do the needful to update this fix to AS side.


 [1] https://wso2.org/jira/browse/WSAS-1603



 --
 *Pandula Kariyawasam K.B.
 *
 *Senior Software Engineer - QA*
 Mobile: +94772314510

 

>>>
>>>
>>>
>>> --
>>> *Pandula Kariyawasam K.B.
>>> *
>>> *Senior Software Engineer - QA*
>>> Mobile: +94772314510
>>>
>>> 
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Thanks & Regards
>>
>> Iranga Muthuthanthri
>> Technical Lead - QA
>> (M) -0777-255773
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Supun Malinga,
>
> Senior Software Engineer,
> WSO2 Inc.
> http://wso2.com
> http://wso2.org
> email - sup...@wso2.com 
> mobile - 071 56 91 321
>



-- 
Thanks & Regards

Iranga Muthuthanthri
Technical Lead - QA
(M) -0777-255773
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] appserver cluster config

2013-08-31 Thread Shameera Rathnayaka
T
he one think i hadn't check is restarting ELB instance, Once i restart ELB
it seems Manager and worker doesn't get aware of it. ELB shows only one
member(ELB) in cluster. But manager and worker shows two members in their
logs. After restarting the instance cluster works.

Thanks,
Shameera.



On Sat, Aug 31, 2013 at 12:27 PM, Shameera Rathnayaka wrote:

> Hi,
>
> I have set up a cluster with 1 ELB + 2 AS manager nodes and 1 AS Worker
> node . It is running without any issues. I have down and up Managers and
> worker time to time it worked fine. I used RC5 packs for above set up ,
> Will check the same set up with RC6 packs too.
>
> Thanks,
> Shameera.
>
>
> On Sat, Aug 31, 2013 at 11:16 AM, Evanthika Amarasiri 
> wrote:
>
>> We are trying this out locally now. Will update the thread with the
>> status in a while.
>>
>> Evanthika Amarasiri
>> Senior Technical Lead - Quality Assurance
>> Mobile: +94773125935
>> *
>> *
>> wso2.com Lean Enterprise Middleware
>>
>>
>> On Sat, Aug 31, 2013 at 1:35 AM, Afkham Azeez  wrote:
>>
>>> I have tested the RC5 pack ELB + AS with clustering. ELB is the WKA
>>> member. After the ELB is restarted, AS gets added to the cluster. The
>>> relevant config files are attached.
>>>
>>> Let's test the same setup by running this on two machines. Simply change
>>> the relevant IP addresses (localMemberHost & well-known member IP)
>>>
>>>
>>> On Sat, Aug 31, 2013 at 1:04 AM, Sameera Jayasoma wrote:
>>>
 appserver {
 # multiple hosts should be separated by a comma.
 # hosts   appserver.cloud-test.wso2.com,
 as.cloud-test.wso2.com;
  #when using url mapping, url_suffix will be required. hosts should be
 read first before url_suffix,
 #in order to construct the host vs url-suffix pairs, hence keep the
 logical order to of hosts and url_suffix as it is.

  #url_suffix as.wso2.com,appserver.wso2.com;
 domains   {
 wso2.as.domain {
 # for more info on Tenant aware load balancing please
 refer to
 #
 http://sanjeewamalalgoda.blogspot.com/2012/05/tenant-aware-load-balancer.html
 tenant_range   *;
 group_mgt_port 5000;
 mgt {
 hosts management.appserver.cloud-test.wso2.com;
  }
 worker {
 hosts appserver.cloud-test.wso2.com;
  }
 }
 }
 }

 --
 Sameera Jayasoma,
 Architect,

 WSO2, Inc. (http://wso2.com)
 email: same...@wso2.com
 blog: http://sameera.adahas.org
 twitter: https://twitter.com/sameerajayasoma
 flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
 Mobile: 0094776364456

 Lean . Enterprise . Middleware

>>>
>>>
>>>
>>> --
>>> *Afkham Azeez*
>>> Director of Architecture; WSO2, Inc.; http://wso2.com
>>> Member; Apache Software Foundation; http://www.apache.org/
>>> * **
>>> email: **az...@wso2.com* * cell: +94 77 3320919
>>> blog: **http://blog.afkham.org* *
>>> twitter: **http://twitter.com/afkham_azeez*
>>> *
>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>>> *
>>> *
>>> *Lean . Enterprise . Middleware*
>>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Software Engineer - WSO2 Inc.*
> *email: shameera AT wso2.com  , shameera AT 
> apache.org
> *
> *phone:  +9471 922 1454*
> *
> *
> *Linked in : *http://lk.linkedin.com/pub/shameera-rathnayaka/1a/661/561
> *Twitter : *https://twitter.com/Shameera_R
>



-- 
*Software Engineer - WSO2 Inc.*
*email: shameera AT wso2.com  , shameera AT
apache.org
*
*phone:  +9471 922 1454*
*
*
*Linked in : *http://lk.linkedin.com/pub/shameera-rathnayaka/1a/661/561
*Twitter : *https://twitter.com/Shameera_R
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] appserver cluster config

2013-08-31 Thread Evanthika Amarasiri
When the ELB was restarted, the rest of the nodes did not join the cluster
as expected.

Regards,
Evanthika


On Sat, Aug 31, 2013 at 12:27 PM, Shameera Rathnayaka wrote:

> Hi,
>
> I have set up a cluster with 1 ELB + 2 AS manager nodes and 1 AS Worker
> node . It is running without any issues. I have down and up Managers and
> worker time to time it worked fine. I used RC5 packs for above set up ,
> Will check the same set up with RC6 packs too.
>
> Thanks,
> Shameera.
>
>
> On Sat, Aug 31, 2013 at 11:16 AM, Evanthika Amarasiri 
> wrote:
>
>> We are trying this out locally now. Will update the thread with the
>> status in a while.
>>
>> Evanthika Amarasiri
>> Senior Technical Lead - Quality Assurance
>> Mobile: +94773125935
>> *
>> *
>> wso2.com Lean Enterprise Middleware
>>
>>
>> On Sat, Aug 31, 2013 at 1:35 AM, Afkham Azeez  wrote:
>>
>>> I have tested the RC5 pack ELB + AS with clustering. ELB is the WKA
>>> member. After the ELB is restarted, AS gets added to the cluster. The
>>> relevant config files are attached.
>>>
>>> Let's test the same setup by running this on two machines. Simply change
>>> the relevant IP addresses (localMemberHost & well-known member IP)
>>>
>>>
>>> On Sat, Aug 31, 2013 at 1:04 AM, Sameera Jayasoma wrote:
>>>
 appserver {
 # multiple hosts should be separated by a comma.
 # hosts   appserver.cloud-test.wso2.com,
 as.cloud-test.wso2.com;
  #when using url mapping, url_suffix will be required. hosts should be
 read first before url_suffix,
 #in order to construct the host vs url-suffix pairs, hence keep the
 logical order to of hosts and url_suffix as it is.

  #url_suffix as.wso2.com,appserver.wso2.com;
 domains   {
 wso2.as.domain {
 # for more info on Tenant aware load balancing please
 refer to
 #
 http://sanjeewamalalgoda.blogspot.com/2012/05/tenant-aware-load-balancer.html
 tenant_range   *;
 group_mgt_port 5000;
 mgt {
 hosts management.appserver.cloud-test.wso2.com;
  }
 worker {
 hosts appserver.cloud-test.wso2.com;
  }
 }
 }
 }

 --
 Sameera Jayasoma,
 Architect,

 WSO2, Inc. (http://wso2.com)
 email: same...@wso2.com
 blog: http://sameera.adahas.org
 twitter: https://twitter.com/sameerajayasoma
 flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
 Mobile: 0094776364456

 Lean . Enterprise . Middleware

>>>
>>>
>>>
>>> --
>>> *Afkham Azeez*
>>> Director of Architecture; WSO2, Inc.; http://wso2.com
>>> Member; Apache Software Foundation; http://www.apache.org/
>>> * **
>>> email: **az...@wso2.com* * cell: +94 77 3320919
>>> blog: **http://blog.afkham.org* *
>>> twitter: **http://twitter.com/afkham_azeez*
>>> *
>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>>> *
>>> *
>>> *Lean . Enterprise . Middleware*
>>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Software Engineer - WSO2 Inc.*
> *email: shameera AT wso2.com  , shameera AT 
> apache.org
> *
> *phone:  +9471 922 1454*
> *
> *
> *Linked in : *http://lk.linkedin.com/pub/shameera-rathnayaka/1a/661/561
> *Twitter : *https://twitter.com/Shameera_R
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] DSS samples broken in AS

2013-08-31 Thread Supun Malinga
Hi Sameera,,

Still DSS samples external points to DSS 3.0.0. Can we please update that?

thanks,


On Sat, Aug 31, 2013 at 12:14 PM, Iranga Muthuthanthri wrote:

> The issues
>
> 1) https://wso2.org/jira/browse/WSAS-1603
> 2.)https://wso2.org/jira/browse/DS-793 (
> https://wso2.org/jira/browse/WSAS-1600)
>
> Still exist in the RC6 AS5.2.0 release.
>
> Regards,
> Iranga
>
>
>  On Fri, Aug 30, 2013 at 5:09 PM, Pandula Kariyawasam wrote:
>
>>  Forwarding to Dev Group.
>>
>>
>> On Fri, Aug 30, 2013 at 4:12 PM, Pandula Kariyawasam wrote:
>>
>>> Hi DSS / AS Teams,
>>>
>>> The DSS sample "GSpreadSample.dbs" in AS giving invalid credential error.
>>> This is already reported from DSS side and fixed in DSS came with RC5
>>> pack. But, still it has the same issue in AS (came with RC5). This is
>>> reported under AS [1] also mentioning to get the fixed sample from DSS side.
>>>
>>> Please do the needful to update this fix to AS side.
>>>
>>>
>>> [1] https://wso2.org/jira/browse/WSAS-1603
>>>
>>>
>>>
>>> --
>>> *Pandula Kariyawasam K.B.
>>> *
>>> *Senior Software Engineer - QA*
>>> Mobile: +94772314510
>>>
>>> 
>>>
>>
>>
>>
>> --
>> *Pandula Kariyawasam K.B.
>> *
>> *Senior Software Engineer - QA*
>> Mobile: +94772314510
>>
>> 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Thanks & Regards
>
> Iranga Muthuthanthri
> Technical Lead - QA
> (M) -0777-255773
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Supun Malinga,

Senior Software Engineer,
WSO2 Inc.
http://wso2.com
http://wso2.org
email - sup...@wso2.com 
mobile - 071 56 91 321
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev