Re: [Dev] Disable reloading super tenant themes to the registry in each server start

2014-04-20 Thread Amila Maha Arachchi
Few questions:

1. How much of an effect you get by this startup delay (I mean in seconds)?
What will be the advantage of stoping this theme being copied? We know,
once in production, we do not restart servers frequently. Even if we do so,
there should be other servers to handle the traffic. So, if we take down an
instance for maintenance, it shouldn't matter how long it takes to start
IMO.
2. Does the theme-mgt bundle really needed for products now? This was
useful when deployed in StratosLive. But do people really care about this?
What we can gain from this feature is a very minimal change of the theme.

And I forgot to ask, what is the real problem you are trying to solve with
this. You have mentioned the cause and the fix only.


On Sun, Apr 20, 2014 at 12:09 PM, Eranda Sooriyabandara wrote:

> Hi Azeez,
> I agree that it shouldn't be added to the carbon.xml, but at the current
> moment we don't have a place to keep this value. Shall we go ahead with
> this solution for C4 until we fix it properly in C5?
>
> thanks
> Eranda
>
>
> On Sat, Apr 19, 2014 at 8:31 PM, Afkham Azeez  wrote:
>
>> I don't like the idea of adding random stuff into the carbon.xml file.
>> Anyway, with C5, we will not allow such things. So there should be a
>> different way of getting this value.
>>
>>
>> On Sat, Apr 19, 2014 at 5:03 AM, Eranda Sooriyabandara 
>> wrote:
>>
>>> Hi All,
>>> Currently we are loading super tenant themes to the registry in each
>>> server startup, when the themes-mgt bundle start. Since this involves
>>> registry calls this cause considerable startup delay. So here we are
>>> proposing a configuration which we can enable to stop loading themes.
>>>
>>> Here is the configuration which we will be adding to the carbon.xml
>>>
>>> true
>>>
>>> There can be several cases,
>>>
>>>1. Configuration is not in carbon.xml - This will consider this
>>>configuration value as true and will reload the themes every time start 
>>> the
>>>server
>>>2. Configuration value true - This will reload the themes every time
>>>start the server
>>>3. Configuration value false -  This will stop updating the themes
>>>in registry every time start the server
>>>4. Configuration value other than true/false - This will consider
>>>this configuration value as false and won't reload the themes.
>>>5. Theme not in the registry - If the theme which is in the file
>>>system is not there in the registry, it will ignore the ReloadThemes
>>>configuration value and add that theme to registry.
>>>
>>> Thoughts?
>>> Patch attached.
>>>
>>> thanks
>>> Eranda
>>>
>>> --
>>>
>>> *Eranda Sooriyabandara *Senior Software Engineer;
>>> Integration Technologies Team;
>>> WSO2 Inc.; http://wso2.com
>>> Lean . Enterprise . Middleware
>>>
>>> E-mail: eranda AT wso2.com
>>> Mobile: +94 716 472 816
>>> Linked-In: http://www.linkedin.com/in/erandasooriyabandara
>>> Blog: http://emsooriyabandara.blogspot.com/
>>>
>>>
>>>
>>>
>>>
>>
>>
>> --
>> *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 <%2B94%2077%203320919> blog: *
>> *http://blog.afkham.org* 
>> *twitter: **http://twitter.com/afkham_azeez*
>> * linked-in: **http://lk.linkedin.com/in/afkhamazeez
>> *
>>
>>
>> *Lean . Enterprise . Middleware*
>>
>
>
>
> --
>
> *Eranda Sooriyabandara*Senior Software Engineer;
> Integration Technologies Team;
> WSO2 Inc.; http://wso2.com
> Lean . Enterprise . Middleware
>
> E-mail: eranda AT wso2.com
> Mobile: +94 716 472 816
> Linked-In: http://www.linkedin.com/in/erandasooriyabandara
> Blog: http://emsooriyabandara.blogspot.com/
>
>
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*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] Configuration location for jaggery apps

2014-04-20 Thread Amila Maha Arachchi
An alternative solution can be proposed based on the nature of the jaggery
app. i.e. is it available in the product itself, similar to publisher and
store apps of APIM or is it an app you deploy in to AppServer or any other
server.

1. If it is packed with the product, you can simply keep the site.json file
as a template in puppet or in a suitable way if you are using any other
config management mechanisms.

2. If the app is deployed in to a server, then it is somewhat difficult to
manage the config files. Then, one option is to bundle the correct config
file at the build time (using some maven params or ant stuff).

I don't think we should change the way how the config is read. This could
be done with alternatives according to your requirements. But, there is no
concrete solution IMO.


On Fri, Apr 18, 2014 at 11:07 PM, Manuranga Perera  wrote:

> *Current Implementation*
> We currently keep configuration files for jaggery apps within the app
> itself (eg: site.json).
>
> *Issue with Current Implementation*
> But this is creating some difficulties in multi environment deployments.
> Since the configuration files will contain some environment specific
> information (eg: SSO IDP URL), this makes the artifacts un-portable across
> environments.
>
> *Suggested Solution*
> We can implement a mechanism where the configuration is read from an
> outside location (eg: repository/conf) at deployment time and keep it in
> the application context and reuse it.
>
>
> Let's discuss the feasibility of this solution. alternative solutions are
> welcome.
>
> --
> With regards,
> *Manu*ranga Perera.
>
> phone : 071 7 70 20 50
> mail : m...@wso2.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*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] License Maven Plugin

2014-04-20 Thread Senaka Fernando
Hi Sajith,

IINM, we are using one of these already right?

Thanks,
Senaka.


On Sun, Apr 20, 2014 at 5:31 AM, Afkham Azeez  wrote:

> I came across this plugin in the pi4j project. I was pleasantly surprised
> when the plugin inserted the license header to new source files I created.
>
>
> On Sun, Apr 20, 2014 at 10:00 AM, Afkham Azeez  wrote:
>
>> http://mojo.codehaus.org/license-maven-plugin
>>
>> This is a plugin we need to use in our POMs and also in the governance
>> solution. It can do the following:
>>
>>
>>- Add License to the 
>> plugin
>>- Download dependency 
>> licenses
>>- List available 
>> licenses
>>- List available Comment 
>> styles
>>- Check thirdparty 
>> licenses
>>- Update file header of source 
>> files
>>
>>
>> --
>> *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 <%2B94%2077%203320919> blog: *
>> *http://blog.afkham.org* 
>> *twitter: **http://twitter.com/afkham_azeez*
>> * linked-in: **http://lk.linkedin.com/in/afkhamazeez
>> *
>>
>> *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 <%2B94%2077%203320919> blog: *
> *http://blog.afkham.org* 
> *twitter: **http://twitter.com/afkham_azeez*
> * linked-in: **http://lk.linkedin.com/in/afkhamazeez
> *
>
> *Lean . Enterprise . Middleware*
>



-- 


*[image: http://wso2.com]  Senaka Fernando*
Software Architect; WSO2 Inc.; http://wso2.com



* Member; Apache Software Foundation; http://apache.org
E-mail: senaka AT wso2.com **P: +1 408
754 7388; ext: 51736*;


*M: +44 782 741 1966 Linked-In: http://linkedin.com/in/senakafernando
*Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Configuration location for jaggery apps

2014-04-20 Thread Madhuka Udantha
On Sun, Apr 20, 2014 at 12:48 PM, Amila Maha Arachchi wrote:

> An alternative solution can be proposed based on the nature of the jaggery
> app. i.e. is it available in the product itself, similar to publisher and
> store apps of APIM or is it an app you deploy in to AppServer or any other
> server.
>
> 1. If it is packed with the product, you can simply keep the site.json
> file as a template in puppet or in a suitable way if you are using any
> other config management mechanisms.
>
+1

>
> 2. If the app is deployed in to a server, then it is somewhat difficult to
> manage the config files. Then, one option is to bundle the correct config
> file at the build time (using some maven params or ant stuff).
>
> I don't think we should change the way how the config is read. This could
> be done with alternatives according to your requirements. But, there is no
> concrete solution IMO.
>
>
> On Fri, Apr 18, 2014 at 11:07 PM, Manuranga Perera  wrote:
>
>> *Current Implementation*
>> We currently keep configuration files for jaggery apps within the app
>> itself (eg: site.json).
>>
>> *Issue with Current Implementation*
>> But this is creating some difficulties in multi environment deployments.
>> Since the configuration files will contain some environment specific
>> information (eg: SSO IDP URL), this makes the artifacts un-portable across
>> environments.
>>
>> *Suggested Solution*
>> We can implement a mechanism where the configuration is read from an
>> outside location (eg: repository/conf) at deployment time and keep it in
>> the application context and reuse it.
>>
>>
>> Let's discuss the feasibility of this solution. alternative solutions are
>> welcome.
>>
>> --
>> With regards,
>> *Manu*ranga Perera.
>>
>> phone : 071 7 70 20 50
>> mail : m...@wso2.com
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *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
>
>


-- 
*Madhuka* Udantha
Senior Software Engineer
Development Technologies
WSO2 Inc. : http://wso2.com

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


Re: [Dev] Kernel commit to patch0007

2014-04-20 Thread Manoj Kumara
Hi,

Committed to patch0007 with r200746.

Thanks,
Manoj


*Manoj Kumara*
Software Engineer
WSO2 Inc. http://wso2.com/
*lean.enterprise.middleware*
Mobile: +94713448188


On Sat, Apr 19, 2014 at 6:44 PM, Chamath Gunawardana wrote:

> Hi Kernel team,
>
> Please commit the patch attached to [1].
>
> [1] - https://wso2.org/jira/browse/IDENTITY-2177
>
>
> --
> Thanks,
> Best Regards,
> Chamath Gunawardana
> Technical Lead; WSO2 Inc.
> Mobile : +94776322240
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] License Maven Plugin

2014-04-20 Thread Sajith Ravindra
Hi Senaka,

We are already using this in governance project for determining license
type of dependencies listed in a pom.xml and jars in a pack.


Thanks
*,Sajith Ravindra*
Senior Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: +94 77 2273550
blog: http://sajithr.blogspot.com/



On Sun, Apr 20, 2014 at 3:13 PM, Senaka Fernando  wrote:

> Hi Sajith,
>
> IINM, we are using one of these already right?
>
> Thanks,
> Senaka.
>
>
> On Sun, Apr 20, 2014 at 5:31 AM, Afkham Azeez  wrote:
>
>> I came across this plugin in the pi4j project. I was pleasantly surprised
>> when the plugin inserted the license header to new source files I created.
>>
>>
>> On Sun, Apr 20, 2014 at 10:00 AM, Afkham Azeez  wrote:
>>
>>> http://mojo.codehaus.org/license-maven-plugin
>>>
>>> This is a plugin we need to use in our POMs and also in the governance
>>> solution. It can do the following:
>>>
>>>
>>>- Add License to the 
>>> plugin
>>>- Download dependency 
>>> licenses
>>>- List available 
>>> licenses
>>>- List available Comment 
>>> styles
>>>- Check thirdparty 
>>> licenses
>>>- Update file header of source 
>>> files
>>>
>>>
>>> --
>>> *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 <%2B94%2077%203320919> blog: *
>>> *http://blog.afkham.org* 
>>> *twitter: 
>>> **http://twitter.com/afkham_azeez*
>>> * linked-in: **http://lk.linkedin.com/in/afkhamazeez
>>> *
>>>
>>> *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 <%2B94%2077%203320919> blog: *
>> *http://blog.afkham.org* 
>> *twitter: **http://twitter.com/afkham_azeez*
>> * linked-in: **http://lk.linkedin.com/in/afkhamazeez
>> *
>>
>> *Lean . Enterprise . Middleware*
>>
>
>
>
> --
>
>
> *[image: http://wso2.com]  Senaka Fernando*
> Software Architect; WSO2 Inc.; http://wso2.com
>
>
>
> * Member; Apache Software Foundation; http://apache.org
> E-mail: senaka AT wso2.com **P: +1
> 408 754 7388 <%2B1%20408%20754%207388>; ext: 51736*;
>
>
> *M: +44 782 741 1966 <%2B44%20782%20741%201966> Linked-In:
> http://linkedin.com/in/senakafernando
> *
> Lean . Enterprise . Middleware
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Configuration location for jaggery apps

2014-04-20 Thread Chan
On Sun, Apr 20, 2014 at 7:26 PM, Madhuka Udantha  wrote:

>
>
>
> On Sun, Apr 20, 2014 at 12:48 PM, Amila Maha Arachchi wrote:
>
>> An alternative solution can be proposed based on the nature of the
>> jaggery app. i.e. is it available in the product itself, similar to
>> publisher and store apps of APIM or is it an app you deploy in to AppServer
>> or any other server.
>>
>> 1. If it is packed with the product, you can simply keep the site.json
>> file as a template in puppet or in a suitable way if you are using any
>> other config management mechanisms.
>>
> +1
>

​How about keeping the configurations in the registry? I don't know how
well puppet plays with config jsons in registry though. ​



>
>> 2. If the app is deployed in to a server, then it is somewhat difficult
>> to manage the config files. Then, one option is to bundle the correct
>> config file at the build time (using some maven params or ant stuff).
>>
>> I don't think we should change the way how the config is read. This could
>> be done with alternatives according to your requirements. But, there is no
>> concrete solution IMO.
>>
>>
>> On Fri, Apr 18, 2014 at 11:07 PM, Manuranga Perera  wrote:
>>
>>> *Current Implementation*
>>> We currently keep configuration files for jaggery apps within the app
>>> itself (eg: site.json).
>>>
>>> *Issue with Current Implementation*
>>> But this is creating some difficulties in multi environment deployments.
>>> Since the configuration files will contain some environment specific
>>> information (eg: SSO IDP URL), this makes the artifacts un-portable across
>>> environments.
>>>
>>> *Suggested Solution*
>>> We can implement a mechanism where the configuration is read from an
>>> outside location (eg: repository/conf) at deployment time and keep it in
>>> the application context and reuse it.
>>>
>>>
>>> Let's discuss the feasibility of this solution. alternative solutions
>>> are welcome.
>>>
>>> --
>>> With regards,
>>> *Manu*ranga Perera.
>>>
>>> phone : 071 7 70 20 50
>>> mail : m...@wso2.com
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *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
>>
>>
>
>
> --
> *Madhuka* Udantha
> Senior Software Engineer
> Development Technologies
> WSO2 Inc. : http://wso2.com
>
> *Mobile*: +94774066336
> *Blog*: http://madhukaudantha.blogspot.com/
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Chan (Dulitha Wijewantha)
Software Engineer - Mobile Development
WSO2Mobile
Lean.Enterprise.Mobileware
 * ~Email   duli...@wso2.com *
*  ~Mobile +94712112165*
*  ~Website   dulitha.me *
*  ~Twitter @dulitharw *
  *~Github @dulichan *
  *~SO @chan *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] WSO2 API Manager 1.7.0 Nightly Build- 20-04-2014

