Re: [Dev] [APIM] New Throttling Engine Database Schema Design

2016-03-03 Thread Upekka Anuruddhi
Whats are QUOTA_POLICY_TYPE, QUOTA attributes

Throttling can be done based on Request Count (Eg: 4000 req/5 min) or based
on Bandwidth (Eg: 100 MB/1 hour). QUOTA_POLICY_TYPE is either
"RequestCount" or "Bandwidth". QUOTA is the number of requests or the
bandwidth allowed.

why are these duplicated in AM_POLICY, AM_CONDITION tables?

Consider the scenario "Allow 20 req/min for requests coming from a
particular ip address range and allow 10 req/min for others". In the above
scenario the quota 20 req/min is relevant to condition (AM_CONDITION table)
and 10 req/min is the default quota relevant to Policy (AM_POLICY table).


On Thu, Mar 3, 2016 at 5:42 PM, Nuwan Dias  wrote:

> The condition table needs to hold the Resource URI template as well.
>
> On Thu, Mar 3, 2016 at 4:28 PM, Upekka Anuruddhi  wrote:
>
>> Hi All,
>>
>> This is the database design for saving throttling policies in CEP Based
>> Throttling engine for API Manager.
>> Please share your ideas and suggestions on this.
>>
>> Thanks.
>> Upekka
>> ​
>>
>> --
>> *Upekka Pathirana*
>> Software Engineering Intern
>> WSO2 Inc.; http://wso2.com
>> Mobile : +94 (0) 714 868488
>> upe...@wso2.com
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Nuwan Dias
>
> Technical Lead - WSO2, Inc. http://wso2.com
> email : nuw...@wso2.com
> Phone : +94 777 775 729
>



-- 
*Upekka Pathirana*
Software Engineering Intern
WSO2 Inc.; http://wso2.com
Mobile : +94 (0) 714 868488
upe...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Please review and merge the following Carbon-Transports pull requests

2016-03-03 Thread Samiyuru Senarathne
https://github.com/wso2/carbon-transports/pull/38
https://github.com/wso2/carbon-transports/pull/39

Best Regards,
Samiyuru

-- 
Samiyuru Senarathne
*Software Engineer*
Mobile : +94 (0) 71 134 6087
samiy...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [IS][GSOC]Document Based NoSQL Support for WSO2 Identity Server Database

2016-03-03 Thread Tharindu Edirisinghe
Hi Mohamed,

Great work ! Meanwhile, can you create a blog and write your experiences
too.. on how you prepare for this project and the stuff you try out.

Regards,
TharinduE

On Thu, Mar 3, 2016 at 9:41 PM, Mohamed ZAJITH 
wrote:

>
> Hi Tharindu,
>
> i have finished the 4th task. now i am on a advanced MongoDB learning
> stage.
> meanwhile your blogger is helpful to me.
>
>
> Sent with MailTrack
> 
>
> On Thu, Mar 3, 2016 at 7:19 PM, Mohamed ZAJITH 
> wrote:
>
>> Hi Tharindu,
>>
>> i have finished the 4th task. now i am on a advanced MongoDB learning
>> stage.
>> meanwhile your blogger is helpful to me.
>>
>>
>> Sent with MailTrack
>> 
>>
>> On Sun, Feb 28, 2016 at 4:45 PM, Tharindu Edirisinghe > > wrote:
>>
>>> Hi Mohammed,
>>>
>>> Good to hear that you are progressing through...
>>>
>>> Regards,
>>> Tharindu
>>>
>>> On Sat, Feb 27, 2016 at 10:26 PM, Mohamed ZAJITH <
>>> mohamedzaj...@gmail.com> wrote:
>>>
 Hi
 I have started the task 4

 Sent with MailTrack
 

 On Sat, Feb 27, 2016 at 10:24 PM, Mohamed ZAJITH <
 mohamedzaj...@gmail.com> wrote:

> Hi buddies
> previous problem is solved
>
>
> Sent with MailTrack
> 
>
> On Sat, Feb 27, 2016 at 9:22 PM, Mohamed ZAJITH <
> mohamedzaj...@gmail.com> wrote:
>
>> Hi
>>
>> Tharindu I have error on IS. here attach image
>> i'm follow this link
>> http://tharindue.blogspot.com/2015/08/claim-management-operations-in-wso2.html
>> 
>> can you help me?
>>
>> [2016-02-27 21:08:21,731] ERROR
>> {org.wso2.carbon.user.core.common.AbstractUserStoreManager} -
>>  org.wso2.carbon.user.core.UserStoreException: Error occurred while
>> retrieving users for filter : % & max Item limit : 100
>>
>> Sent with MailTrack
>> 
>>
>> On Wed, Feb 24, 2016 at 10:07 AM, Mohamed ZAJITH <
>> mohamedzaj...@gmail.com> wrote:
>>
>>> Tharindu,
>>>
>>> I will grateful to you, that you are consider on this project. and
>>> I'm thanking you for the above resources.
>>> I have started the task 2 after finishing the task 1 and I will keep
>>> informed to you my updates.
>>>
>>> On Wed, Feb 24, 2016 at 7:51 AM, Tharindu Edirisinghe <
>>> tharin...@wso2.com> wrote:
>>>
 Hi Mohamed,

 We are glad to see your interest in this project. In order to make
 you familiar with this project with regard to WSO2 platform, we would 
 like
 you to complete the following task which would provide an 
 understanding on
 how the userstore managers are used in WSO2 products.


 1. Refer [1] and understand how a userstore manager can be written
 and used in a product like WSO2 Identity Server [2].

 2. Refer [3] and understand more about Claims and Claim Management.

 3. Referring [1], extend the
 *org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager* class and
 write your own JDBC userstore manaager. (MySQL is preferred).

 4. Introduce a new claim called *lastPasswordResetTimestamp* which
 tracks the timestamp of each user's last successful password reset 
 attempt.
 (in WSO2 Identity Server). For this you can refer [1] and override the
 *doUpdateCredential*, *doUpdateCredentialByAdmin* methods in the
 custom userstore manager you wrote in previous step. Inside these 
 methods
 after successful password reset, set the current timestemp as a user 
 claim.
 For this you can refer [4].

 5. In the JDBC userstore manager you have written in above step,
 override the *doAuthenticate *method. Inside the method, after
 performing authentication, compare the timestamp of the last time the 
 user
 updated the credentials with current timestamp. If it is greater than 
 60
 days (you can hardcode this value for the moment) return an exception 
 with
 a message saying the user has to reset the password as it is expired. 
 (For
 the users where the claim for password reset timestamp is empty, you 
 can
 let the users successfully authenticate)

 When performing 

Re: [Dev] [DAS] Spark clustering and DAS analytics cluster tuning

2016-03-03 Thread Rukshani Weerasinha
Hi Niranda,

Not yet. I will add this content soon and let you know once it is done.

Best Regards,
Rukshani.

On Fri, Mar 4, 2016 at 11:33 AM, Niranda Perera  wrote:

> Hi Rukshani and Sam,
>
> were we able to publish these content?
>
> best
>
> On Tue, Jan 26, 2016 at 8:20 AM, Rukshani Weerasinha 
> wrote:
>
>> Hello Niranda,
>>
>> Thank you for providing this content. We will start working on this.
>>
>> Best Regards,
>> Rukshani.
>>
>> On Tue, Jan 26, 2016 at 3:34 AM, Niranda Perera  wrote:
>>
>>> Hi,
>>>
>>> I added 2 blog posts explaining how Spark clustering works [1] and how
>>> to manage the resources in a DAS analytics cluster [2].
>>>
>>> @Rukshani, some of the content should go to this doc [3]. Can we work on
>>> that?
>>>
>>> Best
>>>
>>> [1]
>>> https://pythagoreanscript.wordpress.com/2016/01/23/the-dynamics-of-a-spark-cluster-wrt-wso2-das/
>>> [2]
>>> https://pythagoreanscript.wordpress.com/2016/01/25/wso2-das-spark-cluster-tuning/
>>> [3] https://docs.wso2.com/display/DAS301/Performance+Tuning
>>>
>>> --
>>> *Niranda Perera*
>>> Software Engineer, WSO2 Inc.
>>> Mobile: +94-71-554-8430
>>> Twitter: @n1r44 
>>> https://pythagoreanscript.wordpress.com/
>>>
>>
>>
>>
>> --
>> Rukshani Weerasinha
>>
>> WSO2 Inc.
>> Web:http://wso2.com
>> Mobile: 0777 683 738
>>
>>
>
>
> --
> *Niranda Perera*
> Software Engineer, WSO2 Inc.
> Mobile: +94-71-554-8430
> Twitter: @n1r44 
> https://pythagoreanscript.wordpress.com/
>



-- 
Rukshani Weerasinha

WSO2 Inc.
Web:http://wso2.com
Mobile: 0777 683 738
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DAS] Spark clustering and DAS analytics cluster tuning

2016-03-03 Thread Niranda Perera
Hi Rukshani and Sam,

were we able to publish these content?

best

On Tue, Jan 26, 2016 at 8:20 AM, Rukshani Weerasinha 
wrote:

> Hello Niranda,
>
> Thank you for providing this content. We will start working on this.
>
> Best Regards,
> Rukshani.
>
> On Tue, Jan 26, 2016 at 3:34 AM, Niranda Perera  wrote:
>
>> Hi,
>>
>> I added 2 blog posts explaining how Spark clustering works [1] and how to
>> manage the resources in a DAS analytics cluster [2].
>>
>> @Rukshani, some of the content should go to this doc [3]. Can we work on
>> that?
>>
>> Best
>>
>> [1]
>> https://pythagoreanscript.wordpress.com/2016/01/23/the-dynamics-of-a-spark-cluster-wrt-wso2-das/
>> [2]
>> https://pythagoreanscript.wordpress.com/2016/01/25/wso2-das-spark-cluster-tuning/
>> [3] https://docs.wso2.com/display/DAS301/Performance+Tuning
>>
>> --
>> *Niranda Perera*
>> Software Engineer, WSO2 Inc.
>> Mobile: +94-71-554-8430
>> Twitter: @n1r44 
>> https://pythagoreanscript.wordpress.com/
>>
>
>
>
> --
> Rukshani Weerasinha
>
> WSO2 Inc.
> Web:http://wso2.com
> Mobile: 0777 683 738
>
>


-- 
*Niranda Perera*
Software Engineer, WSO2 Inc.
Mobile: +94-71-554-8430
Twitter: @n1r44 
https://pythagoreanscript.wordpress.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] US Election 2016 Tweet Analyze System

2016-03-03 Thread Yasara Dissanayake
hi ,
adding Chehara

On Mon, Feb 29, 2016 at 8:51 AM, Srinath Perera  wrote:

> We can. It will be our twitter toolbox.
>
> --Srinath
>
> On Mon, Feb 29, 2016 at 8:43 AM, Sachith Withana  wrote:
>
>> Hi Srinath and all,
>>
>> I'm just wondering, can't we make this a generic tool/product to analyze
>> and visualize twitter data.
>>
>> Ex: User provides us with some keywords and our tool does the
>> analyzing/visualizing. The user can add more functionality if required (
>> customization)
>>
>> Thanks,
>> Sachith
>>
>> On Mon, Jan 25, 2016 at 5:04 PM, Thusitha Kalugamage 
>> wrote:
>>
>>> Update,
>>>
>>>1. Added assigned colors for candidate backgrounds as suggested.
>>>2. With Yasara's input on News tab, moved next to the Sentiment
>>>Analysis Graph.
>>>
>>>  Please visit http://thusithak.github.io/twitter-analytics/ to view
>>> changes.
>>>
>>> On Mon, Jan 25, 2016 at 4:00 PM, Thusitha Kalugamage 
>>> wrote:
>>>
 Hi Yudhanjaya,

 1) Yes we could, but since the Image is appended dynamically I used the
 same property to create its background,
 If we are to use a color, we would have to parse a color property as
 well. @Dinali shall we do that?

 2) Yes, Already added three tabs to ticker and moved "News" as one of
 three tabs in the second row [1]
 

 [1] http://thusithak.github.io/twitter-analytics/

 Regards,

 On Mon, Jan 25, 2016 at 12:23 PM, Yudhanjaya Wijeratne <
 yudhanj...@wso2.com> wrote:

> Thanks Thusitha for the design. That looks clean!
> Small critique:
> 1) instead of having the candidate's image stretched out for the
> background in his profile square, can we use the color we use to represent
> him in the community graph?
> 2) Is it possible to have an 'article ticker' before the sentiment
> analysis box? We can feed the headlines in there.
>
> Best,
> Yudha
>
> On Sun, Jan 24, 2016 at 7:30 PM, Thusitha Kalugamage <
> thusi...@wso2.com> wrote:
>
>> Hi All,
>>
>> As per discussions we had previously, I came up with a quick design
>> and worked on a markup. :)
>> you can have a look at the static page here [1]
>> .
>>
>> *DInali / Yasara*: Please clone this repo [2]
>> and start working on
>> this. I will help you get the integration done.
>>
>> *Yudhanjaya* / *Srinath*,  Let me know if we can improve on this.
>>
>> Please note that some of these images are copyrighted and must be
>> revised before publishing.
>>
>>
>> [1] http://thusithak.github.io/twitter-analytics/
>> [2] https://github.com/thusithak/twitter-analytics
>>
>>
>> Regards,
>>
>> On Thu, Dec 3, 2015 at 11:05 AM, Dakshika Jayathilaka <
>> daksh...@wso2.com> wrote:
>>
>>> Sure, I'll join for brainstorming.
>>>
>>> Regards,
>>>
>>> *Dakshika Jayathilaka*
>>> PMC Member & Committer of Apache Stratos
>>> Senior Software Engineer
>>> WSO2, Inc.
>>> lean.enterprise.middleware
>>> 0771100911
>>>
>>> On Thu, Dec 3, 2015 at 11:02 AM, Srinath Perera 
>>> wrote:
>>>
 Hi Dakshika,

 Yudhanjaya will create some mock view and meet you to brainstorm
 and get feedback. Yudhanjaya, grab me or get me via a phone to the same
 discussion.

 Thanks
 Srinath



 On Wed, Dec 2, 2015 at 12:54 PM, Dakshika Jayathilaka <
 daksh...@wso2.com> wrote:

