Re: [Dev] Selenium UI Testing [GREG/ES - Publisher]

2016-02-10 Thread Malintha Fernando
Hi Lahiru, Instead of using *driver.findElement(By.id(""))* you can use *driver.findElements(By.id("")) *which returns a List of elements. So you can check the size of the List. It doesn't fail the test even though elements are not existing. if you want to check whether there are any elements

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

2016-02-10 Thread Samiyuru Senarathne
When developing MSF4J applications, we need to use several poms provided by MSF4J. Since they are not yet uploaded to the maven central, we have to add the MSF4J maven repo url to the project to resolve them. For that, the following segment should be added to the project pom before building.

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

2016-02-10 Thread Riyafa Abdul Hameed
Hi, I shall do that and report once done or if I have any problem. Thank you. Yours sincerely, Riyafa On 10 February 2016 at 12:38, Malaka Silva wrote: > Hi Riyafa, > > First you should install IBM MQ 7.5. > > Then try connection as consumer and producer from a java client.

[Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.4 RC1

2016-02-10 Thread Manuri Amaya Perera
Hi Devs, This is the 1st release candidate of WSO2 Carbon Kernel 4.4.4. This release fixes the following issues: https://wso2.org/jira/issues/?filter=12641 Please download and test your products with kernel 4.4.4 RC1 and vote. Vote will be open for 72 hours or as longer as needed. ​*Source and

[Dev] Product Profiles API Manger

2016-02-10 Thread Vanjikumaran Sivajothy
Hi Devs. I have started APIM 1.10 pack with -Dprofile=gateway-manager profile. However, I was still able to see Store and Publisher are loading in the JVM. Based on the documentation, I understood that; Gateway manger related modules only load in the JVM. Why is this? Is it a bug? Best Regards,

Re: [Dev] [Architecture] [ANNOUNCEMENT][WSO2 ESB]Changing the version number of the next WSO2 ESB release from 4.10.0 to 5.0.0

2016-02-10 Thread Nisrin Sheriff
Hi, I have created the doc space for ESB 5.0.0 now as the version of the next WSO2 ESB release has been changed from 4.10.0 to 5.0.0. Thank you. Best Regards, Nisrin Nisrin Sheriff Senior Technical Writer *WSO2, Inc.*lean.enterprise.middleware. mobile: +94 776 24 84 56 http://wso2.com On

Re: [Dev] Using OSGI "Configuration Property Types" - for interpretation of configurations

2016-02-10 Thread Kishanthan Thangarajah
We can use this and this used within a DS component in a dynamic manner. Can you tell me the exact use case you are trying out? On Wed, Feb 10, 2016 at 11:54 AM, Pamod Sylvester wrote: > Hi All, > > DS 1.3 provides the capability of defining custom types for > configurations.

Re: [Dev] [Architecture] [ANNOUNCEMENT][WSO2 ESB]Changing the version number of the next WSO2 ESB release from 4.10.0 to 5.0.0

2016-02-10 Thread Nisrin Sheriff
Sorry missed specifying the link. Here it is https://docs.wso2.com/display/ESB500/WSO2+Enterprise+Service+Bus+Documentation Thank you. Best Regards, Nisrin Nisrin Sheriff Senior Technical Writer *WSO2, Inc.*lean.enterprise.middleware. mobile: +94 776 24 84 56 http://wso2.com On Thu, Feb 11,

Re: [Dev] [Architecture] [ANNOUNCEMENT][WSO2 ESB]Changing the version number of the next WSO2 ESB release from 4.10.0 to 5.0.0

2016-02-10 Thread Chathurika De Silva
Hi Nisrin According to the above mail ESB 4.10.0 will be ESB 5.0.0 with immediate effect. Can we change the documentation space to reflect it as well? Thank You Erandi On Wed, Feb 10, 2016 at 3:14 PM, Kasun Indrasiri wrote: > Also, to clarify that there won't be any major

[Dev] [msf4j] Get XML output

2016-02-10 Thread Udara Liyanage
Hi, I used below annotations in order to get a xml output. @Produces({"application/xml, 'text/xml"}) But instead, it output was "org.example.service.CustomerService$Customer@3289ca5". How do we get a xml output rather than Json output. -- Udara Liyanage Software Engineer WSO2, Inc.:

Re: [Dev] [Architecture] [ANNOUNCEMENT][WSO2 ESB]Changing the version number of the next WSO2 ESB release from 4.10.0 to 5.0.0

2016-02-10 Thread Kasun Indrasiri
Also, to clarify that there won't be any major changes related to mediation language or runtime. Therefore that ensures the seamless migration from old versions to ESB 5. On Wed, Feb 10, 2016 at 2:03 PM, Chanaka Fernando wrote: > Hi Devs, > > WSO2 team has decided to change

Re: [Dev] MSSJarProcessorException: Manifest entry 'microservices' not found when deploying the StockQuote Bundle jar

2016-02-10 Thread Manisha Gayathri
Thanks for the response Samiyuru. I had made a mistake here. I had dropped the osgi bundle to the microservices directory instead of the dropins directory. Later corrected this and dropped the bundle to the dropins. Now I am getting the exception below: org.osgi.framework.BundleException: Could

Re: [Dev] MSSJarProcessorException: Manifest entry 'microservices' not found when deploying the StockQuote Bundle jar

2016-02-10 Thread Samiyuru Senarathne
Yeah. RC4 has old naming. On Wed, Feb 10, 2016 at 3:56 PM, Manisha Gayathri wrote: > Thanks for the response Samiyuru. > I had made a mistake here. I had dropped the osgi bundle to the > microservices directory instead of the dropins directory. > Later corrected this and

[Dev] [MB] [CARBON-SECURITY] Support from carbon-security module for JMS/MQTT transports

2016-02-10 Thread Hasitha Amal De Silva
Hi all, Given our plans to release MB 3.5.0 based on Carbon 5, Akalanka and I have been looking into the JAAS based authentication framework ongoing at repo [1]. As per our discussion with Thanuja, Omindu and Yasiru, excluding the REST services security exposed to the UI console, the current

Re: [Dev] [APIM] Integrating APIM testng tests with Heartbeat

2016-02-10 Thread Irham Iqbal
Hi Erandi, AFAIK you can find the automation xml and a testng xml files in path[1] also listeners in the same path[1] file testng-server-mgt.xml. [1] https://github.com/wso2/product-apim/tree/master/modules/integration/tests-integration/tests-backend/src/test/resources Thanks, Iqbal On Wed,

Re: [Dev] [MB] [CARBON-SECURITY] Support from carbon-security module for JMS/MQTT transports

2016-02-10 Thread Sameera Jayasoma
The existing callback is mostly specific to HTTP requests. You can write your own callback to extract information from your JMS/MQTT messages. You can write MB specific CallbackHander and/or Callback to do this job. CallbackHandler and Callback interfaces are designed to extract information in an

Re: [Dev] [APIM] Integrating APIM testng tests with Heartbeat

2016-02-10 Thread Erandi Ganepola
Hi Iqbal, Thanks for the information. Erandi. Erandi Ganepola Software Engineering Intern +94710695692 On Wed, Feb 10, 2016 at 4:08 PM, Irham Iqbal wrote: > Hi Erandi, > > AFAIK you can find the automation xml and a testng xml files in path[1] > also listeners in the same

Re: [Dev] Is rfc6570-encoding supported in ESB 4.9.0?

2016-02-10 Thread Kevin Ratnasekera
Hi Dulitha, In ESB 4.9, you don't need that rfc6570-encoding: prefix before the url since at default support rfc6570 encoding. But if you need legacy encoding or make it backward compatible then you need to add legacy-encoding: prefix before the url. This is opposite for the ESB 4.8.1. Regards

Re: [Dev] Is rfc6570-encoding supported in ESB 4.9.0?

2016-02-10 Thread Kevin Ratnasekera
Hi Dulitha, Please try {+uri.var.email} ( note the added + sign ) this will escape the percent encoding. Regards Keivn On Wed, Feb 10, 2016 at 1:54 PM, Dulitha Wijewantha wrote: > But when I access {uri.var.email} >

Re: [Dev] Latency Calculation Feature in WSO2 GW

2016-02-10 Thread Isuru Perera
Hi, It's great to see that there is not much impact to the performance of Gateway by the Carbon Metrics. The histogram update [1] method is synchronous and it is used by the Timer. (A timer is a histogram of durations). The Timer by default uses ExponentiallyDecayingReservoir [2] and its update

Re: [Dev] MSSJarProcessorException: Manifest entry 'microservices' not found when deploying the StockQuote Bundle jar

2016-02-10 Thread Samiyuru Senarathne
Hi, Stock Quote Bundle sample creates an OSGi bundle. Bundles should be copied to osgi/dropins. The mode you are using is the deployable jar mode. That is for a different kind of artifact type specific to earlier MSS that are not OSGi bundles. They were supported before MSF4J RC5. >From RC5

[Dev] product-mss hangs after deploying a (faulty) service

2016-02-10 Thread Manuranga Perera
MSS product hangs when I deploy my service, but fat-jar mode works. prints Waiting on pending capability registration. Capability: org.wso2.msf4j.Interceptor how to proceed debugging? -- With regards, *Manu*ranga Perera. phone : 071 7 70 20 50 mail : m...@wso2.com

Re: [Dev] Is rfc6570-encoding supported in ESB 4.9.0?

2016-02-10 Thread Dulitha Wijewantha
But when I access {uri.var.email} it's encoded to dulitha%40wso2.com . When the backend endpoint is called -the @ sign is encoded. How do I stop this behavior? On Wed,

[Dev] [ANNOUNCEMENT][WSO2 ESB]Changing the version number of the next WSO2 ESB release from 4.10.0 to 5.0.0

2016-02-10 Thread Chanaka Fernando
Hi Devs, WSO2 team has decided to change the version of the next WSO2 ESB release from 4.10.0 to 5.0.0 with immediate effect. We have been adding several new features with the ongoing development tasks and after considering the importance of the new features, we have decided to do a major version

[Dev] MSSJarProcessorException: Manifest entry 'microservices' not found when deploying the StockQuote Bundle jar

2016-02-10 Thread Manisha Gayathri
Hi I am using the RC4 of MSS and tried deploying the Stock Quote Bundle sample checked out from [1] to the server When deploying, I am getting the error below: [2016-02-10 12:08:27,615] INFO {org.wso2.carbon.mss.internal.deployer.MSSDeployer} - Deploying artifact:

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

2016-02-10 Thread Afkham Azeez
Please remove *wso2msf4j-1.0.0.zip * That is not relevant for external developers & is confusing. On Wed, Feb 10, 2016 at 10:26 AM, Samiyuru Senarathne wrote: > Hi Devs, > > This is the 5th

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

2016-02-10 Thread Afkham Azeez
Please also include instructions on how to add the staging repo to the POMs. Otherwise people will find that the build is failing. On Wed, Feb 10, 2016 at 6:06 PM, Afkham Azeez wrote: > Please remove *wso2msf4j-1.0.0.zip >

Re: [Dev] [MB] [CARBON-SECURITY] Support from carbon-security module for JMS/MQTT transports

2016-02-10 Thread Akalanka Pagoda Arachchi
HI Sameera, What will happen to the topic level security? We need a way to authorize users for each topic/queue as they are created. Thanks, Akalanka. On Wed, Feb 10, 2016 at 4:44 PM, Sameera Jayasoma wrote: > The existing callback is mostly specific to HTTP requests. You

Re: [Dev] Selenium UI Testing [GREG/ES - Publisher]

2016-02-10 Thread Lahiru J Ekanayake
Hi All, Thank you all for contribution. I was able to find two ways to solve above main question, with our thread discussion. Generally in selenium, driver.findElement() returns a type of WebElement, if there is such element present. If there is no such an element it will throw an exception. To

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

2016-02-10 Thread Malaka Silva
Hi Riyafa,​ Please post the progress weekly or once in two weeks.​ On Wed, Feb 10, 2016 at 10:31 PM, Riyafa Abdul Hameed < riyafa...@cse.mrt.ac.lk> wrote: > Hi, > > I shall do that and report once done or if I have any problem. > > Thank you. > > Yours sincerely, > Riyafa > > On 10 February