[Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.2 RC3

2015-10-16 Thread Manuri Amaya Perera
Hi Devs, WSO2 Carbon Kernel 4.4.2 RC3 Release Vote. This release fixes the following issues: https://wso2.org/jira/issues/?filter=12396 Please download and test your products with kernel 4.4.2 RC3 and vote. Vote will be open for 72 hours or longer as needed. *​Source and binary distribution

[Dev] WSO2 Carbon Kernel 5.0.0 - Milestone 05 Released!

2015-10-16 Thread Aruna Karunarathna
WSO2 Carbon Kernel 5.0.0 - Milestone 05 Released! We are pleased to inform you the 5th milestone release of Carbon Kernel 5.0.0 is now available to download from here . Source and Tag Location for this release

Re: [Dev] [EMM][JAGGERY]Jaggery XML parsing

2015-10-16 Thread Dilshan Edirisuriya
Hi Lalanke, What you have done will work but its not a cleaner way of doing things. We could have done it using simple string manipulation like this but what we are just looking for is a way to assign this into a XML object in Jaggery and through e4x grab the portion which corresponds to this

Re: [Dev] [JS] how tosend headers with redirect in Javascript

2015-10-16 Thread Shani Ranasinghe
Hi Lasantha, Thank you for the information. Actually this is in the JS, not in a Jag. I am using location.href currently to do the redirection. On Fri, Oct 16, 2015 at 12:08 PM, Lasantha Samarakoon wrote: > Hi Shani, > > in Jaggey, the response.sendRedirect() method

Re: [Dev] [EMM][JAGGERY]Jaggery XML parsing

2015-10-16 Thread Lalanke Athauda
Hi Inosh, We are using SAML response to get access token from IS. So we need SAML Assertion extracted from SAML response and it works fine. We followed these steps. // Decode SAML response, extract SAML assertion string and encode SAML assertion string String encodedSAMLAssertion =

Re: [Dev] [JS] how tosend headers with redirect in Javascript

2015-10-16 Thread Thilini Cooray
Hi, An example for setting custom headers using xmlHttp.setRequestHeader is mentioned in [1]. Please have a look whether it can be useful. [1] http://forums.asp.net/t/2027077.aspx?Set+requestHeader+in+javascript+and+fetch+its+value+in+controller+ Thanks. On Fri, Oct 16, 2015 at 12:29 PM,

Re: [Dev] [JS] how tosend headers with redirect in Javascript

2015-10-16 Thread Manuranga Perera
Hi Shani, using axaj will not cause a redirect so this is not what you want. please try [1], This way you can send POST params in a redirect which are not visible in browser URL and are protected by HTTPS. we use this IS for redirect [2] [1]

[Dev] [DEV] [IS] [user-mgt] "embedded-apacheds LDAP" config does not allow to add user via UI console, if SCIM enabled - OBJECT_CLASS_VIOLATION error

2015-10-16 Thread Kavitha Subramaniyam
Hi IS team, When I make SCIM enable = ture, at "embedded-apacheds LDAP" config, It does not allow to add user via UI console. Steps: Comment the default R/W LDAP configuration Remove comments for "embedded-apacheds LDAP" Make SCIM enable =true Save and Run the server Add a new user to primary :

Re: [Dev] [JS] how tosend headers with redirect in Javascript

2015-10-16 Thread Lasantha Samarakoon
Hi Shani, in Jaggey, the response.sendRedirect() method invokes the HttpServletResponse.sendRedirect() method which sends "302 Found" response to the browser. Then the browser initiates a new request to the URL which is passed via the "Location" HTTP header. ex: HTTP/1.1 302 Found Location:

Re: [Dev] [JS] how tosend headers with redirect in Javascript

2015-10-16 Thread Thusitha Thilina Dayaratne
Hi Shani, AFAIU When you use location.href for the redirection it makes a http request. There we can't add custom headers[1]. But according to the post you can use cookies. Hope it might help you. [1] -

Re: [Dev] Enabling security with user name token

2015-10-16 Thread Hasintha Indrajee
Hi Rajith, Ideally even if you do not add authorization headers (xml), it should work. Ie POX handler converts basicAuth headers to xml security headers. In the current master branch of carbon-identity, this works as expected. On Fri, Oct 16, 2015 at 10:08 AM, Rajith Vitharana

Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.2 RC2

2015-10-16 Thread Pandula Kariyawasam
Hi Johann/Kishanthan, Both issue [2][3] were observed rarely on IS510 pack received on 8th Oct 2015, which was based on kernel 4.4.1. We didn't experience these issue up to now, on the pack received on 13th Oct 2015, which is based on kernel 4.4.2. So I think we can reduce the priority of these

Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.2 RC2

2015-10-16 Thread Anjana Fernando
Guys, can we please continue with the next RC quickly, since the DAS release is waiting for this, and have some hard deadlines. We are planning on putting an RC next Wednesday, so appreciate if the Kernel 4.4.2 be available by then. Cheers, Anjana. On Fri, Oct 16, 2015 at 2:38 PM, Kishanthan

Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.2 RC2

2015-10-16 Thread Sasikala Kottegoda
Hi all, We tested MB 3.0.0 with kernel 4.4.2-RC2 with the additional fixes and no issues were identified. Thank you On Fri, Oct 16, 2015 at 4:03 PM, Pandula Kariyawasam wrote: > Hi Johann/Kishanthan, > > Both issue [2][3] were observed rarely on IS510 pack received on 8th

Re: [Dev] WARN messages in log while accessing dashboard

2015-10-16 Thread Malith Dhanushka
This issue popped up again [1]. Looks like this relates to shindig configuration [2]. [1] https://wso2.org/jira/browse/DAS-213 [2] https://cwiki.apache.org/confluence/display/SHINDIG/Debugging+EhCache%27s+SizeOfEngine On Wed, Sep 16, 2015 at 8:02 AM, Manuranga Perera wrote: >

[Dev] [Carbon] DSS DB Console is not available in kernel 4.4.0

2015-10-16 Thread Madhawa Gunasekara
Hi Carbon Team, Please find the created jira [1]. This is a regression issue. Previously in DSS 3.2.2 (4.2.0), users were able to view db console using https://localhost:9443/dbconsole/login.jsp and https://localhost:9443/carbon/dbconsole/login.jsp urls. But in Crabon 4.4.0 users can't find the

Re: [Dev] [Carbon] DSS DB Console is not available in kernel 4.4.0

2015-10-16 Thread Madhawa Gunasekara
Hi KasunG, Yes, I know that thing, but my point is we can't access the mentioned urls, I'm getting following response. HTTP Status 405 - HTTP method GET is not supported by this URL Thanks, Madhawa On Fri, Oct 16, 2015 at 3:47 PM, KasunG Gajasinghe wrote: > Hi Madhawa, > > We

Re: [Dev] [Carbon] DSS DB Console is not available in kernel 4.4.0

2015-10-16 Thread KasunG Gajasinghe
Did you install the dbconsole feature in DSS? Why is this reported against kernel? On Fri, Oct 16, 2015 at 3:57 PM, Madhawa Gunasekara wrote: > Hi KasunG, > > Yes, I know that thing, but my point is we can't access the mentioned > urls, I'm getting following response. > HTTP

Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.2 RC2

2015-10-16 Thread Johann Nallathamby
Hi Kishanthan, On Fri, Oct 16, 2015 at 2:38 PM, Kishanthan Thangarajah wrote: > > > On Fri, Oct 16, 2015 at 11:27 AM, Johann Nallathamby > wrote: > >> Hi Kishanthan/Kernel Team, >> >> We have added the test case as well to the same PR. >> > > Thanks

Re: [Dev] Enabling security with user name token

2015-10-16 Thread Rajith Vitharana
Hi Hasintha, What I'm saying is that Soap UI doesn't send basic auth header, we have to manually add that. Thanks, On Fri, Oct 16, 2015 at 3:05 PM, Hasintha Indrajee wrote: > Hi Rajith, > > Ideally even if you do not add authorization headers (xml), it should > work. Ie POX

Re: [Dev] [Carbon] DSS DB Console is not available in kernel 4.4.0

2015-10-16 Thread KasunG Gajasinghe
Hi Madhawa, We never shipped the dbconsole in kernel. AFAIK, only DSS shipped this feature. On Fri, Oct 16, 2015 at 3:45 PM, Madhawa Gunasekara wrote: > Hi Carbon Team, > > Please find the created jira [1]. This is a regression issue. > > Previously in DSS 3.2.2 (4.2.0),

Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.2 RC2

2015-10-16 Thread Kishanthan Thangarajah
On Fri, Oct 16, 2015 at 11:27 AM, Johann Nallathamby wrote: > Hi Kishanthan/Kernel Team, > > We have added the test case as well to the same PR. > Thanks Johann. @MB Team, could you guys verify that all your scenarios are now passing?. We will start the next RC build once this

Re: [Dev] Service provider (SaaS enabled) is not visible to tenants

2015-10-16 Thread Harshan Liyanage
Hi all, Please find the JIRA created for this [1]. [1]. https://wso2.org/jira/browse/IDENTITY-3876 Thanks, Harshan Liyanage Software Engineer Mobile: *+94724423048* Email: hars...@wso2.com Blog : http://harshanliyanage.blogspot.com/ *WSO2, Inc. :** wso2.com *

Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.2 RC2

2015-10-16 Thread Rajith Vitharana
Or can we remove this required features section? since this will limit us to do releases on limited version range if we are using specific kernel version? Thanks, On Fri, Oct 16, 2015 at 4:35 PM, Rajith Vitharana wrote: > [+Kishanthan] > > On Fri, Oct 16, 2015 at 4:35 PM,

Re: [Dev] Service provider (SaaS enabled) is not visible to tenants

2015-10-16 Thread Harshan Liyanage
Hi, This issue was fixed when sending client credentials as a basic auth header. curl -k -d "grant_type=password=t...@wso2.com=test123" -H "Authorization: Basic R3VCZTU0MW81RmlVdGRmUTY1aHM2SjJwbWtZYTpoOFNDenhVQTcydFExZVdiNzRrWXZab0l1M1Fh" -H "Content-Type: application/x-www-form-urlencoded"

Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.2 RC2

2015-10-16 Thread Johann Nallathamby
Hi Pandula, Thanks. But actually the JIRA in concern is https://wso2.org/jira/browse/CARBON-15475 . Can you please provide your feedback on this. Thanks. On Fri, Oct 16, 2015 at 4:03 PM, Pandula Kariyawasam wrote: > Hi Johann/Kishanthan, > > Both issue [2][3] were observed

[Dev] [APIM] [OSGI] Removal of dynamic imports causes CNF on extention points

2015-10-16 Thread Shani Ranasinghe
Hi, In APIM current code (1.10), we have removed the * from all packages at the moment. We faced an issue now, where an extension point would not work with this change. i.e. if we put a external jar into the /repository/components/lib folder, that class will not be picked up by the component

Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.2 RC2

2015-10-16 Thread Manuri Amaya Perera
Hi all, We are calling this vote off due to [1] and will start a new vote for Kernel 4.4.2 RC3 release. [1] https://wso2.org/jira/browse/CARBON-15517 Thank you On Fri, Oct 16, 2015 at 5:31 PM, Rajith Vitharana wrote: > Hi Kishanthan, > > Tested this by editing the jar file

Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.2 RC2

2015-10-16 Thread Rajith Vitharana
Hi Kishanthan, Tested this by editing the jar file manually with(version range in "required-features.xml" file) "[4.3.0,5.0.0)" and it works fine. Thanks, On Fri, Oct 16, 2015 at 5:29 PM, Kishanthan Thangarajah wrote: > I think making this as [4.3.0, 5.0.0) is the

[Dev] [CEP] [Siddhi] Error when using custom function in Siddhi Query

2015-10-16 Thread Thanuja Uruththirakodeeswaran
Hi All, I need to get the current time when executing a siddhi query in CEP 3.0.0. For that I wrote a custom function called 'now()' as below: import org.wso2.siddhi.core.config.SiddhiContext; import org.wso2.siddhi.core.executor.function.FunctionExecutor; import

Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.2 RC2

2015-10-16 Thread Kishanthan Thangarajah
I think making this as [4.3.0, 5.0.0) is the correct solution from kernel side. This file ideally should not be part of kernel, but its there due to "DefaultAppDeployer" is the one which deploys data-services and this class is in currently in kernel code base. @Rajith, could you quickly test this

Re: [Dev] [DEV] [IS] [user-mgt] "embedded-apacheds LDAP" config does not allow to add user via UI console, if SCIM enabled - OBJECT_CLASS_VIOLATION error

2015-10-16 Thread Isura Karunaratne
Hi, On Fri, Oct 16, 2015 at 11:36 AM, Kavitha Subramaniyam wrote: > Hi IS team, > > When I make SCIM enable = ture, at "embedded-apacheds LDAP" config, It > does not allow to add user via UI console. > Steps: > Comment the default R/W LDAP configuration > Remove comments for

Re: [Dev] [DEV] [IS] [user-mgt] "embedded-apacheds LDAP" config does not allow to add user via UI console, if SCIM enabled - OBJECT_CLASS_VIOLATION error

2015-10-16 Thread Kavitha Subramaniyam
Hi Isura, I have used the latest test pack kernal rc2 (wso2is-5.1.0-kernel-4.2.0-SNAPSHOT). Thanks, On Fri, Oct 16, 2015 at 5:54 PM, Isura Karunaratne wrote: > Hi, > > > On Fri, Oct 16, 2015 at 11:36 AM, Kavitha Subramaniyam > wrote: > >> Hi IS team, >> >>

Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.2 RC2

2015-10-16 Thread Rajith Vitharana
Hi Kishanthan, In "org.wso2.carbon.application.deployer" component's "required-features.xml" it was mentioned "[4.4.0, 4.5.0)" as "org.wso2.carbon.dataservices.server.feature.group" required version range, since we(carbon-data) are still on 4.3.3-SNAPSHOT, capp deployment fails in DSS latest, Can

Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.2 RC2

2015-10-16 Thread Rajith Vitharana
[+Kishanthan] On Fri, Oct 16, 2015 at 4:35 PM, Rajith Vitharana wrote: > Hi Kishanthan, > > In "org.wso2.carbon.application.deployer" component's > "required-features.xml" it was mentioned "[4.4.0, 4.5.0)" > as "org.wso2.carbon.dataservices.server.feature.group" required

Re: [Dev] [CEP] [Siddhi] Error when using custom function in Siddhi Query

2015-10-16 Thread Mohanadarshan Vivekanandalingam
Hi Thanuja, I have debugged through the code.. It seems like an issue with old Siddhi engine on handling function extensions.. I have fixed that.. You can get a fix for that.. Thanks, Mohan On Fri, Oct 16, 2015 at 4:48 PM, Thanuja Uruththirakodeeswaran < thanu...@wso2.com> wrote: > Hi All, >

[Dev] Removing default service provider from IS 5.1.0 onwards

2015-10-16 Thread Pushpalanka Jayawardhana
Hi All, We are to remove default service provider from IS 5.1.0 version. This default service provider was added in IS 5.0.0 to make the migration process easier from IS 4.6.0. This has resulted in few validations been complex and skipped in scenarios.

Re: [Dev] Removing default service provider from IS 5.1.0 onwards

2015-10-16 Thread Dulanja Liyanage
AFAIK migration wasn't the main reason. Main reason was the support for OpenID. OpenID should not need a registered SP in the IdP. On Fri, Oct 16, 2015 at 6:48 PM, Pushpalanka Jayawardhana wrote: > Hi All, > > We are to remove default service provider from IS 5.1.0 version. >

Re: [Dev] [VOTE] Release WSO2 Carbon Kernel 4.4.2 RC2

2015-10-16 Thread Pandula Kariyawasam
Hi Johann, Still we are working on to identify the correct nginx config for this scenario. >From the QA perspective, we need to get this issue fixed, because if there is a customer who will use this scenario, we will end up with a support patch. So, either need to get this fixed on 4.4.2 or

[Dev] Start servers with public ip on ec2 instance

2015-10-16 Thread Anuruddha Liyanarachchi
Hi Devs, I am trying start a wso2esb in ec2 instance. But the server is starting with private ip instead of public IP. How can I set the public ip to server when it is starting up. -- *Thanks and Regards,* Anuruddha Lanka Liyanarachchi Software Engineer - WSO2 Mobile : +94 (0) 712762611 Tel

Re: [Dev] Start servers with public ip on ec2 instance

2015-10-16 Thread Nadeesha Gamage
Hi Anuruddha, Please try the instruction in the following article http://wso2.com/library/knowledge-base/2011/01/custom-urls-wso2-esb-proxy-services/ Thank you, Nadeesha On Fri, Oct 16, 2015 at 10:04 PM, Anuruddha Liyanarachchi < anurudd...@wso2.com> wrote: > Hi Devs, > > I am trying start a

Re: [Dev] Start servers with public ip on ec2 instance

2015-10-16 Thread Akila Ravihansa Perera
Hi Anuruddha, You need to set bind-address parameter in your transport receivers in axis2.xml as follows; hostname or IP address Read [1] for more info. [1] https://docs.wso2.com/display/ESB481/Setting+Up+Host+Names+and+Ports Thanks. On Sat, Oct 17, 2015 at 10:46 AM, Nadeesha Gamage