Re: [Dev] [VOTE] Release WSO2 MSF4J 1.0.0 RC6

2016-02-13 Thread Lakmal Warusawithana
[X ] Stable - go ahead and release Verified by running pet store sample. On Fri, Feb 12, 2016 at 8:24 PM, Samiyuru Senarathne wrote: > Hi Devs, > > This is the 6th Release Candidate of WSO2 Microservices Framework for > Java 1.0.0. > > Please download, test the framework and

[Dev] org.wso2.carbon.identity.mgt_5.0.7.jar not available in nexus repo ?

2016-02-13 Thread Tharindu Edirisinghe
Hi IS Team, I need to write a custom component for IS 5.1.0, which should depend on identity-mgt component. I added the following dependency. org.wso2.carbon.identity identity-mgt 5.0.7 Added the nexus repo also to the pom file but when I

Re: [Dev] org.wso2.carbon.identity.mgt_5.0.7.jar not available in nexus repo ?

2016-02-13 Thread Tharindu Edirisinghe
Hi, I was able to add the dependency as following and build the component. org.wso2.carbon.identity org.wso2.carbon.identity.mgt 5.0.7 Thanks, TharinduE On Sat, Feb 13, 2016 at 7:52 PM, Tharindu Edirisinghe wrote: > Hi

Re: [Dev] org.wso2.carbon.identity.mgt_5.0.7.jar not available in nexus repo ?

2016-02-13 Thread Darshana Gunawardana
Hi Tharindu, The artifact I'd you are using is wrong. For org.wso2.carbon.identity.mgt.jar, artifactId should be "org.wso2.carbon.identity.mgt" as follows (which is available at [1]) org.wso2.carbon.identity org.wso2.carbon.identity.mgt 5.0.7 [1]

Re: [Dev] org.wso2.carbon.identity.mgt_5.0.7.jar not available in nexus repo ?

2016-02-13 Thread Rajith Vitharana
Hi Tharindu, I guess your dependency is wrong. I think what you need is below org.wso2.carbon.identity org.wso2.carbon.identity.mgt 5.0.7 it's there in the wso2 public repo [1] and also in releases repo [2] [1] -

Re: [Dev] org.wso2.carbon.identity.mgt_5.0.7.jar not available in nexus repo ?

2016-02-13 Thread Tharindu Edirisinghe
Thanks Darshana for the quick response ! Yes, I found the correct artifact id by opening the pom file inside the identity.mgt jar file. Regards, TharinduE On Sat, Feb 13, 2016 at 8:00 PM, Darshana Gunawardana wrote: > Hi Tharindu, > > The artifact I'd you are using is

Re: [Dev] Native inbound and connector for IBM MQ 7.5

2016-02-13 Thread Riyafa Abdul Hameed
Hi Malaka, I managed to install Websphere MQ 7.5 on my windows machine and to try connection as consumer and producer from simple java clients I created [1]. Please suggest what else that needs to be done to get started. [1] https://github.com/riyafa/websphere/tree/master/src/riyafa Thank you,

Re: [Dev] Native inbound and connector for IBM MQ 7.5

2016-02-13 Thread Rajjaz Mohammed
Hi Riyafa, Good to hear, first learn how wso2 ESB custom inbound works[1][2]. And there is a thread regarding IBM MQ Inbound/Connector[3] already so you can check the issues and samples[4][5]. [1] https://docs.wso2.com/display/ESB490/Working+with+Inbound+Endpoints [2]

[Dev] [APIM] APIM Integration test classes aren't being resolved in testng.xml

2016-02-13 Thread Erandi Ganepola
Hi All, I'm currently trying to automate the APIM Integration test cases in cloud Heartbeat system. I have added the below dependency to pom. org.wso2.am org.wso2.carbon.am.integration.backend.test 1.10.1-SNAPSHOT Then built the pom and added those resulting jar

Re: [Dev] [VOTE] Release WSO2 MSF4J 1.0.0 RC6

2016-02-13 Thread Sumedha Rubasinghe
Tested following: 1. Developed a service using archetype 2. Deployed and tested 3. Tested @QueryParam, @PathParam and @DefaultValue 4. Load tested GET with 100 concurrency for 10mins [x] Stable - go ahead and release - subjected to following documentation fixes. Following section should be

Re: [Dev] [VOTE] Release WSO2 MSF4J 1.0.0 RC6

2016-02-13 Thread Sumedha Rubasinghe
On Sun, Feb 14, 2016 at 12:11 AM, Sumedha Rubasinghe wrote: > Tested following: > 1. Developed a service using archetype > 2. Deployed and tested > 3. Tested @QueryParam, @PathParam and @DefaultValue > 4. Load tested GET with 100 concurrency for 10mins > > [x] Stable - go ahead