Re: [Dev] Patch release 4.1.2 build failure

2013-04-22 Thread Kasun Weranga
Hi Johann, Still I am getting some issues. [ERROR] Two or more projects in the reactor have the same identifier, please make sure that groupId:artifactId:version is unique for each project:

Re: [Dev] MB Pack available for testing

2013-04-22 Thread Asanka Vithanage
Hi, I ll start the testing on MB with the released alpha pack. Plan is to first start with the standalone mode and then do the testing on clustering environment. Further i will update the QA test cases plan while proceeding with testing. On Mon, Apr 22, 2013 at 10:20 AM, Shammi Jayasinghe

[Dev] [Integration Testing] Dynamically change a value in configuration file

2013-04-22 Thread Gihan Anuruddha
Hi, For one of the integration testing I need dynamically change the value in data-bridge-config.xml. How do I proceed ? Thanks. Gihan -- --- W.G. Gihan Anuruddha Senior Software Engineer | WSO2, Inc. M: +94772272595 ___ Dev mailing list Dev@wso2.org

Re: [Dev] [Integration Testing] Dynamically change a value in configuration file

2013-04-22 Thread Krishantha Samaraweera
Do you want to restart the server after changing values. Thanks, Krishantha. On Mon, Apr 22, 2013 at 12:17 PM, Gihan Anuruddha gi...@wso2.com wrote: Hi, For one of the integration testing I need dynamically change the value in data-bridge-config.xml. How do I proceed ? Thanks. Gihan

Re: [Dev] [Integration Testing] Dynamically change a value in configuration file

2013-04-22 Thread Gihan Anuruddha
Basically my requirement is this. Change the particular value in data-bridge-config.xml before server start and verify I'm getting the same value in the runtime. Thanks, Gihan On Mon, Apr 22, 2013 at 12:23 PM, Krishantha Samaraweera krishan...@wso2.com wrote: Do you want to restart the

[Dev] [Trunk] Build failed in appfactory components

2013-04-22 Thread Kishanthan Thangarajah
Hi, Getting the following error in platform trunk. Please fix this. [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 21.980s [INFO] Finished at:

Re: [Dev] [Integration Testing] Dynamically change a value in configuration file

2013-04-22 Thread Krishantha Samaraweera
Framework doesn't allow you to start new server instance by changing configuration values. What you can do is start BAM server instance then edit the configuration at run time and restart the server. Please refer to the server restart test case at [1]. Note that server.startServer() will return

Re: [Dev] [Trunk] Build failed in appfactory components

2013-04-22 Thread Johann Nallathamby
Hi, This is due to the new user.core API changes. This code needs to be updated to work with the new user.core. Thanks, Johann. On Mon, Apr 22, 2013 at 12:52 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: Hi, Getting the following error in platform trunk. Please fix this. [INFO]

Re: [Dev] Patch release 4.1.2 build failure

2013-04-22 Thread Gihan Anuruddha
Hi, I'm getting this on builder machine. [ERROR] Two or more projects in the reactor have the same identifier, please make sure that groupId:artifactId:version is unique for each project:

Re: [Dev] Creating 4.2.0 branch

2013-04-22 Thread Johann Nallathamby
Hi Reka, As of now the plan is to create the 4.2.0 branch somewhere around the end of April. I will let you know before a fair amount of time before we do this. Thanks, Johann. On Mon, Apr 22, 2013 at 2:21 PM, Reka Thirunavukkarasu r...@wso2.comwrote: Hi Johann, Could you let us know

Re: [Dev] GovernanceUtils.findGovernanceArtifactConfiguration does not return results until a tenant logs in

2013-04-22 Thread Nuwan Dias
On Sat, Apr 20, 2013 at 1:20 AM, Lalaji Sureshika lal...@wso2.com wrote: Hi Nuwan, On Fri, Apr 19, 2013 at 11:29 AM, Nuwan Dias nuw...@wso2.com wrote: Hi, We are having an API Publisher and Store mounted to a remote governance registry. A tenant logs into the API Publisher to publish an

Re: [Dev] Creating 4.2.0 branch

2013-04-22 Thread Reka Thirunavukkarasu
Thanks Johann. Will follow it up... On Mon, Apr 22, 2013 at 2:27 PM, Johann Nallathamby joh...@wso2.com wrote: Hi Reka, As of now the plan is to create the 4.2.0 branch somewhere around the end of April. I will let you know before a fair amount of time before we do this. Thanks,

[Dev] BAM 2.3.0 pack for testing

2013-04-22 Thread Gihan Anuruddha
Hi QA Team, Please find the BAM 2.3.0 pack for QA testing at [1]. [1] http://173.164.178.33/builds/BAM-2.3.0/22-Apr-2013/wso2bam-2.3.0.zip Thanks. Gihan -- --- W.G. Gihan Anuruddha Senior Software Engineer | WSO2, Inc. M: +94772272595 ___ Dev

[Dev] 'sso-idp-config.xml' is not picking up from IS for SSO

2013-04-22 Thread Madhuka Udantha
Hi This is regard to SSO feature for UES. Currently we used org.wso2.carbon.identity.sso.saml.feature 4.0.6 in UES. In there we need define 'CustomLoginPage' and there can be two ways - UI - No field can be found - In server start-up 'sso-idp-config.xml' is not picking up. xml location

[Dev] Registry become unusable after adding wrong wsdl

2013-04-22 Thread Sanjeewa Malalgoda
Hi All, I'm executing following code block to create wsdl and add it to registry. But if i entered wsdl url which does not exists it gives following error. In addition to that registry become totally unusable until we restart server. I have tested scenario in standalone pack and distributed

[Dev] Meeting notes from API Manager 1.4.0 review

2013-04-22 Thread Ruwan Yatawara
Hi All, Please find below, notes from Today's discussion with Issabelle on Improvements to API Manager 1.4 release. 1. Re position swagger documentation section in the Store UI (Possibly a new tab to be added), 2. The try me button to be removed from APIs (As this already resides in the tools

Re: [Dev] Registry become unusable after adding wrong wsdl

2013-04-22 Thread Eranda Sooriyabandara
Hi Sanjeewa, On Mon, Apr 22, 2013 at 6:59 PM, Sanjeewa Malalgoda sanje...@wso2.comwrote: Hi All, I'm executing following code block to create wsdl and add it to registry. But if i entered wsdl url which does not exists it gives following error. In addition to that registry become totally

[Dev] API-M toolbox need to be updated for publishing multiple stream definitions

2013-04-22 Thread Kasun Weranga
Hi, Ayashkhantha was checking the issue of publishing multiple stream definition in API-M toolbox. The actual issue was streams.properties file of API-M toolbox is not correct and it should be updated as follows to publish multiple stream definitions. streams.definitions=defn1,defn2,defn3

Re: [Dev] Patch release 4.1.2 build failure

2013-04-22 Thread Johann Nallathamby
Hi All, Fixed with r170805. Thanks, Johann. On Mon, Apr 22, 2013 at 2:12 PM, Gihan Anuruddha gi...@wso2.com wrote: Hi, I'm getting this on builder machine. [ERROR] Two or more projects in the reactor have the same identifier, please make sure that groupId:artifactId:version is unique

[Dev] [Bamboo-Build] Developer Studio Eclipse-Tools #914 has FAILED. Change made by Harshana Martin.

2013-04-22 Thread Bamboo
--- Developer Studio Eclipse-Tools #914 failed. --- Code has been updated by Harshana Martin. No failed tests found, a possible compilation error.

Re: [Dev] API-M toolbox need to be updated for publishing multiple stream definitions

2013-04-22 Thread Sanjeewa Malalgoda
+1. We will update toolbox. Thanks. Sanjeewa. On Tue, Apr 23, 2013 at 12:15 AM, Kasun Weranga kas...@wso2.com wrote: Hi, Ayashkhantha was checking the issue of publishing multiple stream definition in API-M toolbox. The actual issue was streams.properties file of API-M toolbox is not

[Dev] Why stratos is depending on synapse

2013-04-22 Thread Miyuru Wanninayaka
Hi all See [1] , Seems synapse 2.1.1-wso2v4 is released with 4.1.1 and still ESB team and API-M team committing to it because it's also in [2] I don't see any reason for synapse to release with stratos. [1]

Re: [Dev] Why stratos is depending on synapse

2013-04-22 Thread Nirmal Fernando
Well, on the subject, ELB depends on Synapse and Stratos2 depends on ELB, hence S2 depends on Synapse. :-) On Apr 23, 2013 9:49 AM, Miyuru Wanninayaka miy...@wso2.com wrote: Hi all See [1] , Seems synapse 2.1.1-wso2v4 is released with 4.1.1 and still ESB team and API-M team committing to it

Re: [Dev] Why stratos is depending on synapse

2013-04-22 Thread Reka Thirunavukkarasu
Hi Please revert the changes which have been committed to synapse 2.1.1-wso2v4 after the r170093. We have considered 4.1.1 as to be released with r170093. Thanks, Reka On Tue, Apr 23, 2013 at 9:56 AM, Nirmal Fernando nir...@wso2.com wrote: Well, on the subject, ELB depends on Synapse and