2014-04-20 Thread Lalaji Sureshika
Hi,

Please find the $subject at [1].

[1] http://builder1.us1.wso2.org/~apim/20-04-2014/wso2am-1.7.0.zip

-- 
Lalaji Sureshika
WSO2, Inc.;  http://wso2.com/
email: lal...@wso2.com; c
blog: http://lalajisureshika.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Issue in sample 271 (WSO2ESB) smooks configuration documentation is not available

2014-04-20 Thread Awanthika Senarath
Hi all,

In the file processing sample (sample 271) , it is needed to configure the
smooks config file for CSV parsing, which is not available in the
documentation. Otherwise it gives an error saying config-key smooks is not
found.

The process I followed is

[1] create the smooks.xml which is given in the attachment in the
documentation in local-entry folder
[2] create the smooks-config.xml file with the content attached here with
for csv parsing in the location mentioned in the smooks.xml in [1]
[3] copy the smooks libraries as mentioned in the documentation

Is there any other way to solve this, that is already mentioned int he
documentation which i have missed?


regards
-- 
Awanthika Senarath
Software Engineer, WSO2 Inc.
Mobile: +94717681791
http://www.milyn.org/xsd/smooks-1.0.xsd";>

org.milyn.csv.CSVParser
name,surname,phone


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


Re: [Dev] Status of getting Enterprise Store working with Governance Registry

2014-04-20 Thread Ajith Vitharana
Hi SameeraM,


On Fri, Apr 18, 2014 at 2:53 PM, Sameera Medagammaddegedara <
samee...@wso2.com> wrote:

> Hi,
>
> This mail provides a small update on the current status of the work;
>
> *Completed*
>
>- All jaggery apps used in the Governance Registry have been bundled
>into a feature
>
> Great !

>
>-
>
> *Problems*
>
>- In order to get the ES installed as a feature to the Governance
>Registry, it must first be moved to 4.3.0.This is due to the fact that
>Governance Registry uses Carbon 4.3.0.
>
> We can start this today with "build stabilization hackathon".

>
>-
>- I have created a separate branch for this [1] and I am in the
>process of migrating the ES.
>- However, this is taking up more time than I had initially expected
>due to certain components not having a 4.3.0 counterparts [2].
>
> I fixed some issues in carbon-apimgt, carbon-analytics,
carbon-business-process.

>
>-
>
> *References*
>
> [1] Enterprise Store 1.2.0 (Using Carbon 4.3.0),URL
> https://github.com/wso2/enterprise-store/tree/1.2.0 
> 
>
> [2] stratos.common.server.feature thread , Best approach to removing
> stratos.common.server.feature from a product
>
>
> Thank You,
> Sameera
> --
> Sameera Medagammaddegedara
> Software Engineer
>
> Contact:
> Email: samee...@wso2.com
> Mobile: + 94 077 255 3005
>



-- 
Ajith Vitharana.
WSO2 Inc. - http://wso2.org
Email  :  aji...@wso2.com
Mobile : +94772217350
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Amal Gunatilake

2014-04-20 Thread Harshan Liyanage
Congradz Amal!

Best Regards,

Lakshitha Harshan
Software Engineer
Mobile: *+94724423048*
Email: hars...@wso2.com
Blog : http://harshanliyanage.blogspot.com/
*WSO2, Inc. :** wso2.com *
lean.enterprise.middleware.


On Sat, Apr 19, 2014 at 10:43 PM, Gayan Yalpathwala  wrote:

> Congratulations on your achievement Amal !!
>
>
> On Sat, Apr 19, 2014 at 10:08 PM, Manoj Kumara  wrote:
>
>> Congratulation Amal !!!
>>
>>
>> *Manoj Kumara*
>> Software Engineer
>> WSO2 Inc. http://wso2.com/
>> *lean.enterprise.middleware*
>> Mobile: +94713448188
>>
>>
>> On Sat, Apr 19, 2014 at 8:27 AM, Nandika Jayawardana wrote:
>>
>>> Hi All,
>>>
>>> It's my  pleasure to announce Amal Gunatilake as a WSO2 Committer. Amal
>>> has  been a valuable contributor for WSO2 BPS product and in recognition of
>>> his contributions to WSO2, he has been voted as a WSO2 Committer.
>>>
>>> Amal, Congratulations and Keep up the good work!
>>>
>>> Thanks and Regards,
>>> Nandika
>>>
>>> --
>>> Nandika Jayawardana
>>> 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
>>>
>>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Gayan Kaushalya Yalpathwala*
>  Software Engineer
>
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: +94 71 8682704 
>
>  
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Waruna Jayaweera

2014-04-20 Thread Harshan Liyanage
Congradz Waruna!

Best Regards,

Lakshitha Harshan
Software Engineer
Mobile: *+94724423048*
Email: hars...@wso2.com
Blog : http://harshanliyanage.blogspot.com/
*WSO2, Inc. :** wso2.com *
lean.enterprise.middleware.


On Sat, Apr 19, 2014 at 10:43 PM, Gayan Yalpathwala  wrote:

> Congratulations Waruna!!
>
>
> On Sat, Apr 19, 2014 at 10:07 PM, Manoj Kumara  wrote:
>
>> Congratulations Waruna !!!
>>
>>
>> *Manoj Kumara*
>> Software Engineer
>> WSO2 Inc. http://wso2.com/
>> *lean.enterprise.middleware*
>> Mobile: +94713448188
>>
>>
>> On Sat, Apr 19, 2014 at 8:23 AM, Nandika Jayawardana wrote:
>>
>>> Hi All,
>>>
>>> It's my  pleasure to announce Waruna Jayaweera as a WSO2 Committer.
>>> Waruna has  been a valuable contributor for WSO2 BPS / BRS products and in
>>> recognition of his contributions to WSO2, he has been voted as a WSO2
>>> Committer.
>>>
>>> Waruna, Congratulations and Keep up the good work!
>>>
>>> Thanks and Regards,
>>> Nandika
>>>
>>> --
>>> Nandika Jayawardana
>>> 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
>>>
>>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Gayan Kaushalya Yalpathwala*
>  Software Engineer
>
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: +94 71 8682704 
>
>  
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Configuration location for jaggery apps

2014-04-20 Thread Amila Maha Arachchi
On Sun, Apr 20, 2014 at 11:35 PM, Chan  wrote:

>
>
>
> On Sun, Apr 20, 2014 at 7:26 PM, Madhuka Udantha  wrote:
>
>>
>>
>>
>> On Sun, Apr 20, 2014 at 12:48 PM, Amila Maha Arachchi wrote:
>>
>>> An alternative solution can be proposed based on the nature of the
>>> jaggery app. i.e. is it available in the product itself, similar to
>>> publisher and store apps of APIM or is it an app you deploy in to AppServer
>>> or any other server.
>>>
>>> 1. If it is packed with the product, you can simply keep the site.json
>>> file as a template in puppet or in a suitable way if you are using any
>>> other config management mechanisms.
>>>
>>  +1
>>
>
> ​How about keeping the configurations in the registry? I don't know how
> well puppet plays with config jsons in registry though. ​
>

Puppet cannot deal with registry stuff. But could be done with some amount
of work (may be using registry check-in check-out client). IMO, it is an
unnecessary thing.

>
>
>
>>
>>> 2. If the app is deployed in to a server, then it is somewhat difficult
>>> to manage the config files. Then, one option is to bundle the correct
>>> config file at the build time (using some maven params or ant stuff).
>>>
>>> I don't think we should change the way how the config is read. This
>>> could be done with alternatives according to your requirements. But, there
>>> is no concrete solution IMO.
>>>
>>>
>>> On Fri, Apr 18, 2014 at 11:07 PM, Manuranga Perera wrote:
>>>
 *Current Implementation*
 We currently keep configuration files for jaggery apps within the app
 itself (eg: site.json).

 *Issue with Current Implementation*
 But this is creating some difficulties in multi environment
 deployments. Since the configuration files will contain some environment
 specific information (eg: SSO IDP URL), this makes the artifacts
 un-portable across environments.

 *Suggested Solution*
 We can implement a mechanism where the configuration is read from an
 outside location (eg: repository/conf) at deployment time and keep it in
 the application context and reuse it.


 Let's discuss the feasibility of this solution. alternative solutions
 are welcome.

 --
 With regards,
 *Manu*ranga Perera.

 phone : 071 7 70 20 50
 mail : m...@wso2.com

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


>>>
>>>
>>> --
>>> *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
>>>
>>>
>>
>>
>> --
>> *Madhuka* Udantha
>> Senior Software Engineer
>> Development Technologies
>> WSO2 Inc. : http://wso2.com
>>
>> *Mobile*: +94774066336
>> *Blog*: http://madhukaudantha.blogspot.com/
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Chan (Dulitha Wijewantha)
> Software Engineer - Mobile Development
> WSO2Mobile
> Lean.Enterprise.Mobileware
>  * ~Email   duli...@wso2.com *
> *  ~Mobile +94712112165 <%2B94712112165>*
> *  ~Website   dulitha.me *
> *  ~Twitter @dulitharw *
>   *~Github @dulichan *
>   *~SO @chan *
>



-- 
*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


[Dev] HTTP Patch support by ESB 4.8.1

2014-04-20 Thread Madhawa Bandara
Hi,
Does the ESB 4.8.1 support the HTTP patch method?
When I make a http patch request, it is shown as an HTTP POST on the wire.

-- 
Regards,

*Madhawa Bandara*
Software Engineer
WSO2, Inc.
lean.enterprise.middleware

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


Re: [Dev] Issue in sample 271 (WSO2ESB) smooks configuration documentation is not available

2014-04-20 Thread Harsha Kumara
Hi Awanthika,
In samples.zip file link at the beginning of the documentation page
contains the all the resources need in this sample, it contains that config
file which you can copy there.
Thanks,
Harsha


On Mon, Apr 21, 2014 at 10:18 AM, Harsha Kumara  wrote:

> Hi Awanthika,
> In samples.zip file link at the beginning of the documentation page
> contains the all the resources need in this sample, it contains that config
> file which you can copy there.
> Thanks,
> Harsha
>
>
> On Mon, Apr 21, 2014 at 8:29 AM, Awanthika Senarath wrote:
>
>> Hi all,
>>
>> In the file processing sample (sample 271) , it is needed to configure
>> the smooks config file for CSV parsing, which is not available in the
>> documentation. Otherwise it gives an error saying config-key smooks is not
>> found.
>>
>> The process I followed is
>>
>> [1] create the smooks.xml which is given in the attachment in the
>> documentation in local-entry folder
>> [2] create the smooks-config.xml file with the content attached here with
>> for csv parsing in the location mentioned in the smooks.xml in [1]
>> [3] copy the smooks libraries as mentioned in the documentation
>>
>> Is there any other way to solve this, that is already mentioned int he
>> documentation which i have missed?
>>
>>
>> regards
>> --
>> Awanthika Senarath
>> Software Engineer, WSO2 Inc.
>> Mobile: +94717681791
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Harsha Kumara
> Software Engineer, WSO2 Inc.
> Mobile: +94775505618
> Blog:harshcreationz.blogspot.com
>



-- 
Harsha Kumara
Software Engineer, WSO2 Inc.
Mobile: +94775505618
Blog:harshcreationz.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Amal Gunatilake

2014-04-20 Thread Pamod Sylvester
Congratulations Amal !!


On Mon, Apr 21, 2014 at 10:00 AM, Harshan Liyanage  wrote:

