[Dev] Getting blacklisted repo warning on IS 5.1.0 build on distribution module

2013-04-03 Thread Dharshana Warusavitharana
Hi , Getting following warning of blacklisted repo and build holds. Any solution for this [WARNING] [XHTML Sink] No HTML tag found for unknown event: 'P', ignoring! [WARNING] title was already defined in properties, ignored title in head. [WARNING] [XHTML Sink] No HTML tag found for unknown

Re: [Dev] Extension hook for deploying custom tenant artifacts

2013-04-03 Thread Kishanthan Thangarajah
Hi Nuwan, On Tue, Apr 2, 2013 at 9:10 PM, Nuwan Dias nuw...@wso2.com wrote: Hi, In any multi-tenanted carbon server, the tenant specific deployment directory structure (Ex: repository/tenants/1/axis2services) is always created when the tenant tries to deploy an artifact for the first time.

Re: [Dev] Extension hook for deploying custom tenant artifacts

2013-04-03 Thread Sanjeewa Malalgoda
Hi Kishanthan, Just found that we are not supporting hot update(synch up artifacts with file system changes) for tenants. Is this bug or expected behavior? Thanks. Sanjeewa. On Wed, Apr 3, 2013 at 1:22 PM, Nuwan Dias nuw...@wso2.com wrote: On Wed, Apr 3, 2013 at 12:50 PM, Kishanthan

Re: [Dev] Extension hook for deploying custom tenant artifacts

2013-04-03 Thread Kishanthan Thangarajah
On Wed, Apr 3, 2013 at 1:48 PM, Sanjeewa Malalgoda sanje...@wso2.comwrote: Hi Kishanthan, Just found that we are not supporting hot update(synch up artifacts with file system changes) for tenants. Is this bug or expected behavior? No, it works. I just tried this (hot update) for a tenant on

Re: [Dev] Extension hook for deploying custom tenant artifacts

2013-04-03 Thread Kishanthan Thangarajah
On Wed, Apr 3, 2013 at 1:22 PM, Nuwan Dias nuw...@wso2.com wrote: On Wed, Apr 3, 2013 at 12:50 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: Hi Nuwan, On Tue, Apr 2, 2013 at 9:10 PM, Nuwan Dias nuw...@wso2.com wrote: Hi, In any multi-tenanted carbon server, the tenant specific

Re: [Dev] everyone role name renamed to Internal/everyone

2013-04-03 Thread Nirdesha Munasinghe
Hi All, I just had a chat with Asela and seems like this change will be applied to products based on Carbon 4.2.x and after. Therefore, I will not be changing this in any of the docs released recently. Thanks, -Nirdesha On Tue, Mar 12, 2013 at 7:14 AM, Samisa Abeysinghe sam...@wso2.com

Re: [Dev] API Manager 1.4.0 pack for testing

2013-04-03 Thread Nuwan Bandara
Hi Chamath, Yes that should be the case, dojo it self is a huge library, when using in production, use only the required plugins in its minified versions. That shouldn't be more than 1MB Regards, /Nuwan On Mon, Apr 1, 2013 at 2:20 PM, Chamath Bogahawatta cham...@wso2.comwrote: Hi, Dojo

[Dev] API Manager 1.4.0 - Nightly Build (03-Apr-2013)

2013-04-03 Thread Nuwan Dias
Hi, Please find the API Manager nightly build on 3rd April 2013 from [1]. [1] - http://builder3.us1.wso2.org/builds/03-Apr-2013/ Thanks, NuwanD. -- Nuwan Dias Software Engineer - WSO2, Inc. http://wso2.com email : nuw...@wso2.com Phone : +94 777 775 729

Re: [Dev] API Manager 1.4.0 pack for testing

2013-04-03 Thread Sumedha Rubasinghe
Chamath, Have we tried the minified version? On Wed, Apr 3, 2013 at 3:33 PM, Nuwan Bandara nu...@wso2.com wrote: Hi Chamath, Yes that should be the case, dojo it self is a huge library, when using in production, use only the required plugins in its minified versions. That shouldn't be more

Re: [Dev] API Manager 1.4.0 pack for testing

