Re: [Dev] Please review and merge PR carbon-storage-management#2

2014-06-24 Thread Mohanadarshan Vivekanandalingam
Hi Prabath, Are there any issues in merging these changes.. It is one of a blocker to build a proper pack from github.. Appreciate for a quick response.. Thanks, Mohan On Fri, Jun 6, 2014 at 8:17 AM, Prabath Abeysekera praba...@wso2.com wrote: Hi Lasantha, Will do. Cheers, Prabath

[Dev] EMM Oracle database support

2014-06-24 Thread Inosh Perera
Hi all, I have been working on adding Oracle database support to EMM and there were couple of queries, that did not work, for example, query that has LIMIT, key word. I fixed this by changing the query to a generic query that works on both h2 and Oracle. I tested the server with the android Client

[Dev] Integration Base Build

2014-06-24 Thread Irshad Hassan
Hi All, I'm trying build the integration-base on the esb connector.while building i got the following exception. I have placed the esb zip file in the modules/distribution/target/ directory. [2014-06-24 12:02:28,781] INFO {org.wso2.carbon.automation.core.utils.ClientConnectionUtil} - Waiting to

Re: [Dev] Integration Base Build

2014-06-24 Thread Nuwan Wimalasekara
Seems it failed to invoke the Authentication admin service. It tries to login as admin user and make sure the server is ready for further testing. Please make sure the server is started without any error by starting the server manually. and also check the automation.xml file under test resources

Re: [Dev] AS- Error when building product-as

2014-06-24 Thread Kasun Gajasinghe
Do you have the latest source of product-as? Try to do an online build and see. On Tue, Jun 24, 2014 at 11:07 AM, Denuwanthi De Silva denuwan...@wso2.com wrote: Hi, When I build 'product-as' 'WSO2 AppServer - Distribution' fails and give the following error: *[ERROR] Failed to execute

[Dev] Stratos root app in products

2014-06-24 Thread Chan
Hi Guys, I found that stratos root app is copied in bin.xml in some products [1]. Do we need to have a stratos root app in EMM as well? Cheers~ [1] - https://github.com/wso2/product-bps/tree/master/modules/distribution/lib/home -- Chan (Dulitha Wijewantha) Software Engineer - Mobile

Re: [Dev] Why do we have POST_TO_URI property set to true by default in API configs?

2014-06-24 Thread Vijayaratha Vijayasingam
I've removed this for 1.7.1 version.. On 20 June 2014 22:43, Sanjeewa Malalgoda sanje...@wso2.com wrote: On Sat, Jun 21, 2014 at 4:24 AM, Isuru Udana isu...@wso2.com wrote: Hi, Solution given for the jira reported at [1] is the reason for why it is added by default. This behavior is

Re: [Dev] AS- Error when building product-as

2014-06-24 Thread Denuwanthi De Silva
I did an online build on the latest source, got the same error. Thanks, On Tue, Jun 24, 2014 at 1:36 PM, Kasun Gajasinghe kas...@wso2.com wrote: Do you have the latest source of product-as? Try to do an online build and see. On Tue, Jun 24, 2014 at 11:07 AM, Denuwanthi De Silva

[Dev] ESB Worker profile contain UI buildes

2014-06-24 Thread Shameera Rathnayaka
Hi ESB team, ​This is regarding ESB 4.8.1. There is no difference between Worker profile and Default profile configurations. both has the same bundle.info file which has both server and UI bundles. As I can see, ESB p2 profile gen is not configured to use only server features when it generate

[Dev] Fwd: Issue in Identity components

2014-06-24 Thread Mohanadarshan Vivekanandalingam
Hi Team, I am getting below issue, Is it possible to fix it [INFO] Command line: /bin/sh -c cd /home/mohan/SVN_Files/git-repo/product-cep/modules/p2-profile-gen /usr/local/jdk1.6.0_38/jre/bin/java -jar

Re: [Dev] AS- Error when building product-as

2014-06-24 Thread Chamath Gunawardana
Hi Kasun, Denuwanthi, The repository/conf/security/idp-config.xml is no longer using in idp-mgt feature. The error because we have sync the latest released code base to git and in idp-mgt feature not having this now. You can remove this from assembly/bin.xml in the product if you are not using

Re: [Dev] AS- Error when building product-as

2014-06-24 Thread Kasun Gajasinghe
Hi Chamath, We are using the idp-mgt feature. So, we will have to include the new config file. Thanks, KasunG On Tue, Jun 24, 2014 at 3:09 PM, Chamath Gunawardana chama...@wso2.com wrote: Hi Kasun, Denuwanthi, The repository/conf/security/idp-config.xml is no longer using in idp-mgt

[Dev] Connector Error!

2014-06-24 Thread Asanki Fernando
Hi All, I tried to build the googlecalendar connector, for testing purposes of Integration testing, but it gives me the following errors. Some sort of dependency errors. But still I've all the mentioned jars in the repo. And I've placed the ESB zip file and the integration base folder in the

[Dev] ESB Connector testing : AxisFault while getting response

2014-06-24 Thread Udeesha Isurinda
Hi All, I have been writing test cases for an esb connector using wso2 integration test framework. When I invoke the sendReceive method in AxisServiceClient it gave me following errors. Please be kind enough to help me on this. Test Method @Test(groups = { wso2.esb }, description = Evernote

Re: [Dev] ESB Connector testing : AxisFault while getting response

2014-06-24 Thread Malaka Silva
Hi, It seems like you are not getting any response from calling proxy. Just debug the proxy configuration by manually calling or having log statements to identify the real cause. On Tue, Jun 24, 2014 at 6:45 AM, Udeesha Isurinda e.u.isuri...@gmail.com wrote: Hi All, I have been writing

Re: [Dev] Extracting data from User-Agent header - AS-BAM application monitoring

2014-06-24 Thread Chamil Jeewantha
Hi All, There is an alternative library ua-parser[1] which is fairly simple and more suitable for our requirement. Hence we decided to move ahead with ua-parser. This library is ASL 2.0 compatible. It is available only on the maven repo [2] What are the steps should I follow to add this library

[Dev] [Git] Jenkins does not upload the artifact - amber-0.22.1358727.wso2v4-20140623.200914-6.jar

2014-06-24 Thread Chamath Gunawardana
Hi, Although the Jenkins build shows that the artifacts are uploaded to nexus, cannot locate the jar. Seems it didn't got uploaded at all or deleted after upload. Also no error appears in the build. This makes the carbon-identity to fail due to unsatisfied dependency for amber. A similar issue is

Re: [Dev] Fwd: Issue in Identity components

2014-06-24 Thread Chamath Gunawardana
Hi, This is fixed in carbon-identity. However the carbon-identity fails due to [1]. As a workaround you may need to build locally. [1] - [Git] Jenkins does not upload the artifact - amber-0.22.1358727.wso2v4-20140623.200914-6.jar On Tue, Jun 24, 2014 at 2:47 PM, Mohanadarshan Vivekanandalingam

[Dev] Issues with SAML SSO component in the ES 1.2.0

2014-06-24 Thread Sameera Medagammaddegedara
Hi Darshana, The ES throws the following two exceptions at server start up after building with the new org.wso2.carbon:org.wso2. carbon.identity.sso.saml.feature. Please note that I had to build org.wso2.carbon.identity.application.authentication.framework.server.feature locally as it was not

Re: [Dev] Fwd: Issue in Identity components

2014-06-24 Thread Mohanadarshan Vivekanandalingam
Thanks Chamith, will do that.. Regards, Mohan On Tue, Jun 24, 2014 at 5:25 PM, Chamath Gunawardana chama...@wso2.com wrote: Hi, This is fixed in carbon-identity. However the carbon-identity fails due to [1]. As a workaround you may need to build locally. [1] - [Git] Jenkins does not

Re: [Dev] Extracting data from User-Agent header - AS-BAM application monitoring

2014-06-24 Thread Sagara Gunathunga
On Tue, Jun 24, 2014 at 5:17 PM, Chamil Jeewantha cha...@wso2.com wrote: Hi All, There is an alternative library ua-parser[1] which is fairly simple and more suitable for our requirement. Hence we decided to move ahead with ua-parser. This library is ASL 2.0 compatible. It is available

[Dev] Patches to ESB 4.8.1

2014-06-24 Thread sabashan baladevan
Hi All, We have tried the Google-Calender connector testing, while the testing we got the result Tests run: 69, Failures: 10, Skips: 0 like that. Readme txt describes : Install HTTP PATCH request enabling patch and Json patch to ESB 4.8.1 patch0804 - http PATCH request patch

Re: [Dev] Patches to ESB 4.8.1

2014-06-24 Thread Malaka Silva
These patches will only available with ESB 4.9.0. You can try it with M1 release of ESB 4.9.0. [1] [1] http://svn.wso2.org/repos/wso2/people/malaka/ESB/ESB4.9.0/wso2esb-4.9.0-SNAPSHOT.zip On Tue, Jun 24, 2014 at 10:24 AM, sabashan baladevan sabashan...@gmail.com wrote: Hi All, We have

Re: [Dev] Service Mediation using Proxy Services- Error!

2014-06-24 Thread Sewwandi Perera
Hi Asanki, configKey attribute is used to reference the stored configurations as local entries. Have you stored two local entries named initnew and getuserdetails in your synapse configuration? Thanks, Sewwandi On Mon, Jun 23, 2014 at 5:10 PM, Asanki Fernando iasankiferna...@gmail.com wrote:

Re: [Dev] Service Mediation using Proxy Services- Error!

2014-06-24 Thread Malaka Silva
Hi, You don't need to specify configKey=initnew if you specify init method inline. This may recursively call init method. Try following, ?xml version=1.0 encoding=UTF-8? proxy xmlns=http://ws.apache.org/ns/synapse; name=getuserdetailsprox transports=https,http

Re: [Dev] ESB 4.9.0 {https://wso2.org/jira/browse/DOCUMENTATION-681}

2014-06-24 Thread Rukshani Weerasinha
Noted. On Tue, Jun 24, 2014 at 6:06 PM, Dushan Abeyruwan dus...@wso2.com wrote: Hi Please make sure $subject added to ESB 4.9.0 documentation Cheers, Dushan Abeyruwan | Associate Tech Lead Integration Technologies Team PMC Member Apache Synpase WSO2 Inc. http://wso2.com/

[Dev] Invoking webapps/services in webapps with the logged in user credentials

2014-06-24 Thread Eranda Sooriyabandara
Hi Prabath, Dulanja, I have a requirement to invoke services and webapps in a webapp when SSO enabled with the logged in user credentials in a AS Cluster. So when we invoke a 1. service within a webapp - How can we invoke with the current user credentials? Do we need to secure using the

Re: [Dev] Invoking webapps/services in webapps with the logged in user credentials

2014-06-24 Thread Prabath Siriwardena
Hi Eranga, What are those services and how are they secured..? Its wrong if we just pass the JSESSIONID there..? If we talk he about admin services - then its fine - because we do not send a JSESSIONID - we only use the ADMIN_SERVICE_COOKIE... Thanks regards, -Prabath On Tue, Jun 24, 2014 at

Re: [Dev] Please review and merge PR carbon-storage-management#2

2014-06-24 Thread Prabath Abeysekera
Hi Mohan, This is done. Please check and verify. Cheers, Prabath On Tue, Jun 24, 2014 at 12:05 PM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi Prabath, Are there any issues in merging these changes.. It is one of a blocker to build a proper pack from github.. Appreciate for

[Dev] orbit not found on github/wso2-dev

2014-06-24 Thread Chamil Jeewantha
Hi All, orbit is there in wso2[1] but not in wso2-dev[2]. Is it intentionally done? Otherwise please fork it to wso2-dev. I want to add ua-parser library to orbit. Mail thread subject about ua-parser : Extracting data from User-Agent header - AS-BAM application monitoring -- K.D. Chamil

[Dev] [ESB] Unable to use apostrophe in fn:concat() Xpath function

2014-06-24 Thread Ishara Premadasa
Hi all, I need to use a string which contains apostrophe character ( ' ) with fn:concat function. Tried with the below ways and none seems to be working. 1. property name=myProp expression=fn:concat(' This isapos;', ' my function') scope=default

[Dev] Merge the pull request to DSS git repo

2014-06-24 Thread Krishantha Samaraweera
Hi, Please merge the pull request https://github.com/wso2/product-dss/pull/6 to master git repo immediately. We need this to generate monthly coverage stats. Thanks, Krishantha. -- Krishantha Samaraweera Senior Technical Lead - Test Automation Mobile: +94 77 7759918 WSO2, Inc.;

Re: [Dev] EMM Unit test reviewing

2014-06-24 Thread Harshan Liyanage
Hi, Jasmine test framework already has *beforeEach* *afterEach* as TearUp TearDown functions. This can be used in Jaggery-Test framework. But there is an issue which causes beforeEach afterEach functions to be executed multiple times when the test page is loaded or refreshed. sometimes the

Re: [Dev] Merge the pull request to DSS git repo

2014-06-24 Thread Maheshika Goonetilleke
Hi Done. On Wed, Jun 25, 2014 at 9:42 AM, Krishantha Samaraweera krishan...@wso2.com wrote: Hi, Please merge the pull request https://github.com/wso2/product-dss/pull/6 to master git repo immediately. We need this to generate monthly coverage stats. Thanks, Krishantha. --

Re: [Dev] Merge the pull request to DSS git repo

2014-06-24 Thread Krishantha Samaraweera
Thanks Maheshika! -Krishantha. On Wed, Jun 25, 2014 at 9:55 AM, Maheshika Goonetilleke mahesh...@wso2.com wrote: Hi Done. On Wed, Jun 25, 2014 at 9:42 AM, Krishantha Samaraweera krishan...@wso2.com wrote: Hi, Please merge the pull request https://github.com/wso2/product-dss/pull/6

[Dev] Merge pull request to carbon4-kernel

2014-06-24 Thread Krishantha Samaraweera
Hi, Can someone please merge this pull request to carbon-kernel - https://github.com/wso2/carbon4-kernel/pull/10 In the long run Automation team member might need to be in while list of all products. Thanks, Krishantha. -- Krishantha Samaraweera Senior Technical Lead - Test Automation Mobile:

Re: [Dev] Please review and merge PR carbon-storage-management#2

2014-06-24 Thread Lasantha Fernando
Thanks Prabath! On 25 June 2014 08:51, Prabath Abeysekera praba...@wso2.com wrote: Hi Mohan, This is done. Please check and verify. Cheers, Prabath On Tue, Jun 24, 2014 at 12:05 PM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi Prabath, Are there any issues in merging

Re: [Dev] Issues with SAML SSO component in the ES 1.2.0

2014-06-24 Thread Darshana Gunawardana
Hi Sameera, So there are couple of issues which couple of issues which i'll look further. 1. org.wso2.carbon.identity.application.authentication.framework.server.feature should be in nexus 2. org.wso2.carbon.identity.application.common bundle seems to be missing in the ES pack Will update you

Re: [Dev] Merge pull request to carbon4-kernel

2014-06-24 Thread Maheshika Goonetilleke
Hi, Done On Wed, Jun 25, 2014 at 10:11 AM, Krishantha Samaraweera krishan...@wso2.com wrote: Hi, Can someone please merge this pull request to carbon-kernel - https://github.com/wso2/carbon4-kernel/pull/10 In the long run Automation team member might need to be in while list of all

Re: [Dev] [ESB] Unable to use apostrophe in fn:concat() Xpath function

2014-06-24 Thread Ishan Jayawardena
Hi Ishara, This worked for me, expression=fn:concat(*quot;*This is*apos;quot;*, *quot;*my function *quot;*) First, we are surrounding the strings with double quotes and then insert the apostrophe (not sure if this is same as the single quote mark). Thanks, Ishan. On Wed, Jun 25, 2014 at 9:35

Re: [Dev] Please review and merge PR carbon-storage-management#2

2014-06-24 Thread Mohanadarshan Vivekanandalingam
Thanks a lot Prabath.. Regards, Mohan On Wed, Jun 25, 2014 at 8:51 AM, Prabath Abeysekera praba...@wso2.com wrote: Hi Mohan, This is done. Please check and verify. Cheers, Prabath On Tue, Jun 24, 2014 at 12:05 PM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi Prabath,