> Congradz Amal!
>
> Best Regards,
>
> Lakshitha Harshan
> Software Engineer
> Mobile: *+94724423048*
> Email: hars...@wso2.com
> Blog : http://harshanliyanage.blogspot.com/
> *WSO2, Inc. :** wso2.com *
> lean.enterprise.middleware.
>
>
> On Sat, Apr 19, 2014 at 10:43 PM, Gayan Yalpathwala wrote:
>
>> Congratulations on your achievement Amal !!
>>
>>
>> On Sat, Apr 19, 2014 at 10:08 PM, Manoj Kumara  wrote:
>>
>>> Congratulation Amal !!!
>>>
>>>
>>> *Manoj Kumara*
>>> Software Engineer
>>> WSO2 Inc. http://wso2.com/
>>> *lean.enterprise.middleware*
>>> Mobile: +94713448188
>>>
>>>
>>> On Sat, Apr 19, 2014 at 8:27 AM, Nandika Jayawardana 
>>> wrote:
>>>
 Hi All,

 It's my  pleasure to announce Amal Gunatilake as a WSO2 Committer. Amal
 has  been a valuable contributor for WSO2 BPS product and in recognition of
 his contributions to WSO2, he has been voted as a WSO2 Committer.

 Amal, Congratulations and Keep up the good work!

 Thanks and Regards,
 Nandika

 --
 Nandika Jayawardana
 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


>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Gayan Kaushalya Yalpathwala*
>>  Software Engineer
>>
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> mobile: +94 71 8682704 
>>
>>  
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Pamod Sylvester *
 * Software Engineer *
Integration Technologies Team, WSO2 Inc.; http://wso2.com
email: pa...@wso2.com cell: +94 77 7779495
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] HTTP Patch support by ESB 4.8.1

2014-04-20 Thread Malaka Silva
Hi Mahawa,

Currently it's not supported. It'll be available with the next release. ESB
4.9.0

But there is a patch for this.

Best Regards,
Malaka


On Mon, Apr 21, 2014 at 10:13 AM, Madhawa Bandara  wrote:

> Hi,
> Does the ESB 4.8.1 support the HTTP patch method?
> When I make a http patch request, it is shown as an HTTP POST on the wire.
>
> --
> Regards,
>
> *Madhawa Bandara*
> Software Engineer
> WSO2, Inc.
> lean.enterprise.middleware
>
> Mobile - *+94777487726 <%2B94777487726>*
> Blog* - *classdeffound.blogspot.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

Best Regards,

Malaka Silva
Senior Tech Lead
M: +94 777 219 791
Tel : 94 11 214 5345
Fax :94 11 2145300
Skype : malaka.sampath.silva
LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
Blog : http://mrmalakasilva.blogspot.com/

WSO2, Inc.
lean . enterprise . middleware
http://www.wso2.com/
http://www.wso2.com/about/team/malaka-silva/

Save a tree -Conserve nature & Save the world for your future. Print this
email only if it is absolutely necessary.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] HTTP Patch support by ESB 4.8.1

2014-04-20 Thread Kasun Indrasiri
Have we committed this in to trunk? If not please do so.


On Mon, Apr 21, 2014 at 10:21 AM, Malaka Silva  wrote:

> Hi Mahawa,
>
> Currently it's not supported. It'll be available with the next release.
> ESB 4.9.0
>
> But there is a patch for this.
>
> Best Regards,
> Malaka
>
>
> On Mon, Apr 21, 2014 at 10:13 AM, Madhawa Bandara wrote:
>
>> Hi,
>> Does the ESB 4.8.1 support the HTTP patch method?
>> When I make a http patch request, it is shown as an HTTP POST on the
>> wire.
>>
>> --
>> Regards,
>>
>> *Madhawa Bandara*
>> Software Engineer
>> WSO2, Inc.
>> lean.enterprise.middleware
>>
>> Mobile - *+94777487726 <%2B94777487726>*
>> Blog* - *classdeffound.blogspot.com
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
> Best Regards,
>
> Malaka Silva
> Senior Tech Lead
> M: +94 777 219 791
> Tel : 94 11 214 5345
> Fax :94 11 2145300
> Skype : malaka.sampath.silva
> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
> Blog : http://mrmalakasilva.blogspot.com/
>
> WSO2, Inc.
> lean . enterprise . middleware
> http://www.wso2.com/
> http://www.wso2.com/about/team/malaka-silva/
>
> Save a tree -Conserve nature & Save the world for your future. Print this
> email only if it is absolutely necessary.
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


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

cell: +94 77 556 5206
Blog : http://kasunpanorama.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Amal Gunatilake

2014-04-20 Thread Aruna Karunarathna
Congratulations Amal...!!!


On Mon, Apr 21, 2014 at 10:20 AM, Pamod Sylvester  wrote:

> Congratulations Amal !!
>
>
> On Mon, Apr 21, 2014 at 10:00 AM, Harshan Liyanage wrote:
>
>> Congradz Amal!
>>
>> Best Regards,
>>
>> Lakshitha Harshan
>> Software Engineer
>> Mobile: *+94724423048*
>> Email: hars...@wso2.com
>> Blog : http://harshanliyanage.blogspot.com/
>> *WSO2, Inc. :** wso2.com *
>> lean.enterprise.middleware.
>>
>>
>> On Sat, Apr 19, 2014 at 10:43 PM, Gayan Yalpathwala wrote:
>>
>>> Congratulations on your achievement Amal !!
>>>
>>>
>>> On Sat, Apr 19, 2014 at 10:08 PM, Manoj Kumara  wrote:
>>>
 Congratulation Amal !!!


 *Manoj Kumara*
 Software Engineer
 WSO2 Inc. http://wso2.com/
 *lean.enterprise.middleware*
 Mobile: +94713448188


 On Sat, Apr 19, 2014 at 8:27 AM, Nandika Jayawardana 
 wrote:

> Hi All,
>
> It's my  pleasure to announce Amal Gunatilake as a WSO2 Committer.
> Amal has  been a valuable contributor for WSO2 BPS product and in
> recognition of his contributions to WSO2, he has been voted as a WSO2
> Committer.
>
> Amal, Congratulations and Keep up the good work!
>
> Thanks and Regards,
> Nandika
>
> --
> Nandika Jayawardana
> 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
>
>

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


>>>
>>>
>>> --
>>> *Gayan Kaushalya Yalpathwala*
>>>  Software Engineer
>>>
>>> WSO2 Inc.; http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> mobile: +94 71 8682704 
>>>
>>>  
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Pamod Sylvester *
>  * Software Engineer *
> Integration Technologies Team, WSO2 Inc.; http://wso2.com
> email: pa...@wso2.com cell: +94 77 7779495
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

*Aruna Sujith Karunarathna* | Software Engineer
WSO2, Inc | lean. enterprise. middleware.
#20, Palm Grove, Colombo 03, Sri Lanka
Mobile: +94 71 9040362 | Work: +94 112145345
Email: ar...@wso2.com | Web: www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Waruna Jayaweera

2014-04-20 Thread Aruna Karunarathna
Congratulations Waruna...!!!


On Sat, Apr 19, 2014 at 8:23 AM, Nandika Jayawardana wrote:

> Hi All,
>
> It's my  pleasure to announce Waruna Jayaweera as a WSO2 Committer. Waruna
> has  been a valuable contributor for WSO2 BPS / BRS products and in
> recognition of his contributions to WSO2, he has been voted as a WSO2
> Committer.
>
> Waruna, Congratulations and Keep up the good work!
>
> Thanks and Regards,
> Nandika
>
> --
> Nandika Jayawardana
> 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
>
>


-- 

*Aruna Sujith Karunarathna* | Software Engineer
WSO2, Inc | lean. enterprise. middleware.
#20, Palm Grove, Colombo 03, Sri Lanka
Mobile: +94 71 9040362 | Work: +94 112145345
Email: ar...@wso2.com | Web: www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] HTTP Patch support by ESB 4.8.1

2014-04-20 Thread Madhawa Bandara
Thanks, I'll try the patch.


On Mon, Apr 21, 2014 at 10:23 AM, Kasun Indrasiri  wrote:

> Have we committed this in to trunk? If not please do so.
>
>
> On Mon, Apr 21, 2014 at 10:21 AM, Malaka Silva  wrote:
>
>> Hi Mahawa,
>>
>> Currently it's not supported. It'll be available with the next release.
>> ESB 4.9.0
>>
>> But there is a patch for this.
>>
>> Best Regards,
>> Malaka
>>
>>
>> On Mon, Apr 21, 2014 at 10:13 AM, Madhawa Bandara wrote:
>>
>>> Hi,
>>> Does the ESB 4.8.1 support the HTTP patch method?
>>> When I make a http patch request, it is shown as an HTTP POST on the
>>> wire.
>>>
>>> --
>>> Regards,
>>>
>>> *Madhawa Bandara*
>>> Software Engineer
>>> WSO2, Inc.
>>> lean.enterprise.middleware
>>>
>>> Mobile - *+94777487726 <%2B94777487726>*
>>> Blog* - *classdeffound.blogspot.com
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>>
>> Best Regards,
>>
>> Malaka Silva
>> Senior Tech Lead
>> M: +94 777 219 791
>> Tel : 94 11 214 5345
>> Fax :94 11 2145300
>> Skype : malaka.sampath.silva
>> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
>> Blog : http://mrmalakasilva.blogspot.com/
>>
>> WSO2, Inc.
>> lean . enterprise . middleware
>> http://www.wso2.com/
>> http://www.wso2.com/about/team/malaka-silva/
>>
>> Save a tree -Conserve nature & Save the world for your future. Print this
>> email only if it is absolutely necessary.
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Kasun Indrasiri
> Software Architect
> WSO2, Inc.; http://wso2.com
> lean.enterprise.middleware
>
> cell: +94 77 556 5206
> Blog : http://kasunpanorama.blogspot.com/
>



-- 
Regards,

*Madhawa Bandara*
Software Engineer
WSO2, Inc.
lean.enterprise.middleware

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


Re: [Dev] WSO2 Committers += Waruna Jayaweera

2014-04-20 Thread Chathurika Mahaarachchi
Congratulations Waruna...!!!


On Mon, Apr 21, 2014 at 10:27 AM, Aruna Karunarathna  wrote:

> Congratulations Waruna...!!!
>
>
> On Sat, Apr 19, 2014 at 8:23 AM, Nandika Jayawardana wrote:
>
>> Hi All,
>>
>> It's my  pleasure to announce Waruna Jayaweera as a WSO2 Committer.
>> Waruna has  been a valuable contributor for WSO2 BPS / BRS products and in
>> recognition of his contributions to WSO2, he has been voted as a WSO2
>> Committer.
>>
>> Waruna, Congratulations and Keep up the good work!
>>
>> Thanks and Regards,
>> Nandika
>>
>> --
>> Nandika Jayawardana
>> 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
>>
>>
>
>
> --
>
> * Aruna Sujith Karunarathna* | Software Engineer
> WSO2, Inc | lean. enterprise. middleware.
> #20, Palm Grove, Colombo 03, Sri Lanka
> Mobile: +94 71 9040362 | Work: +94 112145345
> Email: ar...@wso2.com | Web: www.wso2.com
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Chathurika Mahaarachchi*
Software Engineer, QA.
WSO2 Inc.: http://wso2.com/
lean.enterprise.middleware
Mobile: +94718223950
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Amal Gunatilake

2014-04-20 Thread Chathurika Mahaarachchi
Congratulations Amal !


On Mon, Apr 21, 2014 at 10:26 AM, Aruna Karunarathna  wrote:

> Congratulations Amal...!!!
>
>
> On Mon, Apr 21, 2014 at 10:20 AM, Pamod Sylvester  wrote:
>
>> Congratulations Amal !!
>>
>>
>> On Mon, Apr 21, 2014 at 10:00 AM, Harshan Liyanage wrote:
>>
>>> Congradz Amal!
>>>
>>> Best Regards,
>>>
>>> Lakshitha Harshan
>>> Software Engineer
>>> Mobile: *+94724423048*
>>> Email: hars...@wso2.com
>>> Blog : http://harshanliyanage.blogspot.com/
>>> *WSO2, Inc. :** wso2.com *
>>> lean.enterprise.middleware.
>>>
>>>
>>> On Sat, Apr 19, 2014 at 10:43 PM, Gayan Yalpathwala wrote:
>>>
 Congratulations on your achievement Amal !!


 On Sat, Apr 19, 2014 at 10:08 PM, Manoj Kumara  wrote:

> Congratulation Amal !!!
>
>
> *Manoj Kumara*
> Software Engineer
> WSO2 Inc. http://wso2.com/
> *lean.enterprise.middleware*
> Mobile: +94713448188
>
>
> On Sat, Apr 19, 2014 at 8:27 AM, Nandika Jayawardana  > wrote:
>
>> Hi All,
>>
>> It's my  pleasure to announce Amal Gunatilake as a WSO2 Committer.
>> Amal has  been a valuable contributor for WSO2 BPS product and in
>> recognition of his contributions to WSO2, he has been voted as a WSO2
>> Committer.
>>
>> Amal, Congratulations and Keep up the good work!
>>
>> Thanks and Regards,
>> Nandika
>>
>> --
>> Nandika Jayawardana
>> 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
>>
>>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 *Gayan Kaushalya Yalpathwala*
  Software Engineer

 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 71 8682704 

  

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