> Hi Srinath,
>
> Seems I missed this thread. Anyway shall we meet to build some
> good story + design concept.
>
> Regards,
>
> *Dakshika Jayathilaka*
> PMC Member & Committer of Apache Stratos
> Senior Software Engineer
> WSO2, Inc.
> lean.enterprise.middleware
> 0771100911
>
> On Wed, Dec 2, 2015 at 11:49 AM, Yasara Dissanayake <
> yas...@wso2.com> wrote:
>
>> Hi ,
>> Left Conner:
>> Top 3 election candidates are displayed on the top and big
>> letters and other candidates are displayed in left side bar. We can 
>> visit
>> anyones page and this is the Trump page.
>>
>> Middle:
>> Community Graph:
>> Here display the Trump's community graph(that nodes represent the
>> twitter account and also color of node indicates the different
>> candidates and color shade is use to indicate the number of
>> tweets produce by that account and sized of the node indicate the re 
>> tweet
>> count of the that account gets) is at the middle. 

Re: [Dev] [ESB][Connector] Github connector - get List of commits on a repo.

2016-03-03 Thread Lakmini Chathurika
Hi,

I added the two new  methods to do the followings  in GitHub Connector.

1.List Organization Repositories.[1].
2.List Commits on a repository.[2].

I create JIRA [3]&[4] and add the PR[5].
Could you please review and merge this.

[1].https://developer.github.com/v3/repos/#list-organization-repositories
[2].
https://developer.github.com/v3/repos/commits/#list-commits-on-a-repository
[3].https://wso2.org/jira/browse/ESBCONNECT-85
[4].https://wso2.org/jira/browse/ESBCONNECT-84
[5].https://github.com/wso2-extensions/esb-connector-github/pull/3

Thanks & Reagards.

Lakmini.

On Thu, Mar 3, 2016 at 4:53 PM, Malaka Silva  wrote:

> Hi Lakmini,
>
> Great if you could contribute. Else put a jira and we will include this
> in next version of github
>
> On Thu, Mar 3, 2016 at 4:12 PM, Lakmini Chathurika 
> wrote:
>
>> Hi,
>>
>> I need to get the list of repositories that are accessible to the
>> authenticated user.
>> Current connector [1] does not support for this but GitHub API [2] is
>> supporting it . So need to implement the method  inside the connector.
>> [1].
>> https://storepreview.wso2.com/store/assets/esbconnector/cf9c44c0-b637-4587-afae-ea55fe64b632
>> [2].https://developer.github.com/v3/repos/#list-your-repositories
>>
>> Thanks & Regards.
>> Lakmini
>>
>> On Thu, Mar 3, 2016 at 12:39 PM, Kathees Rajendram 
>> wrote:
>>
>>> Hi Chanuka,
>>>
>>> Now we don't have the method[1][2] in github1.0.0 connector.
>>>
>>> We will include this in next version of github or you can contribute [3]
>>> with creating the method.
>>>
>>> [1] -
>>> https://developer.github.com/v3/repos/statistics/#get-the-last-year-of-commit-activity-data
>>> [2] -
>>> https://developer.github.com/v3/repos/commits/#list-commits-on-a-repository
>>> [3] - https://github.com/wso2-extensions/esb-connector-github
>>>
>>> Thanks,
>>> Kathees
>>>
>>> On Thu, Mar 3, 2016 at 12:35 PM, Chanuka Dissanayake 
>>> wrote:
>>>
 Hi,

 Current connector [1] doesn't support on the $subject.  Github API [2]
 is supporting it, and need to implement the method inside the connector.
 As a workaround we can do traverse thorough the pull request (refer
 [3]) per each repo and retrieve the list.


 [1]
 https://storepreview.wso2.com/store/assets/esbconnector/cf9c44c0-b637-4587-afae-ea55fe64b632
 [2]
 https://developer.github.com/v3/repos/commits/#list-commits-on-a-repository
 [3]
 https://docs.wso2.com/display/ESBCONNECTORS/Working+with+Pull+Requests+in+Github#WorkingwithPullRequestsinGithub-listPullRequestCommits

 Thanks & Regards,
 Chanuka.
 --
 Chanuka Dissanayake
 *Software Engineer | **WSO2 Inc.*; http://wso2.com

 Mobile: +94 71 33 63 596
 Email: chan...@wso2.com

>>>
>>>
>>>
>>> --
>>> Kathees
>>> Software Engineer,
>>> email: kath...@wso2.com
>>> mobile: +94772596173
>>>
>>
>>
>
>
> --
>
> 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/
> 
> https://store.wso2.com/store/
>
> 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] Fwd: GSOC2016: Proposal 6: [ML]

2016-03-03 Thread Mahesh Dananjaya
Hi maheshakya,
give me sometime to go through your ML package. Do current product have any
stream data support?. i did some university projects related to machine
learning with regressions,modelling, factor analysis, cluster analysis and
classification problems (Discriminant Analysis) with SVM (Support Vector
machines), Neural networks, LS classification and ML(Maximum likelihood).
give me sometime to see how wso2 architecture works.then i can come up with
good architecture.thank you.
BR,
Mahesh.

On Wed, Mar 2, 2016 at 2:41 PM, Mahesh Dananjaya 
wrote:

> Hi Maheshakya,
> Thank you for the resources. I will go through this and looking forward to
> this proposed project.Thank you.
> BR,
> Mahesh.
>
> On Wed, Mar 2, 2016 at 1:52 PM, Maheshakya Wijewardena <
> mahesha...@wso2.com> wrote:
>
>> Hi Mahesh,
>>
>> Thank you for the interest for this project.
>>
>> We would like to know what type of similar projects you have worked on.
>> You may have seen that WSO2 Machine Learner supports several learning
>> algorithms at the moment[1]. This project intends to leverage the existing
>> algorithms in WSO2 Machine Learner to support streaming data. As an
>> initiative, first you can get an idea about what WSO2 Machine Learner does
>> and how it operates. You can download WSO2 Machine Learner from product
>> page[2] and the the source code [3]. ML is using Apache Spark MLLib[4] for
>> its' algorithms so it's better to read and understand what it does as well.
>>
>> In order to get an idea about the deliverables and the scope of this
>> project, try to understand how Spark streaming[5] (see examples) handles
>> streaming data. Also, have a look in the streaming algorithms[6][7]
>> supported by MLLib. There are two approaches discussed to employ
>> incremental learning in ML in the project proposals page. These streaming
>> algorithms can be directly used in the first approach. For the other
>> approach, the your implementation should contain a procedure to create mini
>> batches from streaming data with relevant sizes (i.e. a moving window) and
>> do periodic retraining of the same algorithm.
>>
>> To start with the project, you will need to come up with a suitable plan
>> and an architecture first.
>>
>> Please watch the video referenced in the proposal (reference: 5). It will
>> help you getting a better idea about machine learning algorithms with
>> streaming data.
>>
>> Let us know if you need any help with these.
>>
>> Best regards
>>
>> [1] https://docs.wso2.com/display/ML110/Machine+Learner+Algorithms
>> [2] http://wso2.com/products/machine-learner/
>> [3]
>> https://docs.wso2.com/display/ML110/Building+from+Source#BuildingfromSource-Downloadingthesourcecheckout
>> [4] https://spark.apache.org/docs/1.4.1/mllib-guide.html
>> [5] https://spark.apache.org/docs/1.4.1/streaming-programming-guide.html
>> [6]
>> https://spark.apache.org/docs/1.4.1/mllib-linear-methods.html#streaming-linear-regression
>> [7]
>> https://spark.apache.org/docs/1.4.1/mllib-clustering.html#streaming-k-means
>>
>> On Wed, Mar 2, 2016 at 1:19 PM, Mahesh Dananjaya <
>> dananjayamah...@gmail.com> wrote:
>>
>>> Hi all,
>>> I am interesting on contribute to proposal 6: "Predictive analytic with
>>> online data for WSO2 Machine Learner" for GSOC2 this time. Since i have
>>> been engaging with some similar projects i think it will be a great
>>> experience for me. Please let me know what you think and what you suggest.
>>> I have been going through your documents.thank you.
>>> regards,
>>> Mahesh Dananjaya.
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Pruthuvi Maheshakya Wijewardena
>> mahesha...@wso2.com
>> +94711228855
>>
>>
>>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [VOTE] Release WSO2 Puppet Modules 1.1.0 RC1

2016-03-03 Thread Chamila De Alwis
Hi,

This is the first release candidate of WSO2 Puppet Modules 1.1.0. Please
download, verify, and vote.

[ ] Broken - Do not release (explain why)
[ ] Stable - Go ahead and release

*This release is based on the following tag:*
https://github.com/wso2/puppet-modules/releases/tag/1.1.0-rc1



*Release verification guide can be found at:*
https://github.com/wso2/puppet-modules/wiki/Verifying-Puppet-Modules

*This release contains the following new features:*

   1. Puppet configurations to enable SecureVault
   2. Puppet templates and Hieradata for WSO2 API Manager 1.10.0
   3. Additional Hieradata for WSO2 API Manager 1.9.1 Key Manager, Store,
   Publisher, and Gateway profiles
   4. Puppet templates and Hieradata for WSO2 Message Broker 3.1.0
   5. Puppet templates and Hieradata for WSO2 Data Analytics Server 3.0.1

Furthermore, it contains minor fixes to streamline Hieradata.

*Source and distribution packages can be downloaded at:*
https://github.com/wso2/puppet-modules/releases/tag/1.1.0-rc1

Regards,
Chamila de Alwis
Committer and PMC Member - Apache Stratos
Software Engineer | WSO2 | +94772207163
Blog: code.chamiladealwis.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DEV] [PET] Could not pass ftp over http proxy.

2016-03-03 Thread Vivekananthan Sivanayagam
Hi Anuruddha,

I tried as you mentioned to check standalone mode and skipped squid proxy
test, but I got same error again. I followed this doc[1] to create ftp
connection.

[1] http://www.krizna.com/ubuntu/setup-ftp-server-on-ubuntu-14-04-vsftpd/




*Thank youVivekananthan Sivanayagam*

*Associate Software Engineer | WSO2*

*E:vivekanant...@wso2.com *
*M:+94752786138*

On Fri, Mar 4, 2016 at 8:14 AM, Vivekananthan Sivanayagam <
vivekanant...@wso2.com> wrote:

> Hi Anuruddha,
>
> Thank you. I check and update.
>
>
>
>
> *Thank youVivekananthan Sivanayagam*
>
> *Associate Software Engineer | WSO2*
>
> *E:vivekanant...@wso2.com *
> *M:+94752786138 <%2B94752786138>*
>
> On Fri, Mar 4, 2016 at 7:51 AM, Anuruddha Premalal 
> wrote:
>
>> Hi Vivekanathan,
>>
>> Quick way to diagnose this is to add a main method and pass the
>> parameters and check whether it's working in standalone mode. That way you
>> have more power and control over debugging.
>>
>>  As the error states it's trying to do a FTP upload via a
>> close/unavailable FTP connection so you can focus on the connection
>> creation section and see what's happening there, also at the same time
>> monitor the FTP server logs, I'd suggest to skip the squid proxy first and
>> do the testing incrementally.
>>
>> Regards,
>> Anuruddha.
>>
>> On Wed, Mar 2, 2016 at 11:54 AM, Vivekananthan Sivanayagam <
>> vivekanant...@wso2.com> wrote:
>>
>>> Hi ,
>>>
>>> I have implemented a method to support FTP Over proxy in file connector
>>> version 2, I used Java Client [1](commons-net 3.4) and configured "Squid"
>>> proxy[2].
>>>
>>> I am getting the following errors when I invoke a method.
>>>
>>> [2016-03-02 10:56:19,535] ERROR - FileFtpOverProxy Error occurred while
>>> uploading:Connection is not open
>>> java.io.IOException: Connection is not open
>>> at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:474)
>>> at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:608)
>>> at org.apache.commons.net.ftp.FTP.user(FTP.java:753)
>>> at org.apache.commons.net.ftp.FTPClient.login(FTPClient.java:1034)
>>> at
>>> org.wso2.carbon.connector.FileFtpOverProxy.ftpOverHttp(FileFtpOverProxy.java:151)
>>> at
>>> org.wso2.carbon.connector.FileFtpOverProxy.connect(FileFtpOverProxy.java:47)
>>> at
>>> org.wso2.carbon.connector.core.AbstractConnector.mediate(AbstractConnector.java:32)
>>> at
>>> org.apache.synapse.mediators.ext.ClassMediator.mediate(ClassMediator.java:78)
>>> at
>>> org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:81)
>>> at
>>> org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:48)
>>> at
>>> org.apache.synapse.mediators.template.TemplateMediator.mediate(TemplateMediator.java:97)
>>> at
>>> org.apache.synapse.mediators.template.InvokeMediator.mediate(InvokeMediator.java:129)
>>> at
>>> org.apache.synapse.mediators.template.InvokeMediator.mediate(InvokeMediator.java:78)
>>> at
>>> org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:81)
>>> at
>>> org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:48)
>>> at
>>> org.apache.synapse.mediators.base.SequenceMediator.mediate(SequenceMediator.java:149)
>>> at
>>> org.apache.synapse.core.axis2.ProxyServiceMessageReceiver.receive(ProxyServiceMessageReceiver.java:185)
>>> at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
>>> at
>>> org.apache.synapse.transport.passthru.ServerWorker.processNonEntityEnclosingRESTHandler(ServerWorker.java:317)
>>> at
>>> org.apache.synapse.transport.passthru.ServerWorker.processEntityEnclosingRequest(ServerWorker.java:363)
>>> at
>>> org.apache.synapse.transport.passthru.ServerWorker.run(ServerWorker.java:142)
>>> at
>>> org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
>>> at
>>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>>> at
>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>>> at java.lang.Thread.run(Thread.java:745)
>>>
>>> I have attached a FileFtpOverProxy.java here.
>>>
>>> [1] https://commons.apache.org/proper/commons-net/
>>> [2] http://www.tecmint.com/configure-squid-server-in-linux/
>>>
>>>
>>>
>>>
>>>
>>>
>>> *Thank youVivekananthan SivanayagamAssociate Software Engineer |
>>> WSO2E:vivekanant...@wso2.com M:+94752786138
>>> <%2B94752786138>*
>>>
>>
>>
>>
>> --
>> *Anuruddha Premalal*
>> Software Eng. | WSO2 Inc.
>> Mobile : +94717213122
>> Web site : www.anuruddha.org
>>
>>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Business Process Server 3.5.1 RC3

