[Dev] Handling non-OSGi JARs within dropins capability

2016-04-25 Thread Chiranga Alwis
Hi, I have been working on improving the existing dropins capability within the Carbon-kernel. In the utility methods I am using for dropins, I have a method which reads in the files of a given source directory and construct OSGi Bundle Information (BundleInfo.java

Re: [Dev] Changing the Primary Keystore password in IS 5.0.0 SP1.

2016-04-25 Thread Kamidu Punchihewa
Hi Tharindu, I debugged the mentioned class and checked the runtime values for the two variables below as suggested: - keystorePath - keystorePassword For both the variables the correct values were assigned at runtime. The correct key store was assigned to the variables along with the new

Re: [Dev] [DEV] [ESB] Change payload response (LDAP Connector)

2016-04-25 Thread Nuwan Pallewela
Hi Willian, Do you want to change the message structure? If you don't need to change the message structure, you can change the axis2 messageType property to "json/application" and esb formatters will convert it to JSON. Eg: If you want to change the message structure you can use FastXSLT

Re: [Dev] [DEV] [ESB] Change payload response (LDAP Connector)

2016-04-25 Thread Malaka Silva
Hi Willian, You could try setting the messageType property after getting the soap response. Find details in ESB docs with [1] [1] https://docs.wso2.com/display/ESB490/JSON+Support#JSONSupport-ConvertingapayloadbetweenXMLandJSON On Tue, Apr 26, 2016 at 2:47 AM, Willian Antunes <

Re: [Dev] [DEV] [ESB]

2016-04-25 Thread Malaka Silva
Hi Willian, You could try setting the messageType property after getting the soap response. Find details in ESB docs with [1] [1] https://docs.wso2.com/display/ESB490/JSON+Support#JSONSupport-ConvertingapayloadbetweenXMLandJSON On Tue, Apr 26, 2016 at 2:46 AM, Willian Antunes <

Re: [Dev] [GSOC2016]Proposal 4: [ML] Ensemble Methods Support for WSO2 Machine Learner

2016-04-25 Thread Supun Sethunga
Hi Misgana, As you progress, please keep us posted too. It would be nice if you can share your code as well (Github project). You can take a fork of repo [1], and start working on your fork. [1] https://github.com/wso2/carbon-ml On Mon, Apr 25, 2016 at 7:57 PM, Misgana Negassi <

Re: [Dev] WSO2 Committers += Lasantha Samarakoon

2016-04-25 Thread Imesh Chandrasiri
Congrats Lasantha. :) On Mon, Apr 25, 2016 at 11:33 AM, Dilini Gunatilake wrote: > Congratulations Lasantha :) > > On Mon, Apr 25, 2016 at 11:23 AM, Sinthuja Ragendran > wrote: > >> Hi all, >> >> It's my pleasure to welcome Lasantha Samarakoon as a WSO2

Re: [Dev] GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-04-25 Thread Mahesh Dananjaya
Hi Maheshakya, thank you. give me couple of days to set up the environment. I have already all three things. I will get latest one and start to work on the above things. I will let you know the progress. meanwhile if you are i am available in boh skype and hangout.thank you. regards, Mahesh. On

Re: [Dev] [GSoC 2016]Proposal 03:[ML] Visual (Deep) Neural Network Builder

2016-04-25 Thread Lakini Senanayaka
Hi, My proposal for GSoC 2016 has been accepted.Thank you for helping me to write a good proposal and for accepting my proposal on Visual Neural Network Builder(Proposal 03) .Could you please give me further guidance and instructions to continue the project. Thank you. On Fri, Mar 25, 2016 at

Re: [Dev] Make tasks claimable conditionaly

2016-04-25 Thread Vinod Kavinda
Hi Manuranga, For existing tasks you can use a "onMessage boundary event listener" as Amal suggested. For tasks that will be created in the future, you can modify the workflow such that, it will check a variable to check the assignee on vacation or not and then change the assignee inside a service

Re: [Dev] GSOC 2016 - Project 21 : Review Proposal

2016-04-25 Thread Asantha Thilina
Hi Tharindu, that's fine i'll be ok with that time Thanks, Asantha On Tue, Apr 26, 2016 at 8:36 AM, Tharindu Edirisinghe wrote: > Hi Asantha, > > How about 4.30 p.m today ? > > Regards, > TharinduE > > On Mon, Apr 25, 2016 at 8:19 PM, Asantha Thilina