>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Pamod Sylvester *
>>  * Software Engineer *
>> Integration Technologies Team, WSO2 Inc.; http://wso2.com
>> email: pa...@wso2.com cell: +94 77 7779495
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
> * Aruna Sujith Karunarathna* | Software Engineer
> WSO2, Inc | lean. enterprise. middleware.
> #20, Palm Grove, Colombo 03, Sri Lanka
> Mobile: +94 71 9040362 | Work: +94 112145345
> Email: ar...@wso2.com | Web: www.wso2.com
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Chathurika Mahaarachchi*
Software Engineer, QA.
WSO2 Inc.: http://wso2.com/
lean.enterprise.middleware
Mobile: +94718223950
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] HTTP Patch support by ESB 4.8.1

2014-04-20 Thread Malaka Silva
Hi Kasun,

It's already done.

https://wso2.org/jira/browse/ESBJAVA-3051
https://wso2.org/jira/browse/ESBJAVA-3061

Best Regards,
Malaka


On Mon, Apr 21, 2014 at 10:23 AM, Kasun Indrasiri  wrote:

> Have we committed this in to trunk? If not please do so.
>
>
> On Mon, Apr 21, 2014 at 10:21 AM, Malaka Silva  wrote:
>
>> Hi Mahawa,
>>
>> Currently it's not supported. It'll be available with the next release.
>> ESB 4.9.0
>>
>> But there is a patch for this.
>>
>> Best Regards,
>> Malaka
>>
>>
>> On Mon, Apr 21, 2014 at 10:13 AM, Madhawa Bandara wrote:
>>
>>> Hi,
>>> Does the ESB 4.8.1 support the HTTP patch method?
>>> When I make a http patch request, it is shown as an HTTP POST on the
>>> wire.
>>>
>>> --
>>> Regards,
>>>
>>> *Madhawa Bandara*
>>> Software Engineer
>>> WSO2, Inc.
>>> lean.enterprise.middleware
>>>
>>> Mobile - *+94777487726 <%2B94777487726>*
>>> Blog* - *classdeffound.blogspot.com
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>>
>> Best Regards,
>>
>> Malaka Silva
>> Senior Tech Lead
>> M: +94 777 219 791
>> Tel : 94 11 214 5345
>> Fax :94 11 2145300
>> Skype : malaka.sampath.silva
>> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
>> Blog : http://mrmalakasilva.blogspot.com/
>>
>> WSO2, Inc.
>> lean . enterprise . middleware
>> http://www.wso2.com/
>> http://www.wso2.com/about/team/malaka-silva/
>>
>> Save a tree -Conserve nature & Save the world for your future. Print this
>> email only if it is absolutely necessary.
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Kasun Indrasiri
> Software Architect
> WSO2, Inc.; http://wso2.com
> lean.enterprise.middleware
>
> cell: +94 77 556 5206
> Blog : http://kasunpanorama.blogspot.com/
>



-- 

Best Regards,

Malaka Silva
Senior Tech Lead
M: +94 777 219 791
Tel : 94 11 214 5345
Fax :94 11 2145300
Skype : malaka.sampath.silva
LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
Blog : http://mrmalakasilva.blogspot.com/

WSO2, Inc.
lean . enterprise . middleware
http://www.wso2.com/
http://www.wso2.com/about/team/malaka-silva/

Save a tree -Conserve nature & Save the world for your future. Print this
email only if it is absolutely necessary.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Issue in sample 271 (WSO2ESB) smooks configuration documentation is not available

2014-04-20 Thread Awanthika Senarath
Hi Harsha,

yes noted. That means we have to copy all the folders as the readme
suggests and not just the ones that are mentioned in the guide right? .

Thanks a lot for the input:)

thanks & regards


On Mon, Apr 21, 2014 at 10:20 AM, Harsha Kumara  wrote:

> Hi Awanthika,
> In samples.zip file link at the beginning of the documentation page
> contains the all the resources need in this sample, it contains that config
> file which you can copy there.
> Thanks,
> Harsha
>
>
> On Mon, Apr 21, 2014 at 10:18 AM, Harsha Kumara  wrote:
>
>> Hi Awanthika,
>> In samples.zip file link at the beginning of the documentation page
>> contains the all the resources need in this sample, it contains that config
>> file which you can copy there.
>> Thanks,
>> Harsha
>>
>>
>> On Mon, Apr 21, 2014 at 8:29 AM, Awanthika Senarath 
>> wrote:
>>
>>> Hi all,
>>>
>>> In the file processing sample (sample 271) , it is needed to configure
>>> the smooks config file for CSV parsing, which is not available in the
>>> documentation. Otherwise it gives an error saying config-key smooks is not
>>> found.
>>>
>>> The process I followed is
>>>
>>> [1] create the smooks.xml which is given in the attachment in the
>>> documentation in local-entry folder
>>> [2] create the smooks-config.xml file with the content attached here
>>> with for csv parsing in the location mentioned in the smooks.xml in [1]
>>> [3] copy the smooks libraries as mentioned in the documentation
>>>
>>> Is there any other way to solve this, that is already mentioned int he
>>> documentation which i have missed?
>>>
>>>
>>> regards
>>> --
>>> Awanthika Senarath
>>> Software Engineer, WSO2 Inc.
>>> Mobile: +94717681791
>>>
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Harsha Kumara
>> Software Engineer, WSO2 Inc.
>> Mobile: +94775505618
>> Blog:harshcreationz.blogspot.com
>>
>
>
>
> --
> Harsha Kumara
> Software Engineer, WSO2 Inc.
> Mobile: +94775505618
> Blog:harshcreationz.blogspot.com
>



-- 
Awanthika Senarath
Software Engineer, WSO2 Inc.
Mobile: +94717681791
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Amal Gunatilake

2014-04-20 Thread Ruwan Yatawara
Congrats Amal!

Thanks and Regards,

Ruwan Yatawara

Software Engineer,
WSO2 Inc.
lean . enterprise . middleware

email : ruw...@wso2.com
mobile : +94 77 9110413
blog : http://thoughts.ruwan-ace.com/
www: :http://wso2.com



On Mon, Apr 21, 2014 at 10:31 AM, Chathurika Mahaarachchi <
chathur...@wso2.com> wrote:

> Congratulations Amal !
>
>
> On Mon, Apr 21, 2014 at 10:26 AM, Aruna Karunarathna wrote:
>
>> Congratulations Amal...!!!
>>
>>
>> On Mon, Apr 21, 2014 at 10:20 AM, Pamod Sylvester  wrote:
>>
>>> Congratulations Amal !!
>>>
>>>
>>> On Mon, Apr 21, 2014 at 10:00 AM, Harshan Liyanage wrote:
>>>
 Congradz Amal!

 Best Regards,

 Lakshitha Harshan
 Software Engineer
 Mobile: *+94724423048*
 Email: hars...@wso2.com
 Blog : http://harshanliyanage.blogspot.com/
 *WSO2, Inc. :** wso2.com *
 lean.enterprise.middleware.


 On Sat, Apr 19, 2014 at 10:43 PM, Gayan Yalpathwala wrote:

> Congratulations on your achievement Amal !!
>
>
> On Sat, Apr 19, 2014 at 10:08 PM, Manoj Kumara  wrote:
>
>> Congratulation Amal !!!
>>
>>
>> *Manoj Kumara*
>> Software Engineer
>> WSO2 Inc. http://wso2.com/
>> *lean.enterprise.middleware*
>> Mobile: +94713448188
>>
>>
>> On Sat, Apr 19, 2014 at 8:27 AM, Nandika Jayawardana <
>> nand...@wso2.com> wrote:
>>
>>> Hi All,
>>>
>>> It's my  pleasure to announce Amal Gunatilake as a WSO2 Committer.
>>> Amal has  been a valuable contributor for WSO2 BPS product and in
>>> recognition of his contributions to WSO2, he has been voted as a WSO2
>>> Committer.
>>>
>>> Amal, Congratulations and Keep up the good work!
>>>
>>> Thanks and Regards,
>>> Nandika
>>>
>>> --
>>> Nandika Jayawardana
>>> 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
>>>
>>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Gayan Kaushalya Yalpathwala*
>  Software Engineer
>
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: +94 71 8682704 
>
>  
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>

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


>>>
>>>
>>> --
>>> *Pamod Sylvester *
>>>  * Software Engineer *
>>> Integration Technologies Team, WSO2 Inc.; http://wso2.com
>>> email: pa...@wso2.com cell: +94 77 7779495
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>>
>> * Aruna Sujith Karunarathna* | Software Engineer
>> WSO2, Inc | lean. enterprise. middleware.
>> #20, Palm Grove, Colombo 03, Sri Lanka
>> Mobile: +94 71 9040362 | Work: +94 112145345
>> Email: ar...@wso2.com | Web: www.wso2.com
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Chathurika Mahaarachchi*
> Software Engineer, QA.
> WSO2 Inc.: http://wso2.com/
> lean.enterprise.middleware
> Mobile: +94718223950
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Amal Gunatilake

2014-04-20 Thread Pubudu Dissanayake
Congratulation Amal !



On Mon, Apr 21, 2014 at 10:31 AM, Chathurika Mahaarachchi <
chathur...@wso2.com> wrote:

> Congratulations Amal !
>
>
> On Mon, Apr 21, 2014 at 10:26 AM, Aruna Karunarathna wrote:
>
>> Congratulations Amal...!!!
>>
>>
>> On Mon, Apr 21, 2014 at 10:20 AM, Pamod Sylvester  wrote:
>>
>>> Congratulations Amal !!
>>>
>>>
>>> On Mon, Apr 21, 2014 at 10:00 AM, Harshan Liyanage wrote:
>>>
 Congradz Amal!

 Best Regards,

 Lakshitha Harshan
 Software Engineer
 Mobile: *+94724423048*
 Email: hars...@wso2.com
 Blog : http://harshanliyanage.blogspot.com/
 *WSO2, Inc. :** wso2.com *
 lean.enterprise.middleware.


 On Sat, Apr 19, 2014 at 10:43 PM, Gayan Yalpathwala wrote:

> Congratulations on your achievement Amal !!
>
>
> On Sat, Apr 19, 2014 at 10:08 PM, Manoj Kumara  wrote:
>
>> Congratulation Amal !!!
>>
>>
>> *Manoj Kumara*
>> Software Engineer
>> WSO2 Inc. http://wso2.com/
>> *lean.enterprise.middleware*
>> Mobile: +94713448188
>>
>>
>> On Sat, Apr 19, 2014 at 8:27 AM, Nandika Jayawardana <
>> nand...@wso2.com> wrote:
>>
>>> Hi All,
>>>
>>> It's my  pleasure to announce Amal Gunatilake as a WSO2 Committer.
>>> Amal has  been a valuable contributor for WSO2 BPS product and in
>>> recognition of his contributions to WSO2, he has been voted as a WSO2
>>> Committer.
>>>
>>> Amal, Congratulations and Keep up the good work!
>>>
>>> Thanks and Regards,
>>> Nandika
>>>
>>> --
>>> Nandika Jayawardana
>>> 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
>>>
>>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Gayan Kaushalya Yalpathwala*
>  Software Engineer
>
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: +94 71 8682704 
>
>  
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>

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


>>>
>>>
>>> --
>>> *Pamod Sylvester *
>>>  * Software Engineer *
>>> Integration Technologies Team, WSO2 Inc.; http://wso2.com
>>> email: pa...@wso2.com cell: +94 77 7779495
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>>
>> * Aruna Sujith Karunarathna* | Software Engineer
>> WSO2, Inc | lean. enterprise. middleware.
>> #20, Palm Grove, Colombo 03, Sri Lanka
>> Mobile: +94 71 9040362 | Work: +94 112145345
>> Email: ar...@wso2.com | Web: www.wso2.com
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Chathurika Mahaarachchi*
> Software Engineer, QA.
> WSO2 Inc.: http://wso2.com/
> lean.enterprise.middleware
> Mobile: +94718223950
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Pubudu Dissanayake*
 Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware
Mobile: 0775503304
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Setup Script

2014-04-20 Thread Dimuthu Leelarathne
Hi Punnadi and all,


When I run the script I am getti ghte flowing issue.


What could be the error? Could you tell me how to debug this please? Is
there an flow to help us guide?


thanks,

dimuthu


* About to connect() to 10.100.1.19 port 9463 (#0)

*   Trying 10.100.1.19...

* Adding handle: conn: 0x7febfb00

* Adding handle: send: 0

* Adding handle: recv: 0

* Curl_addHandleToPipeline: length: 1

* - Conn 0 (0x7febfb00) send_pipe: 1, recv_pipe: 0

* Connected to 10.100.1.19 (10.100.1.19) port 9463 (#0)

* TLS 1.0 connection using TLS_RSA_WITH_AES_128_CBC_SHA

* Server certificate: localhost

* Server auth using Basic with user 'admin'

> POST /stratos/admin/policy/deployment/partition HTTP/1.1

> Authorization: Basic YWRtaW46YWRtaW4=

> User-Agent: curl/7.30.0

> Host: 10.100.1.19:9463

> Accept: */*

> Content-Type: application/json

> Content-Length: 175

>

* upload completely sent off: 175 out of 175 bytes

< HTTP/1.1 400 Bad Request

< Date: Mon, 21 Apr 2014 05:20:38 GMT

< Content-Type: application/json

< Content-Length: 92

< Connection: close

* Server WSO2 Carbon Server is not blacklisted

< Server: WSO2 Carbon Server

<

* Closing connection 0

{"Error":{ "errorCode": " 400", "errorMessage": " Error in deploying
partition definition"}}* About to connect() to 10.100.1.19 port 9463 (#0)

*   Trying 10.100.1.19...

* Adding handle: conn: 0x7fb2a980aa00

* Adding handle: send: 0

* Adding handle: recv: 0

* Curl_addHandleToPipeline: length: 1

* - Conn 0 (0x7fb2a980aa00) send_pipe: 1, recv_pipe: 0

* Connected to 10.100.1.19 (10.100.1.19) port 9463 (#0)

* TLS 1.0 connection using TLS_RSA_WITH_AES_128_CBC_SHA

* Server certificate: localhost

* Server auth using Basic with user 'admin'

> POST /stratos/admin/policy/autoscale HTTP/1.1

> Authorization: Basic YWRtaW46YWRtaW4=

> User-Agent: curl/7.30.0

> Host: 10.100.1.19:9463

> Accept: */*

> Content-Type: application/json

> Content-Length: 705

>

* upload completely sent off: 705 out of 705 bytes

< HTTP/1.1 400 Bad Request

< Date: Mon, 21 Apr 2014 05:20:38 GMT

< Content-Type: application/json

< Content-Length: 101

< Connection: close

* Server WSO2 Carbon Server is not blacklisted

< Server: WSO2 Carbon Server

<

* Closing connection 0

{"Error":{ "errorCode": " 400", "errorMessage": " Error in deploying
autoscaling policy definition"}}* About to connect() to 10.100.1.19 port
9463 (#0)

*   Trying 10.100.1.19...

* Adding handle: conn: 0x7fd331804e00

* Adding handle: send: 0

* Adding handle: recv: 0

* Curl_addHandleToPipeline: length: 1

* - Conn 0 (0x7fd331804e00) send_pipe: 1, recv_pipe: 0

* Connected to 10.100.1.19 (10.100.1.19) port 9463 (#0)

* TLS 1.0 connection using TLS_RSA_WITH_AES_128_CBC_SHA

* Server certificate: localhost

* Server auth using Basic with user 'admin'

> POST /stratos/admin/policy/deployment HTTP/1.1

> Authorization: Basic YWRtaW46YWRtaW4=

> User-Agent: curl/7.30.0

> Host: 10.100.1.19:9463

> Accept: */*

> Content-Type: application/json

> Content-Length: 265

>

* upload completely sent off: 265 out of 265 bytes

< HTTP/1.1 400 Bad Request

< Date: Mon, 21 Apr 2014 05:20:38 GMT

< Content-Type: application/json

< Content-Length: 100

< Connection: close

* Server WSO2 Carbon Server is not blacklisted

< Server: WSO2 Carbon Server

<

* Closing connection 0

{"Error":{ "errorCode": " 400", "errorMessage": " Error in deploying
deployment policy definition"}}* About to connect() to 10.100.1.19 port
9463 (#0)

*   Trying 10.100.1.19...

* Adding handle: conn: 0x7fc52b00bc00

* Adding handle: send: 0

* Adding handle: recv: 0

* Curl_addHandleToPipeline: length: 1

* - Conn 0 (0x7fc52b00bc00) send_pipe: 1, recv_pipe: 0

* Connected to 10.100.1.19 (10.100.1.19) port 9463 (#0)

* TLS 1.0 connection using TLS_RSA_WITH_AES_128_CBC_SHA

* Server certificate: localhost

* Server auth using Basic with user 'admin'

> POST /stratos/admin/cartridge/definition HTTP/1.1

> Authorization: Basic YWRtaW46YWRtaW4=

> User-Agent: curl/7.30.0

> Host: 10.100.1.19:9463

> Accept: */*

> Content-Type: application/json

> Content-Length: 1409

> Expect: 100-continue

>

< HTTP/1.1 100 Continue

< HTTP/1.1 400 Bad Request

< Date: Mon, 21 Apr 2014 05:20:38 GMT

< Content-Type: application/json

< Content-Length: 95

< Connection: close

* Server WSO2 Carbon Server is not blacklisted

< Server: WSO2 Carbon Server

<

* Closing connection 0

{"Error":{ "errorCode": " 400", "errorMessage": " Error while deploying
cartridge definition"}}* About to connect() to 10.100.1.19 port 9463 (#0)

*   Trying 10.100.1.19...

* Adding handle: conn: 0x7f84f400

* Adding handle: send: 0

* Adding handle: recv: 0

* Curl_addHandleToPipeline: length: 1

* - Conn 0 (0x7f84f400) send_pipe: 1, recv_pipe: 0

* Connected to 10.100.1.19 (10.100.1.19) port 9463 (#0)

* TLS 1.0 connection using TLS_RSA_WITH_AES_128_CBC_SHA

* Server certificate: localhost

* Server auth using Basic with user 'admin'

> POST /stratos/admin/service/de

Re: [Dev] Setup Script

2014-04-20 Thread Punnadi Gunarathna
Hi Dimuthu,

Please attach your deployment-files_s4 directory. Moreover did you start
all Dev Test Prod SMs?


On Mon, Apr 21, 2014 at 10:51 AM, Dimuthu Leelarathne wrote:

> Hi Punnadi and all,
>
>
> When I run the script I am getti ghte flowing issue.
>
>
> What could be the error? Could you tell me how to debug this please? Is
> there an flow to help us guide?
>
>
> thanks,
>
> dimuthu
>
>
> * About to connect() to 10.100.1.19 port 9463 (#0)
>
> *   Trying 10.100.1.19...
>
> * Adding handle: conn: 0x7febfb00
>
> * Adding handle: send: 0
>
> * Adding handle: recv: 0
>
> * Curl_addHandleToPipeline: length: 1
>
> * - Conn 0 (0x7febfb00) send_pipe: 1, recv_pipe: 0
>
> * Connected to 10.100.1.19 (10.100.1.19) port 9463 (#0)
>
> * TLS 1.0 connection using TLS_RSA_WITH_AES_128_CBC_SHA
>
> * Server certificate: localhost
>
> * Server auth using Basic with user 'admin'
>
> > POST /stratos/admin/policy/deployment/partition HTTP/1.1
>
> > Authorization: Basic YWRtaW46YWRtaW4=
>
> > User-Agent: curl/7.30.0
>
> > Host: 10.100.1.19:9463
>
> > Accept: */*
>
> > Content-Type: application/json
>
> > Content-Length: 175
>
> >
>
> * upload completely sent off: 175 out of 175 bytes
>
> < HTTP/1.1 400 Bad Request
>
> < Date: Mon, 21 Apr 2014 05:20:38 GMT
>
> < Content-Type: application/json
>
> < Content-Length: 92
>
> < Connection: close
>
> * Server WSO2 Carbon Server is not blacklisted
>
> < Server: WSO2 Carbon Server
>
> <
>
> * Closing connection 0
>
> {"Error":{ "errorCode": " 400", "errorMessage": " Error in deploying
> partition definition"}}* About to connect() to 10.100.1.19 port 9463 (#0)
>
> *   Trying 10.100.1.19...
>
> * Adding handle: conn: 0x7fb2a980aa00
>
> * Adding handle: send: 0
>
> * Adding handle: recv: 0
>
> * Curl_addHandleToPipeline: length: 1
>
> * - Conn 0 (0x7fb2a980aa00) send_pipe: 1, recv_pipe: 0
>
> * Connected to 10.100.1.19 (10.100.1.19) port 9463 (#0)
>
> * TLS 1.0 connection using TLS_RSA_WITH_AES_128_CBC_SHA
>
> * Server certificate: localhost
>
> * Server auth using Basic with user 'admin'
>
> > POST /stratos/admin/policy/autoscale HTTP/1.1
>
> > Authorization: Basic YWRtaW46YWRtaW4=
>
> > User-Agent: curl/7.30.0
>
> > Host: 10.100.1.19:9463
>
> > Accept: */*
>
> > Content-Type: application/json
>
> > Content-Length: 705
>
> >
>
> * upload completely sent off: 705 out of 705 bytes
>
> < HTTP/1.1 400 Bad Request
>
> < Date: Mon, 21 Apr 2014 05:20:38 GMT
>
> < Content-Type: application/json
>
> < Content-Length: 101
>
> < Connection: close
>
> * Server WSO2 Carbon Server is not blacklisted
>
> < Server: WSO2 Carbon Server
>
> <
>
> * Closing connection 0
>
> {"Error":{ "errorCode": " 400", "errorMessage": " Error in deploying
> autoscaling policy definition"}}* About to connect() to 10.100.1.19 port
> 9463 (#0)
>
> *   Trying 10.100.1.19...
>
> * Adding handle: conn: 0x7fd331804e00
>
> * Adding handle: send: 0
>
> * Adding handle: recv: 0
>
> * Curl_addHandleToPipeline: length: 1
>
> * - Conn 0 (0x7fd331804e00) send_pipe: 1, recv_pipe: 0
>
> * Connected to 10.100.1.19 (10.100.1.19) port 9463 (#0)
>
> * TLS 1.0 connection using TLS_RSA_WITH_AES_128_CBC_SHA
>
> * Server certificate: localhost
>
> * Server auth using Basic with user 'admin'
>
> > POST /stratos/admin/policy/deployment HTTP/1.1
>
> > Authorization: Basic YWRtaW46YWRtaW4=
>
> > User-Agent: curl/7.30.0
>
> > Host: 10.100.1.19:9463
>
> > Accept: */*
>
> > Content-Type: application/json
>
> > Content-Length: 265
>
> >
>
> * upload completely sent off: 265 out of 265 bytes
>
> < HTTP/1.1 400 Bad Request
>
> < Date: Mon, 21 Apr 2014 05:20:38 GMT
>
> < Content-Type: application/json
>
> < Content-Length: 100
>
> < Connection: close
>
> * Server WSO2 Carbon Server is not blacklisted
>
> < Server: WSO2 Carbon Server
>
> <
>
> * Closing connection 0
>
> {"Error":{ "errorCode": " 400", "errorMessage": " Error in deploying
> deployment policy definition"}}* About to connect() to 10.100.1.19 port
> 9463 (#0)
>
> *   Trying 10.100.1.19...
>
> * Adding handle: conn: 0x7fc52b00bc00
>
> * Adding handle: send: 0
>
> * Adding handle: recv: 0
>
> * Curl_addHandleToPipeline: length: 1
>
> * - Conn 0 (0x7fc52b00bc00) send_pipe: 1, recv_pipe: 0
>
> * Connected to 10.100.1.19 (10.100.1.19) port 9463 (#0)
>
> * TLS 1.0 connection using TLS_RSA_WITH_AES_128_CBC_SHA
>
> * Server certificate: localhost
>
> * Server auth using Basic with user 'admin'
>
> > POST /stratos/admin/cartridge/definition HTTP/1.1
>
> > Authorization: Basic YWRtaW46YWRtaW4=
>
> > User-Agent: curl/7.30.0
>
> > Host: 10.100.1.19:9463
>
> > Accept: */*
>
> > Content-Type: application/json
>
> > Content-Length: 1409
>
> > Expect: 100-continue
>
> >
>
> < HTTP/1.1 100 Continue
>
> < HTTP/1.1 400 Bad Request
>
> < Date: Mon, 21 Apr 2014 05:20:38 GMT
>
> < Content-Type: application/json
>
> < Content-Length: 95
>
> < Connection: close
>
> * Server WSO2 Carbon Server is not blacklisted
>
> < Server: WSO2 Carbon Server
>
> <
>
> * Closing connection 0
>
> {"Error":{ "errorCode": " 4

Re: [Dev] WSO2 Committers += Waruna Jayaweera

2014-04-20 Thread Lasantha Fernando
Congratulations Waruna...!!


On 21 April 2014 10:29, Chathurika Mahaarachchi  wrote:

> Congratulations Waruna...!!!
>
>
> On Mon, Apr 21, 2014 at 10:27 AM, Aruna Karunarathna wrote:
>
>> Congratulations Waruna...!!!
>>
>>
>> On Sat, Apr 19, 2014 at 8:23 AM, Nandika Jayawardana wrote:
>>
>>> Hi All,
>>>
>>> It's my  pleasure to announce Waruna Jayaweera as a WSO2 Committer.
>>> Waruna has  been a valuable contributor for WSO2 BPS / BRS products and in
>>> recognition of his contributions to WSO2, he has been voted as a WSO2
>>> Committer.
>>>
>>> Waruna, Congratulations and Keep up the good work!
>>>
>>> Thanks and Regards,
>>> Nandika
>>>
>>> --
>>> Nandika Jayawardana
>>> 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
>>>
>>>
>>
>>
>> --
>>
>> * Aruna Sujith Karunarathna* | Software Engineer
>> WSO2, Inc | lean. enterprise. middleware.
>> #20, Palm Grove, Colombo 03, Sri Lanka
>> Mobile: +94 71 9040362 | Work: +94 112145345
>> Email: ar...@wso2.com | Web: www.wso2.com
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Chathurika Mahaarachchi*
> Software Engineer, QA.
> WSO2 Inc.: http://wso2.com/
> lean.enterprise.middleware
> Mobile: +94718223950
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Lasantha Fernando*
Software Engineer - Data Technologies Team
WSO2 Inc. http://wso2.com

email: lasan...@wso2.com
mobile: (+94) 71 5247551
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Amal Gunatilake

2014-04-20 Thread Lasantha Fernando
Congratulations Amal...!!!


On 21 April 2014 10:46, Ruwan Yatawara  wrote:

> Congrats Amal!
>
> Thanks and Regards,
>
> Ruwan Yatawara
>
> Software Engineer,
> WSO2 Inc.
>  lean . enterprise . middleware
>
> email : ruw...@wso2.com
> mobile : +94 77 9110413
> blog : http://thoughts.ruwan-ace.com/
> www: :http://wso2.com
>
>
>
> On Mon, Apr 21, 2014 at 10:31 AM, Chathurika Mahaarachchi <
> chathur...@wso2.com> wrote:
>
>> Congratulations Amal !
>>
>>
>> On Mon, Apr 21, 2014 at 10:26 AM, Aruna Karunarathna wrote:
>>
>>> Congratulations Amal...!!!
>>>
>>>
>>> On Mon, Apr 21, 2014 at 10:20 AM, Pamod Sylvester wrote:
>>>
 Congratulations Amal !!


 On Mon, Apr 21, 2014 at 10:00 AM, Harshan Liyanage wrote:

> Congradz Amal!
>
> Best Regards,
>
> Lakshitha Harshan
> Software Engineer
> Mobile: *+94724423048*
> Email: hars...@wso2.com
> Blog : http://harshanliyanage.blogspot.com/
> *WSO2, Inc. :** wso2.com *
> lean.enterprise.middleware.
>
>
> On Sat, Apr 19, 2014 at 10:43 PM, Gayan Yalpathwala 
> wrote:
>
>> Congratulations on your achievement Amal !!
>>
>>
>> On Sat, Apr 19, 2014 at 10:08 PM, Manoj Kumara wrote:
>>
>>> Congratulation Amal !!!
>>>
>>>
>>> *Manoj Kumara*
>>> Software Engineer
>>> WSO2 Inc. http://wso2.com/
>>> *lean.enterprise.middleware*
>>> Mobile: +94713448188
>>>
>>>
>>> On Sat, Apr 19, 2014 at 8:27 AM, Nandika Jayawardana <
>>> nand...@wso2.com> wrote:
>>>
 Hi All,

 It's my  pleasure to announce Amal Gunatilake as a WSO2 Committer.
 Amal has  been a valuable contributor for WSO2 BPS product and in
 recognition of his contributions to WSO2, he has been voted as a WSO2
 Committer.

 Amal, Congratulations and Keep up the good work!

 Thanks and Regards,
 Nandika

 --
 Nandika Jayawardana
 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


>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Gayan Kaushalya Yalpathwala*
>>  Software Engineer
>>
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> mobile: +94 71 8682704 
>>
>>  
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 *Pamod Sylvester *
  * Software Engineer *
 Integration Technologies Team, WSO2 Inc.; http://wso2.com
 email: pa...@wso2.com cell: +94 77 7779495

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


>>>
>>>
>>> --
>>>
>>> * Aruna Sujith Karunarathna* | Software Engineer
>>> WSO2, Inc | lean. enterprise. middleware.
>>> #20, Palm Grove, Colombo 03, Sri Lanka
>>> Mobile: +94 71 9040362 | Work: +94 112145345
>>> Email: ar...@wso2.com | Web: www.wso2.com
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Chathurika Mahaarachchi*
>> Software Engineer, QA.
>> WSO2 Inc.: http://wso2.com/
>> lean.enterprise.middleware
>> Mobile: +94718223950
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Lasantha Fernando*
Software Engineer - Data Technologies Team
WSO2 Inc. http://wso2.com

email: lasan...@wso2.com
mobile: (+94) 71 5247551
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Issue in sample 271 (WSO2ESB) smooks configuration documentation is not available

2014-04-20 Thread Harsha Kumara
There are some config files already there in the distribution. So copying
only missing ones will be enough.


On Mon, Apr 21, 2014 at 10:43 AM, Awanthika Senarath wrote:

> Hi Harsha,
>
> yes noted. That means we have to copy all the folders as the readme
> suggests and not just the ones that are mentioned in the guide right? .
>
> Thanks a lot for the input:)
>
> thanks & regards
>
>
> On Mon, Apr 21, 2014 at 10:20 AM, Harsha Kumara  wrote:
>
>> Hi Awanthika,
>> In samples.zip file link at the beginning of the documentation page
>> contains the all the resources need in this sample, it contains that config
>> file which you can copy there.
>> Thanks,
>> Harsha
>>
>>
>> On Mon, Apr 21, 2014 at 10:18 AM, Harsha Kumara  wrote:
>>
>>> Hi Awanthika,
>>> In samples.zip file link at the beginning of the documentation page
>>> contains the all the resources need in this sample, it contains that config
>>> file which you can copy there.
>>> Thanks,
>>> Harsha
>>>
>>>
>>> On Mon, Apr 21, 2014 at 8:29 AM, Awanthika Senarath 
>>> wrote:
>>>
 Hi all,

 In the file processing sample (sample 271) , it is needed to configure
 the smooks config file for CSV parsing, which is not available in the
 documentation. Otherwise it gives an error saying config-key smooks is not
 found.

 The process I followed is

 [1] create the smooks.xml which is given in the attachment in the
 documentation in local-entry folder
 [2] create the smooks-config.xml file with the content attached here
 with for csv parsing in the location mentioned in the smooks.xml in [1]
 [3] copy the smooks libraries as mentioned in the documentation

 Is there any other way to solve this, that is already mentioned int he
 documentation which i have missed?


 regards
 --
 Awanthika Senarath
 Software Engineer, WSO2 Inc.
 Mobile: +94717681791



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


>>>
>>>
>>> --
>>> Harsha Kumara
>>> Software Engineer, WSO2 Inc.
>>> Mobile: +94775505618
>>> Blog:harshcreationz.blogspot.com
>>>
>>
>>
>>
>> --
>> Harsha Kumara
>> Software Engineer, WSO2 Inc.
>> Mobile: +94775505618
>> Blog:harshcreationz.blogspot.com
>>
>
>
>
> --
> Awanthika Senarath
> Software Engineer, WSO2 Inc.
> Mobile: +94717681791
>
>
>


-- 
Harsha Kumara
Software Engineer, WSO2 Inc.
Mobile: +94775505618
Blog:harshcreationz.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Loadbalancer configuration for API Manager

2014-04-20 Thread Chathura Dilan
Hi All,

When configuring the loadbalancer to cluster API Manager according to [1],
is there any specific configuration to use in the loadbalancer.conf for API
Manager like appserver for application server and esb for ESB. It is not
mentioned in the docs.

[1].  https://docs.wso2.org/display/CLUSTER420/Clustering+API+Manager
-- 
Regards,

Chatura Dilan Perera
*(Senior Software Engineer - WSO2 Inc.)*
www.dilan.me
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Loadbalancer configuration for API Manager

2014-04-20 Thread Sanjeewa Malalgoda
Normally we used term *apim* for API Manager. So hope you can use same here
as well. But if its distributed deployment cluster names should contain
gateway, store, publisher and keymanager in addition to apim.

Thanks,
sanjeewa.


On Mon, Apr 21, 2014 at 11:02 AM, Chathura Dilan  wrote:

> Hi All,
>
> When configuring the loadbalancer to cluster API Manager according to [1],
> is there any specific configuration to use in the loadbalancer.conf for API
> Manager like appserver for application server and esb for ESB. It is not
> mentioned in the docs.
>
> [1].  https://docs.wso2.org/display/CLUSTER420/Clustering+API+Manager
> --
> Regards,
>
> Chatura Dilan Perera
> *(Senior Software Engineer - WSO2 Inc.)*
> www.dilan.me
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

*Sanjeewa Malalgoda*
WSO2 Inc.
Mobile : +94713068779

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


[Dev] How to access a HTML element using Jaggery?

2014-04-20 Thread Dumidu Handakumbura
Hi Devs,

How can I access a HTML element using Jaggery? Similar to
document.getElementById() in JS? Also is there a way to access a variable
inside a JS script block from a Jaggery script block in the same document.


Thanks and Regards,

Dumidu


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


Re: [Dev] WSO2 Committers += Amal Gunatilake

2014-04-20 Thread Isuruwan Herath
Congrats Amal...!!!


On Mon, Apr 21, 2014 at 10:59 AM, Lasantha Fernando wrote:

> Congratulations Amal...!!!
>
>
> On 21 April 2014 10:46, Ruwan Yatawara  wrote:
>
>> Congrats Amal!
>>
>> Thanks and Regards,
>>
>> Ruwan Yatawara
>>
>> Software Engineer,
>> WSO2 Inc.
>>  lean . enterprise . middleware
>>
>> email : ruw...@wso2.com
>> mobile : +94 77 9110413
>> blog : http://thoughts.ruwan-ace.com/
>> www: :http://wso2.com
>>
>>
>>
>> On Mon, Apr 21, 2014 at 10:31 AM, Chathurika Mahaarachchi <
>> chathur...@wso2.com> wrote:
>>
>>> Congratulations Amal !
>>>
>>>
>>> On Mon, Apr 21, 2014 at 10:26 AM, Aruna Karunarathna wrote:
>>>
 Congratulations Amal...!!!


 On Mon, Apr 21, 2014 at 10:20 AM, Pamod Sylvester wrote:

> Congratulations Amal !!
>
>
> On Mon, Apr 21, 2014 at 10:00 AM, Harshan Liyanage 
> wrote:
>
>> Congradz Amal!
>>
>> Best Regards,
>>
>> Lakshitha Harshan
>> Software Engineer
>> Mobile: *+94724423048*
>> Email: hars...@wso2.com
>> Blog : http://harshanliyanage.blogspot.com/
>> *WSO2, Inc. :** wso2.com *
>> lean.enterprise.middleware.
>>
>>
>> On Sat, Apr 19, 2014 at 10:43 PM, Gayan Yalpathwala 
>> wrote:
>>
>>> Congratulations on your achievement Amal !!
>>>
>>>
>>> On Sat, Apr 19, 2014 at 10:08 PM, Manoj Kumara wrote:
>>>
 Congratulation Amal !!!


 *Manoj Kumara*
 Software Engineer
 WSO2 Inc. http://wso2.com/
 *lean.enterprise.middleware*
 Mobile: +94713448188


 On Sat, Apr 19, 2014 at 8:27 AM, Nandika Jayawardana <
 nand...@wso2.com> wrote:

> Hi All,
>
> It's my  pleasure to announce Amal Gunatilake as a WSO2 Committer.
> Amal has  been a valuable contributor for WSO2 BPS product and in
> recognition of his contributions to WSO2, he has been voted as a WSO2
> Committer.
>
> Amal, Congratulations and Keep up the good work!
>
> Thanks and Regards,
> Nandika
>
> --
> Nandika Jayawardana
> 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
>
>

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


>>>
>>>
>>> --
>>> *Gayan Kaushalya Yalpathwala*
>>>  Software Engineer
>>>
>>> WSO2 Inc.; http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> mobile: +94 71 8682704 
>>>
>>>  
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Pamod Sylvester *
>  * Software Engineer *
> Integration Technologies Team, WSO2 Inc.; http://wso2.com
> email: pa...@wso2.com cell: +94 77 7779495
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --

 * Aruna Sujith Karunarathna* | Software Engineer
 WSO2, Inc | lean. enterprise. middleware.
 #20, Palm Grove, Colombo 03, Sri Lanka
 Mobile: +94 71 9040362 | Work: +94 112145345
 Email: ar...@wso2.com | Web: www.wso2.com


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


>>>
>>>
>>> --
>>> *Chathurika Mahaarachchi*
>>> Software Engineer, QA.
>>> WSO2 Inc.: http://wso2.com/
>>> lean.enterprise.middleware
>>> Mobile: +94718223950
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Lasantha Fernando*
> Software Engineer - Data Technologies Team
> WSO2 Inc. http://wso2.com
>
> email: lasan...@wso2.com
> mobile: (+94) 71 5247551
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http:

Re: [Dev] WSO2 Committers += Waruna Jayaweera

2014-04-20 Thread Isuruwan Herath
Congrats Waruna...!!!


On Mon, Apr 21, 2014 at 10:57 AM, Lasantha Fernando wrote:

> Congratulations Waruna...!!
>
>
> On 21 April 2014 10:29, Chathurika Mahaarachchi wrote:
>
>> Congratulations Waruna...!!!
>>
>>
>> On Mon, Apr 21, 2014 at 10:27 AM, Aruna Karunarathna wrote:
>>
>>> Congratulations Waruna...!!!
>>>
>>>
>>> On Sat, Apr 19, 2014 at 8:23 AM, Nandika Jayawardana 
>>> wrote:
>>>
 Hi All,

 It's my  pleasure to announce Waruna Jayaweera as a WSO2 Committer.
 Waruna has  been a valuable contributor for WSO2 BPS / BRS products and in
 recognition of his contributions to WSO2, he has been voted as a WSO2
 Committer.

 Waruna, Congratulations and Keep up the good work!

 Thanks and Regards,
 Nandika

 --
 Nandika Jayawardana
 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


>>>
>>>
>>> --
>>>
>>> * Aruna Sujith Karunarathna* | Software Engineer
>>> WSO2, Inc | lean. enterprise. middleware.
>>> #20, Palm Grove, Colombo 03, Sri Lanka
>>> Mobile: +94 71 9040362 | Work: +94 112145345
>>> Email: ar...@wso2.com | Web: www.wso2.com
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Chathurika Mahaarachchi*
>> Software Engineer, QA.
>> WSO2 Inc.: http://wso2.com/
>> lean.enterprise.middleware
>> Mobile: +94718223950
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Lasantha Fernando*
> Software Engineer - Data Technologies Team
> WSO2 Inc. http://wso2.com
>
> email: lasan...@wso2.com
> mobile: (+94) 71 5247551
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Isuruwan Herath
Technical Lead

Contact: +94 776 273 296
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Please merge carbon-commons #2 pull request.

2014-04-20 Thread Thilini Ishaka
Ping on this. Please merge this fix.

Thanks
Thilini


On Wed, Apr 2, 2014 at 6:47 PM, Thilini Ishaka  wrote:

> Hi KasunG,
>
> I need to add fix for [1] to 4.3.0 but the carbon-commons Dev repo is not
> available at the moment. Will you be able to create the the dev repo (or do
> I have permissions to do that?) so that I can do the pull request for that.
>
> Currently it [2] has been done for the master since the dev repo is not
> available.
>
> [1] https://wso2.org/jira/browse/CARBON-14505
> [2] https://github.com/wso2/carbon-commons/pull/2
>
> Thanks
> Thilini
>
> --
> Thilini Ishaka
> Senior Software Engineer
> Phone: +94 11 214 5345
> WSO2 Inc. http://wso2.com
>
> blog: thiliniishaka.blogspot.com
> linkedin: http://lk.linkedin.com/in/thiliniishaka
> twitter: https://twitter.com/#!/ThiliniIsh
>



-- 
Thilini Ishaka
Senior Software Engineer
Phone: +94 11 214 5345
WSO2 Inc. http://wso2.com

blog: thiliniishaka.blogspot.com
linkedin: http://lk.linkedin.com/in/thiliniishaka
twitter: https://twitter.com/#!/ThiliniIsh
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Waruna Jayaweera

2014-04-20 Thread Rajith Vitharana
Congrats Waruna :)


On Mon, Apr 21, 2014 at 11:26 AM, Isuruwan Herath  wrote:

> Congrats Waruna...!!!
>
>
> On Mon, Apr 21, 2014 at 10:57 AM, Lasantha Fernando wrote:
>
>> Congratulations Waruna...!!
>>
>>
>> On 21 April 2014 10:29, Chathurika Mahaarachchi wrote:
>>
>>> Congratulations Waruna...!!!
>>>
>>>
>>> On Mon, Apr 21, 2014 at 10:27 AM, Aruna Karunarathna wrote:
>>>
 Congratulations Waruna...!!!


 On Sat, Apr 19, 2014 at 8:23 AM, Nandika Jayawardana 
 wrote:

> Hi All,
>
> It's my  pleasure to announce Waruna Jayaweera as a WSO2 Committer.
> Waruna has  been a valuable contributor for WSO2 BPS / BRS products and in
> recognition of his contributions to WSO2, he has been voted as a WSO2
> Committer.
>
> Waruna, Congratulations and Keep up the good work!
>
> Thanks and Regards,
> Nandika
>
> --
> Nandika Jayawardana
> 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
>
>


 --

 * Aruna Sujith Karunarathna* | Software Engineer
 WSO2, Inc | lean. enterprise. middleware.
 #20, Palm Grove, Colombo 03, Sri Lanka
 Mobile: +94 71 9040362 | Work: +94 112145345
 Email: ar...@wso2.com | Web: www.wso2.com


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


>>>
>>>
>>> --
>>> *Chathurika Mahaarachchi*
>>> Software Engineer, QA.
>>> WSO2 Inc.: http://wso2.com/
>>> lean.enterprise.middleware
>>> Mobile: +94718223950
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Lasantha Fernando*
>> Software Engineer - Data Technologies Team
>> WSO2 Inc. http://wso2.com
>>
>> email: lasan...@wso2.com
>> mobile: (+94) 71 5247551
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Isuruwan Herath
> Technical Lead
>
> Contact: +94 776 273 296
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Rajith Vitharana

Software Engineer,
WSO2 Inc. : wso2.com
Mobile : +94715883223
Blog : http://lankavitharana.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Amal Gunatilake

2014-04-20 Thread Rajith Vitharana
Congrats Amal. :)


On Mon, Apr 21, 2014 at 11:27 AM, Isuruwan Herath  wrote:

> Congrats Amal...!!!
>
>
> On Mon, Apr 21, 2014 at 10:59 AM, Lasantha Fernando wrote:
>
>> Congratulations Amal...!!!
>>
>>
>> On 21 April 2014 10:46, Ruwan Yatawara  wrote:
>>
>>> Congrats Amal!
>>>
>>> Thanks and Regards,
>>>
>>> Ruwan Yatawara
>>>
>>> Software Engineer,
>>> WSO2 Inc.
>>>  lean . enterprise . middleware
>>>
>>> email : ruw...@wso2.com
>>> mobile : +94 77 9110413
>>> blog : http://thoughts.ruwan-ace.com/
>>> www: :http://wso2.com
>>>
>>>
>>>
>>> On Mon, Apr 21, 2014 at 10:31 AM, Chathurika Mahaarachchi <
>>> chathur...@wso2.com> wrote:
>>>
 Congratulations Amal !


 On Mon, Apr 21, 2014 at 10:26 AM, Aruna Karunarathna wrote:

> Congratulations Amal...!!!
>
>
> On Mon, Apr 21, 2014 at 10:20 AM, Pamod Sylvester wrote:
>
>> Congratulations Amal !!
>>
>>
>> On Mon, Apr 21, 2014 at 10:00 AM, Harshan Liyanage 
>> wrote:
>>
>>> Congradz Amal!
>>>
>>> Best Regards,
>>>
>>> Lakshitha Harshan
>>> Software Engineer
>>> Mobile: *+94724423048*
>>> Email: hars...@wso2.com
>>> Blog : http://harshanliyanage.blogspot.com/
>>> *WSO2, Inc. :** wso2.com *
>>> lean.enterprise.middleware.
>>>
>>>
>>> On Sat, Apr 19, 2014 at 10:43 PM, Gayan Yalpathwala >> > wrote:
>>>
 Congratulations on your achievement Amal !!


 On Sat, Apr 19, 2014 at 10:08 PM, Manoj Kumara wrote:

> Congratulation Amal !!!
>
>
> *Manoj Kumara*
> Software Engineer
> WSO2 Inc. http://wso2.com/
> *lean.enterprise.middleware*
> Mobile: +94713448188
>
>
> On Sat, Apr 19, 2014 at 8:27 AM, Nandika Jayawardana <
> nand...@wso2.com> wrote:
>
>> Hi All,
>>
>> It's my  pleasure to announce Amal Gunatilake as a WSO2
>> Committer. Amal has  been a valuable contributor for WSO2 BPS 
>> product and
>> in recognition of his contributions to WSO2, he has been voted as a 
>> WSO2
>> Committer.
>>
>> Amal, Congratulations and Keep up the good work!
>>
>> Thanks and Regards,
>> Nandika
>>
>> --
>> Nandika Jayawardana
>> 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
>>
>>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 *Gayan Kaushalya Yalpathwala*
  Software Engineer

 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 71 8682704 

  

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


>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Pamod Sylvester *
>>  * Software Engineer *
>> Integration Technologies Team, WSO2 Inc.; http://wso2.com
>> email: pa...@wso2.com cell: +94 77 7779495
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
> * Aruna Sujith Karunarathna* | Software Engineer
> WSO2, Inc | lean. enterprise. middleware.
> #20, Palm Grove, Colombo 03, Sri Lanka
> Mobile: +94 71 9040362 | Work: +94 112145345
> Email: ar...@wso2.com | Web: www.wso2.com
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 *Chathurika Mahaarachchi*
 Software Engineer, QA.
 WSO2 Inc.: http://wso2.com/
 lean.enterprise.middleware
 Mobile: +94718223950

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


>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Lasantha Fernando*
>> Software Engineer - Data Technologies Team
>> WSO2 Inc. http://wso2.com
>>
>> email: lasan...@wso2.com
>> 

Re: [Dev] Loadbalancer configuration for API Manager

2014-04-20 Thread Chathura Dilan
Hi Sanjeewa,

Thank you


On Mon, Apr 21, 2014 at 11:14 AM, Sanjeewa Malalgoda wrote:

> Normally we used term *apim* for API Manager. So hope you can use same
> here as well. But if its distributed deployment cluster names should
> contain gateway, store, publisher and keymanager in addition to apim.
>
> Thanks,
> sanjeewa.
>
>
> On Mon, Apr 21, 2014 at 11:02 AM, Chathura Dilan wrote:
>
>> Hi All,
>>
>> When configuring the loadbalancer to cluster API Manager according to
>> [1], is there any specific configuration to use in the loadbalancer.conf
>> for API Manager like appserver for application server and esb for ESB. It
>> is not mentioned in the docs.
>>
>> [1].  https://docs.wso2.org/display/CLUSTER420/Clustering+API+Manager
>> --
>> Regards,
>>
>> Chatura Dilan Perera
>> *(Senior Software Engineer - WSO2 Inc.)*
>> www.dilan.me
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
> *Sanjeewa Malalgoda*
> WSO2 Inc.
> Mobile : +94713068779
>
>  blog
> :http://sanjeewamalalgoda.blogspot.com/
>
>
>


-- 
Regards,

Chatura Dilan Perera
*(Senior Software Engineer - WSO2 Inc.)*
www.dilan.me
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] How to access a HTML element using Jaggery?

2014-04-20 Thread Madhuka Udantha
Hi, Dumidu

Jaggery is basically, server-side Javascript scripting engine.[1].
So you can used jquery in your app regard HTML element operations.
Here is sample jaggery app[2], where you can find sample codes and how it
have handle.
BTW you can try caramel as well[3].

[1] http://jaggeryjs.org/
[2] https://github.com/wso2/jaggery/tree/master/apps
[3] https://github.com/wso2/caramel


On Mon, Apr 21, 2014 at 11:15 AM, Dumidu Handakumbura wrote:

> Hi Devs,
>
> How can I access a HTML element using Jaggery? Similar to
> document.getElementById() in JS? Also is there a way to access a variable
> inside a JS script block from a Jaggery script block in the same document.
>
>
> Thanks and Regards,
>
> Dumidu
>
>
> --
> *Dumidu Handakumbura*
> Software Engineer - QA
> WSO2 Inc; http://www.wso2.com/.
> Mobile;
> *+9406740 <%2B9406740> *
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Madhuka* Udantha
Senior Software Engineer
Development Technologies
WSO2 Inc. : http://wso2.com

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


Re: [Dev] ESB 4.8.1 - Sample 153

2014-04-20 Thread Dilini Muthumala
Hi all,
Find the related Jira at [1].

Thanks, Nisrin for updating the doc.

Regards,
Dilini

[1] https://wso2.org/jira/browse/DOCUMENTATION-663


On Thu, Apr 17, 2014 at 11:32 AM, Nisrin Sheriff  wrote:

> Thank you for pointing this out.
>
> Will update the relevant samples with this information.
>
>
> Best Regards,
> Nisrin
>
> Nisrin Sheriff
> Senior Technical Writer
>
> *WSO2, Inc.*lean.enterprise.middleware.
> mobile: +94 776 24 84 56
> http://wso2.com
>
>
> On Thu, Apr 17, 2014 at 11:27 AM, Lali Devamanthri  wrote:
>
>> Adding documentation@.
>> Needs to mention requirement of bouncycastle jar for ESB samples 153,
>> 200.
>>
>>
>>
>> On Thu, Apr 17, 2014 at 11:16 AM, Buddhima Wijeweera 
>> wrote:
>>
>>> Also needed for sample 200 too. Thanks!
>>>
>>>
>>> On Tue, Apr 8, 2014 at 4:22 PM, Isuru Ranawaka  wrote:
>>>
 Thanks for your quick reply.Now it is working.


 On Tue, Apr 8, 2014 at 3:49 PM, Harsha Kumara  wrote:

> Hi Isuru,
>
> You have to put the BouncyCastle (
> http://www.bouncycastle.org/latest_releases.html) jars to 
> ESB_HOME/repository/components/plugins
> and ESB_HOME/repository/axis2/client/lib directories. Please refer
> [1] and [2].
>
> I think this needs to be specify in the documentation of the sample.
>
> [1]-
> http://evanthika.blogspot.com/2014/02/solving-orgapachewssecuritywssecurityex.html
> [2]-http://mail.wso2.org/mailarchive/dev/2014-February/027877.html
>
>  Thanks,
> Harsha
>
>
> On Tue, Apr 8, 2014 at 3:36 PM, Isuru Ranawaka wrote:
>
>> Hi all,
>> I had and exception when running ESB 4.8.1 sample 153 in the
>> axis2Client side.  This is worked in ESB 4.7
>> Is it error in  the shipped axis2Client?
>>
>>
>> 14/04/08 15:22:00 ERROR sandesha2.SandeshaModule: Could not load
>> module policies. Using default values.
>> Using WS-Security
>> 14/04/08 15:22:00 INFO mail.MailTransportSender: MAILTO Sender started
>> 14/04/08 15:22:00 INFO jms.JMSSender: JMS Sender started
>> 14/04/08 15:22:00 INFO jms.JMSSender: JMS Transport Sender
>> initialized...
>> org.apache.axis2.AxisFault: Error in encryption
>> at
>> org.apache.rampart.handler.RampartSender.invoke(RampartSender.java:76)
>> at org.apache.axis2.engine.Phase.invokeHandler(Phase.java:340)
>> at org.apache.axis2.engine.Phase.invoke(Phase.java:313)
>> at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:261)
>> at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:426)
>> at
>> org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:430)
>> at
>> org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:225)
>> at
>> org.apache.axis2.client.OperationClient.execute(OperationClient.java:149)
>> at
>> org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:554)
>> at
>> org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:530)
>> at samples.userguide.StockQuoteClient.executeClient(Unknown
>> Source)
>> at samples.userguide.StockQuoteClient.main(Unknown Source)
>> Caused by: org.apache.rampart.RampartException: Error in encryption
>> at
>> org.apache.rampart.builder.AsymmetricBindingBuilder.doSignBeforeEncrypt(AsymmetricBindingBuilder.java:612)
>> at
>> org.apache.rampart.builder.AsymmetricBindingBuilder.build(AsymmetricBindingBuilder.java:97)
>> at
>> org.apache.rampart.MessageBuilder.build(MessageBuilder.java:147)
>> at
>> org.apache.rampart.handler.RampartSender.invoke(RampartSender.java:65)
>> ... 11 more
>> Caused by: org.apache.ws.security.WSSecurityException: An unsupported
>> signature or encryption algorithm was used (unsupported key transport
>> encryption algorithm: No such algorithm:
>> http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p); nested exception
>> is:
>> java.security.NoSuchAlgorithmException: Cannot find any provider
>> supporting RSA/ECB/OAEPPadding
>> at
>> org.apache.ws.security.util.WSSecurityUtil.getCipherInstance(WSSecurityUtil.java:785)
>> at
>> org.apache.ws.security.message.WSSecEncryptedKey.prepareInternal(WSSecEncryptedKey.java:205)
>> at
>> org.apache.ws.security.message.WSSecEncrypt.prepare(WSSecEncrypt.java:259)
>> at
>> org.apache.rampart.builder.AsymmetricBindingBuilder.doSignBeforeEncrypt(AsymmetricBindingBuilder.java:578)
>> ... 14 more
>> Caused by: java.security.NoSuchAlgorithmException: Cannot find any
>> provider supporting RSA/ECB/OAEPPadding
>> at javax.crypto.Cipher.getInstance(DashoA13*..)
>> at
>> org.apache.ws.security.util.WSSecurityUtil.getCipherInstance(WSSecurityUtil.java:777)
>> ... 17 more
>>
>>
>>
>>
>

Re: [Dev] BRS testing

2014-04-20 Thread Shavantha Weerasinghe
Hi Thilini

When attempting to build the [1] from top level, I face the below error.
The full error log is attached
[1]
https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/products/brs/2.1.0/modules/integration/


[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project org.wso2.brs:integration:2.1.0
(/home/shavantha/projects/brs/platform/integration/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Failure to find
org.wso2.brs:brs-parent:pom:2.1.0 in
http://repo.maven.apache.org/maven2was cached in the local repository,
resolution will not be reattempted
until the update interval of central has elapsed or updates are forced and
'parent.relativePath' points at wrong local POM @ line 5, column 13 ->
[Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2]
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
shavantha@shavantha-ThinkPad-T530:~/projects/brs/platform/integration$ vi
pom.xml

Regards,
Shavantha Weerasinghe
Senior Software Engineer QA
WSO2, Inc.
lean.enterprise.middleware.
http://wso2.com
http://wso2.org
Tel : 94 11 214 5345
Fax :94 11 2145300



On Fri, Apr 18, 2014 at 11:04 AM, Thilini Ishaka  wrote:

> Hi Shavantha,
>
> Need to revisit the contents of the article. For the time being you can
> deploy a rule service on BRS and invoke that via a bpel process and test
> the integration scenario.
>
> Thanks
> Thilini
>
>
> On Fri, Apr 18, 2014 at 10:57 AM, Shavantha Weerasinghe <
> shavan...@wso2.com> wrote:
>
>> Hi Thilini
>>
>> The setup as per
>> http://wso2.com/library/articles/2011/05/integrate-business-rules-bpel/was 
>> done, but the READ-ME talks about 2 clients on BRS and BPS sides which
>> I am not sure how to initiate
>>
>> regards,
>>
>> Shavantha Weerasinghe
>> Senior Software Engineer QA
>> WSO2, Inc.
>> lean.enterprise.middleware.
>> http://wso2.com
>> http://wso2.org
>> Tel : 94 11 214 5345
>> Fax :94 11 2145300
>>
>>
>>
>> On Fri, Apr 18, 2014 at 10:54 AM, Thilini Ishaka wrote:
>>
>>> Hi Shavantha,
>>>
>>> On Fri, Apr 18, 2014 at 10:47 AM, Shavantha Weerasinghe <
>>> shavan...@wso2.com> wrote:
>>>
 Hi All

 I have started with test case and also reported some jira for the
 current pack given available within search criteria [1]. Currently am
 trying to figure out how to integrate BPS and BRS. Pending is the
 integration platform setup.

>>> Try out a scenario similar to
>>> http://wso2.com/library/articles/2011/05/integrate-business-rules-bpel/
>>>
>>> Thanks
>>> Thilini
>>>
>>>
 By the way do we already have a mail thread for BRS210 ?

>>>


 [1]project = BRS AND reporter ="shavan...@wso2.com" AND
 affectedVersion="2.1.0"

 Regards,

 Shavantha Weerasinghe
 Senior Software Engineer QA
 WSO2, Inc.
 lean.enterprise.middleware.
 http://wso2.com
 http://wso2.org
 Tel : 94 11 214 5345
 Fax :94 11 2145300



 On Wed, Apr 16, 2014 at 3:20 PM, Thilini Ishaka wrote:

> Sure, hopefully tomorrow morning we can give a pack.
>
> Thanks
> Thilini
>
>
> On Wed, Apr 16, 2014 at 3:05 PM, Evanthika Amarasiri <
> evanth...@wso2.com> wrote:
>
>> Hi Thilini,
>>
>> Can we get a new pack with all the Kernal patches?
>>
>> ​- ​
>> Evanthika
>>
>>
>> On Wed, Apr 16, 2014 at 10:15 AM, Thilini Ishaka wrote:
>>
>>> Note this was done in a month back. Will provide a proper pack early
>>> next week :)
>>>
>>>
>>> https://svn.wso2.org/repos/wso2/people/thilini/releases/Business-Rules-Server-2.1.0/2014-03-11/wso2brs-2.1.0.zip
>>>
>>> This is a good article on writing a BRS sample
>>> http://wso2.com/library/articles/2013/05/eclipse-plugin-wso2-business-rules-server/
>>>
>>> Test migration is completed https://redmine.wso2.com/issues/2445
>>>
>>> Thanks
>>> Thilini
>>>
>>>
>>> --
>>>  Thilini Ishaka
>>> Senior Software Engineer
>>>  Phone: +94 11 214 5345
>>> WSO2 Inc. http://wso2.com
>>>
>>> blog: thiliniishaka.blogspot.com
>>> linkedin: http://lk.linkedin.com/in/thiliniishaka
>>> twitter: https://twitter.com/#!/ThiliniIsh
>>>
>>
>>
>
>
> --
> Thilini Ishaka
> Senior Software Engineer
> Phone: +94 11 214 5345
> WSO2 Inc. http://wso2.com
>
> blog: thiliniishaka.blogspot.com
> linkedin: http://lk.linkedin.com/in/thiliniishaka
> twitter: https://twitter.com/#!/ThiliniIsh
>


>>>
>>>
>>> --
>>> Thilini Ishaka
>>> Senior Software Eng

Re: [Dev] BRS testing

2014-04-20 Thread Thilini Ishaka
Hi Shavantha,

Please checkout from BRS product root level [1] and do the build, It'll
resolve the issue.

[1]
https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/products/brs/2.1.0/

Thanks
Thilini


On Mon, Apr 21, 2014 at 12:04 PM, Shavantha Weerasinghe
wrote:

> Hi Thilini
>
> When attempting to build the [1] from top level, I face the below error.
> The full error log is attached
> [1]
> https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/products/brs/2.1.0/modules/integration/
>
>
> [INFO] Scanning for projects...
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR]   The project org.wso2.brs:integration:2.1.0
> (/home/shavantha/projects/brs/platform/integration/pom.xml) has 1 error
> [ERROR] Non-resolvable parent POM: Failure to find
> org.wso2.brs:brs-parent:pom:2.1.0 in http://repo.maven.apache.org/maven2was 
> cached in the local repository, resolution will not be reattempted
> until the update interval of central has elapsed or updates are forced and
> 'parent.relativePath' points at wrong local POM @ line 5, column 13 ->
> [Help 2]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> [ERROR] [Help 2]
> http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> shavantha@shavantha-ThinkPad-T530:~/projects/brs/platform/integration$ vi
> pom.xml
>
> Regards,
> Shavantha Weerasinghe
> Senior Software Engineer QA
> WSO2, Inc.
> lean.enterprise.middleware.
> http://wso2.com
> http://wso2.org
> Tel : 94 11 214 5345
> Fax :94 11 2145300
>
>
>
> On Fri, Apr 18, 2014 at 11:04 AM, Thilini Ishaka  wrote:
>
>> Hi Shavantha,
>>
>> Need to revisit the contents of the article. For the time being you can
>> deploy a rule service on BRS and invoke that via a bpel process and test
>> the integration scenario.
>>
>> Thanks
>> Thilini
>>
>>
>> On Fri, Apr 18, 2014 at 10:57 AM, Shavantha Weerasinghe <
>> shavan...@wso2.com> wrote:
>>
>>> Hi Thilini
>>>
>>> The setup as per
>>> http://wso2.com/library/articles/2011/05/integrate-business-rules-bpel/was 
>>> done, but the READ-ME talks about 2 clients on BRS and BPS sides which
>>> I am not sure how to initiate
>>>
>>> regards,
>>>
>>> Shavantha Weerasinghe
>>> Senior Software Engineer QA
>>> WSO2, Inc.
>>> lean.enterprise.middleware.
>>> http://wso2.com
>>> http://wso2.org
>>> Tel : 94 11 214 5345
>>> Fax :94 11 2145300
>>>
>>>
>>>
>>> On Fri, Apr 18, 2014 at 10:54 AM, Thilini Ishaka wrote:
>>>
 Hi Shavantha,

 On Fri, Apr 18, 2014 at 10:47 AM, Shavantha Weerasinghe <
 shavan...@wso2.com> wrote:

> Hi All
>
> I have started with test case and also reported some jira for the
> current pack given available within search criteria [1]. Currently am
> trying to figure out how to integrate BPS and BRS. Pending is the
> integration platform setup.
>
 Try out a scenario similar to
 http://wso2.com/library/articles/2011/05/integrate-business-rules-bpel/

 Thanks
 Thilini


> By the way do we already have a mail thread for BRS210 ?
>

>
>
> [1]project = BRS AND reporter ="shavan...@wso2.com" AND
> affectedVersion="2.1.0"
>
> Regards,
>
> Shavantha Weerasinghe
> Senior Software Engineer QA
> WSO2, Inc.
> lean.enterprise.middleware.
> http://wso2.com
> http://wso2.org
> Tel : 94 11 214 5345
> Fax :94 11 2145300
>
>
>
> On Wed, Apr 16, 2014 at 3:20 PM, Thilini Ishaka wrote:
>
>> Sure, hopefully tomorrow morning we can give a pack.
>>
>> Thanks
>> Thilini
>>
>>
>> On Wed, Apr 16, 2014 at 3:05 PM, Evanthika Amarasiri <
>> evanth...@wso2.com> wrote:
>>
>>> Hi Thilini,
>>>
>>> Can we get a new pack with all the Kernal patches?
>>>
>>> ​- ​
>>> Evanthika
>>>
>>>
>>> On Wed, Apr 16, 2014 at 10:15 AM, Thilini Ishaka 
>>> wrote:
>>>
 Note this was done in a month back. Will provide a proper pack
 early next week :)


 https://svn.wso2.org/repos/wso2/people/thilini/releases/Business-Rules-Server-2.1.0/2014-03-11/wso2brs-2.1.0.zip

 This is a good article on writing a BRS sample
 http://wso2.com/library/articles/2013/05/eclipse-plugin-wso2-business-rules-server/

 Test migration is completed https://redmine.wso2.com/issues/2445

 Thanks
 Thilini


 --
  Thilini Ishaka
 Senior Software Engineer
  Phone: +94 11 214 5345
 WSO2 Inc. http://wso2.com

 blog: thiliniishaka.blogspot.c

[Dev] Please merge DSS integration test commit#2 pull request

2014-04-20 Thread Nuwan Wimalasekara
Hi DSS team,
Please apply the pull request - https://github.com/wso2/product-dss/pull/2

Thanks,
Nuwanw

-- 
Nuwan Wimalasekara
Senior Software Engineer - Test Automation
WSO2, Inc.: http://wso2.com
lean. enterprise. middleware

phone: +94 71 668 4620
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev