[Dev] make MB bind to 0.0.0.0 by default

2015-06-26 Thread Manuranga Perera
MB by default bind to 127.0.0.1 . This is not sometime visible through other interfaces such were Wi-Fi and has to be manually changed to IP form broker.xml. It's better if we can bind it to 0.0.0.0 or to :: .Please test this and make it the default. -- With regards, *Manu*ranga Perera. phone :

Re: [Dev] make MB bind to 0.0.0.0 by default

2015-06-26 Thread Ramith Jayasinghe
could you create a public jira.? On Fri, Jun 26, 2015 at 11:34 AM, Manuranga Perera m...@wso2.com wrote: MB by default bind to 127.0.0.1 . This is not sometime visible through other interfaces such were Wi-Fi and has to be manually changed to IP form broker.xml. It's better if we can bind

Re: [Dev] [Registry][Carbon] An exception occurred processing JSP page

2015-06-26 Thread Ruwan Abeykoon
Hi Registry/Governance team, The issue I am getting is due to couple of places in carbon-registry and carbon-governance e.g. in [1] carbon:breadcrumb label=%=request.getParameter(breadcrumb)% topPage=true request=%=request%/ I think having quote in the label attribute is wrong. can we change

[Dev] WSO2 Carbon Metrics - Status Update

2015-06-26 Thread Isuru Perera
Hi, This mail is just to give an update of the work I did in last few weeks regarding Metrics. Following are the features/improvements done in Metrics 1.1.0-SNAPSHOT [1] version. - Metrics UI by default now shows JVM Metrics. These charts are generated from JMX information, which reported

Re: [Dev] [Registry][Carbon] An exception occurred processing JSP page

2015-06-26 Thread Harsha Kumara
Hi Ruwan, I think you will need to add the following property to wso2server.sh and the wso2server.bat appropriately.. It was discuss in [1]. -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false \ [1] - http://mail.wso2.org/mailarchive/dev/2014-April/029523.html Thanks, Harsha On

Re: [Dev] [Registry][Carbon] An exception occurred processing JSP page

2015-06-26 Thread Ruwan Abeykoon
Hi Harsha, Thanks, setting STRICT_QUOTE_ESCAPING=false worked. Cheers, On Fri, Jun 26, 2015 at 12:32 PM, Harsha Kumara hars...@wso2.com wrote: Hi Ruwan, I think you will need to add the following property to wso2server.sh and the wso2server.bat appropriately.. It was discuss in [1].

Re: [Dev] [User-core][Authentication] Multiple requests to LDAP/AD when authentication fails

2015-06-26 Thread Asela Pathberiya
This has been done to support multiple DN pattern which is fixed for ticket [1]. If we just return the false, there can be some problem with it. Therefore we need to check whether multiple DN has been configured or not and then return the false [1] https://wso2.org/jira/browse/CARBON-13631

[Dev] Please merge the carbon4-kernel integration test commit#252

2015-06-26 Thread Nuwan Wimalasekara
Hi Carbon Team, Please merge the pull request https://github.com/wso2/carbon4-kernel/pull/252 Thanks, Nuwanw -- Nuwan Wimalasekara Senior Software Engineer - Test Automation WSO2, Inc.: http://wso2.com lean. enterprise. middleware phone: +94 71 668 4620

Re: [Dev] WSO2 Application Server 5.2.1 Docker Image

2015-06-26 Thread Kishanthan Thangarajah
Thanks Imesh and Akila. I will try this out for ESB image. On Thu, Jun 25, 2015 at 1:54 PM, Imesh Gunaratne im...@wso2.com wrote: Hi Kishanthan, On Wed, Jun 24, 2015 at 11:29 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: Hi Imesh, Good stuff. I could get this working by

Re: [Dev] [ESBJAVA-3836] - JSP compilation error on JDK 8

2015-06-26 Thread Prabath Ariyarathna
Hi Kasun G. Reason seems to be exposed same ECJ packages from the jasper-jdt_6.0.18.wso2v1 bundle and it has exposed from the carbon-commons (org.wso2.carbon.reporting.ui.feature). After removing this bundle JSP exceptions has not occurred. Thanks. On Fri, Jun 26, 2015 at 6:27 AM, Prabath

Re: [Dev] [AS]

2015-06-26 Thread Sabra Ossen
Hi, @Thusitha , there are no extra jars in the web app and also is there is method to check out the actual web socket that gets deployed in the AS. @Kasun, the name of the web app is the same TestWebApp and I checked the behavior in chrome which displays the following error in the console

Re: [Dev] [AS]

2015-06-26 Thread Thusitha Thilina Dayaratne
Hi Sabra, Since you are using JSR 356 based implementation it is not working on the AS 5.2.1. Because AS 5.2.1 only supports tomcat based websocket implementation. But sample should be worked on AS 5.3.0-Alpha. Are you building this using a maven project? If so share the pom. Thanks On Fri, Jun

[Dev] WSO2 ML 1.0.0 Beta-2 Released

2015-06-26 Thread CD Athuraliya
WSO2 ML 1.0.0 Beta-2 Released! WSO2 ML team is pleased to announce the Beta-2 release of WSO2 ML 1.0.0. The distribution is available at [1] and ML P2 repository at [2]. This release includes following bug fixes and improvements. Bug - [ML-77 https://wso2.org/jira/browse/ML-77] - Generated

Re: [Dev] Please review and merge

2015-06-26 Thread Kathees Rajendram
4 methods are failing and 6 methods are skipped out of 25. On Fri, Jun 26, 2015 at 6:21 PM, Malaka Silva mal...@wso2.com wrote: How many methods are there in the connector and how many are failing? On Fri, Jun 26, 2015 at 6:14 PM, Kathees Rajendram kath...@wso2.com wrote: Hi Malaka,

Re: [Dev] [AS]

2015-06-26 Thread Sabra Ossen
Hi, @Chathura, I am using oracle JDK 7 in Ubuntu 14.04. @Manoj, Thank you for the samples. But this particular example does not work in the AS 5.3.0 as well as 5.2.1. The built in samples work well in both versions of the AS. Regards. On Fri, Jun 26, 2015 at 4:57 PM, Chathura Priyankara

Re: [Dev] make MB bind to 0.0.0.0 by default

2015-06-26 Thread Manuranga Perera
done https://wso2.org/jira/browse/MB-1124 On Fri, Jun 26, 2015 at 1:07 AM, Ramith Jayasinghe ram...@wso2.com wrote: could you create a public jira.? On Fri, Jun 26, 2015 at 11:34 AM, Manuranga Perera m...@wso2.com wrote: MB by default bind to 127.0.0.1 . This is not sometime visible through

Re: [Dev] Please review and merge

2015-06-26 Thread Malaka Silva
We need to note this down and mark the status as working with esb latest version. On Fri, Jun 26, 2015 at 7:53 PM, Kathees Rajendram kath...@wso2.com wrote: 4 methods are failing and 6 methods are skipped out of 25. On Fri, Jun 26, 2015 at 6:21 PM, Malaka Silva mal...@wso2.com wrote: How

Re: [Dev] [ESBJAVA-3836] - JSP compilation error on JDK 8

2015-06-26 Thread KasunG Gajasinghe
It is wrong to package ECJ bundles inside reporting ui feature. This bundle is already coming from kernel. The jasper-jdt is a wso2 orbit of ECJ, but there was no need to create an orbit in the first place since the original jar itself is an osgi bundle. I believe we can remove this from the

Re: [Dev] [ESB] JMS Inbound Endpoint Topic Consumer Configuration

2015-06-26 Thread Malaka Silva
Note added to esb 490 documentation. On Wed, May 27, 2015 at 9:48 PM, eranda rajapaksha erand...@gmail.com wrote: Hi, I think it will be really helpful to have a note on this and about the cache level. Thank you! On Wed, May 27, 2015 at 8:40 PM, Hasitha Hiranya hasit...@wso2.com wrote:

[Dev] Metrics UI: Show we restrict to super-tenant only?

2015-06-26 Thread Isuru Perera
Hi, Do we need to show Metrics UIs for tenant users? I think we should restrict Metrics UIs to super-tenant and allow only if there is some admin permission. WDYT? Thanks! -- Isuru Perera Associate Technical Lead | WSO2, Inc. | http://wso2.com/ Lean . Enterprise . Middleware

Re: [Dev] Supporting referential integrity in the database of WSO2MB

2015-06-26 Thread Anuja Herath
Hi Sasikala, Since we dropped cassandra, this will enable us to use full power of RDBMS. But make sure that mentioned operations will work on MySQL, MS SQL and oracle in the same way. Thanks, Anuja On Fri, Jun 26, 2015 at 2:56 PM, Sasikala Kottegoda sasik...@wso2.com wrote: Hi all,

[Dev] [BAM] Sorted view of the Cassandra data in the BAM Console

2015-06-26 Thread Shabir Mohamed
Hi, Is there a way I could *sort* view the data written to Cassandra in WSO2 BAM via the Explore Cluster window under Cassandra Explorer??? Thanks - *Shabir Mohamed* *Software Engineer* WSO2 Inc.; http://wso2.com Email: sha...@wso2.com ayy...@wso2.com Mobile:

Re: [Dev] [BAM] Sorted view of the Cassandra data in the BAM Console

2015-06-26 Thread Anjana Fernando
Hi Shabir, I'm afraid, we cannot do that. The data is shown in the same order we get from Cassandra. Cheers, Anjana. On Fri, Jun 26, 2015 at 2:31 PM, Shabir Mohamed sha...@wso2.com wrote: Hi, Is there a way I could *sort* view the data written to Cassandra in WSO2 BAM via the Explore

[Dev] Supporting referential integrity in the database of WSO2MB

2015-06-26 Thread Sasikala Kottegoda
Hi all, Currently our database schema does not support referential integrity between the tables MB_CONTENT (which stores message contet) and MB_METADATA (which store message metadata). But message content with no related metadata is meaningless. To address this problem, what we have done is

Re: [Dev] Metrics UI: Show we restrict to super-tenant only?

2015-06-26 Thread Isuru Perera
Thanks Srinath! I will show Metrics UI only in super-tenant. PS: Subject of this mail thread should be: Metrics UI: *Should* we restrict to super-tenant only?. Sorry about the mistake! On Fri, Jun 26, 2015 at 2:39 PM, Srinath Perera srin...@wso2.com wrote: +1 On Fri, Jun 26, 2015 at 2:35

[Dev] Please review and merge PR for IDENTITY-3371

2015-06-26 Thread Nuwandi Wickramasinghe
Hi, Fix for [1] is found in [2] [1] https://wso2.org/jira/browse/IDENTITY-3371 [2] https://github.com/wso2/carbon-identity/pull/492 thanks -- Best Regards, Nuwandi Wickramasinghe Software Engineer WSO2 Inc. Web : http://wso2.com Mobile : 0719214873

Re: [Dev] Visibility of Internal Roles for the tenant admins

2015-06-26 Thread Bhathiya Jayasekara
Hi Tanya, On Fri, Jun 26, 2015 at 4:44 PM, Tanya Madurapperuma ta...@wso2.com wrote: Hi, In products like ES, APIM we have set of internal roles such as internal/publisher, internal/store, internal/reviewer etc that comes by default. These roles are visible when we log into the super

[Dev] [APPM]Please review and merge PR for APPM-482

2015-06-26 Thread Sajith Abeywardhana
Hi Team, Please review and merge PR[1] for APPM-482[2] [1]. https://github.com/wso2/carbon-appmgt/pull/85 [2]. https://wso2.org/jira/browse/APPM-482 *Sajith Abeywardhana* | Software Engineer WSO2, Inc | lean. enterprise. middleware. #20, Palm Grove, Colombo 03, Sri Lanka. Mobile: +94772260485

Re: [Dev] Visibility of Internal Roles for the tenant admins

2015-06-26 Thread Ishara Karunarathna
Hi, On Fri, Jun 26, 2015 at 5:01 PM, Bhathiya Jayasekara bhath...@wso2.com wrote: Hi Tanya, On Fri, Jun 26, 2015 at 4:44 PM, Tanya Madurapperuma ta...@wso2.com wrote: Hi, In products like ES, APIM we have set of internal roles such as internal/publisher, internal/store,

Re: [Dev] Please review and merge

2015-06-26 Thread Malaka Silva
How many methods are there in the connector and how many are failing? On Fri, Jun 26, 2015 at 6:14 PM, Kathees Rajendram kath...@wso2.com wrote: Hi Malaka, Please review and merge the PR[1] for Disqus.Some methods are failing because of *This method is currently under development* in API

Re: [Dev] Maven.wso2.org will be unavailable during 2015-06-26 1700- 1800 IST

2015-06-26 Thread Chamara Thilina
HI, Due to unavoidable circumstances we have postponed the maintenance. Thank You, ChamaraT On Fri, Jun 26, 2015 at 9:53 AM, Chamara Thilina chama...@wso2.com wrote: HI All, For the maintenance purpose maven.wso2.org will be unavailable during above mentioned time. Sorry for the

[Dev] Please review and merge PR for IDENTITY-3372

2015-06-26 Thread Nuwandi Wickramasinghe
Hi, Please find fix for [1] in [2] [1] https://wso2.org/jira/browse/IDENTITY-3372 [2] https://github.com/wso2/carbon-identity/pull/499 -- Best Regards, Nuwandi Wickramasinghe Software Engineer WSO2 Inc. Web : http://wso2.com Mobile : 0719214873

[Dev] Please review and merge

2015-06-26 Thread Kathees Rajendram
Hi Malaka, Please review and merge the PR[1] for Disqus.Some methods are failing because of *This method is currently under development* in API [2]. [1] - https://github.com/wso2/esb-connectors/pull/208 [2] - https://disqus.com/api/docs/threads/create/ Thanks, Kathees -- Kathees Software

[Dev] How OSGi Bundle Activation Policy Works in Runtime

2015-06-26 Thread Nuwan Pallewela
If a plug-in's Bundle Activation Policy is configured as lazy, will another plug-in which depends on it can use it if the current state of the first plug-in is in RESOLVED state? Will it come to ACTIVE state because of the second plug-In's invocation? --