Re: [Dev] GSOC 2016 - Project 21 : Review Proposal

2016-04-25 Thread Tharindu Edirisinghe
Hi Asantha, How about 4.30 p.m today ? Regards, TharinduE On Mon, Apr 25, 2016 at 8:19 PM, Asantha Thilina wrote: > Hi Tharindu, > > thanks for the wishes and i am really interesting and looking forward to > continue on project,yeah sure we will have a hangout and i

[Dev] [DEV] [ESB] Change payload response (LDAP Connector)

2016-04-25 Thread Willian Antunes
Hello everyone, One I consult my internal LDAP using LDAP Connector to retrieve the details regarding some user I receive a huge response. For example (I'm omitting anothers groups contained in memberOf): http://www.w3.org/2003/05/soap-envelope;> http://org.wso2.esbconnectors.ldap;> CN=Willian

[Dev] [DEV] [ESB]

2016-04-25 Thread Willian Antunes
Hello everyone, One I consult my internal LDAP using LDAP Connector to retrieve the details regarding some user I receive a huge response. For example (I'm omitting anothers groups contained in memberOf): http://www.w3.org/2003/05/soap-envelope;> http://org.wso2.esbconnectors.ldap;> CN=Willian

[Dev] [DEV] [ESB]

2016-04-25 Thread Willian Antunes
Hello everyone, One I consult my internal LDAP to retrieve the details regarding some user I receive a huge response. For example (I'm omitting ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] Fixing ESBJAVA-4225

2016-04-25 Thread Viraj Rajaguru
Hi, I'm working on Jira[1] and was able to find the root cause for the issue. While the endpoint is being used, we are redeploying the car file which contains the endpoint to reproduce the issue. See below stacktrace for endpoint invocation.

Re: [Dev] Make tasks claimable conditionaly

2016-04-25 Thread Manuranga Perera
yes it is possible to get an event, but the issue is this should apply to both existing tasks and tasks that will be created in the future. On Thu, Apr 21, 2016 at 3:16 PM, Amal Gunatilake wrote: > Hi Manuranga, > > Is it possible to get a notification from the system to BPS

[Dev] [Ann] WSO2 App Cloud 3.0.0-Alpha2 Released!

2016-04-25 Thread Punnadi Gunarathna
WSO2 App Cloud 3.0.0-Alpha2 Release WSO2 App Cloud team is pleased to announce the release of version 3.0.0-Alpha2 of the WSO2 App Cloud. WSO2 App Cloud is a multi-tenant, elastic and self-service enterprise platform that enables hosting applications written in multiple languages on multiple

Re: [Dev] One or more certificates rejected Issue on product Build

2016-04-25 Thread Anupama Pathirage
Hi All, Thanks a lot for the support and as mentioned in [1] downloading a fresh jdk and replacing the all the certificates in the installation folder resolved the issue. [1] - Mail Subject: "[Dev] P2 Profile Generation Fails - One or more certificates rejected." Regards, On Mon, Apr 25, 2016

Re: [Dev] Latest release tag in wso2-axis2 git repository is incorrect

2016-04-25 Thread Niranjan Karunanandham
Hi Sajith, On Mon, Apr 25, 2016 at 8:37 PM, Sajith Kariyawasam wrote: > Hi Niranjan, > > Yes, but my point is, the "latest-release" label is a feature in github, > which can be used to give a proper indication as to which "tag" is the > latest release. There can be tags, which

Re: [Dev] Commented Test Cases in API-M Master

2016-04-25 Thread Bhathiya Jayasekara
Tested and merged. Thanks, Bhathiya On Fri, Apr 22, 2016 at 3:40 PM, Bhathiya Jayasekara wrote: > Hi Saneth, > > Thanks, I'll merge it after running the test locally. > > Regards, > Bhathiya > > On Fri, Apr 22, 2016 at 3:38 PM, Saneth Dharmakeerthi >

[Dev] Wring custom extension with newer version of a library which is already in use

2016-04-25 Thread Abimaran Kugathasan
Hi Devs, If I'm wring a custom handler/extension which uses a newer version of a third party library whose older version is used by the product. How can I make the newer version of that third party library to be active in OSGI rather than older version?

Re: [Dev] Latest release tag in wso2-axis2 git repository is incorrect

2016-04-25 Thread Sajith Kariyawasam
Hi Niranjan, Yes, but my point is, the "latest-release" label is a feature in github, which can be used to give a proper indication as to which "tag" is the latest release. There can be tags, which have created but not released. So I think, every time a release is done, we need to update that

Re: [Dev] Latest release tag in wso2-axis2 git repository is incorrect

2016-04-25 Thread Niranjan Karunanandham
[2] - https://github.com/wso2/wso2-axis2/releases On Mon, Apr 25, 2016 at 8:20 PM, Niranjan Karunanandham wrote: > Hi Sajith, > > This link [1] shows the wso2-axis2 release tags with the latest on the > top. The link [2] shows the releases and marks the "latest" which has the

Re: [Dev] Latest release tag in wso2-axis2 git repository is incorrect

2016-04-25 Thread Niranjan Karunanandham
Hi Sajith, This link [1] shows the wso2-axis2 release tags with the latest on the top. The link [2] shows the releases and marks the "latest" which has the release notes. The other releases which followed this have been minimized and you will be able to see them when you clicked on the three dots

Re: [Dev] GSOC 2016 - Project 21 : Review Proposal

2016-04-25 Thread Asantha Thilina
Hi Tharindu, thanks for the wishes and i am really interesting and looking forward to continue on project,yeah sure we will have a hangout and i would be grateful if we can arrange the meeting on evening round about 3.00 P.M. or any time later that ,is it ok Thanks, Asantha On Mon, Apr 25,

Re: [Dev] Error while building ESB using java 8 and maven 3.3

2016-04-25 Thread Niranjan Karunanandham
Hi Riyafa, This issue is because the certificates is not trusted are not trusted by the JVM. This issue was mentioned in [1] and was solved by downloading a fresh JDK and replacing all the certificates in that. [1] - Mail Subject: "[Dev] P2 Profile Generation Fails - One or more certificates

Re: [Dev] Cannot generate P2 metadata: P2 publisher return code was 13

2016-04-25 Thread Niranjan Karunanandham
Hi Damith, Hi all, This issue was mentioned in [1] and was solved by downloading a fresh JDK and replacing all the certificates in that. [1] - Mail Subject: "[Dev] P2 Profile Generation Fails - One or more certificates rejected." Regards, Nira On Mon, Apr 18, 2016 at 2:33 PM, Damith

Re: [Dev] One or more certificates rejected Issue on product Build

2016-04-25 Thread Niranjan Karunanandham
Hi all, This issue is because the certificates is not trusted are not trusted by the JVM. This issue was mentioned in [1] and was solved by downloading a fresh JDK and replacing all the certificates in that. [1] - Mail Subject: "[Dev] P2 Profile Generation Fails - One or more certificates

Re: [Dev] GSOC 2016 - Project 21 : Review Proposal

2016-04-25 Thread Tharindu Edirisinghe
Hi Asantha, Congratulations on getting selected for GSOC 2016 ! Hope you are doing well. Shall we have a google hangout tomorrow 26/04/2016 to discuss how to proceed with the project ? What time would suit you ? Regards, TharinduE On Thu, Mar 24, 2016 at 9:18 AM, Asantha Thilina

Re: [Dev] Changing the Primary Keystore password in IS 5.0.0 SP1.

2016-04-25 Thread Tharindu Edirisinghe
Hi Kamidu, If you have correctly set the new password in identity.xml file's *EntitlementSettings*, can you remote debug the *org.wso2.carbon.identity.entitlement* 's *4.2.2 *version to find out the actual cause. The particular class is

Re: [Dev] [Architecture] Common configuration for publishing events from carbon servers to DAS/CEP

2016-04-25 Thread Malith Dhanushka
Hi Niranjan, Correction on my previous reply. we have to ship this feature by default with ESB and APIM. So this needs to be released with the immediate ESB or APIM release. @Viraj - Please include this feature in next ESB release. I have already sent a pull request by including this to

[Dev] Changing the Primary Keystore password in IS 5.0.0 SP1.

2016-04-25 Thread Kamidu Punchihewa
Hi, I have a IS 5.0.0 SP1 pack and i have change the default password of the key store and changed the following config files accordingly. - /repository/conf/identity.xml. - /repository/conf/carbon.xml - /repository/conf/axis2/axis2.xml -

[Dev] GSOC2016: [ML][CEP] Predictive analytic with online data for WSO2 Machine Learner

2016-04-25 Thread Maheshakya Wijewardena
Hi Mahesh, Congratulations and welcome to GSoC 2016. You did a great job in preparing the proposal. Now it's time to dig deep and get started with the project. First of all you need to familiarize with the code base. We have agreed to implement this with CEP event streams. We already have a CEP

Re: [Dev] [Architecture] Common configuration for publishing events from carbon servers to DAS/CEP

2016-04-25 Thread Malith Dhanushka
Hi Niranjan, Since this feature doesn't ship by default in any of the products, please go ahead and merge this as an special case. Thanks, Malith On Tue, Apr 12, 2016 at 10:56 AM, Niranjan Karunanandham wrote: > Hi Malith, > > On Fri, Mar 18, 2016 at 11:42 AM, Malith

Re: [Dev] One or more certificates rejected Issue on product Build

2016-04-25 Thread Aruna Karunarathna
Experienced the same issue and was able to resolve by using a different JDK version. Haven't dig further though, since it resolved after the JDK version change. On Mon, Apr 25, 2016 at 5:11 PM, Anupama Pathirage wrote: > Hi, > > When building wso2-products (Ex: DSS ,ESB) [1],

[Dev] One or more certificates rejected Issue on product Build

2016-04-25 Thread Anupama Pathirage
Hi, When building wso2-products (Ex: DSS ,ESB) [1], I encountered the error of "One or more certificates rejected. Cannot proceed with installation." during the profile generation. Error log for DSS build is as follows. Checked with java 1.7.0_80 with maven 3.0.5 and 3.3.3. Seems it may due to

Re: [Dev] [AppManager] Fully qualified name issue in SAML response

2016-04-25 Thread Dinusha Senanayaka
+Pushpalanka. On Mon, Apr 25, 2016 at 4:51 PM, Jenananthan Yogendran wrote: > Hi All, > > After migrating the AppManager from kernel 4.2.0 to kernel 4.4.5 , fully > qualified name is not working as expected. > > We use file based SP configuration for Store app and

[Dev] [AppManager] Fully qualified name issue in SAML response

2016-04-25 Thread Jenananthan Yogendran
Hi All, After migrating the AppManager from kernel 4.2.0 to kernel 4.4.5 , fully qualified name is not working as expected. We use file based SP configuration for Store app and Publisher app(attached sso-idp-config files used in both kernel versions). In kernel 4.2.0 , when login to

Re: [Dev] Jaggery 0.12.4 released to staging

2016-04-25 Thread Maheshika Goonetilleke
Hi Udara Please check https://maven.wso2.org/nexus/content/repositories/orgjaggeryjs-1002/ On Mon, Apr 25, 2016 at 4:30 PM, Udara Rathnayake wrote: > Hi build team, > > Please close this and provide the repo URL > > -- > Regards, > UdaraR > -- Thanks & Best Regards,

Re: [Dev] [ESB] API/Proxy to consult LDAP through ESB

2016-04-25 Thread Willian Antunes
Yes, you're right. I could test what I needed. Thank you! On Mon, Apr 25, 2016 at 8:15 AM, Malaka Silva wrote: > Hi Willian, > > By looking at the error it seems this is generated from ldap.authenticate > rather than ldap.init. > > Please make sure you have given dn and

[Dev] Jaggery 0.12.4 released to staging

2016-04-25 Thread Udara Rathnayake
Hi build team, Please close this and provide the repo URL -- Regards, UdaraR ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [ESB][Automation] How to configure testcases to be run on a standalone server

2016-04-25 Thread Abimaran Kugathasan
Hi We have to add following listeners for the test suits to fix the above exception. On Mon, Apr 25, 2016 at 1:16 PM, Abimaran Kugathasan wrote: > Hi Nuwan, > > Now I'm getting > > Caused by:

Re: [Dev] Converting a Certificate Request from .PEM to .DER

2016-04-25 Thread Dilshan Edirisuriya
Its just a base64 decode version of PEM. Just execute Base64.decode(str.getBytes()) by removing BEGIN CERTIFICATE, END CERTIFICATE parts. Regards, Dilshan On 25 April 2016 at 15:22, Madhawa Perera wrote: > I'm trying to convert a certificate request which is in PEM format

Re: [Dev] P2 profile fails in MDM

2016-04-25 Thread Lakshman Udayakantha
Thanks Niranjan. After upgrading commons version I could build without any issue. On Sat, Apr 23, 2016 at 12:11 AM, Niranjan Karunanandham wrote: > Hi Lakshman, > > AFAIU, this is because of the import range defined in for axiom in > carbon-commons and is fixed in

[Dev] Converting a Certificate Request from .PEM to .DER

2016-04-25 Thread Madhawa Perera
I'm trying to convert a certificate request which is in PEM format as shown below. -BEGIN CERTIFICATE REQUEST- MIIC/jCCAeYCAQAwgZ0xCzAJBgNVBAYTAlVTMQswCQYDVQQIDAJDQTEWMBQGA1UE BwwNU2FuIEZyYW5jaXNjbzETMBEGA1UECgwKQnJvd24gQmVhcjEVMBMGA1UECwwM

[Dev] [ESB Analyticd] Making 'esb_stat_analytics' Read Only?

2016-04-25 Thread Iranga Muthuthanthri
In ESB Analytics , since event receiver configurations (Stream Defintions & Event Receivers) are read only , canl we make the script 'esb_stat_analytics' read only to prevent any issues due to user changes to scripts? -- Thanks & Regards Iranga Muthuthanthri (M) -0777-255773 Team Product

Re: [Dev] [ESB] API/Proxy to consult LDAP through ESB

2016-04-25 Thread Malaka Silva
Hi Willian, By looking at the error it seems this is generated from ldap.authenticate rather than ldap.init. Please make sure you have given dn and password parameters in ldap.authenticate configuration as mentioned in [1] Further you can investigate using the source code found in [2] [1]

Re: [Dev] [IS] Using email as username for a JDBC-based user store

2016-04-25 Thread Sherene Mahanama
+1. Done :) On Mon, Apr 25, 2016 at 12:05 PM, Farasath Ahamed wrote: > Hi All, > > Thanks everyone for the help. Sorry, I fail to mention that my JDBC user > store was a secondary user store. > > I was able to get the $subject done by following [1], > 1. enabling

Re: [Dev] [ESB][Automation] How to configure testcases to be run on a standalone server

2016-04-25 Thread Abimaran Kugathasan
Hi Nuwan, Now I'm getting Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target I have keystore and truststore src/test/resources/keystores/products. Am I missing any configurations? My productGroup looks like

[Dev] WSO2 Governance Registry 5.2.0 Released !!

2016-04-25 Thread Thushara Ranawaka
WSO2 Governance Registry team is pleased to announce the release of WSO2 Governance Registry 5.2.0.!! WSO2 Governance Registry provides end-to-end governance for enterprises. IT professionals can streamline application development, testing and deployment processes, as well as manage service

Re: [Dev] [IS] Using email as username for a JDBC-based user store

2016-04-25 Thread Farasath Ahamed
Hi All, Thanks everyone for the help. Sorry, I fail to mention that my JDBC user store was a secondary user store. I was able to get the $subject done by following [1], 1. enabling “*EnableEmailUserName*” in carbon.xml 2. adding "*[a-zA-Z0-9@._-|//]{3,30}$*" the user store config file of my

Re: [Dev] WSO2 Committers += Lasantha Samarakoon

2016-04-25 Thread Dilini Gunatilake
Congratulations Lasantha :) On Mon, Apr 25, 2016 at 11:23 AM, Sinthuja Ragendran wrote: > Hi all, > > It's my pleasure to welcome Lasantha Samarakoon as a WSO2 Committer. > LasanthaS was a key member in dashboard server team, and he has contributed > in developing several

Re: [Dev] [ESB][Automation] How to configure testcases to be run on a standalone server

2016-04-25 Thread Nuwan Wimalasekara
Hi Abimaran, In automation.xml, set the executionEnvironment as platform and configure the sever information in productGroup instance configuration where type="standalone" platform Thanks, Nuwanw On Mon, Apr 25, 2016 at 11:09 AM, Abimaran Kugathasan wrote: > Hi Devs, > >