Re: [Dev] PostgreSQL configuration failure in API-Manager 1.7.0.

2014-04-23 Thread Chathurika Mahaarachchi
Check with this [1] [1]. http://www.daily-dev-solutions.com/2011/01/orgpostgresqlutilpsqlexception-error.html On Wed, Apr 23, 2014 at 11:14 AM, Asanthi Kulasinghe asan...@wso2.comwrote: Hi, FYI. [1] has been reported for PostgreSQL configuration failure in API-Manager 1.7.0. [1]

[Dev] [Data mapper] Declare project constants in a Util class

2014-04-23 Thread Gayan Yalpathwala
Hi, I am thinking of moving all datamapper visual editor project constants to dataMapper.diagram.custom.util.Editorutils class. Currently, some extensions, prefixes and suffixes are scattered around the code base and hope this will help making them reusable. Any thoughts? Thanks, -- *Gayan

[Dev] wsdl link gives issue in AS

2014-04-23 Thread Vijayaratha Vijayasingam
Hi all; i have a webapp and when i deploy that in a standalone AS server, i can get it's wsdl. But in a clustered env,it is giving issue. That is, when it redirects to wsdl url,Im getting an soapfault[1] in the browser. I do not see any backend error logs. The default webapps/services ,

Re: [Dev] [Data mapper] Wrong placement of new tree elements

2014-04-23 Thread Susinda Perera
Might be selectedNode is wrong, when there are list of nodes when you mouse click and select, it may sometimes selects the upper node or parent node. On Wed, Apr 23, 2014 at 9:27 AM, Gayan Yalpathwala gay...@wso2.com wrote: Hi, I am adding new elements to existing tree nodes of input and

Re: [Dev] [Data mapper] Declare project constants in a Util class

2014-04-23 Thread Susinda Perera
+1, Move it to a common place so it would be easy for all of us to code and maintain. On Wed, Apr 23, 2014 at 12:21 PM, Gayan Yalpathwala gay...@wso2.com wrote: Hi, I am thinking of moving all datamapper visual editor project constants to dataMapper.diagram.custom.util.Editorutils class.

Re: [Dev] BAM Status update

2014-04-23 Thread Thayalan
Hi All, Please find below the testing status of BAM as of 22nd April, 2014. *On-Hold:* - Multi Tenancy and related features due to BAM-1566,BAM-1565,BAM-1554 - UI Level Dashboard,Acitivity Monitoring and Message Console verification due to BAM-1574 *In-Progress:* - Profile -

Re: [Dev] wsdl link gives issue in AS

2014-04-23 Thread Kasun Gajasinghe
Are you deploying cxf based jax-ws services? will you be able to attach the webapp? We would at least want to see the web.XML and cxf-servlet.XML and the wsdl URL you tried. On Wednesday, April 23, 2014, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi all; i have a webapp and when i deploy

Re: [Dev] Not enough disk space in Jenkins sever.

2014-04-23 Thread Kasun Gajasinghe
Hi Krishantha, I have sent a request to infra to increase the disk space. Thanks, KasunG On Wednesday, April 23, 2014, Krishantha Samaraweera krishan...@wso2.com wrote: DSS build failed with following error. Please have a look. Caused by: org.apache.axis2.schema.SchemaCompilationException:

Re: [Dev] Product repo naming in GitHub

2014-04-23 Thread Madhuka Udantha
On Tue, Apr 22, 2014 at 11:43 AM, Udara Rathnayake uda...@wso2.com wrote: Hi all, At the moment we do have our products within GitHub[1][2]. Since we need to move in to the Git organizational model with repos in both wso2 and wso2-dev organizations we can, i) Rename existing repos within

Re: [Dev] HTTP Patch support by ESB 4.8.1

2014-04-23 Thread Krishantha Dinesh
Agreed with Miyuru. however this is experienced ONLY on WSO2 environment. but not in our local environments. that's why no idea what is the cause. however i have noted this only cause when we use java script mediator. appriciate any idea to solve this as few integration testing onhold due to this

