Re: [Dev] ESB Security Exception(SSL) | Invoking proxy service

2014-06-19 Thread Gagani Amarathunga
Hi Chanaka, Thanks for the reply. It worked by adding the certificate to client-truststore as you said. Gagani Amarathunga On Wed, Jun 18, 2014 at 5:03 PM, Chanaka Fernando chana...@wso2.com wrote: Hi Gagani, Can you try adding the certificate to client-truststore and check? If that is

Re: [Dev] GSOC project: Progress of Automation Test Case Generation Tool

2014-06-19 Thread Malintha Adikari
Hi Rukshan, As the next step we can evaluate the usability of robot scripts. Then we have to come up with a way to enhance the usability of the test scripts based on that evaluation. Could you try to develop an automated test case using robot for following test scenario and compare the original

[Dev] [Social][AppFactory] Pagination support for Social component

2014-06-19 Thread Manjula Rathnayake
Hi all, We need to look into $Subject as current model does not support pagination or querying social activities providing a max limit. thank you. -- Manjula Rathnayaka Software Engineer WSO2, Inc. Mobile:+94 77 743 1987 ___ Dev mailing list

[Dev] Issue in Integrate ES with App Manager

2014-06-19 Thread Harsha Kumara
Hi, We have developed Client Information Store using ES. When we integrate with the app manager we have followed doc mentioned in [1]. But it's not worked as expected. We worked with SameeraM to solve this issue. In store side we observed that when user navigate from first page to another page.

Re: [Dev] GSOC project: Progress of Automation Test Case Generation Tool

2014-06-19 Thread Malintha Adikari
Please note the update for the test scenario : On Thu, Jun 19, 2014 at 11:52 AM, Malintha Adikari malin...@wso2.com wrote: Hi Rukshan, As the next step we can evaluate the usability of robot scripts. Then we have to come up with a way to enhance the usability of the test scripts based on

Re: [Dev] [EMM] Adding Oracle database support to EMM

2014-06-19 Thread Chan
IM we need to add an object to application scope that has the right db.json file. This json should be a combination of generic queries and queries for the selected database. On Thursday, June 19, 2014, Harshan Liyanage hars...@wso2.com wrote: Hi, We could categorize the sql queries under each

[Dev] Greg focused ES release update

2014-06-19 Thread Sameera Medagammaddegedara
Hi, This mail thread will track the vital changes that are expected from the ES for the next GREG release.The following list indicates the issues based on priority: 1. https://wso2.org/jira/browse/STORE-441. Create an ES feature that will designate apps with an es prefix 2.

[Dev] [APIM] REST call to GetApplications does not show any application

2014-06-19 Thread Udara Liyanage
Hi, I have created few apps and they are visible under MyApplications page. However when I try to view them by provided rest calls, they are not visible curl -X POST -c cookies http://localhost:9763/store/site/blocks/user/login/ajax/login.jag -d 'action=loginusername=adminpassword=admin' curl

Re: [Dev] Greg focused ES release update

2014-06-19 Thread Subash Chaturanga
Hi Pulasthi Let's add this feature to the pack and test inside G-Reg. We might identify some more blockers, if there is any. On Thu, Jun 19, 2014 at 12:54 PM, Sameera Medagammaddegedara samee...@wso2.com wrote: Hi, This mail thread will track the vital changes that are expected from the

[Dev] [APIM] How to get Application ID for a application

2014-06-19 Thread Udara Liyanage
Hi, According to [1] Add Subscription REST API requires Application ID of the application. How do I get the Application Id from a given application name. I tried below getApplications also. However it does not return anything. curl -b cookies

[Dev] [APIM] Rest endpoints should return a more meaning full error message

2014-06-19 Thread Udara Liyanage
Hi, I tried to remove an application by executing below REST endpoint. The return message just say there was an error occurred while removing app. IMO error=true also implies the same thing. Error message does not indicate what is the error occurred, rather it says there is an error. I had to

Re: [Dev] Greg focused ES release update

2014-06-19 Thread Pulasthi Supun
Hi All, Yes will add it see. Regards, Pulasthi On Thu, Jun 19, 2014 at 2:00 PM, Subash Chaturanga sub...@wso2.com wrote: Hi Pulasthi Let's add this feature to the pack and test inside G-Reg. We might identify some more blockers, if there is any. On Thu, Jun 19, 2014 at 12:54 PM,

Re: [Dev] java.lang.IllegalStateException observed continuously in AF stack trace

2014-06-19 Thread Manuranga Perera
Hi Ruchira, Ajantan has updated the diff. I am committing and creating the patch. please let me know if you think any improvement should be done to the patch. https://wso2.org/jira/secure/attachment/32357/APPFAC-2217.diff On Wed, Jun 11, 2014 at 1:38 PM, Ajanthan Balachandran ajant...@wso2.com

Re: [Dev] ConcurrentModificationException at server startup (https://wso2.org/jira/browse/APIMANAGER-2241)

2014-06-19 Thread Manoj Kumara
Hi, This issue was reported on APIM 1.7.0 and i sent the pull request [1] relevant to the latest fixes. This also contain some fixes on *startup/org.wso2.carbon.startup* module but I couldn't find the relevant git repository for this. Appreciate if someone can guide me on this. [1]

Re: [Dev] GSOC project: Progress of Automation Test Case Generation Tool

2014-06-19 Thread Rukshan Chathuranga
Hi all, I could automate the ProxyServiceAdmin Admin service to upload the proxy to ESB. Also it support, Confirm whether it is successful or not. This steps was possible to written in robot test script. Thus i'm try to scripting and automate to invoke the uploaded proxy services. for that can

Re: [Dev] [IS] OAuth configuration within identity.xml

2014-06-19 Thread Dulanja Liyanage
Hi Udara, Could you please create a JIRA for this? Thanks Dulanja On Tue, Jun 17, 2014 at 7:37 PM, Udara Rathnayake uda...@wso2.com wrote: Hi all, Under the $subject I can find following elements. Are these comments correct? !-- Default validity period for user access tokens in

Re: [Dev] Why we use disabled='true' in configuration files

2014-06-19 Thread Dulanja Liyanage
Hi Aruna, Yes, proper way is to use enabled=false Thanks Dulanja On Tue, Jun 17, 2014 at 2:23 PM, Aruna Karunarathna ar...@wso2.com wrote: Hi all, I was trying to configure SSO foor WSO2 servers [1] and saw that configuration it says, Authenticator name=SAML2SSOAuthenticator

[Dev] OSGi best practices for using third party OSGi bundles

2014-06-19 Thread Kasun Gajasinghe
Hi, There are lot of third party libraries in the carbon platform that we extend by leveraging their extension points. In most cases, this means that third-party library loads carbon classes via Java reflection. Refer the following example. * Tomcat - Carbon uses the webapp classloader extension

Re: [Dev] Error not logged in ESB sample 4

2014-06-19 Thread Malaka Silva
According to the latest code error will not be printed in the mentioned situation. Maybe the screen shot is outdated. http://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/dependencies/synapse/2.1.2-wso2v4/modules/core/src/main/java/org/apache/synapse/endpoints/IndirectEndpoint.java

Re: [Dev] OSGi best practices for using third party OSGi bundles

2014-06-19 Thread Afkham Azeez
In the OSGi world, getting linked to extension implementations is through OSGi services. Unfortunately, for that to work, all jars should be proper, well-behaved OSGi bundles. On Fri, Jun 20, 2014 at 1:44 AM, Kasun Gajasinghe kas...@wso2.com wrote: Hi, There are lot of third party libraries

[Dev] Connector uploading error in ESB!

2014-06-19 Thread Asanki Fernando
Hi All, I'm writing an ESB connector to foursquare, and most of the times when I try to upload the connector to the ESB, it gives me the following error. I checked all the possible syntax errors that could be made. Is this coz of a syntax error? Please let me know a way to solve this.

Re: [Dev] Connector uploading error in ESB!

2014-06-19 Thread Gayan Gunarathne
Seems like some of the dependencies refer in the connector are missing. Please check whether you have include all the dependencies to the lib folder of the connector zip file. Thanks, Gayan On Fri, Jun 20, 2014 at 9:44 AM, Asanki Fernando iasankiferna...@gmail.com wrote: Hi All, I'm writing

Re: [Dev] Resource Scope-Should be unique?

2014-06-19 Thread Vijayaratha Vijayasingam
IS team; Currently we are able to add duplicate resource scopes. Don't we need to make it unique? I checked the IDN_OAUTH2_SCOPE table, there are scope-key,name fields are defined...what is the difference in these two entries? And currently , when i add a resource scope, i do not see any DB

[Dev] IDENTITY-2230 - ( Admin users cannot delete roles created by them ) is blocker for Greg integration tests

2014-06-19 Thread Pulasthi Supun
Hi Darshana, Has this been completely merged into git now. This is a blocker for GREG integrations tests. Regards, Pulasthi -- -- Pulasthi Supun Software Engineer; WSO2 Inc.; http://wso2.com, Email: pulas...@wso2.com Mobile: +94 (71) 9258281 Blog : http://pulasthisupun.blogspot.com/ Git hub

Re: [Dev] IDENTITY-2230 - ( Admin users cannot delete roles created by them ) is blocker for Greg integration tests

2014-06-19 Thread Darshana Gunawardana
Hi Pulasthi, We have already merged user-mgt components in [1]. But these changes haven't pushed to [2] as we are in the process finalizing the merging identity components which we'll complete this week. Thanks, [1] https://github.com/wso2-dev/carbon-identity [2]