Re: [Dev] Update on Gsoc Project - BAM Toolbox for WSO2 Business Process Server

2014-08-10 Thread Pubudu Gunatilaka
Hi, According to the discussion I had with Hasitha, I was able to add the tenant id for the BPEL and Human Task events. So when events are publishing to the BAM, tenant id also get published with it. I changed the BAM dashboard as well. So the tenant wise BPEL process instances and Human Task

Re: [Dev] Update on Gsoc Project - BAM Toolbox for WSO2 Business Process Server

2014-07-15 Thread Nandika Jayawardana
Hi Pubudu, Looks good, Shall we do another review session. Let us know a convenient time for you. Also attach all your source code and documentation to the jira. Regards Nandika On Tue, Jul 15, 2014 at 11:49 AM, Pubudu Gunatilaka pubudu...@gmail.com wrote: Hi, According to the previous

Re: [Dev] Update on Gsoc Project - BAM Toolbox for WSO2 Business Process Server

2014-07-15 Thread Pubudu Gunatilaka
Hi Nandika, This week I am busy with University work and will be free in next week. I will let you know the time for a review session. Thank you. On Tue, Jul 15, 2014 at 2:35 PM, Nandika Jayawardana nand...@wso2.com wrote: Hi Pubudu, Looks good, Shall we do another review session. Let us

Re: [Dev] Update on Gsoc Project - BAM Toolbox for WSO2 Business Process Server

2014-06-04 Thread Pubudu Gunatilaka
Hi, I changed the data publisher class according to the feedback I got. I used a hash map and added the data publishing instance. So when it calls again, it will check from the hash map and takes the instance if exists. The source code can be found in [1]. Currently I am working on the BAM

Re: [Dev] Update on Gsoc Project - BAM Toolbox for WSO2 Business Process Server

2014-05-27 Thread Pubudu Gunatilaka
Hi, I was able to complete BPEL event listener, Human task event listener and the data publisher. The source code can be found in my git repo in [1]. I have attached the jar file and [2] contains the instructions to add the jar file to WSO2 BPS in order to publish events to WSO2 BAM. I will start

Re: [Dev] Update on Gsoc Project - BAM Toolbox for WSO2 Business Process Server

2014-05-27 Thread Nandika Jayawardana
Hi Pubudu, I had a look at your code. You are creating a Data Publisher object every time an event is fired which is not an efficient way to do it. We need to create the Data publisher once and when were an event is written, reuse that data publisher instance. You can have a look at the existing

Re: [Dev] Update on Gsoc Project - BAM Toolbox for WSO2 Business Process Server

2014-05-27 Thread Pubudu Gunatilaka
Hi, Thank you for the feedback. I will follow above mentioned approach. Thank you. On Tue, May 27, 2014 at 7:33 PM, Nandika Jayawardana nand...@wso2.comwrote: Hi Pubudu, I had a look at your code. You are creating a Data Publisher object every time an event is fired which is not an

Re: [Dev] Update on Gsoc Project - BAM Toolbox for WSO2 Business Process Server

2014-05-22 Thread Pubudu Gunatilaka
Hi, For the BPEL Processes, I was able to write a custom event listener using the BPELEventListener from the *org.apache.ode.bpel.iapi* package. According to my proposal in [1] I have shown the instance information through the BAM Dashboard which is in figure 3. Same details also can be viewed

Re: [Dev] Update on Gsoc Project - BAM Toolbox for WSO2 Business Process Server

2014-05-22 Thread Hasitha Aravinda
Good progress Pubudu, On Thu, May 22, 2014 at 1:21 PM, Pubudu Gunatilaka pubudu...@gmail.comwrote: Hi, For the BPEL Processes, I was able to write a custom event listener using the BPELEventListener from the *org.apache.ode.bpel.iapi* package. According to my proposal in [1] I have shown

Re: [Dev] Update on Gsoc Project - BAM Toolbox for WSO2 Business Process Server

2014-05-20 Thread Pubudu Gunatilaka
Hi, I was able to write a sample HumanTaskEventListener and able to see the information of human task instance transitions. Currently I am working on the BPELTaskEventListener. Once I complete the event listeners, I will work on the data publisher. Then I will be able to work on the BAM

Re: [Dev] Update on Gsoc Project - BAM Toolbox for WSO2 Business Process Server

2014-05-11 Thread Thilini Ishaka
Hi Pubudu, Some more materials are given below. Please update the thread with the current progress. *Data Publisher1. https://docs.wso2.org/display/BAM241/Data+Publisher https://docs.wso2.org/display/BAM241/Data+Publisher 2.

[Dev] Update on Gsoc Project - BAM Toolbox for WSO2 Business Process Server

2014-05-07 Thread Pubudu Gunatilaka
Hi, These days I am working with samples that are in WSO2 BPS in order to get some idea about BPEL and Human task processes. Some of the processes generate events and some do not. For the processes which generate events can use HumanTaskEventListener and BPELEventListener classes to write a

Re: [Dev] Update on Gsoc Project - BAM Toolbox for WSO2 Business Process Server

2014-05-07 Thread Hasitha Aravinda
Hi Pubudu, For BPEL processes, you can enable ODE events via deploy.xml. Please refer [1] for more information. Similar to HumanTask you can register ODE event listener to BPS using bps.xml. were you able to write a sample HumanTaskEventListener ? Also try to write sample BPELEventListener and

Re: [Dev] Update on Gsoc Project - BAM Toolbox for WSO2 Business Process Server

2014-05-07 Thread Pubudu Gunatilaka
Hi Hasitha, Thank you for the information. I did not write a sample event listener yet. Still trying to get some idea about BPEL and Human task processes. I will work on what you have mentioned and let you know the progress. Thanks. On Wed, May 7, 2014 at 4:31 PM, Hasitha Aravinda