[Dev] BPS admin service to update APIM application status

2015-09-29 Thread Irham Iqbal
Hi All, I am automating adding an application workflow by following the document[1]. Using the HumanTaskClientAPIAdmin admin service I can approve application creation task as below. humanTaskClientAPIAdminClient.complete(b4pTask.getId(), "http://www.example.com/claims/schema\;>\n" +" true\n"

[Dev] WSO2 Committers += Chanuka Dissanayake

2015-09-29 Thread Johann Nallathamby
Hi All, It's my pleasure to announce Chanuka Dissanayake as a WSO2 Committer. Chanuka has been a valuable contributor for WSO2 Identity Server product, and in recognition of his contribution to WSO2, he has been voted as a WSO2 Committer. Chanuka, congratulations and keep up the good work!

[Dev] [DEV][IS] slf4j version conflict with 1.6.x and 1.7.x

2015-09-29 Thread Ayyoob Hamza
Hi All, In CDMF, When we install DAS feature with along the IS (4.6.0-M2) features. Then we found IS features doesn't get activated. When we track the issue we were able find that IS depends on slf4j version from 1.6.0 to 1.7.0 and DAS depends on version from 1.7.0 to 1.8.0 Further we have both

Re: [Dev] Orbit update for Paho-MQTT Library

2015-09-29 Thread Kalpa Welivitigoda
Hi Eranda, Do we have an update on this? If $subject is not needed anymore please close [1]. On Fri, Mar 13, 2015 at 9:59 AM, Kishanthan Thangarajah wrote: > Did you go through the checklist of items for orbit creation process? > There is a doc on this. > > On Mon, Mar 9,

Re: [Dev] carbon-dashboards 1.0.4 released to staging

2015-09-29 Thread Udara Rathnayake
http://maven.wso2.org/nexus/content/repositories/orgwso2carbondashboards-156/ above repo tested with product-ues, please go ahead and release On Tue, Sep 29, 2015 at 4:58 PM, Udara Rathnayake wrote: > Hi Builder team, > > Please close the repo and provide the URL. > > Regards,

Re: [Dev] [Private PaaS] Moving cartridges to a new Git repository

2015-09-29 Thread Sajith Kariyawasam
Hi Imesh, Will there be separate cartridge releases thereafter? How do we handle cartridge compatibility with Private PaaS version? For eg, Cartridge A version 1.0 may be compatible with PPaaS 4.1.0. If Cartridge A is improved it may not compatible with PPaaS 4.1.0, so need to version it to

Re: [Dev] jaggery-extensions 1.4.3 released to staging

2015-09-29 Thread Udara Rathnayake
tested with product-ues, please go ahead and release On Tue, Sep 29, 2015 at 2:30 PM, Manuranga Perera wrote: > http://maven.wso2.org/nexus/content/repositories/orgjaggeryjs-154/ > > On Tue, Sep 29, 2015 at 2:24 PM, Udara Rathnayake wrote: > >> Hi Builder team,

[Dev] carbon-dashboards 1.0.4 released to staging

2015-09-29 Thread Udara Rathnayake
Hi Builder team, Please close the repo and provide the URL. Regards, UdaraR ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] jaggery-extensions 1.4.3 released to staging

2015-09-29 Thread Manuranga Perera
http://maven.wso2.org/nexus/content/repositories/orgjaggeryjs-154/ On Tue, Sep 29, 2015 at 2:24 PM, Udara Rathnayake wrote: > Hi Builder team, > > Please close the repo and provide the URL. > > Regards, > UdaraR > -- With regards, *Manu*ranga Perera. phone : 071 7 70 20 50

[Dev] [DEV] DepSync url doesn't get updated after carbon.xml is updated

2015-09-29 Thread Chamila De Alwis
Hi, I've setup an ESB (4.9.0) cluster with one manager and two workers, with SVN DepSync. This was working initially, however after changing the SVN url to a different one, the deployment synchronization task fails when the server is started. The SVN url it's using is still the old one. The SVN

Re: [Dev] [Private PaaS] Moving cartridges to a new Git repository

2015-09-29 Thread Imesh Gunaratne
Cartridges git repository is now available: https://github.com/wso2/private-paas-cartridges On Tue, Sep 29, 2015 at 3:26 PM, Imesh Gunaratne wrote: > On Tue, Sep 29, 2015 at 1:36 PM, Sajith Kariyawasam > wrote: > >> >> Will there be separate cartridge releases

Re: [Dev] [Throttling] Moving throttle.core out from Synapse

2015-09-29 Thread Amila De Silva
Fixed the issue and create a new PR [2]. The problem was, canAccess method in CallerContext has been incrementing both global and local counts. Due to this, a single request gets counted twice, and throttling quota gets depleted before reaching the maximum number of allowed requests. After

Re: [Dev] [IS][Workflow] Removing BPEL & HT packages when deleting workflows

2015-09-29 Thread Vinod Kavinda
Hi Kasun, You need to undeploy the HumanTask and BPEL packages. Use the following services, BPELPackageManagementService and HumanTaskPackageManagement for BPEL and HumanTasks respectively. Thanks and regards, Vinod Kavinda On Tue, Sep 29, 2015 at 3:45 PM, Kasun Bandara wrote:

[Dev] jaggery-extensions 1.4.3 released to staging

2015-09-29 Thread Udara Rathnayake
Hi Builder team, Please close the repo and provide the URL. Regards, UdaraR ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] WSO2 DAS + BRS

2015-09-29 Thread Imesh Gunaratne
Hi Marco, Can you please share the axis2.xml file? I doubt whether your clustering configuration is correct, you can see this in the README file in the above link: private-paas org.wso2.carbon.ppaas.PrivatePaaSBasedMembershipScheme cluster-1,cluster-2 Technically we cannot use

Re: [Dev] [VOTE] Release WSO2 BPS 3.5.0 RC1

2015-09-29 Thread Nandika Jayawardana
Hi Firzhan, Need to include the license text file with updated jar versions. Nandika On Sat, Sep 26, 2015 at 4:56 PM, Firzhan Naqash wrote: > > Hi Devs, > > WSO2 BPS 3.5.0 RC1 Release Vote > > This release fixes the following issues: >

Re: [Dev] [Private PaaS] Moving cartridges to a new Git repository

2015-09-29 Thread Imesh Gunaratne
On Tue, Sep 29, 2015 at 1:36 PM, Sajith Kariyawasam wrote: > > Will there be separate cartridge releases thereafter? > Yes we can do separate releases for cartridges afterwards. That was the idea. > > How do we handle cartridge compatibility with Private PaaS version? > A

[Dev] [IS][Workflow] Removing BPEL & HT packages when deleting workflows

2015-09-29 Thread Kasun Bandara
Hi, Currently when we add a Workflow, both HT(Human Task) and BPEL packages will deployed in the server side. Although when when we delete the associated workflow, the respective BPEL & HT packages are still not get deleted from server side. (i.e HT and BPEL packages are still resides in IS

Re: [Dev] [IS][Workflow] Removing BPEL & HT packages when deleting workflows

2015-09-29 Thread Kasun Bandara
Hi Vinod, Thanks for the prompt reply. Will do the needful. Thanks and Regards. On Tue, Sep 29, 2015 at 4:28 PM, Vinod Kavinda wrote: > Hi Kasun, > You need to undeploy the HumanTask and BPEL packages. > Use the following services, BPELPackageManagementService and >

Re: [Dev] [carbon-kernel-5.0.0] Carbon stop command not working in sh script

2015-09-29 Thread Kasun Indrasiri
Can we get this fixed in C5 soon please. This is a blocker for the pert testing automation of C5 based servers. On Tue, Sep 29, 2015 at 8:07 PM, Bhanuka Dissanayake wrote: > Hi Aruna, > > The fix is not making any effect on the issue , I've tried building the > server but the

Re: [Dev] [carbon-kernel-5.0.0] Carbon stop command not working in sh script

2015-09-29 Thread Bhanuka Dissanayake
Hi Aruna, The fix is not making any effect on the issue , I've tried building the server but the problem is still the same , can you please look into it? Thank You. On Thu, Sep 24, 2015 at 2:42 PM, Kasun Indrasiri wrote: > Thanks a lor Anura. > > @Bhanuka : Can we please test

Re: [Dev] [carbon-kernel-5.0.0] Carbon stop command not working in sh script

2015-09-29 Thread Aruna Karunarathna
On Tue, Sep 29, 2015 at 8:07 PM, Bhanuka Dissanayake wrote: > Hi Aruna, > > The fix is not making any effect on the issue , I've tried building the > server but the problem is still the same , can you please look into it? > What repository did you build?.. BTW PR is not still

Re: [Dev] [carbon-kernel-5.0.0] Carbon stop command not working in sh script

2015-09-29 Thread Aruna Karunarathna
On Tue, Sep 29, 2015 at 10:22 PM, Bhanuka Dissanayake wrote: > Hi , > > Yes I tried adding the fix on branch 5.0.X and master both are not > effective. > Can you elaborate more on the commands you've used to start and stop the server?.. > > On Tue, Sep 29, 2015 at 8:36 PM,

Re: [Dev] [carbon-kernel-5.0.0] Carbon stop command not working in sh script

2015-09-29 Thread Bhanuka Dissanayake
I started the server with "sh wso2server.sh start" or "./wso2server.sh start" command(s) and tried stopping with "sh wso2server.sh stop" or "./wso2server.sh stop" On Tue, Sep 29, 2015 at 10:28 PM, Aruna Karunarathna wrote: > > > On Tue, Sep 29, 2015 at 10:22 PM, Bhanuka

[Dev] WSO2 Data Services Server 3.5.0 Beta1 Released

2015-09-29 Thread Rajith Vitharana
WSO2 Data Services Team is pleased to announce WSO2 Data Service Server 3.5.0 Beta1 Release. You can download the pack from location [1] and [2]. Javadocs can be found in [3]. Below are the improvements, bug fixes included in the release. Bug - [DS-1005 ]

Re: [Dev] [carbon-kernel-5.0.0] Carbon stop command not working in sh script

2015-09-29 Thread Bhanuka Dissanayake
Hi , Yes I tried adding the fix on branch 5.0.X and master both are not effective. On Tue, Sep 29, 2015 at 8:36 PM, Aruna Karunarathna wrote: > > > On Tue, Sep 29, 2015 at 8:07 PM, Bhanuka Dissanayake > wrote: > >> Hi Aruna, >> >> The fix is not making any

[Dev] [VOTE] Release WSO2 BPS 3.5.0 RC2

2015-09-29 Thread Firzhan Naqash
Hi Devs, *WSO2 BPS 3.5.0 RC2 Release Vote* This release fixes the following issues: https://wso2.org/jira/browse/BPS-604?filter=12415 Please download BPS 3.5.0 RC2 and test the functionality and vote. Vote will be open for 72 hours or as needed. Binary distribution at:

Re: [Dev] How do I override Siddhi's default sequence and pattern matching functionality?

2015-09-29 Thread Tishan Dahanayakage
Hi Jonathan, Your requirement can be achieved by using a custom time window extension. It can be implemented using java and then used within Siddhi query. Following documentation will Introduce you to extending Siddhi [1] and writing window extensions [2]. These extensions are formerly known as

Re: [Dev] [DEV] DepSync url doesn't get updated after carbon.xml is updated

2015-09-29 Thread Dinesh J Weerakkody
Hi Chamila, It seems like that your new SVN server url cannot be resolved from the client. See the error message "java.net.NoRouteToHostException: No route to host". Can you try to check whether you can reach the SVN server using ping or tracert. Thanks *Dinesh J. Weerakkody* Software Engineer

[Dev] [BPS] Bulk BPEL event handler execution

2015-09-29 Thread Praminda Jayawardana
Hi, Is it possible to execute event handler's of several BPEL processes with matching correlation properties in list? Thanks, Praminda -- *Praminda Jayawardana* Software Engineer WSO2 Inc.; http://wso2.com Mobile : +94 (0) 716 590818 ___ Dev mailing

Re: [Dev] Error starting G-Reg 5.0.0

2015-09-29 Thread Ajith Vitharana
Hi All When I restart the server , I'm getting following exception. [2015-09-29 14:12:23,171] INFO {org.apache.catalina.startup.TaglibUriRule} - TLD skipped. URI: http://tiles.apache.org/tags-tiles is already defined !ENTRY org.eclipse.equinox.ds 2 0 2015-09-29 14:12:33.310 !MESSAGE Getting a