Re: [Dev] [Data mapper] Wrong placement of new tree elements

2014-04-23 Thread Gayan Yalpathwala
Hi Susinda, We have tested the emf model. It correctly adds the new element as a child of the correct selectedNode. The problem occurs only in the graphical model. Thanks, On Wed, Apr 23, 2014 at 12:38 PM, Susinda Perera susi...@wso2.com wrote: Might be selectedNode is wrong, when there are

Re: [Dev] PostgreSQL configuration failure in API-Manager 1.7.0.

2014-04-23 Thread Sumedha Rubasinghe
Folks, Focus on H2, MySQL Oracle first and get the full functionality verified. Then focus on MSSQL, DB2 PostgreSQL. On Wed, Apr 23, 2014 at 11:14 AM, Asanthi Kulasinghe asan...@wso2.comwrote: Hi, FYI. [1] has been reported for PostgreSQL configuration failure in API-Manager 1.7.0.

[Dev] Is it possible to insert jaggery code segment in to javascript?

2014-04-23 Thread Sajini De Silva
Hi, I want to access a variable defined in jaggery inside javascript code segment. Does jaggery support this? Thanks Regards, Sajini. -- Sajini De SIlva Software Engineer; WSO2 Inc.; http://wso2.com , Email: saj...@wso2.com Blog: http://sajinid.blogspot.com/ Git hub profile:

Re: [Dev] Is it possible to insert jaggery code segment in to javascript?

2014-04-23 Thread Nadeesha Cabral
Hello Sajini, Jaggery is server-side javascript. Meaning, the javascript you write in the browser will not be aware of jaggery code unless you make it explicitly available to be so. Assuming you have a variable serverSideFoo defined inside jaggery (var serverSideFoo = 'bar') you can make it

Re: [Dev] Is it possible to insert jaggery code segment in to javascript?

2014-04-23 Thread Sajini De Silva
Thank you Nadeesha. It worked. Thanks Regards, Sajini. On Wed, Apr 23, 2014 at 2:33 PM, Nadeesha Cabral nadees...@wso2.com wrote: Hello Sajini, Jaggery is server-side javascript. Meaning, the javascript you write in the browser will not be aware of jaggery code unless you make it

[Dev] Improvements to HTTP session replication

2014-04-23 Thread Afkham Azeez
After switching to Hazelcast, we rewrote the HTTP session replication to work with cluster messaging. However, this is suboptimal because we also have a proper caching implementation. So, session replication should happen via caching. The way to implement this would be, for each HTTP session

[Dev] Build error - wso2-dev/carbon4-kernel

2014-04-23 Thread Ajith Vitharana
Hi KasunG, I'm getting following build error. INFO] --- carbon-p2-plugin:1.5.3:p2-profile-gen (feature-installation) @ wso2carbon-core --- [INFO] Running Equinox P2 Director Application [INFO] Command line: /bin/sh -c cd

Re: [Dev] Flush the 4.3.0 Kernel PR queue

2014-04-23 Thread Ajith Vitharana
On Wed, Apr 23, 2014 at 9:26 AM, Ajith Vitharana aji...@wso2.com wrote: On Tue, Apr 22, 2014 at 12:18 PM, Kasun Gajasinghe kas...@wso2.comwrote: Hi Sameera, Could you please do $subject? There are 15+ commits waiting in the queue. [1] https://github.com/wso2/carbon4-kernel/pull/4

Re: [Dev] Improvements to HTTP session replication

2014-04-23 Thread Afkham Azeez
One more thing, session invalidation or session timeout should result in this cache being destroyed. On Wed, Apr 23, 2014 at 2:51 PM, Afkham Azeez az...@wso2.com wrote: After switching to Hazelcast, we rewrote the HTTP session replication to work with cluster messaging. However, this is

Re: [Dev] Flush the 4.3.0 Kernel PR queue

2014-04-23 Thread Kishanthan Thangarajah
I had a look. There seems to be a test failure with this merge from registry core. --- Test set: org.wso2.carbon.registry.core.test.jdbc.CommentsTest

Re: [Dev] [DEV][MB] Providing JMS Message Selectors Support for WSO2 MB

2014-04-23 Thread Tania Mahanama
Hi, I have added a page in the 2.2.0 docs [1]. Please have a look and let me know if there are any changes required. [1] https://docs.wso2.org/display/MB220/Using+Message+Selectors Thanks, Tania On Thu, Mar 27, 2014 at 9:23 PM, Ishara Premadasa ish...@wso2.com wrote: Hi all, I have

[Dev] ESB Connectors - Facebook build error

2014-04-23 Thread Dimuthu De Lanerolle
Hi, I have tried to build the facebook esb connector module and getting the following build error. Please have a look into this. [INFO] [INFO] BUILD FAILURE [INFO]

[Dev] Error while compiling Governance Registry - Transition UI Sample

2014-04-23 Thread Nipuni Perera
Hi, I tried Transition UI Sample in [1] and got the following error. [1] https://docs.wso2.org/display/Governance460/Transition+UI+Sample [ERROR] Failed to execute goal on project org.wso2.carbon.registry.samples.custom.topics.ui: Could not resolve dependencies for project

[Dev] Please merge carbon-data #1

2014-04-23 Thread Susankha Nirmala
Hi Chanika, please apply the pull request - https://github.com/wso2/carbon-data/pull/1 Thanks. /Susankha. -- Susankha Nirmala Software Engineer WSO2, Inc.: http://wso2.com lean.enterprise.middleware Mobile : +94 77 593 2146 ___ Dev mailing list

Re: [Dev] Flush the 4.3.0 Kernel PR queue

2014-04-23 Thread Kishanthan Thangarajah
Hi KasunG, May I know the reason behind this commit : https://github.com/wso2-dev/carbon4-kernel/commit/13335fa9983e063ed07d663377608e247897a7b4? Did you encounter a bug? On Tue, Apr 22, 2014 at 12:18 PM, Kasun Gajasinghe kas...@wso2.com wrote: Hi Sameera, Could you please do $subject?

Re: [Dev] Please merge carbon-data #1

2014-04-23 Thread Chanika Geeganage
I merged the changes Thanks On Wed, Apr 23, 2014 at 3:18 PM, Susankha Nirmala susan...@wso2.com wrote: Hi Chanika, please apply the pull request - https://github.com/wso2/carbon-data/pull/1 Thanks. /Susankha. -- Susankha Nirmala Software Engineer WSO2, Inc.: http://wso2.com

Re: [Dev] Flush the 4.3.0 Kernel PR queue

2014-04-23 Thread Ajith Vitharana
Hi Krishathan, On Wed, Apr 23, 2014 at 3:05 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: I had a look. There seems to be a test failure with this merge from registry core. --- Test set:

Re: [Dev] Flush the 4.3.0 Kernel PR queue

2014-04-23 Thread Kasun Gajasinghe
On Wed, Apr 23, 2014 at 3:34 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: Hi KasunG, May I know the reason behind this commit : https://github.com/wso2-dev/carbon4-kernel/commit/13335fa9983e063ed07d663377608e247897a7b4? Did you encounter a bug? Yes. Some JSP pages in registry

Re: [Dev] Flush the 4.3.0 Kernel PR queue

2014-04-23 Thread Kishanthan Thangarajah
Yes, trying again. Could be because of jdk7. On Wed, Apr 23, 2014 at 3:50 PM, Ajith Vitharana aji...@wso2.com wrote: Hi Krishathan, On Wed, Apr 23, 2014 at 3:05 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: I had a look. There seems to be a test failure with this merge from

Re: [Dev] CEP Server can not start with IBM JDK 1.6

2014-04-23 Thread Dhanuka Ranasinghe
Hi, Shall we report this to Datastax, since we have support account in Datastax. Cheers, Dhanuka *Dhanuka Ranasinghe* Senior Software Engineer WSO2 Inc. ; http://wso2.com lean . enterprise . middleware phone : +94 715381915 On Tue, Apr 8, 2014 at 7:14 PM, Asanka Vithanage asan...@wso2.com

[Dev] Issue in GREG Issue Tracker Sample

2014-04-23 Thread Sachini Jayasekara
Hi all, I tried out the Issue Tracker Sample [1] and it gave me the following error. [2014-04-23 14:52:26,978] ERROR {org.wso2.carbon.humantask.core.integration.AxisHumanTaskMessageReceiver} - Task creation failed. org.wso2.carbon.humantask.core.engine.runtime.api.HumanTaskRuntimeException:

Re: [Dev] Flush the 4.3.0 Kernel PR queue

2014-04-23 Thread Manoj Kumara
Hi, I build org.wso2.carbon.registry.core with jdk 6 builds fine with the tests. Probably due to jdk 7 Thanks, Manoj *Manoj Kumara* Software Engineer WSO2 Inc. http://wso2.com/ *lean.enterprise.middleware* Mobile: +94713448188 On Wed, Apr 23, 2014 at 4:07 PM, Kishanthan Thangarajah

Re: [Dev] Flush the 4.3.0 Kernel PR queue

2014-04-23 Thread Kishanthan Thangarajah
Yes, it was due to jdk7. Now getting the following p2 profile gen error which is already reported I think. Installing org.wso2.carbon.core.feature.group 4.3.0.SNAPSHOT. Installation failed. Cannot complete the install because one or more required items could not be found. Software being

Re: [Dev] Flush the 4.3.0 Kernel PR queue

2014-04-23 Thread Kishanthan Thangarajah
Also the fix for : https://wso2.org/jira/browse/WSAS-1702 is a significant one. Can we add some integration test to this from AS side? On Wed, Apr 23, 2014 at 3:52 PM, Kasun Gajasinghe kas...@wso2.com wrote: On Wed, Apr 23, 2014 at 3:34 PM, Kishanthan Thangarajah kishant...@wso2.com

[Dev] BAM 2.4.1 RC3 Released!

2014-04-23 Thread Dunith Dhanushka
Hi all, BAM 2.4.1 RC3 distribution is available at https://svn.wso2.org/repos/wso2/people/dunith/2.4.1-nightly/wso2bam-2.4.1-20140423.zip This release basically fixes the broken MT features and following are the bug fixes available. BAM-1574 https://wso2.org/jira/browse/BAM-1574 Cannot login

[Dev] Question on making the single jvm pack HA

2014-04-23 Thread Amila Maha Arachchi
Hi Devs, Suppose I start two Stratos single jvm packs to achieve HA for Stratos Manager. But, since there will be two CCs and autoscalers also running, will it cause any issues. Is there any kind of a coordination going on between them? Will both autoscalers try to be operational? I am asking

Re: [Dev] Question on making the single jvm pack HA

2014-04-23 Thread Sajith Kariyawasam
Hi Amila, Seems you have sent the mail to a wrong mailing list.. You need to send it to d...@stratos.incubator.apache.org Thanks, Sajith On Wed, Apr 23, 2014 at 5:41 PM, Amila Maha Arachchi ami...@wso2.comwrote: Hi Devs, Suppose I start two Stratos single jvm packs to achieve HA for

[Dev] [Appfactory][Storage Server v 1.1.0] Upgrade

2014-04-23 Thread Ramith Jayasinghe
Hi, I committed changes required make Appfactory work with Storage Server v 1.1.0. Notable Changes: 1) RSSAdmin service was changed in SS v 1.1.0, which required modifications in our jaggery appmgt ( module level). 2) rss-config.xml has been changed. 3) database schema changes.

Re: [Dev] Flush the 4.3.0 Kernel PR queue

2014-04-23 Thread Kishanthan Thangarajah
Cause for this issue is removal of tribes orbit bundle from kernel common feature. Please fix this from axis2 orbit bundle side, with proper imports. On Wed, Apr 23, 2014 at 4:47 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: Yes, it was due to jdk7. Now getting the following p2

Re: [Dev] Flush the 4.3.0 Kernel PR queue

2014-04-23 Thread Kasun Gajasinghe
Hi Kicha, The p2-profile-gen error has happened because of making tribes and optional dependency of axis2. This change was not merged to axis2. I have merged this to axis2 now. Please wait till axis2 build is completed to progress this change to kernel. On Wed, Apr 23, 2014 at 6:30 PM,

Re: [Dev] Flush the 4.3.0 Kernel PR queue

2014-04-23 Thread Kasun Gajasinghe
On Wed, Apr 23, 2014 at 4:52 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: Also the fix for : https://wso2.org/jira/browse/WSAS-1702 is a significant one. Can we add some integration test to this from AS side? Yes.. @Krishantha, can you add this to the automation test plan please.

[Dev] AS 5.3.0-SNAPSHOT p2-profile generation failed in GIT-dev

2014-04-23 Thread Dharshana Warusavitharana
Hi, Please refer the log below Installation failed. Cannot complete the install because one or more required items could not be found. Software being installed: WSO2 Carbon - Entitlement Servlet Filter Feature 4.3.0.SNAPSHOT (org.wso2.carbon.identity.xacml.filter.feature.group 4.3.0. SNAPSHOT)

Re: [Dev] AS 5.3.0-SNAPSHOT p2-profile generation failed in GIT-dev

2014-04-23 Thread Kasun Gajasinghe
This is already fixed. But because of carbon-identity build failures, it's not progressed to product-as yet. On Wed, Apr 23, 2014 at 7:11 PM, Dharshana Warusavitharana dharsha...@wso2.com wrote: Hi, Please refer the log below Installation failed. Cannot complete the install because one

Re: [Dev] Flush the 4.3.0 Kernel PR queue

2014-04-23 Thread Krishantha Samaraweera
On Wed, Apr 23, 2014 at 6:42 PM, Kasun Gajasinghe kas...@wso2.com wrote: On Wed, Apr 23, 2014 at 4:52 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: Also the fix for : https://wso2.org/jira/browse/WSAS-1702 is a significant one. Can we add some integration test to this from AS

Re: [Dev] Flush the 4.3.0 Kernel PR queue

2014-04-23 Thread Evanthika Amarasiri
Sure. Will add it to the test plans. ​- ​ Evanthika On Wed, Apr 23, 2014 at 7:38 PM, Krishantha Samaraweera krishan...@wso2.com wrote: On Wed, Apr 23, 2014 at 6:42 PM, Kasun Gajasinghe kas...@wso2.com wrote: On Wed, Apr 23, 2014 at 4:52 PM, Kishanthan Thangarajah kishant...@wso2.com

[Dev] EMM-1.0.0 startup fails and README is totally wrong

2014-04-23 Thread Charitha Kankanamge
Hi folks, I just downloaded EMM-1.0.0 and unzipped the pack. Then I ran wso2server.sh and it failed to start due to the following error. [2014-04-23 11:28:13,398] ERROR {JAGGERY.config.app:js} - [2014-04-23 11:28:13,398] ERROR {JAGGERY.config.app:js} - [2014-04-23 11:28:13,398] ERROR

Re: [Dev] Flush the 4.3.0 Kernel PR queue

2014-04-23 Thread Sameera Jayasoma
Ajith, Yes we were working on this behind the scenes. Specially Kishanthan and Manoj since I am not available for this work until next week. But we cannot simply flush the queue without properly reviewing the changes. Sameera. On Wed, Apr 23, 2014 at 2:29 AM, Ajith Vitharana aji...@wso2.com

Re: [Dev] Flush the 4.3.0 Kernel PR queue

2014-04-23 Thread Kasun Gajasinghe
On Wed, Apr 23, 2014 at 9:48 PM, Sameera Jayasoma same...@wso2.com wrote: Ajith, Yes we were working on this behind the scenes. Specially Kishanthan and Manoj since I am not available for this work until next week. But we cannot simply flush the queue without properly reviewing the

Re: [Dev] Flush the 4.3.0 Kernel PR queue

2014-04-23 Thread Ajith Vitharana
Sameera, On Wed, Apr 23, 2014 at 9:48 PM, Sameera Jayasoma same...@wso2.com wrote: Ajith, Yes we were working on this behind the scenes. Specially Kishanthan and Manoj since I am not available for this work until next week. But we cannot simply flush the queue without properly reviewing

Re: [Dev] Flush the 4.3.0 Kernel PR queue

2014-04-23 Thread Sameera Jayasoma
On Wed, Apr 23, 2014 at 11:00 AM, Ajith Vitharana aji...@wso2.com wrote: Sameera, On Wed, Apr 23, 2014 at 9:48 PM, Sameera Jayasoma same...@wso2.comwrote: Ajith, Yes we were working on this behind the scenes. Specially Kishanthan and Manoj since I am not available for this work until

Re: [Dev] Status of getting Enterprise Store working with Governance Registry

2014-04-23 Thread Udara Rathnayake
Hi all, This is to provide an update on current status of the $subject. I have build the ES pack locally without any build failures. But I have to remove few data-bridge components which we need for the social framework, since they were not migrated as per yesterday. *problems * Without the

Re: [Dev] svn deployment synchronizer issue

2014-04-23 Thread Vijayaratha Vijayasingam
https://wso2.org/jira/browse/CARBON-14228 On 23 April 2014 11:40, Vijayaratha Vijayasingam rat...@wso2.com wrote: Found same issue reported here On 22 April 2014 22:00, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi; In a worker manager setup. when we deploy and undeploy again

Re: [Dev] svn deployment synchronizer issue

2014-04-23 Thread Vijayaratha Vijayasingam
Found same issue reported here On 22 April 2014 22:00, Vijayaratha Vijayasingam rat...@wso2.com wrote: Hi; In a worker manager setup. when we deploy and undeploy again redeploy gives svn error..[1] To overcome, i need to clean the repo and need to get fresh checkout. How can i avoid this

[Dev] How to enable and use framed transport?

2014-04-23 Thread Udara Rathnayake
Hi all, We have following[1] data-source configuration within master-datasources.xml in ES. When we need to execute a query(CQL) we use [2] to get the connection. But when we try to use the same component within appFactory we face this issue[3]. Since we don't use the thrift interface for

[Dev] Jaggery issues on developer studio

2014-04-23 Thread Dakshika Jayathilaka
Hi all, I have found two jaggery related issues on developer studio. 1. jaggery.conf issue 2. jaggery deployable archive issue i have created two jira issues on above. [1] https://wso2.org/jira/browse/TOOLS-2441 [2] https://wso2.org/jira/browse/TOOLS-2442 Regards, Dakshika

Re: [Dev] Jaggery issues on developer studio

2014-04-23 Thread Jasintha Dasanayake
Hi Dakshika Thanks for reporting this issue, we will have a look at these issues. /Jasintha On Thu, Apr 24, 2014 at 5:34 AM, Dakshika Jayathilaka daksh...@wso2.comwrote: Hi all, I have found two jaggery related issues on developer studio. 1. jaggery.conf issue 2. jaggery deployable

Re: [Dev] HTTP Patch support by ESB 4.8.1

2014-04-23 Thread Madhawa Bandara
I originally put the following patches: *synapse-core_2.1.2.wso2v4* *synapse-nhttp-transport_2.1.2.wso2v4* *synapse-extensions_2.1.2.wso2v4* *org.wso2.carbon.mediation.library_4.2.0* But the I tried only the following 2 patches: *synapse-core_2.1.2.wso2v4*

[Dev] [carbon-apimgt]Migrate AM from Turing to Git.

2014-04-23 Thread Ajith Vitharana
Hi All, I have migrated the AM components/stubs and features from the revision r200990 to Git. But i'm getting some compilation failure due to old identity dependencies. So, I have to wait until the identity migration is complete and Chamath is working on that. INFO] [INFO] API Management

Re: [Dev] svn deployment synchronizer issue

2014-04-23 Thread Kishanthan Thangarajah
The above jira refers to a workaround/solution to this issue at : http://stackoverflow.com/questions/2547400/how-do-you-fix-an-svn-409-conflict-error Can we try that and see? On Thu, Apr 24, 2014 at 12:10 AM, Vijayaratha Vijayasingam rat...@wso2.comwrote:

[Dev] Please merge DSS integration test commit#4 pull request

2014-04-23 Thread Nuwan Wimalasekara
Hi Chanika, Please apply the pull request - https://github.com/wso2/product-dss/pull/4 Thanks, Nuwanw -- Nuwan Wimalasekara Senior Software Engineer - Test Automation WSO2, Inc.: http://wso2.com lean. enterprise. middleware phone: +94 71 668 4620 ___

Re: [Dev] Global cluster cache invalidation code review Notes

2014-04-23 Thread Amal Gunatilake
Hi Subash, As per the offline discussion we had, I have moved the MB properties to cache.xml and the component is finalized now [1]https://svn.wso2.org/repos/wso2/scratch/amalg/cache-invalidation-v3/. I have moved the code into kernel in my local machine and seems fine, but before I commit, I

Re: [Dev] Please merge DSS integration test commit#4 pull request

2014-04-23 Thread Chanika Geeganage
The commit is merged now Thanks On Thu, Apr 24, 2014 at 10:41 AM, Nuwan Wimalasekara nuw...@wso2.comwrote: Hi Chanika, Please apply the pull request - https://github.com/wso2/product-dss/pull/4 Thanks, Nuwanw -- Nuwan Wimalasekara Senior Software Engineer - Test Automation WSO2,

Re: [Dev] Global cluster cache invalidation code review Notes

2014-04-23 Thread Subash Chaturanga
Hi Amal, You've done a great job on initiating this and implementing to this point. Shazni is assigned from G-Reg to work on this with you and refactor this from our side. But since you locally test this and seems fine I hope Shazni can now get your PULL request and try to verify it in Kernel with

Re: [Dev] Global cluster cache invalidation code review Notes

2014-04-23 Thread Shazni Nazeer
Hi Subash, Yes I can proceed now onwards. @Amal - Can you provide me the git url where this is committed, so that I can get a fork and perform the work. regards Shazni Nazeer Senior Software Engineer Mob : +94 715 440 607 LinkedIn : http://lk.linkedin.com/in/shazninazeer Blog :

[Dev] Jaggery shifting to test-automation-framework 4.3.1

2014-04-23 Thread Madhuka Udantha
Getting error start carbon server from test-automation-framework Since jaggery have different name for server starting script. was it the issue? or is there any config need to added? I have updated below repo and built. - carbon-platform-integration - carbon-platform-integration-utils

[Dev] IS 5.0.0 Nightly Build Packs

2014-04-23 Thread Darshana Gunawardana
Hi all, IS 5.0.0 nightly built pack for 23-04-2014 can be found at [1] (on r200998) [1] https://svn.wso2.org/repos/wso2/scratch/IS-5.0.0/23-04-2014 Thanks, -- Regards, *Darshana Gunawardana*Software Engineer WSO2 Inc.; http://wso2.com *E-mail: darsh...@wso2.com darsh...@wso2.com * *Mobile:

[Dev] Cannot Reset Password when using email address as the user name

2014-04-23 Thread Sumedha Kodithuwakku
Hi devs, In new cloud user model we use email as the user name. For password reset (forget password option) we use AdminManagementService [1]. While doing this there was is a issue [2] because of the '@' sign in the user name(i.e email). When resetting the password a confirmation key is