2016-03-03 Thread Amal Gunatilake
Hi Devs,

Thanks for testing and verifying WSO2 Business Process Server 3.5.1 RC3. We
are closing this vote now. This vote has passed with 8 +1s and 0 -1s.
Therefore, we will proceed with the WSO2 Business Process Server 3.5.1
 release.

Best regards,
Amal.

On Thu, Mar 3, 2016 at 4:07 PM, Samitha Chathuranga 
wrote:

> Hi all,
>
> I've tested the following,
>
>1. BPEL Samples
>2. Basic functionalities of BMPN Explorer
>3. BPMN Samples
>4. BMPN email task feature
>
> No issues found.
>
> [x] Stable - go ahead and release
>
> Regards,
> Samitha
>
> On Thu, Mar 3, 2016 at 3:47 PM, Chathura Ekanayake 
> wrote:
>
>> Tested rest tasks, correlations, throwing and catching errors within
>> BPMN, BPMN compensations, multi-instance tasks, BPMN transactional
>> subprocesses with cancellations and API manager workflow integrations.
>>
>> [x] Stable - go ahead and release
>>
>> - Chathura
>>
>> On Thu, Mar 3, 2016 at 1:54 PM, Nandika Jayawardana 
>> wrote:
>>
>>> Hi All,
>>>
>>> Tested the pack on windows with SQL Server as the database. Also tested
>>> the bpmn correlation api.
>>>
>>> [x] Stable - go ahead and release
>>>
>>> Regards
>>> Nandika
>>>
>>> On Wed, Mar 2, 2016 at 10:51 PM, Praminda Jayawardana >> > wrote:
>>>
 Hi All,

 I've tested Human task coordination and task termination for API
 Manager workflows.

 No issues found.
 [x] Stable - go ahead and release

 Thanks,
 Praminda

 On Thu, Mar 3, 2016 at 10:36 AM, Heshitha Hettihewa  wrote:

> Hi all,
>
> I've tested following features
>
> 1) Humantask Samples and Humantask Explorer
> 2) BPMN Samples and BPMN Explorer
> 3) BPEL Samples
>
> No issues found.
> [x] Stable - go ahead and release
>
> Thanks.
>
> On Wed, Mar 2, 2016 at 2:42 PM, Hasitha Aravinda 
> wrote:
>
>> Hi Devs,
>>
>> Tested followings in clustered environment.
>>
>>- BPEL Asynchronous process chaining.
>>- BPEL Correlation Violation.
>>- ODE clustering Implementation and Job re-assignment.
>>- Verified issue https://wso2.org/jira/browse/CARBON-15776​ is
>>fixed.
>>
>> *Cluster Details : * 1 Manager, 2 Worker nodes.
>> Database : MySQL 5.6.28
>> Load Balancer : nginx/1.4.6
>>
>> ​Tested following against MySQL DB in single node.
>>
>>
>>- ​HumanTask coordination ​in multi-tenant environment.
>>
>>- Ran Integration tests ( BPEL, HumanTask, BPMN, Task
>>coordination ) pointing to RC3 pack. Tests are passing.
>>
>> ​Verified followings.
>>
>>- Built Source code pointing to Java 7 and Java 8.
>>- README.txt
>>- INSTALL.txt
>>- release-notes.html
>>
>> [x] Stable - go ahead and release
>>
>> Thanks,
>> Hasitha.
>>
>>
>> On Tue, Mar 1, 2016 at 11:44 AM, Amal Gunatilake 
>> wrote:
>>
>>> Hi Devs,
>>>
>>> This is the third release candidate of WSO2 Business Process Server
>>> 3.5.1
>>>
>>> *This release fixes the following issues:*
>>>
>>> https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hide=12625
>>>
>>> Please download, test and vote.
>>>
>>> *Source & binary distribution files:*
>>> Source : https://github.com/wso2/product-bps/archive/v3.5.1-RC3.zip
>>> Binary :
>>> https://github.com/wso2/product-bps/releases/download/v3.5.1-RC3/wso2bps-3.5.1.zip
>>>
>>> *Maven staging repo:*
>>> http://maven.wso2.org/nexus/content/repositories/orgwso2bps-394/
>>>
>>> The tag to be voted upon:
>>>
>>> https://github.com/wso2/product-bps/releases/tag/v3.5.1-RC3
>>>
>>> [ ] Broken - do not release (explain why)
>>> [ ] Stable - go ahead and release
>>>
>>> Best regards,
>>> Amal.
>>> --
>>> *Amal Gunatilake*
>>> Software Engineer
>>> WSO2 Inc.; http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> --
>> Hasitha Aravinda,
>> Senior Software Engineer,
>> WSO2 Inc.
>> Email: hasi...@wso2.com
>> Mobile : +94 718 210 200
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Heshitha Hettihewa
> *Software Engineer*
> Mobile : +94716866386
> <%2B94%20%280%29%20773%20451194>
> heshit...@wso2.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] Fwd: SPI-Fly Mediator Service for Bundle Ordering

2016-03-03 Thread Miraj Abeysekara
-- Forwarded message --
From: David Bosschaert 
Date: Mon, Feb 15, 2016 at 3:04 PM
Subject: Re: SPI-Fly Mediator Service for Bundle Ordering
To: u...@aries.apache.org


Hi Miraj,

It's an interesting idea, however I'm not sure it will always work. The
problem is that you need to have your weaving hook registered before the
class to be woven is *loaded*, and I'm wondering whether this will provide
enough guarantees to know that the class is not yet loaded. I mean there
could be another bundle that loads the class that needs to be woven for
whatever reason and suddenly this approach will stop working...

The possibilities as they are right now are:
* Use start levels. Run the dynamic weaving bundle on a very low start
level (like 1) and run your other bundles on a higher start level (e.g. 2
or 4 or 50).
* Use static weaving [1]. This will do the weaving on a bundle at build
time and replace the to-be-woven classfiles with woven ones in the .jar.
This approach does not have any ordering constraints at runtime.
** You could even run the static weaving tool as part of your OSGi
framework provisioning phase, so statically weave bundles on-the-fly before
you are installing them.

I'm just wondering, is there any reason why one of these two approaches
doesn't work for you?

Cheers,

David

[1] See 'Use with Static Weaving' in
http://aries.apache.org/modules/spi-fly.html

On 15 February 2016 at 08:45, Miraj Abeysekara  wrote:

> Hi,
>
> We are currently developing a caching API which provides caching service
> for the consumers. Currently the SPI-Fly dynamic weaving bundle should
> started first in order to weave the consumer bundles otherwise the
> consumers does not weave and can not see the class-loader of the service
> provider bundle.
>
> We came up with an idea to solve this issue by exposing a OSGi service
> from the mediator after it was started. So the consumers can use
> declarative service to delay the startup until the mediator service
> available.
>
> Is it possible to add this feature to the SPI-Fly?
>
> Thanks.
>
> Best regards,
> Miraj Abeysekara.
>




-- 
Miraj Abeysekara
Intern (Software Engineering)
Mobile: +94775690822
Twitter: https://twitter.com/MiRAGECreator
GooglePlus: https://plus.google.com/u/0/+MirageAbeysekara
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [EMM][AppM] Emm is sending all of its devices in a specific tenant when user's devices are needed.

2016-03-03 Thread Prabath Abeysekera
Thanks for reporting. Please file a JIRA for us to keep track of it and fix
targeting the next immediate patch release of the product.

Cheers,
Prabath

On Friday, March 4, 2016, Chathura Dilan  wrote:

> Hi All,
>
> In AppM EMM integration from OSGI[1] (line 163). I can see EMM retrieve
> all of its devices and send it to AppM when user's devices are needed. This
> should be filtered to get only users devices by AppM, not all devices which
> is in the tenant.
>
>
>
> [1] -
> https://github.com/wso2/product-mdm/blob/master/modules/components/app-mgt/org.wso2.mdm.appmgt/src/main/java/org/wso2/mdm/appmgt/service/MDMOperationsImpl.java
>
> --
> Regards,
>
> Chatura Dilan Perera
> *Senior Software Engineer** - WSO2 Inc.*
> www.dilan.me
>


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


Re: [Dev] [DEV] [PET] Could not pass ftp over http proxy.

2016-03-03 Thread Vivekananthan Sivanayagam
Hi Anuruddha,

Thank you. I check and update.




*Thank youVivekananthan Sivanayagam*

*Associate Software Engineer | WSO2*

*E:vivekanant...@wso2.com *
*M:+94752786138*

On Fri, Mar 4, 2016 at 7:51 AM, Anuruddha Premalal 
wrote:

> Hi Vivekanathan,
>
> Quick way to diagnose this is to add a main method and pass the parameters
> and check whether it's working in standalone mode. That way you have more
> power and control over debugging.
>
>  As the error states it's trying to do a FTP upload via a
> close/unavailable FTP connection so you can focus on the connection
> creation section and see what's happening there, also at the same time
> monitor the FTP server logs, I'd suggest to skip the squid proxy first and
> do the testing incrementally.
>
> Regards,
> Anuruddha.
>
> On Wed, Mar 2, 2016 at 11:54 AM, Vivekananthan Sivanayagam <
> vivekanant...@wso2.com> wrote:
>
>> Hi ,
>>
>> I have implemented a method to support FTP Over proxy in file connector
>> version 2, I used Java Client [1](commons-net 3.4) and configured "Squid"
>> proxy[2].
>>
>> I am getting the following errors when I invoke a method.
>>
>> [2016-03-02 10:56:19,535] ERROR - FileFtpOverProxy Error occurred while
>> uploading:Connection is not open
>> java.io.IOException: Connection is not open
>> at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:474)
>> at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:608)
>> at org.apache.commons.net.ftp.FTP.user(FTP.java:753)
>> at org.apache.commons.net.ftp.FTPClient.login(FTPClient.java:1034)
>> at
>> org.wso2.carbon.connector.FileFtpOverProxy.ftpOverHttp(FileFtpOverProxy.java:151)
>> at
>> org.wso2.carbon.connector.FileFtpOverProxy.connect(FileFtpOverProxy.java:47)
>> at
>> org.wso2.carbon.connector.core.AbstractConnector.mediate(AbstractConnector.java:32)
>> at
>> org.apache.synapse.mediators.ext.ClassMediator.mediate(ClassMediator.java:78)
>> at
>> org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:81)
>> at
>> org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:48)
>> at
>> org.apache.synapse.mediators.template.TemplateMediator.mediate(TemplateMediator.java:97)
>> at
>> org.apache.synapse.mediators.template.InvokeMediator.mediate(InvokeMediator.java:129)
>> at
>> org.apache.synapse.mediators.template.InvokeMediator.mediate(InvokeMediator.java:78)
>> at
>> org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:81)
>> at
>> org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:48)
>> at
>> org.apache.synapse.mediators.base.SequenceMediator.mediate(SequenceMediator.java:149)
>> at
>> org.apache.synapse.core.axis2.ProxyServiceMessageReceiver.receive(ProxyServiceMessageReceiver.java:185)
>> at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
>> at
>> org.apache.synapse.transport.passthru.ServerWorker.processNonEntityEnclosingRESTHandler(ServerWorker.java:317)
>> at
>> org.apache.synapse.transport.passthru.ServerWorker.processEntityEnclosingRequest(ServerWorker.java:363)
>> at
>> org.apache.synapse.transport.passthru.ServerWorker.run(ServerWorker.java:142)
>> at
>> org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
>> at
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>> at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>> at java.lang.Thread.run(Thread.java:745)
>>
>> I have attached a FileFtpOverProxy.java here.
>>
>> [1] https://commons.apache.org/proper/commons-net/
>> [2] http://www.tecmint.com/configure-squid-server-in-linux/
>>
>>
>>
>>
>>
>>
>> *Thank youVivekananthan SivanayagamAssociate Software Engineer |
>> WSO2E:vivekanant...@wso2.com M:+94752786138
>> <%2B94752786138>*
>>
>
>
>
> --
> *Anuruddha Premalal*
> Software Eng. | WSO2 Inc.
> Mobile : +94717213122
> Web site : www.anuruddha.org
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DEV] [PET] Could not pass ftp over http proxy.

2016-03-03 Thread Anuruddha Premalal
Hi Vivekanathan,

Quick way to diagnose this is to add a main method and pass the parameters
and check whether it's working in standalone mode. That way you have more
power and control over debugging.

 As the error states it's trying to do a FTP upload via a close/unavailable
FTP connection so you can focus on the connection creation section and see
what's happening there, also at the same time monitor the FTP server logs,
I'd suggest to skip the squid proxy first and do the testing incrementally.

Regards,
Anuruddha.

On Wed, Mar 2, 2016 at 11:54 AM, Vivekananthan Sivanayagam <
vivekanant...@wso2.com> wrote:

> Hi ,
>
> I have implemented a method to support FTP Over proxy in file connector
> version 2, I used Java Client [1](commons-net 3.4) and configured "Squid"
> proxy[2].
>
> I am getting the following errors when I invoke a method.
>
> [2016-03-02 10:56:19,535] ERROR - FileFtpOverProxy Error occurred while
> uploading:Connection is not open
> java.io.IOException: Connection is not open
> at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:474)
> at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:608)
> at org.apache.commons.net.ftp.FTP.user(FTP.java:753)
> at org.apache.commons.net.ftp.FTPClient.login(FTPClient.java:1034)
> at
> org.wso2.carbon.connector.FileFtpOverProxy.ftpOverHttp(FileFtpOverProxy.java:151)
> at
> org.wso2.carbon.connector.FileFtpOverProxy.connect(FileFtpOverProxy.java:47)
> at
> org.wso2.carbon.connector.core.AbstractConnector.mediate(AbstractConnector.java:32)
> at
> org.apache.synapse.mediators.ext.ClassMediator.mediate(ClassMediator.java:78)
> at
> org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:81)
> at
> org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:48)
> at
> org.apache.synapse.mediators.template.TemplateMediator.mediate(TemplateMediator.java:97)
> at
> org.apache.synapse.mediators.template.InvokeMediator.mediate(InvokeMediator.java:129)
> at
> org.apache.synapse.mediators.template.InvokeMediator.mediate(InvokeMediator.java:78)
> at
> org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:81)
> at
> org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:48)
> at
> org.apache.synapse.mediators.base.SequenceMediator.mediate(SequenceMediator.java:149)
> at
> org.apache.synapse.core.axis2.ProxyServiceMessageReceiver.receive(ProxyServiceMessageReceiver.java:185)
> at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
> at
> org.apache.synapse.transport.passthru.ServerWorker.processNonEntityEnclosingRESTHandler(ServerWorker.java:317)
> at
> org.apache.synapse.transport.passthru.ServerWorker.processEntityEnclosingRequest(ServerWorker.java:363)
> at
> org.apache.synapse.transport.passthru.ServerWorker.run(ServerWorker.java:142)
> at
> org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:745)
>
> I have attached a FileFtpOverProxy.java here.
>
> [1] https://commons.apache.org/proper/commons-net/
> [2] http://www.tecmint.com/configure-squid-server-in-linux/
>
>
>
>
>
>
> *Thank youVivekananthan SivanayagamAssociate Software Engineer |
> WSO2E:vivekanant...@wso2.com M:+94752786138
> <%2B94752786138>*
>



-- 
*Anuruddha Premalal*
Software Eng. | WSO2 Inc.
Mobile : +94717213122
Web site : www.anuruddha.org
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [DAS-3.0.1] Getting Table "METRIC_GAUGE" not found periodically

2016-03-03 Thread Udara Rathnayake
Hi,

Noticed following[1](DAS-3.0.1 with default H2 DB). As I noticed same
getting printed time to time even without any user interaction with DAS. Is
this something to do with the -Dsetup start after removing
wso2das-3.0.1/repository/database/*.

WSO2METRICS_DB.h2.db exists within the database directory, but I don't see
any tables inside, when I browse it using H2 console.

I have manually executed metrics h2 db script to get rid of this.
Any idea?

[1]
[2016-03-03 14:40:45,058] ERROR
{org.wso2.carbon.metrics.jdbc.reporter.JDBCRepor
ter} -  Error when reporting gauges
org.h2.jdbc.JdbcSQLException: Table "METRIC_GAUGE" not found; SQL statement:
INSERT INTO METRIC_GAUGE (SOURCE, TIMESTAMP, NAME, VALUE) VALUES (?,?,?,?)
[4210
2-140]
at
org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
at org.h2.message.DbException.get(DbException.java:167)
at org.h2.message.DbException.get(DbException.java:144)
at org.h2.command.Parser.readTableOrView(Parser.java:4498)
at org.h2.command.Parser.readTableOrView(Parser.java:4478)
at org.h2.command.Parser.parseInsert(Parser.java:910)
at org.h2.command.Parser.parsePrepared(Parser.java:362)
at org.h2.command.Parser.parse(Parser.java:275)
at org.h2.command.Parser.parse(Parser.java:247)
at org.h2.command.Parser.prepare(Parser.java:201)
at org.h2.command.Parser.prepareCommand(Parser.java:214)
at org.h2.engine.Session.prepareLocal(Session.java:434)
at org.h2.engine.Session.prepareCommand(Session.java:384)
at
org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1071)
at
org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:7
1)
at
org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:234)
at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.apache.tomcat.jdbc.pool.ProxyConnection.invoke(ProxyConnection.ja
va:126)
at
org.apache.tomcat.jdbc.pool.JdbcInterceptor.invoke(JdbcInterceptor.ja
va:109)
at
org.wso2.carbon.ndatasource.rdbms.ConnectionRollbackOnReturnIntercept
or.invoke(ConnectionRollbackOnReturnInterceptor.java:51)
at
org.apache.tomcat.jdbc.pool.JdbcInterceptor.invoke(JdbcInterceptor.ja
va:109)
at
org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterc
eptor.invoke(AbstractCreateStatementInterceptor.java:67)
at
org.apache.tomcat.jdbc.pool.JdbcInterceptor.invoke(JdbcInterceptor.ja
va:109)
at
org.apache.tomcat.jdbc.pool.interceptor.ConnectionState.invoke(Connec
tionState.java:153)
at
org.apache.tomcat.jdbc.pool.JdbcInterceptor.invoke(JdbcInterceptor.ja
va:109)
at
org.apache.tomcat.jdbc.pool.TrapException.invoke(TrapException.java:4
1)
at
org.apache.tomcat.jdbc.pool.JdbcInterceptor.invoke(JdbcInterceptor.ja
va:109)
at
org.apache.tomcat.jdbc.pool.DisposableConnectionFacade.invoke(Disposa
bleConnectionFacade.java:80)
at com.sun.proxy.$Proxy16.prepareStatement(Unknown Source)
at
org.wso2.carbon.metrics.jdbc.reporter.JDBCReporter.reportGauges(JDBCR
eporter.java:212)
at
org.wso2.carbon.metrics.jdbc.reporter.JDBCReporter.report(JDBCReporte
r.java:188)
at
com.codahale.metrics.ScheduledReporter.report(ScheduledReporter.java:
162)
at
com.codahale.metrics.ScheduledReporter$1.run(ScheduledReporter.java:1
17)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:47
1)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(ScheduledThreadPoolExecutor.java:178)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:615)
at java.lang.Thread.run(Thread.java:745)


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


Re: [Dev] Jaggery how to redirect the page with data(json)

2016-03-03 Thread Udara Rathnayake
On Thu, Mar 3, 2016 at 1:28 PM, SajithAR Ariyarathna 
wrote:

> Hi Iqbal,
>
> As RuwanA mentioned this is not a Jaggery or Java limitation. Simply you
> cannot do this with HTTP. However there is a hack/workaround that you can
> try.
>
> You can stringify your JSON object and send it as a query param.
>
> var payload = {name: "sajith", age: 10};
> var url = "http://example.com?payload=; + encodeURIComponent(stringify
> (payload));
> response.sendRedirect(url);
>
>
> *Disclaimer: Didn't tested.*
>
>
> Nonetheless I must say that sending payloads in redirects is not a good
> programming practice.
>
​yes.. If the payload is huge in size GET will not work.
Try to change the design. first do the POST and ​do what ever processing.
then do the redirect within a callback etc..

> Thanks.
>
> On Thu, Mar 3, 2016 at 8:31 PM, Ruwan Abeykoon  wrote:
>
>> Hi Iqbal,
>> If I understand the question correctly, this can not be done. It will be
>> in violation of HTTP spec. [1]
>>
>> [1]
>> http://programmers.stackexchange.com/questions/99894/why-doesnt-http-have-post-redirect
>>
>> Cheers,
>> Ruwan
>>
>> On Thu, Mar 3, 2016 at 6:04 PM, Nipuna Chandradasa 
>> wrote:
>>
>>> Hi,
>>>
>>> Did you try setting the content to the response as follow?
>>>
>>> response.content = { products : ["Jaggery", "ESB"] };
>>>
>>> I did not try this but this will possibly work.
>>> Please refer the jaggery doc response section for more details.
>>> Regards.
>>>
>>> On Thu, Mar 3, 2016 at 3:45 PM, Irham Iqbal  wrote:
>>>
 Hi All,

 Is there any way to redirect the page + post the data(json) from a
 plain jaggery file to another jaggery file. I tried with post and
 response.sendRedirect. with post i couldn't redirect the page i only can
 pass the data to that page.  With response.sendRedirect i can redirect the
 page couldn't send the json. Is the a way i can do this ?

 Thanks,
 Iqbal

 --
 Irham Iqbal
 Software Engineer - Test Automation
 WSO2, Inc.: http://wso2.com
 lean. enterprise. middleware
 phone: +94 777888452

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


>>>
>>>
>>> --
>>> Nipuna Marcus
>>> *Software Engineer*
>>> WSO2 Inc.
>>> http://wso2.com/ - "lean . enterprise . middleware"
>>> Mobile : +94 (0) 713 667906
>>> nipu...@wso2.com
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>>
>> *Ruwan Abeykoon*
>> *Architect,*
>> *WSO2, Inc. http://wso2.com  *
>> *lean.enterprise.middleware.*
>>
>> email: ruw...@wso2.com
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Sajith Ariyarathna
> Software Engineer; WSO2, Inc.;  http://wso2.com/
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


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


[Dev] [EMM][AppM] Emm is sending all of its devices in a specific tenant when user's devices are needed.

2016-03-03 Thread Chathura Dilan
Hi All,

In AppM EMM integration from OSGI[1] (line 163). I can see EMM retrieve all
of its devices and send it to AppM when user's devices are needed. This
should be filtered to get only users devices by AppM, not all devices which
is in the tenant.



[1] -
https://github.com/wso2/product-mdm/blob/master/modules/components/app-mgt/org.wso2.mdm.appmgt/src/main/java/org/wso2/mdm/appmgt/service/MDMOperationsImpl.java

-- 
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] Jaggery how to redirect the page with data(json)

2016-03-03 Thread SajithAR Ariyarathna
Hi Iqbal,

As RuwanA mentioned this is not a Jaggery or Java limitation. Simply you
cannot do this with HTTP. However there is a hack/workaround that you can
try.

You can stringify your JSON object and send it as a query param.

var payload = {name: "sajith", age: 10};
var url = "http://example.com?payload=; + encodeURIComponent(stringify
(payload));
response.sendRedirect(url);


*Disclaimer: Didn't tested.*


Nonetheless I must say that sending payloads in redirects is not a good
programming practice.
Thanks.

On Thu, Mar 3, 2016 at 8:31 PM, Ruwan Abeykoon  wrote:

> Hi Iqbal,
> If I understand the question correctly, this can not be done. It will be
> in violation of HTTP spec. [1]
>
> [1]
> http://programmers.stackexchange.com/questions/99894/why-doesnt-http-have-post-redirect
>
> Cheers,
> Ruwan
>
> On Thu, Mar 3, 2016 at 6:04 PM, Nipuna Chandradasa 
> wrote:
>
>> Hi,
>>
>> Did you try setting the content to the response as follow?
>>
>> response.content = { products : ["Jaggery", "ESB"] };
>>
>> I did not try this but this will possibly work.
>> Please refer the jaggery doc response section for more details.
>> Regards.
>>
>> On Thu, Mar 3, 2016 at 3:45 PM, Irham Iqbal  wrote:
>>
>>> Hi All,
>>>
>>> Is there any way to redirect the page + post the data(json) from a plain
>>> jaggery file to another jaggery file. I tried with post and
>>> response.sendRedirect. with post i couldn't redirect the page i only can
>>> pass the data to that page.  With response.sendRedirect i can redirect the
>>> page couldn't send the json. Is the a way i can do this ?
>>>
>>> Thanks,
>>> Iqbal
>>>
>>> --
>>> Irham Iqbal
>>> Software Engineer - Test Automation
>>> WSO2, Inc.: http://wso2.com
>>> lean. enterprise. middleware
>>> phone: +94 777888452
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Nipuna Marcus
>> *Software Engineer*
>> WSO2 Inc.
>> http://wso2.com/ - "lean . enterprise . middleware"
>> Mobile : +94 (0) 713 667906
>> nipu...@wso2.com
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
> *Ruwan Abeykoon*
> *Architect,*
> *WSO2, Inc. http://wso2.com  *
> *lean.enterprise.middleware.*
>
> email: ruw...@wso2.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


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


Re: [Dev] [IS][GSOC]Document Based NoSQL Support for WSO2 Identity Server Database

2016-03-03 Thread Mohamed ZAJITH
Hi Tharindu,

i have finished the 4th task. now i am on a advanced MongoDB learning stage.
meanwhile your blogger is helpful to me.


Sent with MailTrack


On Thu, Mar 3, 2016 at 7:19 PM, Mohamed ZAJITH 
wrote:

> Hi Tharindu,
>
> i have finished the 4th task. now i am on a advanced MongoDB learning
> stage.
> meanwhile your blogger is helpful to me.
>
>
> Sent with MailTrack
> 
>
> On Sun, Feb 28, 2016 at 4:45 PM, Tharindu Edirisinghe 
> wrote:
>
>> Hi Mohammed,
>>
>> Good to hear that you are progressing through...
>>
>> Regards,
>> Tharindu
>>
>> On Sat, Feb 27, 2016 at 10:26 PM, Mohamed ZAJITH > > wrote:
>>
>>> Hi
>>> I have started the task 4
>>>
>>> Sent with MailTrack
>>> 
>>>
>>> On Sat, Feb 27, 2016 at 10:24 PM, Mohamed ZAJITH <
>>> mohamedzaj...@gmail.com> wrote:
>>>
 Hi buddies
 previous problem is solved


 Sent with MailTrack
 

 On Sat, Feb 27, 2016 at 9:22 PM, Mohamed ZAJITH <
 mohamedzaj...@gmail.com> wrote:

> Hi
>
> Tharindu I have error on IS. here attach image
> i'm follow this link
> http://tharindue.blogspot.com/2015/08/claim-management-operations-in-wso2.html
> 
> can you help me?
>
> [2016-02-27 21:08:21,731] ERROR
> {org.wso2.carbon.user.core.common.AbstractUserStoreManager} -
>  org.wso2.carbon.user.core.UserStoreException: Error occurred while
> retrieving users for filter : % & max Item limit : 100
>
> Sent with MailTrack
> 
>
> On Wed, Feb 24, 2016 at 10:07 AM, Mohamed ZAJITH <
> mohamedzaj...@gmail.com> wrote:
>
>> Tharindu,
>>
>> I will grateful to you, that you are consider on this project. and
>> I'm thanking you for the above resources.
>> I have started the task 2 after finishing the task 1 and I will keep
>> informed to you my updates.
>>
>> On Wed, Feb 24, 2016 at 7:51 AM, Tharindu Edirisinghe <
>> tharin...@wso2.com> wrote:
>>
>>> Hi Mohamed,
>>>
>>> We are glad to see your interest in this project. In order to make
>>> you familiar with this project with regard to WSO2 platform, we would 
>>> like
>>> you to complete the following task which would provide an understanding 
>>> on
>>> how the userstore managers are used in WSO2 products.
>>>
>>>
>>> 1. Refer [1] and understand how a userstore manager can be written
>>> and used in a product like WSO2 Identity Server [2].
>>>
>>> 2. Refer [3] and understand more about Claims and Claim Management.
>>>
>>> 3. Referring [1], extend the
>>> *org.wso2.carbon.user.core.jdbc.JDBCUserStoreManager* class and
>>> write your own JDBC userstore manaager. (MySQL is preferred).
>>>
>>> 4. Introduce a new claim called *lastPasswordResetTimestamp* which
>>> tracks the timestamp of each user's last successful password reset 
>>> attempt.
>>> (in WSO2 Identity Server). For this you can refer [1] and override the
>>> *doUpdateCredential*, *doUpdateCredentialByAdmin* methods in the
>>> custom userstore manager you wrote in previous step. Inside these 
>>> methods
>>> after successful password reset, set the current timestemp as a user 
>>> claim.
>>> For this you can refer [4].
>>>
>>> 5. In the JDBC userstore manager you have written in above step,
>>> override the *doAuthenticate *method. Inside the method, after
>>> performing authentication, compare the timestamp of the last time the 
>>> user
>>> updated the credentials with current timestamp. If it is greater than 60
>>> days (you can hardcode this value for the moment) return an exception 
>>> with
>>> a message saying the user has to reset the password as it is expired. 
>>> (For
>>> the users where the claim for password reset timestamp is empty, you can
>>> let the users successfully authenticate)
>>>
>>> When performing above tasks, if you face any difficulty, you can ask
>>> for help from this mail thread. You can use GitHub to share your source
>>> code and after completing a deliverable from above steps, you can share
>>> your progress with us.
>>>
>>> If you need further clarifications, please get back.
>>>
>>> [1]
>>> https://docs.wso2.com/display/IS510/Writing+a+Custom+User+Store+Manager

Re: [Dev] Jaggery how to redirect the page with data(json)

2016-03-03 Thread Ruwan Abeykoon
Hi Iqbal,
If I understand the question correctly, this can not be done. It will be in
violation of HTTP spec. [1]

[1]
http://programmers.stackexchange.com/questions/99894/why-doesnt-http-have-post-redirect

Cheers,
Ruwan

On Thu, Mar 3, 2016 at 6:04 PM, Nipuna Chandradasa  wrote:

> Hi,
>
> Did you try setting the content to the response as follow?
>
> response.content = { products : ["Jaggery", "ESB"] };
>
> I did not try this but this will possibly work.
> Please refer the jaggery doc response section for more details.
> Regards.
>
> On Thu, Mar 3, 2016 at 3:45 PM, Irham Iqbal  wrote:
>
>> Hi All,
>>
>> Is there any way to redirect the page + post the data(json) from a plain
>> jaggery file to another jaggery file. I tried with post and
>> response.sendRedirect. with post i couldn't redirect the page i only can
>> pass the data to that page.  With response.sendRedirect i can redirect the
>> page couldn't send the json. Is the a way i can do this ?
>>
>> Thanks,
>> Iqbal
>>
>> --
>> Irham Iqbal
>> Software Engineer - Test Automation
>> WSO2, Inc.: http://wso2.com
>> lean. enterprise. middleware
>> phone: +94 777888452
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Nipuna Marcus
> *Software Engineer*
> WSO2 Inc.
> http://wso2.com/ - "lean . enterprise . middleware"
> Mobile : +94 (0) 713 667906
> nipu...@wso2.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

*Ruwan Abeykoon*
*Architect,*
*WSO2, Inc. http://wso2.com  *
*lean.enterprise.middleware.*

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


Re: [Dev] Carbon Parent 3 Released

2016-03-03 Thread Jayanga Dissanayake
Pleases note that the version should be corrected as follows.


org.wso2
wso2
3


Thanks,
Jayanga.

*Jayanga Dissanayake*
Senior Software Engineer
WSO2 Inc. - http://wso2.com/
lean . enterprise . middleware
email: jaya...@wso2.com
mobile: +94772207259

On Thu, Mar 3, 2016 at 7:04 PM, Jayanga Dissanayake 
wrote:

> Hi Devs,
>
> Carbon Parent 3 is now released. You can move all your C5 based
> components/products into new carbon parent pom.
>
> 
> org.wso2
> wso2
> 2
> 
>
> New Additions
> [i] Adding maven-checkstyle-plugin and findbugs-maven-plugin into the
> build.
> [ii] Fixing some versioning issues.
> [iii] Updating plugin versions
>
> Fixed Issues
> [1] https://wso2.org/jira/browse/CARBON-15801
>
> Maven Repo
> [1] *http://repo1.maven.org/maven2/org/wso2/wso2/3/
> *
>
> Git Repo Tag
> [1] https://github.com/wso2/carbon-parent/releases/tag/carbon-parent-3
>
> Regards,
> *Jayanga Dissanayake*
> Senior Software Engineer
> WSO2 Inc. - http://wso2.com/
> lean . enterprise . middleware
> email: jaya...@wso2.com
> mobile: +94772207259
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Carbon Parent 3 Released

2016-03-03 Thread Jayanga Dissanayake
Hi Devs,

Carbon Parent 3 is now released. You can move all your C5 based
components/products into new carbon parent pom.


org.wso2
wso2
2


New Additions
[i] Adding maven-checkstyle-plugin and findbugs-maven-plugin into the build.
[ii] Fixing some versioning issues.
[iii] Updating plugin versions

Fixed Issues
[1] https://wso2.org/jira/browse/CARBON-15801

Maven Repo
[1] *http://repo1.maven.org/maven2/org/wso2/wso2/3/
*

Git Repo Tag
[1] https://github.com/wso2/carbon-parent/releases/tag/carbon-parent-3

Regards,
*Jayanga Dissanayake*
Senior Software Engineer
WSO2 Inc. - http://wso2.com/
lean . enterprise . middleware
email: jaya...@wso2.com
mobile: +94772207259
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Calling DSS REST resources using JSON payloads

2016-03-03 Thread Nilmini Perera
I am fixing the documentation for this.
Thanks for the info.

On Tue, Mar 1, 2016 at 10:12 PM, Gokul Balakrishnan  wrote:

> Hi Madhawa,
>
> Thanks, I was using an input format like:
>
> {
> "timeFrom" : "2001-01-01 11:44:52",
> "timeTo": "2010-06-01 11:44:52"
> }
>
> but it only worked once I'd incorporated the resource name as well,
> similar to:
>
> {
>   "getFilteredNotices": {
> "timeFrom" : "2001-01-01 11:44:52",
> "timeTo": "2010-06-01 11:44:52"
>   }
> }
>
> Please note that as per the documentation, we should add "_post" to the
> resource name, which did *not* work (there was an NPE). Could you please
> do the needful to correct the documentation as required?
>
> Thanks,
>
> On 29 February 2016 at 16:51, Madhawa Gunasekara 
> wrote:
>
>> Hi Gokul,
>>
>> No, We have to do the json mapping for requests as well.
>> If you need to send a json payload in a request, you have to follow
>> this json format[1]. otherwise it won't work.
>>
>> [1]
>> https://docs.wso2.com/display/DSS350/JSON+Mapping#JSONMapping-JSONRequestPayloads
>>
>> Thanks,
>> Madhawa
>>
>> On 2/29/16, Gokul Balakrishnan  wrote:
>> > Hi Madhawa,
>> >
>> > To my understanding, this is only required when we're mapping the
>> output to
>> > JSON, right? My requirement is to send a JSON payload to the resource as
>> > opposed to compose a custom JSON result.
>> >
>> > Thanks,
>> >
>> > On 29 February 2016 at 11:48, Madhawa Gunasekara 
>> wrote:
>> >
>> >> Hi Gokul,
>> >>
>> >> How did you build the json payload? we have to build json payload
>> >> according to [1].
>> >>
>> >> [1] https://docs.wso2.com/display/DSS350/JSON+Mapping
>> >>
>> >> Thanks,
>> >> Madhawa
>> >>
>> >> On Mon, Feb 29, 2016 at 5:12 PM, Gokul Balakrishnan 
>> >> wrote:
>> >>
>> >>> Hi DSS team,
>> >>>
>> >>> I've created a dataservice and certain operations as REST-style
>> >>> resources
>> >>> as per the doc [1]. However, when I attempt to call that REST endpoint
>> >>> using a JSON payload, I'm getting the following error, which leads me
>> to
>> >>> conclude that DSS is not accepting it:
>> >>>
>> >>> Caused by: javax.xml.stream.XMLStreamException: DS Fault Message:
>> Error
>> >>> in 'CallQuery.extractParams', cannot find parameter with
>> >>> type:query-param
>> >>> name:WorksReference
>> >>> DS Code: INCOMPATIBLE_PARAMETERS_ERROR
>> >>>
>> >>> However, I see that urlencoded and XML content types seems to work
>> >>> properly.
>> >>>
>> >>> Do you have any idea what I might be doing wrong?
>> >>>
>> >>> [1]
>> https://docs.wso2.com/display/DSS350/Exposing+Data+as+REST+Resources
>> >>>
>> >>> Thanks,
>> >>>
>> >>>
>> >>> --
>> >>> Gokul Balakrishnan
>> >>> Senior Software Engineer,
>> >>> WSO2, Inc. http://wso2.com
>> >>> M +94 77 5935 789 | +44 7563 570502
>> >>>
>> >>
>> >>
>> >>
>> >> --
>> >> *Madhawa Gunasekara*
>> >> Software Engineer
>> >> WSO2 Inc.; http://wso2.com
>> >> lean.enterprise.middleware
>> >>
>> >> mobile: +94 719411002 <+94+719411002>
>> >> blog: *http://madhawa-gunasekara.blogspot.com
>> >> *
>> >> linkedin: *http://lk.linkedin.com/in/mgunasekara
>> >> *
>> >>
>> >
>> >
>> >
>> > --
>> > Gokul Balakrishnan
>> > Senior Software Engineer,
>> > WSO2, Inc. http://wso2.com
>> > M +94 77 5935 789 | +44 7563 570502
>> >
>>
>>
>> --
>> *Madhawa Gunasekara*
>> Software Engineer
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> mobile: +94 719411002 <+94+719411002>
>> blog: *http://madhawa-gunasekara.blogspot.com
>> *
>> linkedin: *http://lk.linkedin.com/in/mgunasekara
>> *
>>
>
>
>
> --
> Gokul Balakrishnan
> Senior Software Engineer,
> WSO2, Inc. http://wso2.com
> M +94 77 5935 789 | +44 7563 570502
>
> --
> You received this message because you are subscribed to the Google Groups
> "WSO2 Documentation Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to documentation+unsubscr...@wso2.com.
> For more options, visit https://groups.google.com/a/wso2.com/d/optout.
>



-- 
Nilmini Perera

Senior Technical Writer
WSO2 Inc.

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


Re: [Dev] Jaggery how to redirect the page with data(json)

2016-03-03 Thread Nipuna Chandradasa
Hi,

Did you try setting the content to the response as follow?

response.content = { products : ["Jaggery", "ESB"] };

I did not try this but this will possibly work.
Please refer the jaggery doc response section for more details.
Regards.

On Thu, Mar 3, 2016 at 3:45 PM, Irham Iqbal  wrote:

> Hi All,
>
> Is there any way to redirect the page + post the data(json) from a plain
> jaggery file to another jaggery file. I tried with post and
> response.sendRedirect. with post i couldn't redirect the page i only can
> pass the data to that page.  With response.sendRedirect i can redirect the
> page couldn't send the json. Is the a way i can do this ?
>
> Thanks,
> Iqbal
>
> --
> Irham Iqbal
> Software Engineer - Test Automation
> WSO2, Inc.: http://wso2.com
> lean. enterprise. middleware
> phone: +94 777888452
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Nipuna Marcus
*Software Engineer*
WSO2 Inc.
http://wso2.com/ - "lean . enterprise . middleware"
Mobile : +94 (0) 713 667906
nipu...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [APIM] New Throttling Engine Database Schema Design

2016-03-03 Thread Lahiru Cooray
Hi Upekka,
Please explain the below concerns:
Whats are QUOTA_POLICY_TYPE, QUOTA attributes and why are these duplicated
in AM_POLICY, AM_CONDITION tables?
(As per my understanding we are setting default values when defining a
policy and allow users to override when assigning to a condition. Is it the
scenario?)

Are policies applied against HTTP_VERBs? or against the Condition?

Better to give more meaningful names to attributes UNIT_TIME / TIME_UNIT
(AM_CONDITION)

On Thu, Mar 3, 2016 at 4:28 PM, Upekka Anuruddhi  wrote:

> Hi All,
>
> This is the database design for saving throttling policies in CEP Based
> Throttling engine for API Manager.
> Please share your ideas and suggestions on this.
>
> Thanks.
> Upekka
> ​
>
> --
> *Upekka Pathirana*
> Software Engineering Intern
> WSO2 Inc.; http://wso2.com
> Mobile : +94 (0) 714 868488
> upe...@wso2.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Lahiru Cooray*
Software Engineer
WSO2, Inc.;http://wso2.com/
lean.enterprise.middleware

Mobile: +94 715 654154
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSOC 2016: Proposal 7

2016-03-03 Thread Isuru Ranawaka
Hi Dinanjana,

While you are reading the  documentation you can figure out important
features that needs to be included  and come up with a set of features.Then
we can finalize the scope of the project and start working on it. Since you
have already worked on  this kind of project can you propose set of
features and informations that will be helpfull to implement them.


thanks

On Thu, Mar 3, 2016 at 9:56 AM, Dinanjana Gunaratne <
dinanjanagunara...@gmail.com> wrote:

> Hi all,
> Not currently. I am going through the documentation :) Thanks for the help
> :)
>
> On Thu, Mar 3, 2016 at 9:52 AM, Isuru Udana  wrote:
>
>> Hi Dinanjana,
>>
>> Do you need further help to understand the ESB architecture ?
>>
>> On Mon, Feb 29, 2016 at 6:01 PM, Nadeeshaan Gunasinghe <
>> nadeesh...@wso2.com> wrote:
>>
>>> Hi Dinanjana,
>>>
>>> In order to have a better understanding about the underlying
>>> functionalities of WSO2 ESB, it would be better if you take a look at the
>>> architecture first. Please find [1] which is a very informative webinar
>>> about WSO2 ESB's architecture as well as the message flow.
>>>
>>> Also if you are trying to get familiar how ESB handles the mediation at
>>> the core level, I would like to suggest going through [2] which covers the
>>> transport level functionality mapping to the ESB core level. This contains
>>> three parts and it would be great if you go through them :) .
>>>
>>> Additionally try to deploy a simple synapse configuration and debug the
>>> code base to identify how the message flows through synapse. If you do so
>>> you will be able to get a firm grasp of the message flow mentioned at [2].
>>>
>>> [1]
>>> http://wso2.com/library/webinars/2014/09/understanding-wso2-esb-introduction-to-esb-architecture-and-message-flow/
>>> [2]
>>> http://wso2.com/library/articles/2013/12/demystifying-wso2-esb-pass-through-transport-part-i/
>>>
>>> Thanks,
>>>
>>> *Nadeeshaan Gunasinghe*
>>> Software Engineer, WSO2 Inc. http://wso2.com
>>> +94770596754 | nadeesh...@wso2.com | Skype: nadeeshaan.gunasinghe
>>> <#816856320_1348862296_-537557168_478758164_>
>>> 
>>>   
>>> 
>>> Get a signature like this: Click here!
>>> 
>>>
>>> On Mon, Feb 29, 2016 at 1:09 PM, Dinanjana Gunaratne <
>>> dinanjanagunara...@gmail.com> wrote:
>>>
 Hi all,
 As Nadeeshan has suggested earlier i built all 3 projects from the
 source. Many of the details of JVM Isuru suggested can be gained from
 java.lang.management. Other specific data i think can be gained from
 management package of carbon. I still have a very little understanding
 about the architecture of ESB. So what I can't understand is where to do
 the implementation?Are we talking about a "feature"  to ESB ?



 On Mon, Feb 29, 2016 at 9:32 AM, Isuru Udana  wrote:

> Hi Dinanjana,
>
> Intention of this project is to build a tool which ease production
> incident analysis.
> Some of the common production incidents are,
> - Server goes OOM
> - Increase of CPU usage
> - Server goes to an unresponsive state
>
> We need to detect those situations and need to extract useful
> information to debug the issue before the server goes to a catastrophic
> state.
>
> For an example, when the server goes OOM, it will automatically
> generate the heap dump. However heap dump is not sufficient to analyse the
> incident. We need to see what causes the increase of heap. That may be due
> to increase of load (requests) or may be due to a bug. So we need to
> extract information like TPS of the server, thread dumps to do the further
> analysis.
>
> Thanks.
>
>
>
>
>
>
>
> On Fri, Feb 26, 2016 at 1:38 PM, Nadeeshaan Gunasinghe <
> nadeesh...@wso2.com> wrote:
>
>> Hi Dinanjana,
>>
>> First let's try to build WSO2 ESB from source and then dig in deep to
>> the source. In order to do so you will need build the following
>> repositories in the order.
>>
>> [1] https://github.com/wso2/wso2-synapse
>> [2] https://github.com/wso2/carbon-mediation
>> [3] https://github.com/wso2/product-esb
>>
>> Thanks,
>>
>> *Nadeeshaan Gunasinghe*
>> Software Engineer, WSO2 Inc. http://wso2.com
>> +94770596754 | nadeesh...@wso2.com | Skype: nadeeshaan.gunasinghe
>> <#816856320_1348862296_-537557168_478758164_1912754997_-722133546_-1073985791_>
>> 
>> 

Re: [Dev] [ESB][Connector] Github connector - get List of commits on a repo.

2016-03-03 Thread Malaka Silva
Hi Lakmini,

Great if you could contribute. Else put a jira and we will include this in
next version of github

On Thu, Mar 3, 2016 at 4:12 PM, Lakmini Chathurika  wrote:

> Hi,
>
> I need to get the list of repositories that are accessible to the
> authenticated user.
> Current connector [1] does not support for this but GitHub API [2] is
> supporting it . So need to implement the method  inside the connector.
> [1].
> https://storepreview.wso2.com/store/assets/esbconnector/cf9c44c0-b637-4587-afae-ea55fe64b632
> [2].https://developer.github.com/v3/repos/#list-your-repositories
>
> Thanks & Regards.
> Lakmini
>
> On Thu, Mar 3, 2016 at 12:39 PM, Kathees Rajendram 
> wrote:
>
>> Hi Chanuka,
>>
>> Now we don't have the method[1][2] in github1.0.0 connector.
>>
>> We will include this in next version of github or you can contribute [3]
>> with creating the method.
>>
>> [1] -
>> https://developer.github.com/v3/repos/statistics/#get-the-last-year-of-commit-activity-data
>> [2] -
>> https://developer.github.com/v3/repos/commits/#list-commits-on-a-repository
>> [3] - https://github.com/wso2-extensions/esb-connector-github
>>
>> Thanks,
>> Kathees
>>
>> On Thu, Mar 3, 2016 at 12:35 PM, Chanuka Dissanayake 
>> wrote:
>>
>>> Hi,
>>>
>>> Current connector [1] doesn't support on the $subject.  Github API [2]
>>> is supporting it, and need to implement the method inside the connector.
>>> As a workaround we can do traverse thorough the pull request (refer [3])
>>> per each repo and retrieve the list.
>>>
>>>
>>> [1]
>>> https://storepreview.wso2.com/store/assets/esbconnector/cf9c44c0-b637-4587-afae-ea55fe64b632
>>> [2]
>>> https://developer.github.com/v3/repos/commits/#list-commits-on-a-repository
>>> [3]
>>> https://docs.wso2.com/display/ESBCONNECTORS/Working+with+Pull+Requests+in+Github#WorkingwithPullRequestsinGithub-listPullRequestCommits
>>>
>>> Thanks & Regards,
>>> Chanuka.
>>> --
>>> Chanuka Dissanayake
>>> *Software Engineer | **WSO2 Inc.*; http://wso2.com
>>>
>>> Mobile: +94 71 33 63 596
>>> Email: chan...@wso2.com
>>>
>>
>>
>>
>> --
>> Kathees
>> Software Engineer,
>> email: kath...@wso2.com
>> mobile: +94772596173
>>
>
>


-- 

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/

https://store.wso2.com/store/

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] Installation issues of ESB fixed

2016-03-03 Thread Awanthika Senarath
​
 newp2.zip

​

PLease find the p2 of the required patch0003 attached

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



On Thu, Mar 3, 2016 at 4:36 PM, Awanthika Senarath 
wrote:

> The installation issues of ESB Tooling features are fixed,
>
> the cache mediator issue and the data-mapper dependency issues were fixed
> by aprropriately importing and exporting the versioned packages and
> features from the relevant plugins.
>
> The installation of the tooling main generated should be on top of a
> kernel that has the patch0003 from [1] installed. Else there would be
> errors in data-mapper dependencies.
>
> Installation of tooling composite contains the fixed version of the
> relevant feature.
>
>
> [1]
> http://builder1.us1.wso2.org/~developerstudio/developer-studio-kernel/4.0.0/kernel/updates/main/patch0003/
>
>
> Regards
> Awanthika Senarath
> Software Engineer, WSO2 Inc.
> Mobile: +94717681791
>
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Installation issues of ESB fixed

2016-03-03 Thread Awanthika Senarath
The installation issues of ESB Tooling features are fixed,

the cache mediator issue and the data-mapper dependency issues were fixed
by aprropriately importing and exporting the versioned packages and
features from the relevant plugins.

The installation of the tooling main generated should be on top of a kernel
that has the patch0003 from [1] installed. Else there would be errors in
data-mapper dependencies.

Installation of tooling composite contains the fixed version of the
relevant feature.


[1]
http://builder1.us1.wso2.org/~developerstudio/developer-studio-kernel/4.0.0/kernel/updates/main/patch0003/


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


[Dev] [APIM] New Throttling Engine Database Schema Design

2016-03-03 Thread Upekka Anuruddhi
Hi All,

This is the database design for saving throttling policies in CEP Based
Throttling engine for API Manager.
Please share your ideas and suggestions on this.

Thanks.
Upekka
​

-- 
*Upekka Pathirana*
Software Engineering Intern
WSO2 Inc.; http://wso2.com
Mobile : +94 (0) 714 868488
upe...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [ESB][Connector] Github connector - get List of commits on a repo.

2016-03-03 Thread Lakmini Chathurika
Hi,

I need to get the list of repositories that are accessible to the
authenticated user.
Current connector [1] does not support for this but GitHub API [2] is
supporting it . So need to implement the method  inside the connector.
[1].
https://storepreview.wso2.com/store/assets/esbconnector/cf9c44c0-b637-4587-afae-ea55fe64b632
[2].https://developer.github.com/v3/repos/#list-your-repositories

Thanks & Regards.
Lakmini

On Thu, Mar 3, 2016 at 12:39 PM, Kathees Rajendram  wrote:

> Hi Chanuka,
>
> Now we don't have the method[1][2] in github1.0.0 connector.
>
> We will include this in next version of github or you can contribute [3]
> with creating the method.
>
> [1] -
> https://developer.github.com/v3/repos/statistics/#get-the-last-year-of-commit-activity-data
> [2] -
> https://developer.github.com/v3/repos/commits/#list-commits-on-a-repository
> [3] - https://github.com/wso2-extensions/esb-connector-github
>
> Thanks,
> Kathees
>
> On Thu, Mar 3, 2016 at 12:35 PM, Chanuka Dissanayake 
> wrote:
>
>> Hi,
>>
>> Current connector [1] doesn't support on the $subject.  Github API [2] is
>> supporting it, and need to implement the method inside the connector.
>> As a workaround we can do traverse thorough the pull request (refer [3])
>> per each repo and retrieve the list.
>>
>>
>> [1]
>> https://storepreview.wso2.com/store/assets/esbconnector/cf9c44c0-b637-4587-afae-ea55fe64b632
>> [2]
>> https://developer.github.com/v3/repos/commits/#list-commits-on-a-repository
>> [3]
>> https://docs.wso2.com/display/ESBCONNECTORS/Working+with+Pull+Requests+in+Github#WorkingwithPullRequestsinGithub-listPullRequestCommits
>>
>> Thanks & Regards,
>> Chanuka.
>> --
>> Chanuka Dissanayake
>> *Software Engineer | **WSO2 Inc.*; http://wso2.com
>>
>> Mobile: +94 71 33 63 596
>> Email: chan...@wso2.com
>>
>
>
>
> --
> Kathees
> Software Engineer,
> email: kath...@wso2.com
> mobile: +94772596173
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [VOTE] Release WSO2 Business Process Server 3.5.1 RC3

2016-03-03 Thread Samitha Chathuranga
Hi all,

I've tested the following,

   1. BPEL Samples
   2. Basic functionalities of BMPN Explorer
   3. BPMN Samples
   4. BMPN email task feature

No issues found.

[x] Stable - go ahead and release

Regards,
Samitha

On Thu, Mar 3, 2016 at 3:47 PM, Chathura Ekanayake 
wrote:

> Tested rest tasks, correlations, throwing and catching errors within BPMN,
> BPMN compensations, multi-instance tasks, BPMN transactional subprocesses
> with cancellations and API manager workflow integrations.
>
> [x] Stable - go ahead and release
>
> - Chathura
>
> On Thu, Mar 3, 2016 at 1:54 PM, Nandika Jayawardana 
> wrote:
>
>> Hi All,
>>
>> Tested the pack on windows with SQL Server as the database. Also tested
>> the bpmn correlation api.
>>
>> [x] Stable - go ahead and release
>>
>> Regards
>> Nandika
>>
>> On Wed, Mar 2, 2016 at 10:51 PM, Praminda Jayawardana 
>> wrote:
>>
>>> Hi All,
>>>
>>> I've tested Human task coordination and task termination for API Manager
>>> workflows.
>>>
>>> No issues found.
>>> [x] Stable - go ahead and release
>>>
>>> Thanks,
>>> Praminda
>>>
>>> On Thu, Mar 3, 2016 at 10:36 AM, Heshitha Hettihewa 
>>> wrote:
>>>
 Hi all,

 I've tested following features

 1) Humantask Samples and Humantask Explorer
 2) BPMN Samples and BPMN Explorer
 3) BPEL Samples

 No issues found.
 [x] Stable - go ahead and release

 Thanks.

 On Wed, Mar 2, 2016 at 2:42 PM, Hasitha Aravinda 
 wrote:

> Hi Devs,
>
> Tested followings in clustered environment.
>
>- BPEL Asynchronous process chaining.
>- BPEL Correlation Violation.
>- ODE clustering Implementation and Job re-assignment.
>- Verified issue https://wso2.org/jira/browse/CARBON-15776​ is
>fixed.
>
> *Cluster Details : * 1 Manager, 2 Worker nodes.
> Database : MySQL 5.6.28
> Load Balancer : nginx/1.4.6
>
> ​Tested following against MySQL DB in single node.
>
>
>- ​HumanTask coordination ​in multi-tenant environment.
>
>- Ran Integration tests ( BPEL, HumanTask, BPMN, Task coordination
>) pointing to RC3 pack. Tests are passing.
>
> ​Verified followings.
>
>- Built Source code pointing to Java 7 and Java 8.
>- README.txt
>- INSTALL.txt
>- release-notes.html
>
> [x] Stable - go ahead and release
>
> Thanks,
> Hasitha.
>
>
> On Tue, Mar 1, 2016 at 11:44 AM, Amal Gunatilake 
> wrote:
>
>> Hi Devs,
>>
>> This is the third release candidate of WSO2 Business Process Server
>> 3.5.1
>>
>> *This release fixes the following issues:*
>>
>> https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hide=12625
>>
>> Please download, test and vote.
>>
>> *Source & binary distribution files:*
>> Source : https://github.com/wso2/product-bps/archive/v3.5.1-RC3.zip
>> Binary :
>> https://github.com/wso2/product-bps/releases/download/v3.5.1-RC3/wso2bps-3.5.1.zip
>>
>> *Maven staging repo:*
>> http://maven.wso2.org/nexus/content/repositories/orgwso2bps-394/
>>
>> The tag to be voted upon:
>>
>> https://github.com/wso2/product-bps/releases/tag/v3.5.1-RC3
>>
>> [ ] Broken - do not release (explain why)
>> [ ] Stable - go ahead and release
>>
>> Best regards,
>> Amal.
>> --
>> *Amal Gunatilake*
>> Software Engineer
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> --
> Hasitha Aravinda,
> Senior Software Engineer,
> WSO2 Inc.
> Email: hasi...@wso2.com
> Mobile : +94 718 210 200
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Heshitha Hettihewa
 *Software Engineer*
 Mobile : +94716866386
 <%2B94%20%280%29%20773%20451194>
 heshit...@wso2.com

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


>>>
>>>
>>> --
>>> *Praminda Jayawardana*
>>> Software Engineer
>>> WSO2 Inc.; http://wso2.com
>>> Mobile : +94 (0) 716 590818
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Nandika Jayawardana
>> WSO2 Inc ; http://wso2.com
>> lean.enterprise.middleware
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
> 

Re: [Dev] [VOTE] Release WSO2 Business Process Server 3.5.1 RC3

2016-03-03 Thread Chathura Ekanayake
Tested rest tasks, correlations, throwing and catching errors within BPMN,
BPMN compensations, multi-instance tasks, BPMN transactional subprocesses
with cancellations and API manager workflow integrations.

[x] Stable - go ahead and release

- Chathura

On Thu, Mar 3, 2016 at 1:54 PM, Nandika Jayawardana 
wrote:

> Hi All,
>
> Tested the pack on windows with SQL Server as the database. Also tested
> the bpmn correlation api.
>
> [x] Stable - go ahead and release
>
> Regards
> Nandika
>
> On Wed, Mar 2, 2016 at 10:51 PM, Praminda Jayawardana 
> wrote:
>
>> Hi All,
>>
>> I've tested Human task coordination and task termination for API Manager
>> workflows.
>>
>> No issues found.
>> [x] Stable - go ahead and release
>>
>> Thanks,
>> Praminda
>>
>> On Thu, Mar 3, 2016 at 10:36 AM, Heshitha Hettihewa 
>> wrote:
>>
>>> Hi all,
>>>
>>> I've tested following features
>>>
>>> 1) Humantask Samples and Humantask Explorer
>>> 2) BPMN Samples and BPMN Explorer
>>> 3) BPEL Samples
>>>
>>> No issues found.
>>> [x] Stable - go ahead and release
>>>
>>> Thanks.
>>>
>>> On Wed, Mar 2, 2016 at 2:42 PM, Hasitha Aravinda 
>>> wrote:
>>>
 Hi Devs,

 Tested followings in clustered environment.

- BPEL Asynchronous process chaining.
- BPEL Correlation Violation.
- ODE clustering Implementation and Job re-assignment.
- Verified issue https://wso2.org/jira/browse/CARBON-15776​ is
fixed.

 *Cluster Details : * 1 Manager, 2 Worker nodes.
 Database : MySQL 5.6.28
 Load Balancer : nginx/1.4.6

 ​Tested following against MySQL DB in single node.


- ​HumanTask coordination ​in multi-tenant environment.

- Ran Integration tests ( BPEL, HumanTask, BPMN, Task coordination
) pointing to RC3 pack. Tests are passing.

 ​Verified followings.

- Built Source code pointing to Java 7 and Java 8.
- README.txt
- INSTALL.txt
- release-notes.html

 [x] Stable - go ahead and release

 Thanks,
 Hasitha.


 On Tue, Mar 1, 2016 at 11:44 AM, Amal Gunatilake 
 wrote:

> Hi Devs,
>
> This is the third release candidate of WSO2 Business Process Server
> 3.5.1
>
> *This release fixes the following issues:*
>
> https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hide=12625
>
> Please download, test and vote.
>
> *Source & binary distribution files:*
> Source : https://github.com/wso2/product-bps/archive/v3.5.1-RC3.zip
> Binary :
> https://github.com/wso2/product-bps/releases/download/v3.5.1-RC3/wso2bps-3.5.1.zip
>
> *Maven staging repo:*
> http://maven.wso2.org/nexus/content/repositories/orgwso2bps-394/
>
> The tag to be voted upon:
>
> https://github.com/wso2/product-bps/releases/tag/v3.5.1-RC3
>
> [ ] Broken - do not release (explain why)
> [ ] Stable - go ahead and release
>
> Best regards,
> Amal.
> --
> *Amal Gunatilake*
> Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 --
 Hasitha Aravinda,
 Senior Software Engineer,
 WSO2 Inc.
 Email: hasi...@wso2.com
 Mobile : +94 718 210 200

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


>>>
>>>
>>> --
>>> Heshitha Hettihewa
>>> *Software Engineer*
>>> Mobile : +94716866386
>>> <%2B94%20%280%29%20773%20451194>
>>> heshit...@wso2.com
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Praminda Jayawardana*
>> Software Engineer
>> WSO2 Inc.; http://wso2.com
>> Mobile : +94 (0) 716 590818
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Nandika Jayawardana
> 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


[Dev] Jaggery how to redirect the page with data(json)

2016-03-03 Thread Irham Iqbal
Hi All,

Is there any way to redirect the page + post the data(json) from a plain
jaggery file to another jaggery file. I tried with post and
response.sendRedirect. with post i couldn't redirect the page i only can
pass the data to that page.  With response.sendRedirect i can redirect the
page couldn't send the json. Is the a way i can do this ?

Thanks,
Iqbal

-- 
Irham Iqbal
Software Engineer - Test Automation
WSO2, Inc.: http://wso2.com
lean. enterprise. middleware
phone: +94 777888452
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Carbon-Transport Disruptor ExecutorService threads

2016-03-03 Thread Isuru Ranawaka
Hi ,

I have added the support for configure worker pool in Disruptor and run
EventHandlers through it. you can configure
"disruptor.consumer.worker.pool.size" property as parameter in
netty-transports.yml  under TransportListener configurations.

thanks


On Thu, Feb 25, 2016 at 9:19 AM, Isuru Ranawaka  wrote:

> Hi Azeez,
>
> We will support that .
>
> thanks
>
>
> On Wed, Feb 24, 2016 at 12:35 PM, Afkham Azeez  wrote:
>
>> In MSS, when a call reaches an operation, we may in turn call another
>> microservice or do a DB call, for example. Those scenarios need to be
>> supported.
>>
>> On Wed, Feb 24, 2016 at 10:49 AM, Isuru Ranawaka  wrote:
>>
>>> Hi Samiyuru,
>>>
>>> Do you need to do  blocking operations inside EventHandler threads ? If
>>> so we can add that functionality in future release
>>>
>>> thanks
>>>
>>> On Wed, Feb 24, 2016 at 10:35 AM, Samiyuru Senarathne >> > wrote:
>>>
 Hi Isuru,

 So what is the a way to have a worker pool [1]?

 [1] -
 https://lmax-exchange.github.io/disruptor/docs/com/lmax/disruptor/dsl/Disruptor.html#handleEventsWithWorkerPool(com.lmax.disruptor.WorkHandler...)

 Best Regards,
 Samiyuru


 On Tue, Feb 23, 2016 at 10:30 AM, Isuru Ranawaka 
 wrote:

> Hi samiyuru,
>
> According to the Disruptor architecture it is written such that to
> minimize thread switching .If we define high number of  threads in 
> Executor
> Service  than no of EventHandlers then it will only pick
> threads equal to EventHandlers.If particular  thread blocked then that
> EventHandler also get blocked. So due to this reason we should not do any
> blocking operation inside Disruptor Handlers.So particular EventHandler is
> always bound to particular thread in ExceutorService for EventHandler life
> time.So I think configuring threads on Executor service  may not have
> significant improvement.
>
> thanks
> IsuruR
>
>
> On Tue, Feb 23, 2016 at 10:04 AM, Samiyuru Senarathne <
> samiy...@wso2.com> wrote:
>
>> Hi Shafreen,
>>
>> Yeah, the threads in this ExecutorService will be used to execute
>> the EventHandler. So, according to the current implementation for one
>> handler there will be only one thread right?
>>
>> In this case, events cannot be processed concurrently. Events will be
>> processed one after another sequentially. Therefore, I think we should 
>> have
>> a way to specify the number of event handlers and the number of threads 
>> in
>> the  ExecutorService separately.
>>
>> Best Regards,
>> Samiyuru
>>
>> On Tue, Feb 23, 2016 at 9:24 AM, Shafreen Anfar 
>> wrote:
>>
>>> Hi Samiyuru,
>>>
>>> AFAIU, for each Disruptor we create an ExecuterService. Threads in
>>> this ExecutorService will be used to execute the EventHandler of the
>>> Disruptor. Therefore, number of threads in the Executor are the number 
>>> of
>>> EventHanlders for that particular Disruptor.
>>>
>>> @IsuruR - please correct me if I am wrong :)
>>>
>>> On Fri, Feb 19, 2016 at 10:34 AM, Samiyuru Senarathne <
>>> samiy...@wso2.com> wrote:
>>>
 Hi,

 In carbon-transport, why are the number of event handlers and the
 number of threads in the ExecutorService of Disruptor [1] the same? Is
 there a way to configure them separately?

 [1] -
 https://github.com/wso2/carbon-transports/blob/master/http/netty/components/org.wso2.carbon.transport.http.netty/src/main/java/org/wso2/carbon/transport/http/netty/common/disruptor/config/DisruptorFactory.java#L47

 Best Regards,
 Samiyuru

 --
 Samiyuru Senarathne
 *Software Engineer*
 Mobile : +94 (0) 71 134 6087
 samiy...@wso2.com

>>>
>>>
>>>
>>> --
>>> Regards,
>>> *Shafreen*
>>> Software Engineer
>>> WSO2 Inc
>>> Mobile : 077-556-395-1
>>>
>>
>>
>>
>> --
>> Samiyuru Senarathne
>> *Software Engineer*
>> Mobile : +94 (0) 71 134 6087
>> samiy...@wso2.com
>>
>
>
>
> --
> Best Regards
> Isuru Ranawaka
> M: +94714629880
> Blog : http://isurur.blogspot.com/
>



 --
 Samiyuru Senarathne
 *Software Engineer*
 Mobile : +94 (0) 71 134 6087
 samiy...@wso2.com

>>>
>>>
>>>
>>> --
>>> Best Regards
>>> Isuru Ranawaka
>>> M: +94714629880
>>> Blog : http://isurur.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 

Re: [Dev] Regarding Proposal 6: [ML] Predictive analytics with online data for WSO2 Machine Learner

2016-03-03 Thread Maheshakya Wijewardena
Hi Heshani,

Please add WSO2 developers list as well when you are inquiring about
projects because the community is interested in these projects and their
input is vital and the decisions are made collaboratively.

That said, about your request; this projects is targeted to be a GSoC
project so the scope and the time line of the project should comply with
the GSoC official time lines. So there should be a concrete goal and
associated tasks that can be completed within that time frame. These tasks
should be properly discussed with the community and finalized, so that they
can go into the project proposal.
If you want to continue this as your final year project, you should discuss
about what more can be done (in addition to the components added in GSoC
project) and also find a supervisor. But this should be done independently
from the GSoC and you need to get approval from WSO2 for that.

As a starting point (considering GSoC), you can download Machine Learner
product, go through examples and quick start guide.
Then you can try developing small ML applications with Spark ML lib and
play around with Spark streaming as well.
After getting some concrete idea, try to write a program using Spark
Streaming and ML lib streaming linear regression, streaming k-means to
train models with streaming data and share your you experience with us.

Best regards.

On Thu, Mar 3, 2016 at 12:23 PM, Heshani Herath 
wrote:

> Hi Maheshakya,
>
> I went through WSO2 ML details,as I'm doing this as the 4th year research
> project I need more requirements to fit for the whole year, If there are
> any requirements to be done please be kind enough to share with me.
>
> Thank you!
>
> On Mon, Feb 29, 2016 at 3:19 PM, Maheshakya Wijewardena <
> mahesha...@wso2.com> wrote:
>
>> Hi Heshani,
>>
>> Thank you for the interest for this project.
>>
>> WSO2 Machine Learner supports several learning algorithms at the
>> moment[1]. This project intends is to leverage the existing algorithms in
>> WSO2 Machine Learner to support streaming data. As an initiative, first you
>> can get an idea about what WSO2 Machine Learner does and how it operates.
>> You can download WSO2 Machine Learner from product page[2] and the the
>> source code [3]. ML is using Apache Spark MLLib[4] for its' algorithms so
>> it's better to read and understand what it does as well.
>>
>> In order to get an idea about the deliverables and the scope of this
>> project, try to understand how Spark streaming[5] (see examples) handles
>> streaming data. Also, have a look in the streaming algorithms[6][7]
>> supported by MLLib. There are two approaches discussed to employ
>> incremental learning in ML in the project proposals page. These streaming
>> algorithms can be directly used in the first approach. For the other
>> approach, the your implementation should contain a procedure to create mini
>> batches from streaming data with relevant sizes (i.e. a moving window) and
>> do periodic retraining of the same algorithm.
>>
>> To start with the project, you will need to come up with a suitable plan
>> and an architecture first.
>>
>> Please watch the video referenced in the proposal (reference: 5). It will
>> help you getting a better idea about machine learning algorithms with
>> streaming data.
>>
>> Let us know if you need any help with these.
>>
>> Best regards
>>
>> [1] https://docs.wso2.com/display/ML110/Machine+Learner+Algorithms
>> [2] http://wso2.com/products/machine-learner/
>> [3]
>> https://docs.wso2.com/display/ML110/Building+from+Source#BuildingfromSource-Downloadingthesourcecheckout
>> [4] https://spark.apache.org/docs/1.4.1/mllib-guide.html
>> [5] https://spark.apache.org/docs/1.4.1/streaming-programming-guide.html
>> [6]
>> https://spark.apache.org/docs/1.4.1/mllib-linear-methods.html#streaming-linear-regression
>> [7]
>> https://spark.apache.org/docs/1.4.1/mllib-clustering.html#streaming-k-means
>>
>> On Mon, Feb 29, 2016 at 2:54 PM, Heshani Herath <
>> heshani7.her...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>>
>>> https://docs.wso2.com/display/GSoC/Project+Proposals+for+2016#ProjectProposalsfor2016-Proposal6:[ML]PredictiveanalyticswithonlinedataforWSO2MachineLearner
>>>
>>> I'm a 4th year undergraduate from SLIIT faculty of
>>> computing(specializing in Software Engineering) who is interested in doing
>>> the aforementioned project as the final year research. I would like to know
>>> more details on this topic and the procedure to be followed when
>>> implementing it. Please be kind enough to reply as soon as possible.
>>>
>>> Thank you
>>>
>>> --
>>> Best Regards,
>>> Heshani Herath
>>>
>>
>>
>>
>> --
>> Pruthuvi Maheshakya Wijewardena
>> mahesha...@wso2.com
>> +94711228855
>>
>>
>>
>
>
> --
> Best Regards,
> Heshani Herath
>



-- 
Pruthuvi Maheshakya Wijewardena
mahesha...@wso2.com
+94711228855
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Carbon] Starting and stopping WSO2 carbon server programmatically

2016-03-03 Thread Aruna Karunarathna
On Thu, Mar 3, 2016 at 2:01 PM, Vithulan Vijayanandan 
wrote:

> Hi,
>
> So for starting I'll do the Processbuilder way and for shutdown calling
> admin service will do right?
>

[Adding Nirmal]

Did you check how the instance spawn done in stratos?

>
> On Thu, Mar 3, 2016 at 1:55 PM, Aruna Karunarathna  wrote:
>
>>
>>
>> On Thu, Mar 3, 2016 at 12:35 PM, Dumidu Handakumbura 
>> wrote:
>>
>>> Hi,
>>>
>>> Carbon servers provides restart/shutdown operations through the
>>> ServerAdmin MBean(in org.wso2.carbon). You should be able to call these
>>> operations using a java jmx client.
>>>
>>
>> I think he wants to start the server also, so that can't be achieved
>> using the Admin Service.
>>
>>>
>>> Thanks,
>>> Dumidu
>>>
>>> On Thu, Mar 3, 2016 at 12:26 PM, Vithulan Vijayanandan <
>>> vithu...@wso2.com> wrote:
>>>
 Hi,

 I am  currently able to start the server using Processbulder class [1].
 Is there any other way to start and stop the carbon server from Java?

 [1]
 https://docs.oracle.com/javase/7/docs/api/java/lang/ProcessBuilder.html

 --
 *Vithulan MV*

 Intern-Software Engineering
 WSO2, Inc : wso2.com
 Mobile: +94712540524

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


>>>
>>>
>>> --
>>> *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
>>>
>>>
>>
>>
>> --
>>
>> *Aruna Sujith Karunarathna *
>> 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
>>
>>
>
>
>
> --
> *Vithulan MV*
>
> Intern-Software Engineering
> WSO2, Inc : wso2.com
> Mobile: +94712540524
>



-- 

*Aruna Sujith Karunarathna *
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] [Carbon] Starting and stopping WSO2 carbon server programmatically

2016-03-03 Thread Vithulan Vijayanandan
Hi,

So for starting I'll do the Processbuilder way and for shutdown calling
admin service will do right?

On Thu, Mar 3, 2016 at 1:55 PM, Aruna Karunarathna  wrote:

>
>
> On Thu, Mar 3, 2016 at 12:35 PM, Dumidu Handakumbura 
> wrote:
>
>> Hi,
>>
>> Carbon servers provides restart/shutdown operations through the
>> ServerAdmin MBean(in org.wso2.carbon). You should be able to call these
>> operations using a java jmx client.
>>
>
> I think he wants to start the server also, so that can't be achieved using
> the Admin Service.
>
>>
>> Thanks,
>> Dumidu
>>
>> On Thu, Mar 3, 2016 at 12:26 PM, Vithulan Vijayanandan > > wrote:
>>
>>> Hi,
>>>
>>> I am  currently able to start the server using Processbulder class [1].
>>> Is there any other way to start and stop the carbon server from Java?
>>>
>>> [1]
>>> https://docs.oracle.com/javase/7/docs/api/java/lang/ProcessBuilder.html
>>>
>>> --
>>> *Vithulan MV*
>>>
>>> Intern-Software Engineering
>>> WSO2, Inc : wso2.com
>>> Mobile: +94712540524
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *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
>>
>>
>
>
> --
>
> *Aruna Sujith Karunarathna *
> 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
>
>



-- 
*Vithulan MV*

Intern-Software Engineering
WSO2, Inc : wso2.com
Mobile: +94712540524
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Carbon] Starting and stopping WSO2 carbon server programmatically

2016-03-03 Thread Aruna Karunarathna
On Thu, Mar 3, 2016 at 12:35 PM, Dumidu Handakumbura 
wrote:

> Hi,
>
> Carbon servers provides restart/shutdown operations through the
> ServerAdmin MBean(in org.wso2.carbon). You should be able to call these
> operations using a java jmx client.
>

I think he wants to start the server also, so that can't be achieved using
the Admin Service.

>
> Thanks,
> Dumidu
>
> On Thu, Mar 3, 2016 at 12:26 PM, Vithulan Vijayanandan 
> wrote:
>
>> Hi,
>>
>> I am  currently able to start the server using Processbulder class [1].
>> Is there any other way to start and stop the carbon server from Java?
>>
>> [1]
>> https://docs.oracle.com/javase/7/docs/api/java/lang/ProcessBuilder.html
>>
>> --
>> *Vithulan MV*
>>
>> Intern-Software Engineering
>> WSO2, Inc : wso2.com
>> Mobile: +94712540524
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *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
>
>


-- 

*Aruna Sujith Karunarathna *
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] [VOTE] Release WSO2 Business Process Server 3.5.1 RC3

2016-03-03 Thread Nandika Jayawardana
Hi All,

Tested the pack on windows with SQL Server as the database. Also tested the
bpmn correlation api.

[x] Stable - go ahead and release

Regards
Nandika

On Wed, Mar 2, 2016 at 10:51 PM, Praminda Jayawardana 
wrote:

> Hi All,
>
> I've tested Human task coordination and task termination for API Manager
> workflows.
>
> No issues found.
> [x] Stable - go ahead and release
>
> Thanks,
> Praminda
>
> On Thu, Mar 3, 2016 at 10:36 AM, Heshitha Hettihewa 
> wrote:
>
>> Hi all,
>>
>> I've tested following features
>>
>> 1) Humantask Samples and Humantask Explorer
>> 2) BPMN Samples and BPMN Explorer
>> 3) BPEL Samples
>>
>> No issues found.
>> [x] Stable - go ahead and release
>>
>> Thanks.
>>
>> On Wed, Mar 2, 2016 at 2:42 PM, Hasitha Aravinda 
>> wrote:
>>
>>> Hi Devs,
>>>
>>> Tested followings in clustered environment.
>>>
>>>- BPEL Asynchronous process chaining.
>>>- BPEL Correlation Violation.
>>>- ODE clustering Implementation and Job re-assignment.
>>>- Verified issue https://wso2.org/jira/browse/CARBON-15776​ is
>>>fixed.
>>>
>>> *Cluster Details : * 1 Manager, 2 Worker nodes.
>>> Database : MySQL 5.6.28
>>> Load Balancer : nginx/1.4.6
>>>
>>> ​Tested following against MySQL DB in single node.
>>>
>>>
>>>- ​HumanTask coordination ​in multi-tenant environment.
>>>
>>>- Ran Integration tests ( BPEL, HumanTask, BPMN, Task coordination )
>>>pointing to RC3 pack. Tests are passing.
>>>
>>> ​Verified followings.
>>>
>>>- Built Source code pointing to Java 7 and Java 8.
>>>- README.txt
>>>- INSTALL.txt
>>>- release-notes.html
>>>
>>> [x] Stable - go ahead and release
>>>
>>> Thanks,
>>> Hasitha.
>>>
>>>
>>> On Tue, Mar 1, 2016 at 11:44 AM, Amal Gunatilake  wrote:
>>>
 Hi Devs,

 This is the third release candidate of WSO2 Business Process Server
 3.5.1

 *This release fixes the following issues:*

 https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hide=12625

 Please download, test and vote.

 *Source & binary distribution files:*
 Source : https://github.com/wso2/product-bps/archive/v3.5.1-RC3.zip
 Binary :
 https://github.com/wso2/product-bps/releases/download/v3.5.1-RC3/wso2bps-3.5.1.zip

 *Maven staging repo:*
 http://maven.wso2.org/nexus/content/repositories/orgwso2bps-394/

 The tag to be voted upon:

 https://github.com/wso2/product-bps/releases/tag/v3.5.1-RC3

 [ ] Broken - do not release (explain why)
 [ ] Stable - go ahead and release

 Best regards,
 Amal.
 --
 *Amal Gunatilake*
 Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

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


>>>
>>>
>>> --
>>> --
>>> Hasitha Aravinda,
>>> Senior Software Engineer,
>>> WSO2 Inc.
>>> Email: hasi...@wso2.com
>>> Mobile : +94 718 210 200
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Heshitha Hettihewa
>> *Software Engineer*
>> Mobile : +94716866386
>> <%2B94%20%280%29%20773%20451194>
>> heshit...@wso2.com
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Praminda Jayawardana*
> Software Engineer
> WSO2 Inc.; http://wso2.com
> Mobile : +94 (0) 716 590818
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Nandika Jayawardana
WSO2 Inc ; http://wso2.com
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] carbon-mediation 4.4.12 Released !

2016-03-03 Thread Vijitha Ekanayake
Hi All,

Carbon-mediation version 4.4.12 released.

org.wso2.carbon.mediation
carbon-mediation
4.4.12

Thanks.

-- 
Vijitha Ekanayake
Software Engineer*, *WSO2, Inc.; http://wso2.com/
Mobile : +94 777 24 73 39 | +94 718 74 44 08
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev