[Dev] [WSO2 Cloud] Validate ' - ' (hyphen) in organization name when creating a tenant

2013-11-04 Thread Gayan Dhanushka
Hi all,

As per now a user can give an organization comprising of the a hyphen while
registering a tenant. But this causes failures when a user tries to create
a database in a certain environment since mysql doesn't allow creating
databases comprising of the hyphen.

e.g. if tenant name is gayand-aftest.com my sql database name would be
something like t...@gayand-aftest.com which will in turn cause a sql create
database statement failure.

We need to fix this. What are your thoughts?

Thanks
Gayan


Gayan Dhanuska
Software Engineer
http://wso2.com/
Lean Enterprise Middleware

Mobile
071 666 2327

Office
Tel   : 94 11 214 5345
Fax  : 94 11 214 5300

Twitter : https://twitter.com/gayanlggd
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [WSO2 Cloud] Validate ' - ' (hyphen) in organization name when creating a tenant

2013-11-04 Thread Amila Maha Arachchi
Prabath,

AFAIR, this is handled by SS. Is it not?


On Mon, Nov 4, 2013 at 2:53 PM, Gayan Dhanushka  wrote:

> Hi all,
>
> As per now a user can give an organization comprising of the a hyphen
> while registering a tenant. But this causes failures when a user tries to
> create a database in a certain environment since mysql doesn't allow
> creating databases comprising of the hyphen.
>
> e.g. if tenant name is gayand-aftest.com my sql database name would be
> something like t...@gayand-aftest.com which will in turn cause a sql
> create database statement failure.
>
> We need to fix this. What are your thoughts?
>
> Thanks
> Gayan
>
>
> Gayan Dhanuska
> Software Engineer
> http://wso2.com/
> Lean Enterprise Middleware
>
> Mobile
> 071 666 2327
>
> Office
> Tel   : 94 11 214 5345
> Fax  : 94 11 214 5300
>
> Twitter : https://twitter.com/gayanlggd
>



-- 
*Amila Maharachchi*
Senior Technical Lead
WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [WSO2 Cloud] Validate ' - ' (hyphen) in organization name when creating a tenant

2013-11-04 Thread Ramith Jayasinghe
Well having '-' results an sql syntax error when creating the database in
mysql.


On Mon, Nov 4, 2013 at 2:58 PM, Amila Maha Arachchi  wrote:

> Prabath,
>
> AFAIR, this is handled by SS. Is it not?
>
>
> On Mon, Nov 4, 2013 at 2:53 PM, Gayan Dhanushka  wrote:
>
>> Hi all,
>>
>> As per now a user can give an organization comprising of the a hyphen
>> while registering a tenant. But this causes failures when a user tries to
>> create a database in a certain environment since mysql doesn't allow
>> creating databases comprising of the hyphen.
>>
>> e.g. if tenant name is gayand-aftest.com my sql database name would be
>> something like t...@gayand-aftest.com which will in turn cause a sql
>> create database statement failure.
>>
>> We need to fix this. What are your thoughts?
>>
>> Thanks
>> Gayan
>>
>>
>> Gayan Dhanuska
>> Software Engineer
>> http://wso2.com/
>> Lean Enterprise Middleware
>>
>> Mobile
>> 071 666 2327
>>
>> Office
>> Tel   : 94 11 214 5345
>> Fax  : 94 11 214 5300
>>
>> Twitter : https://twitter.com/gayanlggd
>>
>
>
>
> --
> *Amila Maharachchi*
> Senior Technical Lead
> WSO2, Inc.; http://wso2.com
>
> Blog: http://maharachchi.blogspot.com
> Mobile: +94719371446
>
>


-- 
Ramith Jayasinghe
Technical Lead
WSO2 Inc., http://wso2.com
lean.enterprise.middleware

E: ram...@wso2.com
P: +94 776715671
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [WSO2 Cloud] Validate ' - ' (hyphen) in organization name when creating a tenant

2013-11-04 Thread Prabath Abeysekera
Hi All,

We don't support this yet [1]. Hoping to fix this for the immediate
upcoming release of SS.

[1] https://wso2.org/jira/browse/STRATOS-1750


Cheers,
Prabath


On Mon, Nov 4, 2013 at 3:08 PM, Ramith Jayasinghe  wrote:

> Well having '-' results an sql syntax error when creating the database in
> mysql.
>
>
> On Mon, Nov 4, 2013 at 2:58 PM, Amila Maha Arachchi wrote:
>
>> Prabath,
>>
>> AFAIR, this is handled by SS. Is it not?
>>
>>
>> On Mon, Nov 4, 2013 at 2:53 PM, Gayan Dhanushka  wrote:
>>
>>> Hi all,
>>>
>>> As per now a user can give an organization comprising of the a hyphen
>>> while registering a tenant. But this causes failures when a user tries to
>>> create a database in a certain environment since mysql doesn't allow
>>> creating databases comprising of the hyphen.
>>>
>>> e.g. if tenant name is gayand-aftest.com my sql database name would be
>>> something like t...@gayand-aftest.com which will in turn cause a sql
>>> create database statement failure.
>>>
>>> We need to fix this. What are your thoughts?
>>>
>>> Thanks
>>> Gayan
>>>
>>>
>>> Gayan Dhanuska
>>> Software Engineer
>>> http://wso2.com/
>>> Lean Enterprise Middleware
>>>
>>> Mobile
>>> 071 666 2327
>>>
>>> Office
>>> Tel   : 94 11 214 5345
>>> Fax  : 94 11 214 5300
>>>
>>> Twitter : https://twitter.com/gayanlggd
>>>
>>
>>
>>
>> --
>> *Amila Maharachchi*
>> Senior Technical Lead
>> WSO2, Inc.; http://wso2.com
>>
>> Blog: http://maharachchi.blogspot.com
>> Mobile: +94719371446
>>
>>
>
>
> --
> Ramith Jayasinghe
> Technical Lead
> WSO2 Inc., http://wso2.com
> lean.enterprise.middleware
>
> E: ram...@wso2.com
> P: +94 776715671
>
>


-- 
Prabath Abeysekara
Associate Technical Lead, Data TG.
WSO2 Inc.
Email: praba...@wso2.com
Mobile: +94774171471
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [WSO2 Cloud] Validate ' - ' (hyphen) in organization name when creating a tenant

2013-11-04 Thread Ramith Jayasinghe
Shall we restrict such names/values from AF GUI (and tenant registration?)


On Mon, Nov 4, 2013 at 5:06 PM, Prabath Abeysekera wrote:

> Hi All,
>
> We don't support this yet [1]. Hoping to fix this for the immediate
> upcoming release of SS.
>
> [1] https://wso2.org/jira/browse/STRATOS-1750
>
>
> Cheers,
> Prabath
>
>
> On Mon, Nov 4, 2013 at 3:08 PM, Ramith Jayasinghe  wrote:
>
>> Well having '-' results an sql syntax error when creating the database in
>> mysql.
>>
>>
>> On Mon, Nov 4, 2013 at 2:58 PM, Amila Maha Arachchi wrote:
>>
>>> Prabath,
>>>
>>> AFAIR, this is handled by SS. Is it not?
>>>
>>>
>>> On Mon, Nov 4, 2013 at 2:53 PM, Gayan Dhanushka  wrote:
>>>
 Hi all,

 As per now a user can give an organization comprising of the a hyphen
 while registering a tenant. But this causes failures when a user tries to
 create a database in a certain environment since mysql doesn't allow
 creating databases comprising of the hyphen.

 e.g. if tenant name is gayand-aftest.com my sql database name would be
 something like t...@gayand-aftest.com which will in turn cause a sql
 create database statement failure.

 We need to fix this. What are your thoughts?

 Thanks
 Gayan


 Gayan Dhanuska
 Software Engineer
 http://wso2.com/
 Lean Enterprise Middleware

 Mobile
 071 666 2327

 Office
 Tel   : 94 11 214 5345
 Fax  : 94 11 214 5300

 Twitter : https://twitter.com/gayanlggd

>>>
>>>
>>>
>>> --
>>> *Amila Maharachchi*
>>> Senior Technical Lead
>>> WSO2, Inc.; http://wso2.com
>>>
>>> Blog: http://maharachchi.blogspot.com
>>> Mobile: +94719371446
>>>
>>>
>>
>>
>> --
>> Ramith Jayasinghe
>> Technical Lead
>> WSO2 Inc., http://wso2.com
>> lean.enterprise.middleware
>>
>> E: ram...@wso2.com
>> P: +94 776715671
>>
>>
>
>
> --
> Prabath Abeysekara
> Associate Technical Lead, Data TG.
> WSO2 Inc.
> Email: praba...@wso2.com
> Mobile: +94774171471
>



-- 
Ramith Jayasinghe
Technical Lead
WSO2 Inc., http://wso2.com
lean.enterprise.middleware

E: ram...@wso2.com
P: +94 776715671
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [WSO2 Cloud] Validate ' - ' (hyphen) in organization name when creating a tenant

2013-11-04 Thread Gayan Dhanushka
+1

Gayan Dhanuska
Software Engineer
http://wso2.com/
Lean Enterprise Middleware

Mobile
071 666 2327

Office
Tel   : 94 11 214 5345
Fax  : 94 11 214 5300

Twitter : https://twitter.com/gayanlggd


On Mon, Nov 4, 2013 at 5:08 PM, Ramith Jayasinghe  wrote:

> Shall we restrict such names/values from AF GUI (and tenant registration?)
>
>
> On Mon, Nov 4, 2013 at 5:06 PM, Prabath Abeysekera wrote:
>
>> Hi All,
>>
>> We don't support this yet [1]. Hoping to fix this for the immediate
>> upcoming release of SS.
>>
>> [1] https://wso2.org/jira/browse/STRATOS-1750
>>
>>
>> Cheers,
>> Prabath
>>
>>
>> On Mon, Nov 4, 2013 at 3:08 PM, Ramith Jayasinghe wrote:
>>
>>> Well having '-' results an sql syntax error when creating the database
>>> in mysql.
>>>
>>>
>>> On Mon, Nov 4, 2013 at 2:58 PM, Amila Maha Arachchi wrote:
>>>
 Prabath,

 AFAIR, this is handled by SS. Is it not?


 On Mon, Nov 4, 2013 at 2:53 PM, Gayan Dhanushka wrote:

> Hi all,
>
> As per now a user can give an organization comprising of the a hyphen
> while registering a tenant. But this causes failures when a user tries to
> create a database in a certain environment since mysql doesn't allow
> creating databases comprising of the hyphen.
>
> e.g. if tenant name is gayand-aftest.com my sql database name would
> be something like t...@gayand-aftest.com which will in turn cause a
> sql create database statement failure.
>
> We need to fix this. What are your thoughts?
>
> Thanks
> Gayan
>
>
> Gayan Dhanuska
> Software Engineer
> http://wso2.com/
> Lean Enterprise Middleware
>
> Mobile
> 071 666 2327
>
> Office
> Tel   : 94 11 214 5345
> Fax  : 94 11 214 5300
>
> Twitter : https://twitter.com/gayanlggd
>



 --
 *Amila Maharachchi*
 Senior Technical Lead
 WSO2, Inc.; http://wso2.com

 Blog: http://maharachchi.blogspot.com
 Mobile: +94719371446


>>>
>>>
>>> --
>>> Ramith Jayasinghe
>>> Technical Lead
>>> WSO2 Inc., http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> E: ram...@wso2.com
>>> P: +94 776715671
>>>
>>>
>>
>>
>> --
>> Prabath Abeysekara
>> Associate Technical Lead, Data TG.
>> WSO2 Inc.
>> Email: praba...@wso2.com
>> Mobile: +94774171471
>>
>
>
>
> --
> Ramith Jayasinghe
> Technical Lead
> WSO2 Inc., http://wso2.com
> lean.enterprise.middleware
>
> E: ram...@wso2.com
> P: +94 776715671
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [WSO2 Cloud] Validate ' - ' (hyphen) in organization name when creating a tenant

2013-11-04 Thread Prabath Abeysekera
Yeah, we can do that as a temporary measure till we properly fix this.

Cheers,
Prabath


On Mon, Nov 4, 2013 at 5:08 PM, Ramith Jayasinghe  wrote:

> Shall we restrict such names/values from AF GUI (and tenant registration?)
>
>
> On Mon, Nov 4, 2013 at 5:06 PM, Prabath Abeysekera wrote:
>
>> Hi All,
>>
>> We don't support this yet [1]. Hoping to fix this for the immediate
>> upcoming release of SS.
>>
>> [1] https://wso2.org/jira/browse/STRATOS-1750
>>
>>
>> Cheers,
>> Prabath
>>
>>
>> On Mon, Nov 4, 2013 at 3:08 PM, Ramith Jayasinghe wrote:
>>
>>> Well having '-' results an sql syntax error when creating the database
>>> in mysql.
>>>
>>>
>>> On Mon, Nov 4, 2013 at 2:58 PM, Amila Maha Arachchi wrote:
>>>
 Prabath,

 AFAIR, this is handled by SS. Is it not?


 On Mon, Nov 4, 2013 at 2:53 PM, Gayan Dhanushka wrote:

> Hi all,
>
> As per now a user can give an organization comprising of the a hyphen
> while registering a tenant. But this causes failures when a user tries to
> create a database in a certain environment since mysql doesn't allow
> creating databases comprising of the hyphen.
>
> e.g. if tenant name is gayand-aftest.com my sql database name would
> be something like t...@gayand-aftest.com which will in turn cause a
> sql create database statement failure.
>
> We need to fix this. What are your thoughts?
>
> Thanks
> Gayan
>
>
> Gayan Dhanuska
> Software Engineer
> http://wso2.com/
> Lean Enterprise Middleware
>
> Mobile
> 071 666 2327
>
> Office
> Tel   : 94 11 214 5345
> Fax  : 94 11 214 5300
>
> Twitter : https://twitter.com/gayanlggd
>



 --
 *Amila Maharachchi*
 Senior Technical Lead
 WSO2, Inc.; http://wso2.com

 Blog: http://maharachchi.blogspot.com
 Mobile: +94719371446


>>>
>>>
>>> --
>>> Ramith Jayasinghe
>>> Technical Lead
>>> WSO2 Inc., http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> E: ram...@wso2.com
>>> P: +94 776715671
>>>
>>>
>>
>>
>> --
>> Prabath Abeysekara
>> Associate Technical Lead, Data TG.
>> WSO2 Inc.
>> Email: praba...@wso2.com
>> Mobile: +94774171471
>>
>
>
>
> --
> Ramith Jayasinghe
> Technical Lead
> WSO2 Inc., http://wso2.com
> lean.enterprise.middleware
>
> E: ram...@wso2.com
> P: +94 776715671
>
>


-- 
Prabath Abeysekara
Associate Technical Lead, Data TG.
WSO2 Inc.
Email: praba...@wso2.com
Mobile: +94774171471
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Callout mediator (Axis2 sendRobust method) wraps the request sent out with a soap envelope

2013-11-04 Thread Isuru Udana
Sorry Nirmal, I forgot to mention a configuration parameter.
Put following at the callout mediator configuration.

initAxis2ClientOptions="false"


On Mon, Nov 4, 2013 at 2:01 AM, Nirmal Fernando  wrote:

> That didn't work Isuru. Axis2 still wraps the message with a soap envelope.
>
>
> On Sun, Nov 3, 2013 at 10:11 PM, Isuru Udana  wrote:
>
>> Try setting the following property for ESB 4.7.0 or previous versions.
>> > value="true"/>
>>
>> Make sure to set "enableREST" to false after the Callout mediator.
>>
>>
>>
>>
>> On Sun, Nov 3, 2013 at 11:37 AM, Isuru Udana  wrote:
>>
>>> Hi Nirmal,
>>>
>>> In ESB 4.8.0, you can do this by setting the messageType to
>>> application/xml.
>>> However IFAIK in previous versions that method won't work.
>>>
>>>
>>> On Sun, Nov 3, 2013 at 2:44 AM, Nirmal Fernando  wrote:
>>>
 Hi All,

 $Subject. How can I avoid this?

 --

 Thanks & regards,
 Nirmal

 Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
 Mobile: +94715779733
 Blog: http://nirmalfdo.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
>>>
>>
>>
>>
>> --
>> *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
>>
>
>
>
> --
>
> Thanks & regards,
> Nirmal
>
> Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
> Mobile: +94715779733
> Blog: http://nirmalfdo.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] Callout mediator (Axis2 sendRobust method) wraps the request sent out with a soap envelope

2013-11-04 Thread Dushan Abeyruwan
Isuru,same works fine in 470 ...have we done any modifications to callout
meditor ..in big time..for 480


On Tue, Nov 5, 2013 at 1:45 AM, Isuru Udana  wrote:

> Sorry Nirmal, I forgot to mention a configuration parameter.
> Put following at the callout mediator configuration.
>
> initAxis2ClientOptions="false"
>
>
> On Mon, Nov 4, 2013 at 2:01 AM, Nirmal Fernando  wrote:
>
>> That didn't work Isuru. Axis2 still wraps the message with a soap
>> envelope.
>>
>>
>> On Sun, Nov 3, 2013 at 10:11 PM, Isuru Udana  wrote:
>>
>>> Try setting the following property for ESB 4.7.0 or previous versions.
>>> >> value="true"/>
>>>
>>> Make sure to set "enableREST" to false after the Callout mediator.
>>>
>>>
>>>
>>>
>>> On Sun, Nov 3, 2013 at 11:37 AM, Isuru Udana  wrote:
>>>
 Hi Nirmal,

 In ESB 4.8.0, you can do this by setting the messageType to
 application/xml.
 However IFAIK in previous versions that method won't work.


 On Sun, Nov 3, 2013 at 2:44 AM, Nirmal Fernando wrote:

> Hi All,
>
> $Subject. How can I avoid this?
>
> --
>
> Thanks & regards,
> Nirmal
>
> Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
> Mobile: +94715779733
> Blog: http://nirmalfdo.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

>>>
>>>
>>>
>>> --
>>> *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
>>>
>>
>>
>>
>> --
>>
>> Thanks & regards,
>> Nirmal
>>
>> Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
>> Mobile: +94715779733
>> Blog: http://nirmalfdo.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
>



-- 
Dushan Abeyruwan
Associate Tech Lead
*Integration Technologies Team*
*WSO2 Inc. http://wso2.com/ *
*Mobile:(+94)714408632 <%28%2B94%29714408632>*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Partial Distributed Setup Doc does not tell where to run Hadoop?

2013-11-04 Thread Srinath Perera
Please fix

http://docs.wso2.org/display/BAM240/Partially-Distributed%2C+Highly-Available+BAM+Setup

-- 

Srinath Perera, Ph.D.
   http://people.apache.org/~hemapani/
   http://srinathsview.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Partial Distributed Setup Doc does not tell where to run Hadoop?

2013-11-04 Thread Chamara Ariyarathne
According to my knowledge, Partially distributed setup does not need an
external hadoop cluster. It uses the BAM's in built hadoop mapreduce
functionality.

However in this doc, the zookeeper related configurations and information
should be removed, and add the new Hazelcast clustering information.


On Tue, Nov 5, 2013 at 9:37 AM, Srinath Perera  wrote:

> Please fix
>
>
> http://docs.wso2.org/display/BAM240/Partially-Distributed%2C+Highly-Available+BAM+Setup
>
> --
> 
> Srinath Perera, Ph.D.
>http://people.apache.org/~hemapani/
>http://srinathsview.blogspot.com/
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Chamara Ariyarathne*
Senior Software Engineer - QA;
WSO2 Inc; http://www.wso2.com/.
Mobile; *+94772786766*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Status update on Package contents validation test

2013-11-04 Thread Dimuthu De Lanerolle
In addition, we have completed following test cases,

4. Checking whether Maven variables are properly replaced inside
configuration files found inside repository/conf - Completed
5. Validate product distribution size against the latest released
distribution in the maven repo - Completed
6. Identification of duplicate jars inside the distribution - Completed
7. Product specific checks for whether samples/resources are properly
packaged - In progress

Regards



On Mon, Oct 28, 2013 at 1:32 PM, Dimuthu De Lanerolle wrote:

> Hi Nuwan,
>
> Yes, we are in the process of developing a test case to cover this
> scenario.
>
> Regards
>
>
> On Mon, Oct 28, 2013 at 12:17 PM, Nuwan Wimalasekara wrote:
>
>> Hi Dimuthu,
>> It would be better if you can validate jar file duplication as well in
>> plugging directory.
>>
>> Thanks,
>> Nuwanw
>>
>>
>> On Thu, Oct 17, 2013 at 5:46 PM, Dimuthu De Lanerolle 
>> wrote:
>>
>>> We are in the process of writing test cases to validate the contents
>>> inside a product distribution. Mentioned below is the progress as at today.
>>>
>>> 1. Validation of jar files inside plugins directory against LICENSE.txt
>>> - Completed.
>>> 2. Recursive scan for no occurrence of SNAPSHOT in file names and
>>> contents of textual files (.txt, .xml, etc)  - Completed.
>>> 3. Validate duplication entries in LICENSE file. - Completed.
>>> 4. Checking whether Maven variables are properly replaced inside
>>> configuration files found inside repository/conf - In progress
>>>
>>> Regards
>>>
>>> --
>>> Dimuthu De Lanerolle
>>> Software Engineer
>>> WSO2 Inc.
>>> lean . enterprise . middlewear.
>>> http://wso2.com/
>>> Tel. : +94 11 2145345  Fax : +94 11 2145300  email : dimut...@wso2.com
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Nuwan Wimalasekara
>> Senior Software Engineer - Test Automation
>> WSO2, Inc.: http://wso2.com
>> lean. enterprise. middleware
>>
>> phone: +94 71 668 4620
>>
>>
>>
>>
>
>
> --
> Dimuthu De Lanerolle
> Software Engineer
> WSO2 Inc.
> lean . enterprise . middlewear.
> http://wso2.com/
> Tel. : +94 11 2145345  Fax : +94 11 2145300  email : dimut...@wso2.com
>
>


-- 
Dimuthu De Lanerolle
Software Engineer
WSO2 Inc.
lean . enterprise . middlewear.
http://wso2.com/
Tel. : +94 11 2145345  Fax : +94 11 2145300  email : dimut...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Product specific checks - whether samples/resources are properly packaged - Test plan

2013-11-04 Thread Dimuthu De Lanerolle
Hi,

We will implement tests for following scenarios.

1. To check whether each sample's src directory contains any files
2. Sample directories (top most level) have embedded versions in their
names.

Regards

-- 
Dimuthu De Lanerolle
Software Engineer
WSO2 Inc.
lean . enterprise . middlewear.
http://wso2.com/
Tel. : +94 11 2145345  Fax : +94 11 2145300  email : dimut...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Partial Distributed Setup Doc does not tell where to run Hadoop?

2013-11-04 Thread Ayashkantha Ramasinghe
Fixed it

Thanks and Regards,
-Ayash


On Tue, Nov 5, 2013 at 10:22 AM, Chamara Ariyarathne wrote:

> According to my knowledge, Partially distributed setup does not need an
> external hadoop cluster. It uses the BAM's in built hadoop mapreduce
> functionality.
>
> However in this doc, the zookeeper related configurations and information
> should be removed, and add the new Hazelcast clustering information.
>
>
> On Tue, Nov 5, 2013 at 9:37 AM, Srinath Perera  wrote:
>
>> Please fix
>>
>>
>> http://docs.wso2.org/display/BAM240/Partially-Distributed%2C+Highly-Available+BAM+Setup
>>
>> --
>> 
>> Srinath Perera, Ph.D.
>>http://people.apache.org/~hemapani/
>>http://srinathsview.blogspot.com/
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Chamara Ariyarathne*
> Senior Software Engineer - QA;
> WSO2 Inc; http://www.wso2.com/.
> Mobile; *+94772786766 <%2B94772786766>*
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Partial Distributed Setup Doc does not tell where to run Hadoop?

2013-11-04 Thread Chamara Ariyarathne
Please change the diagram under

   - Configuring the Cassandra
cluster

Also this line;

   1.

   Edit < BAM_HOME>/repository/conf/axis2/axis2.xml and set
   //clustering#enable to "true".

is not enough to give a proper idea about clustering of bam nodes. There
are several other things;
such as,
multicast
 wso2.carbon.domain
127.0.0.1

needs to be explained while explaining hazelcast clustering.


On Tue, Nov 5, 2013 at 12:13 PM, Ayashkantha Ramasinghe <
ayashkan...@wso2.com> wrote:

> Fixed it
>
> Thanks and Regards,
> -Ayash
>
>
> On Tue, Nov 5, 2013 at 10:22 AM, Chamara Ariyarathne wrote:
>
>> According to my knowledge, Partially distributed setup does not need an
>> external hadoop cluster. It uses the BAM's in built hadoop mapreduce
>> functionality.
>>
>> However in this doc, the zookeeper related configurations and information
>> should be removed, and add the new Hazelcast clustering information.
>>
>>
>> On Tue, Nov 5, 2013 at 9:37 AM, Srinath Perera  wrote:
>>
>>> Please fix
>>>
>>>
>>> http://docs.wso2.org/display/BAM240/Partially-Distributed%2C+Highly-Available+BAM+Setup
>>>
>>> --
>>> 
>>> Srinath Perera, Ph.D.
>>>http://people.apache.org/~hemapani/
>>>http://srinathsview.blogspot.com/
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Chamara Ariyarathne*
>> Senior Software Engineer - QA;
>> WSO2 Inc; http://www.wso2.com/.
>> Mobile; *+94772786766 <%2B94772786766>*
>>
>
>


-- 
*Chamara Ariyarathne*
Senior Software Engineer - QA;
WSO2 Inc; http://www.wso2.com/.
Mobile; *+94772786766*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Partial Distributed Setup Doc does not tell where to run Hadoop?

2013-11-04 Thread Chamara Ariyarathne
Fully-Distributed, High-Availability BAM
Setup

This also needs to be updated with diagrams.


On Tue, Nov 5, 2013 at 12:35 PM, Chamara Ariyarathne wrote:

> Please change the diagram under
>
>- Configuring the Cassandra 
> cluster
>
> Also this line;
>
>1.
>
>Edit < BAM_HOME>/repository/conf/axis2/axis2.xml and set
>//clustering#enable to "true".
>
> is not enough to give a proper idea about clustering of bam nodes. There
> are several other things;
> such as,
> multicast
>  wso2.carbon.domain
> 127.0.0.1
>
> needs to be explained while explaining hazelcast clustering.
>
>
> On Tue, Nov 5, 2013 at 12:13 PM, Ayashkantha Ramasinghe <
> ayashkan...@wso2.com> wrote:
>
>> Fixed it
>>
>> Thanks and Regards,
>> -Ayash
>>
>>
>> On Tue, Nov 5, 2013 at 10:22 AM, Chamara Ariyarathne 
>> wrote:
>>
>>> According to my knowledge, Partially distributed setup does not need an
>>> external hadoop cluster. It uses the BAM's in built hadoop mapreduce
>>> functionality.
>>>
>>> However in this doc, the zookeeper related configurations and
>>> information should be removed, and add the new Hazelcast clustering
>>> information.
>>>
>>>
>>> On Tue, Nov 5, 2013 at 9:37 AM, Srinath Perera  wrote:
>>>
 Please fix


 http://docs.wso2.org/display/BAM240/Partially-Distributed%2C+Highly-Available+BAM+Setup

 --
 
 Srinath Perera, Ph.D.
http://people.apache.org/~hemapani/
http://srinathsview.blogspot.com/

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


>>>
>>>
>>> --
>>> *Chamara Ariyarathne*
>>> Senior Software Engineer - QA;
>>> WSO2 Inc; http://www.wso2.com/.
>>> Mobile; *+94772786766 <%2B94772786766>*
>>>
>>
>>
>
>
> --
> *Chamara Ariyarathne*
> Senior Software Engineer - QA;
> WSO2 Inc; http://www.wso2.com/.
> Mobile; *+94772786766 <%2B94772786766>*
>



-- 
*Chamara Ariyarathne*
Senior Software Engineer - QA;
WSO2 Inc; http://www.wso2.com/.
Mobile; *+94772786766*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev