Re: [Dev] What's CARBON_HOME/repository/components/default/null.ini?

2015-02-16 Thread Nuwan Wimalasekara
Hi In API Manager 1.7.0 , null.ini files can be seen in below paths as well. CARBON_HOME/repository/components/api-key-manager/null.ini CARBON_HOME/repository/components/api-store/null.ini CARBON_HOME/repository/components/api-publisher/null.ini And the content is like bellow -install

[Dev] Using logback for logging

2015-02-16 Thread Sameera Jayaratna
Hi, In order to use logback for logging in a wso2 product, without using the default logging mechanism, what is the best approach we can follow? [1] provides a guide to migrate to slf4j from commons-logging and log4j. How can we apply that to wso2 prducts? Appreciate help on this. Thank you,

Re: [Dev] What's CARBON_HOME/repository/components/default/null.ini?

2015-02-16 Thread Prabath Abeysekera
Since there has been no response on this, reported a bug [1], so that the Kernel team wouldn't miss fixing this. [1] https://wso2.org/jira/browse/CARBON-15169 Cheers, Prabath On Thu, Feb 12, 2015 at 3:14 PM, Prabath Abeysekera praba...@wso2.com wrote: On Thu, Feb 12, 2015 at 3:10 PM,

[Dev] 403 Status when DELETE using JAX-RS

2015-02-16 Thread Gimantha Bandara
Hi, We have hosted a jaxrs webapp in BAM 3.0 which is used for analytics. Sometimes when we try to send a DELETE request, we receive the status code 403, which we didn't really implemented to return. while searching for clue, I found that the cross-origin resource filters(CORS filters) are not

Re: [Dev] 403 Status when DELETE using JAX-RS

2015-02-16 Thread Supun Malinga
Hi, Enabling CORS requests for all origins by default is not recommended and certainly is a bad idea to enable it by default in the server. Users should enable it if they want CORS by themselves, per webapp. It can be a security concern otherwise AFAIK. But this gives an opportunity to add to

Re: [Dev] [DSS] Clicking on Try it editor for DSS samples returns error

2015-02-16 Thread Chanuka Dissanayake
Hi Kavinda, I think this issue is due to session time out. Found same kind of issue dicussed in [Dev] DSS:The input stream for an incoming message is null thread [1] and related JIRA [2]. [1]

Re: [Dev] Fixing CApp story for Carbon 4.3.0

2015-02-16 Thread Kishanthan Thangarajah
OK, lets go ahead with this. The initial plan is to write this for STS only so that IS can own this. But If ESB also need this, where are we going to maintain this? On Mon, Feb 16, 2015 at 11:53 AM, Johann Nallathamby joh...@wso2.com wrote: [Adding Godwin to the thread] IS team has already

Re: [Dev] Need help with quote parameter in smooks mediator

2015-02-16 Thread Kalpa Welivitigoda
Hi Lakmali, On Tue, Feb 17, 2015 at 10:23 AM, Lakmali Baminiwatta lakm...@wso2.com wrote: Hi Kalpa, Did you try the with csv:reader in Smooks mediator instead of resource-config? Yes, but the result is the same. ?xml version=1.0 encoding=UTF-8? localEntry

Re: [Dev] Fixing CApp story for Carbon 4.3.0

2015-02-16 Thread KasunG Gajasinghe
There's a parameter called allowRoles that can be used to enforce roles. It could contain a comma separated roles list. But, I believe it would be much cleaner if the roles can also be included in the RampartConfig of the policy. ESB can go ahead with this approach. Security wizard already

Re: [Dev] Jaggery: loading a file relative to CARBON_HOME

2015-02-16 Thread Udara Liyanage
Hi, Carbon HOME can be extracted as below also. var server= require('carbon').server; var carbon_home = server.home(); On Tue, Jul 30, 2013 at 5:47 PM, Kambiz Darabi dar...@m-creations.com wrote: Hi Nuwan, thank you for the quick help! Cheers Kambiz Nuwan Bandara nu...@wso2.com

Re: [Dev] Improving the Dashboard of UES

2015-02-16 Thread Vidura Mudalige
Hi Tanya, If we are to directly use gadgets pub/sub support as it is, then we should know publisher's channels, data format etc. in advance. Hence, we will identify widely used formats and adhere to them, which will be pluggable. As an example, let's say we need to have a widget/gadget to select

Re: [Dev] 403 Status when DELETE using JAX-RS

2015-02-16 Thread Gimantha Bandara
Hi all, Thanks for your replies. @Supun, I checked enabling CORS but disabled the CORS requests for all origins, so the configuration looks like below filter filter-nameCorsFilter/filter-name filter-classorg.apache.catalina.filters.CorsFilter/filter-class *init-param* *

Re: [Dev] 403 Status when DELETE using JAX-RS

2015-02-16 Thread KasunG Gajasinghe
Hi Gimantha, If you did not specify the parameter cors.allowed.origins, it defaults to *. So, the above configuration will also allow all origins. On Tue, Feb 17, 2015 at 1:19 PM, Gimantha Bandara giman...@wso2.com wrote: Hi all, Thanks for your replies. @Supun, I checked enabling CORS but

Re: [Dev] Problem with Carbon tool -DosgiDebugOptions with a file path

2015-02-16 Thread Irham Iqbal
Hi Kishanthan, Created the jira : https://wso2.org/jira/browse/CARBON-15170 Thanks, Iqbal On Mon, Feb 16, 2015 at 8:15 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: Can you create a jira for this? Currently it is checked for either -DosgiDebugOptions or -DosgiDebugOptions=true. We

[Dev] Overriding getDataSource(String dsName) method in ApplicationAwareDataSourceRepository

2015-02-16 Thread Manjula Rathnayake
Hi all, I noticed that $Subject is not done while investigating issue[1]. Any reason, known issues for not overriding the above method? *Suggested fix:* @Override public CarbonDataSource getDataSource(String dsName) { String appId = Util.getCurrentArtifactName(); if

[Dev] [CARBON][SS] Incorrect Behavior - Carbon Login by Changing Default User

2015-02-16 Thread Chaminda Jayawardena
Hi All, Noticed an incorrect behavior in carbon login when it changed the default carbon user's username and password by below steps. 1. Changed the username and password in repository/conf/user-mgt.xml [in a Storage Server fresh pack] *AdminUser* *

Re: [Dev] [CARBON][SS] Incorrect Behavior - Carbon Login by Changing Default User

2015-02-16 Thread Bhathiya Jayasekara
Hi all, Since this should be fixed in carbon, moved the JIRA from SS[1] to Carbon[2]. [2] https://wso2.org/jira/browse/CARBON-15168 Thanks, Bhathiya On Mon, Feb 16, 2015 at 6:19 PM, Chaminda Jayawardena chami...@wso2.com wrote: Hi All, Noticed an incorrect behavior in carbon login when it

[Dev] [DSS] Clicking on Try it editor for DSS samples returns error

2015-02-16 Thread Kavinda
Hi all, I have setup DSS samples according to the [1]. For all of these sample services when I click on the Try it, server returns following exception and it does not generate correct request format for the Try it editor. Anyway services seem to be working if I send a correct request. Any idea?

Re: [Dev] [CARBON][SS] Incorrect Behavior - Carbon Login by Changing Default User

2015-02-16 Thread Sameera Jayasoma
Noted. I believe this is related to user.core component. Hence looping Johann. Please assign this an IS team member. :) On Mon, Feb 16, 2015 at 6:27 PM, Aparna Karunarathna apa...@wso2.com wrote: [adding carbon team] On Mon, Feb 16, 2015 at 6:19 PM, Chaminda Jayawardena chami...@wso2.com

Re: [Dev] Deleting tenant related data from the DB level

2015-02-16 Thread Kishanthan Thangarajah
Shouldn't calling delete user API will internally delete all (roles, permissions) data associated with that user? On Fri, Feb 13, 2015 at 11:01 AM, Shashika Karunatilaka shashi...@wso2.com wrote: HI all, When adding tenant it creates some of DB level operations sequentially as an *example*,

Re: [Dev] Please merge pull request

2015-02-16 Thread Kishanthan Thangarajah
I added some comments/concerns. Can you look into them? On Mon, Feb 16, 2015 at 12:27 PM, Pulasthi Mahawithana pulast...@wso2.com wrote: Hi Sameera, Please review and merge [1]. It has updates to following 1. Commons-IO - 2.4.0.wso2v1 - Required by JSCEP 2. JSCEP - 2.0.2.wso2v2 - Updated

Re: [Dev] [IS] Please review and merge PR for IDENTITY-3032

2015-02-16 Thread Nuwandi Wickramasinghe
Hi, updated PR can be found in [1] [1] https://github.com/wso2/carbon-identity/pull/83 On Mon, Feb 16, 2015 at 4:30 PM, Nuwandi Wickramasinghe nuwan...@wso2.com wrote: Thanks Johann. Will check and change accordingly. On Mon, Feb 16, 2015 at 3:47 PM, Johann Nallathamby joh...@wso2.com

Re: [Dev] Deleting tenant related data from the DB level

2015-02-16 Thread Shashika Karunatilaka
HI Kishanthan, Yes, calling delete user API will internally delete all(roles, permissions) data associated with that user. But there is a scenario where we cannot delete the tenant admin user. And my question here was, let say if this deleting process breaks at some point, then it will remain

Re: [Dev] 403 Status when DELETE using JAX-RS

2015-02-16 Thread Kasun Gajasinghe
This filter should better be set as a per-webapp configuration. We shouldn't enable CORS by default. You might also need to consider whether you need allow all the origins to access the jax-rs resources or restrict to a few origins. On Feb 16, 2015, at 10:53 PM, Gimantha Bandara

[Dev] iOS device-mgt plugin implementation (was: Re: )

2015-02-16 Thread Prabath Abeysekera
Hi Guys, Looping dev@ in. On Mon, Feb 16, 2015 at 6:37 PM, Dilshan Edirisuriya dils...@wso2.com wrote: Hi Shan, Please find the answers inline. 1. The checkin URL does that contain the tenantID ? Checkin URL will hit with device tokens. This is associated with a device rather than a

[Dev] Need help with quote parameter in smooks mediator

2015-02-16 Thread Kalpa Welivitigoda
Hi, Smooks has character as the default for quotes. According to smooks documentation [1], smooks configuration has a quote attribute we can use to set the quote character. I tried with the following local entry in esb as the smooks configuration and the quote param has no effect over the

[Dev] [MB] osgi bundle issue in carbon-business-messaging - 'org.wso2.carbon.andes'

2015-02-16 Thread Pumudu Ruhunage
Hi, I'm getting class not found error when instantiate classes inside 'org.wso2.carbon.andes' in ''org.wso2.carbon.andes.internals'' package. I have created a package named 'utils' inside 'org.wso2.carbon.andes' and added some utility classes which needs to be call from

[Dev] Improving the Dashboard of UES

2015-02-16 Thread Vidura Mudalige
HI all, We are planning to improve the dashboard of UES to support bootstrap and pub/sub. Current dashboards were build using gridster and it is not flexible. Using bootstrap we can build responsive and easily themable dashboards. Current dashboards have a fixed layout. Therefore we are planning

Re: [Dev] Improving the Dashboard of UES

2015-02-16 Thread Tanya Madurapperuma
Hi, On Tue, Feb 17, 2015 at 10:05 AM, Vidura Mudalige vidu...@wso2.com wrote: HI all, We are planning to improve the dashboard of UES to support bootstrap and pub/sub. What are the improvements that you are planning for pub/sub? Because UES already have pub/sub support. Current

Re: [Dev] Need help with quote parameter in smooks mediator

2015-02-16 Thread Lakmali Baminiwatta
Hi Kalpa, Did you try the with csv:reader in Smooks mediator instead of resource-config? ?xml version=1.0 encoding=UTF-8? localEntry xmlns=http://ws.apache.org/ns/synapse; key=smooks-csv smooks-resource-list xmlns=http://www.milyn.org/xsd/smooks-1.1.xsd; xmlns:csv=

[Dev] Is user session is depended on registry resource cache in carbon 4.1.0

2015-02-16 Thread Danesh Kuruppu
Hi all, When we testing the backup cache implementation. we en-counted an issue in user-sessions. user sessions not get invalidated. Need to get verify whether the user sessions is depended on registry resource cache. Only change we have done is, introduce new backup cache for registry resource

Re: [Dev] SS 1.5.0 Release Testing Status

2015-02-16 Thread Chaminda Jayawardena
Hi All, Please find that below is the current status of the *SS 1.5.0 release testing*. Test results are here: https://docs.google.com/a/wso2.com/spreadsheet/ccc?key=0Aj1RxSLVRSX3dER3ckRJblM0WlRlT3FkTWZBVDFJRkEusp=sharing *Issue counts and status.* *Open Issues:* *1* *Postponed Issues:*

Re: [Dev] [CARBON][SS] Incorrect Behavior - Carbon Login by Changing Default User

2015-02-16 Thread Aparna Karunarathna
[adding carbon team] On Mon, Feb 16, 2015 at 6:19 PM, Chaminda Jayawardena chami...@wso2.com wrote: Hi All, Noticed an incorrect behavior in carbon login when it changed the default carbon user's username and password by below steps. 1. Changed the username and password in

Re: [Dev] User Authentication using AuthenticationAdminStub

2015-02-16 Thread Dharshana Warusavitharana
Hi Pubudu, Please refer the code at [1]. Which is a authenticate client based on the authentication stub. In your code please check for truststore path. Seems the path is wrong or the cert is changed. [1].

[Dev] [ESB] [Cluster] Deploying File Inbound-Endpoints in Tenant Mode to Worker Nodes

2015-02-16 Thread Maheeka Jayasuriya
Hi Malaka, In a cluster setup, if a tenant is created, the artifacts related to tenant does not get deployed to worker nodes, unless the tenant is loaded manually in each of them. Is this scenario applicable for inbound-endpoints? Or is there a different mechanism to make sure that tenants are

Re: [Dev] [ESB] [Cluster] Deploying File Inbound-Endpoints in Tenant Mode to Worker Nodes

2015-02-16 Thread Kasun Indrasiri
@Malaka AFAIR, we have address this requirement during the initial implementation. So the main concerns are : - How did we initially verify the functionality in a W/M setup for a tenant? (When we initially create a tenant and then deploy an inbound.. did that work?) - How does we keep tenant

[Dev] [Carbon] The server did not recognise the action which it received when trying to access the created carbon component

2015-02-16 Thread Thusitha Thilina Dayaratne
Hi All, I'm trying to implement a carbon component based on [1]. I've followed the steps there and created the backend and ui elements and put them in the dropins folder of WSO2 AS. When I'm trying to access the newly created menu from the admin console following exception get thrown. *Caused

[Dev] Authenticate a User Help

2015-02-16 Thread Pubudu Dodangoda
I am trying to authenticate a valid user (say admin/admin) via a webservice which is hosted inside the BAM The procedure I followed is as follows Create an AuthenticationAdminStub login using admin/ admin I have 3 issues 1) Will this procedure work? 2)What should be the service URL which should

Re: [Dev] Please merge pull request

2015-02-16 Thread Pulasthi Mahawithana
Hi, On Mon, Feb 16, 2015 at 7:50 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: I added some comments/concerns. Can you look into them? Corrected them. Thanks for pointing out. @ Dilshan, Removed dynamic imports from the initial versions of jscep and bcpkix, since I could not find

Re: [Dev] Fixing CApp story for Carbon 4.3.0

2015-02-16 Thread Johann Nallathamby
On Tue, Feb 17, 2015 at 10:55 AM, KasunG Gajasinghe kas...@wso2.com wrote: There's a parameter called allowRoles that can be used to enforce roles. It could contain a comma separated roles list. But, I believe it would be much cleaner if the roles can also be included in the RampartConfig of

Re: [Dev] [DSS] IOException: Server returned HTTP response code: 500 when running FileService Sample in DSS

2015-02-16 Thread Kavinda
Hi, I also got the same issue. I could resolve it by adding the operations for the required queries via dashboard, 1.Using XML edit, Go to Home Manage Services List Data Service XML Editor of File service and add following operation. operation name=checkFileExists call-query

Re: [Dev] Please merge pull request

2015-02-16 Thread Dilshan Edirisuriya
As far as I can remember this does not need it. So we can remove it. Regards, Dilshan On Tue, Feb 17, 2015 at 12:16 PM, Pulasthi Mahawithana pulast...@wso2.com wrote: Hi, On Mon, Feb 16, 2015 at 7:50 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: I added some comments/concerns.

Re: [Dev] Improving the Dashboard of UES

2015-02-16 Thread Gayan Dhanushka
Hi Vidura, +1 for flexible UI layouts. Most of the times I have walked away from the gridster layout when developing dashboards since it is not that much flexible. However I am ok with the current pub/sub implementation. It is quite flexible. On Tue, Feb 17, 2015 at 11:52 AM, Vidura Mudalige

Re: [Dev] What's CARBON_HOME/repository/components/default/null.ini?

2015-02-16 Thread Kishanthan Thangarajah
This issue/bug with p2 director where if we don't specify a luncher name, it creates a null.ini file. A workaround would be to add a launcher to the product file at (e.g:carbon4-kernel/distribution/kernel/carbon.product) like below. This will create the file as eclipse.ini. launcher name=eclipse/

Re: [Dev] Problem with Carbon tool -DosgiDebugOptions with a file path

2015-02-16 Thread Kishanthan Thangarajah
Can you create a jira for this? Currently it is checked for either -DosgiDebugOptions or -DosgiDebugOptions=true. We can check the path of the debug options file aswell. On Mon, Feb 16, 2015 at 12:49 PM, Irham Iqbal iq...@wso2.com wrote: Hi, ./wso2server.sh --help says

Re: [Dev] Orbit update for new RabbitMQ-Amqp-Client Library

2015-02-16 Thread Kishanthan Thangarajah
I have added some comments on this PR. Please look into them. On Fri, Feb 13, 2015 at 11:49 AM, Eranda Rajapakshe eran...@wso2.com wrote: Hi, Please review the pull request [1]. [1]. https://github.com/wso2/orbit/pull/61 Thank you! -- *Eranda Rajapakshe* Software Engineering intern

Re: [Dev] get Hostname and Port of the current server

2015-02-16 Thread Malintha Adikari
Hi, Test Automation Framework (from 4.3.0 version) provides single location to store all test related configuration details (Host name ,port address, tenant/user info...etc). If you are writing your test case inside existing test module you can find that file (automation.xml [1]) in

Re: [Dev] [Secondary userstore] [UI] Disabled parameter is marked as mandatory with a checkbox to tick

2015-02-16 Thread Johann Nallathamby
But what about the backend? I guess it is still needed and we can have it under optional properties right ? On Mon, Feb 16, 2015 at 3:48 PM, Pushpalanka Jayawardhana la...@wso2.com wrote: Hi All, We have taken disable/enable functionality for user stores out into Listing space. Hence we can

Re: [Dev] Configuration Context Help

2015-02-16 Thread KasunG Gajasinghe
If you are using Maven to build your webapp, then you can set the Dependency Scope to provided if those dependencies are provided by the underlying server. In this case, axiom is provided by AS itself, so you don't have to include it in your webapp.

Re: [Dev] [Carbon] Carbon Component Implementation : Exception in generating service stub

2015-02-16 Thread Chathura Priyankara
Hi Indunil, You have to set paths for axiom-1.2.11.wso2v4.jar, axis2-client-1.6.1.wso2v10.jar and axis2-1.6.1.wso2v10.jar from your local maven repository like follows : pathelement

Re: [Dev] get Hostname and Port of the current server

2015-02-16 Thread Irham Iqbal
Hi Siva, In which product you are writing your test cases. Most of the products base test case has initialized AutomationContext. If not you can initialize the AutomationContext as Malintha mentioned to you. Then use the following codes to get port and host String httpsPort =

Re: [Dev] get Hostname and Port of the current server

2015-02-16 Thread Shiva Balachandran
Hi All, Thank you for the response, i am writing integration tests for BPS, I can acquire the backend URL, i need to get the hostname and port for a rest service innvocation. I will try the automation xml method. Thank you. Regards, Shiva Balachandran On Mon, Feb 16, 2015 at 4:10 PM, Irham

Re: [Dev] [Secondary userstore] [UI] Disabled parameter is marked as mandatory with a checkbox to tick

2015-02-16 Thread Pushpalanka Jayawardhana
Pushpalanka. -- Pushpalanka Jayawardhana, B.Sc.Eng.(Hons). Software Engineer, WSO2 Lanka (pvt) Ltd; wso2.com/ Mobile: +94779716248 Blog: pushpalankajaya.blogspot.com/ | LinkedIn: lk.linkedin.com/in/pushpalanka/ | Twitter: @pushpalanka On Mon, Feb 16, 2015 at 4:04 PM, Johann Nallathamby

Re: [Dev] [IS] Please review and merge PR for IDENTITY-3032

2015-02-16 Thread Nuwandi Wickramasinghe
Thanks Johann. Will check and change accordingly. On Mon, Feb 16, 2015 at 3:47 PM, Johann Nallathamby joh...@wso2.com wrote: Please find comments in the PR. On Mon, Feb 16, 2015 at 3:36 PM, Nuwandi Wickramasinghe nuwan...@wso2.com wrote: Hi, Please find the fix for [1] in [2] [1]

[Dev] Remove kernel bundles being packed in cassandra-datareader-feature

2015-02-16 Thread Kishanthan Thangarajah
Please fix the feature pom at : https://github.com/wso2/carbon-storage-management/blob/master/features/cassandra/client/org.wso2.carbon.cassandra.datareader.feature/pom.xml This feature packs some kernel bundles within it self, instead they should be imported. -- *Kishanthan Thangarajah* Senior

[Dev] Failed to download integration-base jar

2015-02-16 Thread Shakila Sivagnanarajah
Hi all, I have executed integration test for an ESB connector. Integration test of that connector depends on integration-base. Rather downloading the jar of integration-base from the m2 repo, I want to download from remote repository. It is trying to download from [1]. But location of the jar is

[Dev] [BAM][Jaggery] Invalid declaration for HTTPHeaders property

2015-02-16 Thread Udara Liyanage
Hi, I see the following error message in Private PAAS log viewer. Seems similar issue is reported in [1]. This is the jaggery code which calls the backend service. 1. var ws = require('ws'); 2. var version = new ws.WSRequest(); 3. var options = new Array(); 4. options.useSOAP

Re: [Dev] How to Delete Tenant admin user

2015-02-16 Thread Johann Nallathamby
I don't think we allow to delete tenant admin user currently. This could leave the system in an inconsistent state. We only allow to delete the whole tenant. In JDBC how it happens is we use the cascading delete function of the database to do this. For LDAP user stores we manually delete the OUs.

Re: [Dev] Failed to download integration-base jar

2015-02-16 Thread Ramindu Deshapriya
Hi Shakila, IIRC esb-integration-tests and integration-test-base are two different things. Most recent connectors seem to use the dependency groupIdorg.wso2.carbon/groupId artifactIdorg.wso2.carbon.integration.framework/artifactId version4.0.0/version scopetest/scope /dependency block to refer

Re: [Dev] Please commit to Kernel

2015-02-16 Thread Manoj Kumara
Hi Isura, I see, //extracting the domain from claimValue. Not introducing a new method due to carbon patch process.. comment in the pull request as well. You can fix this in the pull request properly by adding a new method if necessary. Thanks, Manoj *Manoj Kumara* Software Engineer WSO2 Inc.

[Dev] Filtering out registry artifacts depending on the resource location and media type

2015-02-16 Thread Prabath Abeysekera
Hi Folks, Can someone please point me to some API reference on how $subject could be done? Cheers, Prabath -- Prabath Abeysekara Associate Technical Lead, Data TG. WSO2 Inc. Email: praba...@wso2.com Mobile: +94774171471 ___ Dev mailing list

[Dev] Configuration Context Help

2015-02-16 Thread Pubudu Dodangoda
I am trying to authenticate a user using the org.wso2.carbon.user.mgt.stub When I run the client an exception occurs while trying to access the following method configContext =ConfigurationContextFactory.createConfigurationContextFromFileSystem(null,null); java.lang.LinkageError: loader

Re: [Dev] Please commit to Kernel

2015-02-16 Thread Manoj Kumara
Can IS team please review this. Thanks, Manoj *Manoj Kumara* Software Engineer WSO2 Inc. http://wso2.com/ *lean.enterprise.middleware* Mobile: +94713448188 On Mon, Feb 16, 2015 at 3:10 PM, Isura Karunaratne is...@wso2.com wrote: Hi all, Please $subject.

[Dev] [IS] Please review and merge PR for IDENTITY-3032

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

Re: [Dev] [Secondary userstore] [UI] Disabled parameter is marked as mandatory with a checkbox to tick

2015-02-16 Thread Chanuka Dissanayake
Hi Johann, Following diff is the fix in user.core, and UI will be automatically populated accordingly. - setMandatoryProperty(UserStoreConfigConstants.disabled,Disabled,false,UserStoreConfigConstants.disabledDescription, false); +

Re: [Dev] Please commit to Kernel

2015-02-16 Thread Johann Nallathamby
Isura is also from IS team :). Anyway all the patch posted on dev are reviewed by more than one person before posting to dev. This fix was also reviewed. On Mon, Feb 16, 2015 at 3:28 PM, Manoj Kumara ma...@wso2.com wrote: Can IS team please review this. Thanks, Manoj *Manoj Kumara*

Re: [Dev] get Hostname and Port of the current server

2015-02-16 Thread Malintha Adikari
Hi Shiva, What is the Automation Test Framework version you are going to use? Regards, Malintha On Mon, Feb 16, 2015 at 10:07 AM, Shiva Balachandran sh...@wso2.com wrote: Hi All, I am writing some testcases and it is necessary for me to acquire the hostname(eg:-localhost) and the port (eg

Re: [Dev] [IS] Please review and merge PR for IDENTITY-3032

2015-02-16 Thread Johann Nallathamby
Please find comments in the PR. On Mon, Feb 16, 2015 at 3:36 PM, Nuwandi Wickramasinghe nuwan...@wso2.com wrote: Hi, Please find the fix for [1] in [2] [1] https://wso2.org/jira/browse/IDENTITY-3032 [2] https://github.com/wso2/carbon-identity/pull/83 -- Best Regards, Nuwandi

Re: [Dev] [Secondary userstore] [UI] Disabled parameter is marked as mandatory with a checkbox to tick

2015-02-16 Thread Pushpalanka Jayawardhana
Hi All, We have taken disable/enable functionality for user stores out into Listing space. Hence we can totally remove this property from listing in UI under properties. (Still we need the above modification) Thanks, Pushpalanka. -- Pushpalanka Jayawardhana, B.Sc.Eng.(Hons). Software Engineer,

[Dev] WSO2 Message Broker 3.0.0 Milestone 3 Released !

2015-02-16 Thread Ramith Jayasinghe
The WSO2 Message Broker team is pleased to announce the 3rd Milestone release of WSO2 Message Broker (MB) 3.0.0. WSO2 Message Broker (WSO2 MB) 3.0.0 is designed to be a fast, lightweight and user friendly open source distributed message brokering system under the Apache Software License v2.0

Re: [Dev] G-Reg internal API store and publisher are not working

2015-02-16 Thread Abimaran Kugathasan
Hi, We have released APIM components version 1.3.3 with the following fixes 1. Fixed adding JARs to VCS, copied them using dependency plugins 2. Removed hardcoded SHANSHOT version in bundle export 3. Fixed API Store/publisher features aren't updated to latest revision issue Can you please move

Re: [Dev] [Secondary userstore] [UI] Disabled parameter is marked as mandatory with a checkbox to tick

2015-02-16 Thread Chanuka Dissanayake
Noted. On Mon, Feb 16, 2015 at 4:49 PM, Johann Nallathamby joh...@wso2.com wrote: Hi Chanuka, Since it is shown in the listing page lets remove it from the properties. Only in the backend it will be among the optional properties. On Mon, Feb 16, 2015 at 4:25 PM, Chanuka Dissanayake

Re: [Dev] [DEV] Supporting IoT hub architecture via Node implementation

2015-02-16 Thread Geesara Prathap
Hi , Here is the second part of the project[1] https://github.com/GPrathap/REST_API_in_C. [1].https://github.com/GPrathap/REST_API_in_C Thanks, Geesara Prathap Kulathunga, Software Engineering Intern, University of Peradeniya. gees...@wso2.com Email:++gees...@wso2.com +940772684174 On Mon,

[Dev] User Authentication using AuthenticationAdminStub

2015-02-16 Thread Pubudu Dodangoda
I am trying to authenticate admin/admin user using the org.wso2.carbon.authenticator.stub.AuthenticationAdminStub I get the following exception org.apache.axis2.AxisFault: Connection has been shutdown: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error:

Re: [Dev] Remove kernel bundles being packed in cassandra-datareader-feature

2015-02-16 Thread Bhathiya Jayasekara
Fixed. Thanks for pointing out Kishanthan. Regards, Bhathiya On Mon, Feb 16, 2015 at 2:00 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: Please fix the feature pom at :

Re: [Dev] User Authentication using AuthenticationAdminStub

2015-02-16 Thread Farasath Ahamed
Can you check whether the trust store you specified is in fact in the location specified by the String trustStore? and take a look at the solution provided in [1] [1] http://stackoverflow.com/questions/6784463/error-trustanchors-parameter-must-be-non-empty On Mon, Feb 16, 2015 at 5:11 PM,

Re: [Dev] User Authentication using AuthenticationAdminStub

2015-02-16 Thread Chanuka Dissanayake
Hi Pubudu, Did you follow this[1] answer, seems like same kind of scenario, [1] http://stackoverflow.com/questions/6784463/error-trustanchors-parameter-must-be-non-empty On Mon, Feb 16, 2015 at 5:11 PM, Pubudu Dodangoda pubu...@wso2.com wrote: I am trying to authenticate admin/admin user

Re: [Dev] Exception is thrown when log into ESB management console

2015-02-16 Thread Manoj Kumara
Hi Vijitha, Seems like this was fixed after the release was done. For the release you guy's can use a patch once the patching process is completed for the Kernel. Thanks, Manoj *Manoj Kumara* Software Engineer WSO2 Inc. http://wso2.com/ *lean.enterprise.middleware* Mobile: +94713448188 On

Re: [Dev] Failed to download integration-base jar

2015-02-16 Thread Shakila Sivagnanarajah
Hi Ramindu, integration-base is a maven project that contains some required methods and integration framework is different from this. This evernote connector uses the methods written in integration-base project so the dependency of integration-base given in [1] should be in the pom. But nest does