2013-04-03 Thread Chamath Bogahawatta
Hi, I will remove unnecessary plugins and minify the required plugins. Thanks, Chamath. On Wed, Apr 3, 2013 at 3:38 PM, Sumedha Rubasinghe sume...@wso2.com wrote: Chamath, Have we tried the minified version? On Wed, Apr 3, 2013 at 3:33 PM, Nuwan Bandara nu...@wso2.com wrote: Hi

Re: [Dev] Transport Adaptor (Broker) In CEP

2013-04-03 Thread Tharindu Mathew
Is this going to be part of the data bridge? On Wed, Apr 3, 2013 at 10:58 AM, Sriskandarajah Suhothayan s...@wso2.comwrote: Thanks Kishanthan for the idea We'll give a try to use the appropriate TransportServices to enable the user to configure the Axis2 transport via UI at startup/runtime

[Dev] Need some clarification about oauth2 refresh token functionality

2013-04-03 Thread Sanjeewa Malalgoda
Hi, In our oauth2 implementation we have to send consumer key and secret key (base 64 encoded) with refresh token to generate new access token. Its explained in API manager document[1] in that manner. But AFAIK we do not need to pass consumer and consumer secret keys to generate new access token

[Dev] NPE when a tenant does a REST invocation with the OPTIONS verb

2013-04-03 Thread Nuwan Dias
Hi, When a tenant does a REST invocation with the OPTIONS verb, an NPE is thrown from the following code block in the MultitenantMessageReceiver. try { String httpMethod = (String) mainInMsgContext.getProperty(HTTPConstants.HTTP_METHOD); if

[Dev] Message processor's max.delivery.attempts not considered

2013-04-03 Thread Mohammad Benslimne
Hi folks, I am implementing a dead letter channel using message store and processor as described in attached files, and I would like to stop retry after max.delivery.attempts and send a timeout fault But the value specified in max.delivery.attempts is not considered and message processor keeps

[Dev] Parameterize artifacts using unix environment or java system properties

2013-04-03 Thread Mohammad Benslimne
Hi folks, The deployment of our WSO2 ESB/DSS artefacts on production site is on the door. So we would like to parameterize our artifacts to be edited for DEV, QA and PROD environments, artifacts should be aware of the values of services URL , database connection string and logins at runtime

Re: [Dev] Need some clarification about oauth2 refresh token functionality

2013-04-03 Thread Johann Nallathamby
Hi Sanjeewa, I think what we have is correct. According to the spec to refresh the access token the client needs to authenticate with the server (by sending client_id,client_secret) and send the refresh_token. This is what the API Manager doc also says. Only additional parameter the APIManager

Re: [Dev] Need some clarification about oauth2 refresh token functionality

2013-04-03 Thread Sanjeewa Malalgoda
On Wed, Apr 3, 2013 at 10:17 PM, Johann Nallathamby joh...@wso2.com wrote: Hi Sanjeewa, I think what we have is correct. According to the spec to refresh the access token the client needs to authenticate with the server (by sending client_id,client_secret) and send the refresh_token. This is

Re: [Dev] Patching the 4.1.0 Kernel

2013-04-03 Thread Supun Malinga
Hi, For my information. How are we to include such a patch with a product released on top of platform 4.1.x?. Do we need to ship the patch with the product pack or we have to manually install the patches afterwards?. I might have missed some discussion around this, please point me to a reference

[Dev] [Bamboo-Build] Developer Studio Eclipse-Tools #893 was SUCCESSFUL. Change made by Harshana Martin.

2013-04-03 Thread Bamboo
--- Developer Studio Eclipse-Tools #893 was successful. --- Code has been updated by Harshana Martin. http://wso2.org/bamboo/browse/DS0001-DSET01-893/

[Dev] When creating pdfs from google docs

2013-04-03 Thread Damitha Kumarage
When doing subject for Stratos2 docs first save the document as .docx and then export to pdf from docx document. Damitha -- __ Damitha Kumarage Senior Technical Lead; WSO2 Inc. Oxygenating the Web Service Platform

Re: [Dev] When creating pdfs from google docs

2013-04-03 Thread Nirmal Fernando
Also make sure that the links in the ToC is pointing to the correct place in the document, not to the Google document. On Thu, Apr 4, 2013 at 9:14 AM, Damitha Kumarage dami...@wso2.com wrote: When doing subject for Stratos2 docs first save the document as .docx and then export to pdf from