Re: [Dev] Logging fixes

2012-10-12 Thread Amani Soysa
Hi, Regarding removing CTRL-A charactor as a temporary fix we can replace the character once we create the Log file after the cron job execution using java programatically , and then archive the file again. WDYT? Regards, Amani On Fri, Oct 12, 2012 at 10:37 AM, Amani Soysa am...@wso2.com

Re: [Dev] Logging fixes

2012-10-12 Thread Afkham Azeez
On Fri, Oct 12, 2012 at 11:42 AM, Amani Soysa am...@wso2.com wrote: Hi, Regarding removing CTRL-A charactor as a temporary fix we can replace the character once we create the Log file after the cron job execution using java programatically , and then archive the file again. WDYT? +1

Re: [Dev] [ntask] Task stop failed

2012-10-12 Thread Ajith Vitharana
On Fri, Oct 12, 2012 at 10:39 AM, Anjana Fernando anj...@wso2.com wrote: Hi Ajith, I've changed the method deleteTask in the TaskManager class in ntask to simply return a boolean value, earlier it was void. So this should not break any existing code. Is there a possibility that the module

Re: [Dev] Feature manager is slow

2012-10-12 Thread Charitha Kankanamge
We still see this issue in the latest packs. We need to fix this or recommend users to disable LT when installing P2-features. /Charitha On Fri, Oct 12, 2012 at 8:22 AM, Amila Suriarachchi am...@wso2.com wrote: I think we need to thing the problem from the beginning. We use this dual channel

[Dev] wso2 user role and permission info

2012-10-12 Thread Ezgi Kara
Hi all, I'm working on a wso2 webapp project. And I use saml conf on it. I want to sent user's role and permission from wso2 project to identity server. How can I send role/permission info from project to identity server? Best Regards , Ezgi ___ Dev

Re: [Dev] Feature manager is slow

2012-10-12 Thread Samisa Abeysinghe
On Fri, Oct 12, 2012 at 11:55 AM, Charitha Kankanamge chari...@wso2.comwrote: We still see this issue in the latest packs. We need to fix this or recommend users to disable LT when installing P2-features. Disabling LT only for the sake of installing P2 does not seem right :( /Charitha

[Dev] Freeze and deploy dependacies and orbits today for C 4.0.2

2012-10-12 Thread Samisa Abeysinghe
Can we do $subject today? There is no point keep on building them all at this moment. Thanks, Samisa... Samisa Abeysinghe VP Engineering WSO2 Inc. http://wso2.com http://wso2.org ___ Dev mailing list Dev@wso2.org

[Dev] Couldn't build ESB 4.5.1

2012-10-12 Thread Reka Thirunavukkarasu
Hi I'm getting following error while building ESB 4.5.1. INFO] WSO2 ESB - P2 Profile Generation .. FAILURE [33.299s] [INFO] WSO2 ESB - Distribution ... SKIPPED [INFO] WSO2 ESB - Integration Parent . SKIPPED [INFO] WSO2 ESB Integration

Re: [Dev] Feature manager is slow

2012-10-12 Thread Pradeep Fernando
AFAIK, dileepa has a fix. He will commit it EOD today. On Fri, Oct 12, 2012 at 11:57 AM, Samisa Abeysinghe sam...@wso2.com wrote: On Fri, Oct 12, 2012 at 11:55 AM, Charitha Kankanamge chari...@wso2.com wrote: We still see this issue in the latest packs. We need to fix this or recommend

Re: [Dev] [ntask] Task stop failed

2012-10-12 Thread Ajith Vitharana
On Fri, Oct 12, 2012 at 10:39 AM, Anjana Fernando anj...@wso2.com wrote: Hi Ajith, I've changed the method deleteTask in the TaskManager class in ntask to simply return a boolean value, earlier it was void. So this should not break any existing code. Is there a possibility that the module

[Dev] update the license.txt

2012-10-12 Thread Pradeep Fernando
Hi, release managers of respective products, please update the license.txts --Pradeep ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Warnings on ELB startup

2012-10-12 Thread Nirmal Fernando
Fixed in r145369. On Fri, Oct 12, 2012 at 11:14 AM, Nirmal Fernando nir...@wso2.com wrote: Can someone with commit rights please commit this patch from https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.0.0/products/lb/2.0.1? On Fri, Oct 12, 2012 at 10:52 AM, Nirmal Fernando

Re: [Dev] [Commits] [Carbon-platform] svn commit r145354 - in carbon/platform/branches/4.0.0/dependencies/amber/0.22.1358727-wso2v1/oauth-2.0: oauth2-authzserver/src/main/java/org/apache/amber/oauth2/

2012-10-12 Thread Hasini Gunasinghe
Hi Chintana, I think amber jar was released with 4.0.0 release (with APIM). If so, we can not commit new changes to the same version... Thanks, Hasini. On Fri, Oct 12, 2012 at 1:03 PM, chint...@wso2.com wrote: Author: chintana Date: Fri Oct 12 13:03:55 2012 New Revision: 145354 URL:

Re: [Dev] Logging fixes

2012-10-12 Thread Manisha Gayathri
On Fri, Oct 12, 2012 at 11:44 AM, Afkham Azeez az...@wso2.com wrote: On Fri, Oct 12, 2012 at 11:42 AM, Amani Soysa am...@wso2.com wrote: Hi, Regarding removing CTRL-A charactor as a temporary fix we can replace the character once we create the Log file after the cron job execution using

[Dev] [AppFactory] Jaggery App Code Review Comments

2012-10-12 Thread Ramith Jayasinghe
Hi Guys, Here are the comments from code review: *1. stringify* is not needed for returned values in module level since java script objects (by default) will be returned as json. 2. Refactor blocks and templates in such way that templates will not include complex manipulations bussiness

Re: [Dev] [Commits] [Carbon-platform] svn commit r145354 - in carbon/platform/branches/4.0.0/dependencies/amber/0.22.1358727-wso2v1/oauth-2.0: oauth2-authzserver/src/main/java/org/apache/amber/oauth2/

2012-10-12 Thread Asela Pathberiya
If these fixes must be gone with APIM release, I guess we need to create new version of amber. Thanks, Asela. On Fri, Oct 12, 2012 at 3:09 PM, Hasini Gunasinghe has...@wso2.com wrote: Hi Chintana, I think amber jar was released with 4.0.0 release (with APIM). If so, we can not commit new

[Dev] [Bamboo-Build] WSO2 Carbon 4.0.x Products_4.0.2 #160 has FAILED (21 tests failed, 1 failures were new)

2012-10-12 Thread Bamboo
--- WSO2 Carbon 4.0.x Products_4.0.2 #160 failed. --- This build occurred because it is a dependant of WCB001-PLA000-467. 21/2060 tests failed, 1 failure was

Re: [Dev] Feature manager is slow

2012-10-12 Thread Sameera Jayasoma
On Fri, Oct 12, 2012 at 8:22 AM, Amila Suriarachchi am...@wso2.com wrote: I think we need to thing the problem from the beginning. We use this dual channel technique for this to avoid http connection time outs. We use addressing order to send the reply in a separate channel (using addressing

[Dev] Compilation failure -org.wso2.carbon.identity.oauth/4.0.2/

2012-10-12 Thread Ajith Vitharana
Hi all, I'm getting following build failure in latest branch. [INFO] BUILD FAILURE [INFO] [INFO] Total time: 30:23.158s [INFO] Finished at: Fri Oct 12 17:19:25 IST 2012 [INFO] Final Memory: 1421M/1829M [INFO]

[Dev] LB does not work on Mac OS X with JDK 1.7

2012-10-12 Thread Afkham Azeez
When a client sends a request to the LB, the response never reaches the client. -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www.apache.org/ * http://www.apache.org/** email: **az...@wso2.com* az...@wso2.com* cell: +94 77

Re: [Dev] Compilation failure -org.wso2.carbon.identity.oauth/4.0.2/

2012-10-12 Thread Lalaji Sureshika
Hi Ajith, I have branched dependencies/amber dependencies/orbit/amber in to new version[0.22.1358727-wso2v2/ 0.22.1358727.wso2v2] and updated the patch release pom and identity oauth 4.0.2 bundle as well.Take a svn up of platform above locations and try. Thanks; On Fri, Oct 12, 2012 at 4:23 PM,

[Dev] Tenant Registry (Mounted Sections) Not Available at Service Deployment Time

2012-10-12 Thread Anjana Fernando
Hi Senaka, I've reported an issue [1], for the $subject. Please look into it, as this is a blocker for several products including DSS. [1] https://wso2.org/jira/browse/CARBON-13935 Cheers, Anjana. -- *Anjana Fernando* Associate Technical Lead WSO2 Inc. | http://wso2.com lean . enterprise .

[Dev] [Bamboo-Build] WSO2 Carbon 4.0.x Platform_4.0.2 #468 has FAILED. Change made by 23 authors.

2012-10-12 Thread Bamboo
--- WSO2 Carbon 4.0.x Platform_4.0.2 #468 failed. --- This build occurred because it is a dependant of WCB001-KER000-280. No failed tests found, a possible

Re: [Dev] Tenant Registry (Mounted Sections) Not Available at Service Deployment Time

2012-10-12 Thread Senaka Fernando
Hi Eranda, Please note. Thanks, Senaka. On Fri, Oct 12, 2012 at 8:11 PM, Anjana Fernando anj...@wso2.com wrote: Hi Senaka, I've reported an issue [1], for the $subject. Please look into it, as this is a blocker for several products including DSS. [1]

Re: [Dev] Tenant Registry (Mounted Sections) Not Available at Service Deployment Time

2012-10-12 Thread Senaka Fernando
Hi Anjana, Eranda, Actually I had a quick look into this, and I think there is an issue on how this invocation happens. Quoting Anjana, The following log will explain the scenario, basically it is situation where DSS is started up, and without logging into the mgt-console, we do a direct call to

Re: [Dev] Tenant Registry (Mounted Sections) Not Available at Service Deployment Time

2012-10-12 Thread Eranda Sooriyabandara
Hi Senaka, On Fri, Oct 12, 2012 at 9:45 PM, Senaka Fernando sen...@wso2.com wrote: Hi Anjana, Eranda, Actually I had a quick look into this, and I think there is an issue on how this invocation happens. Quoting Anjana, The following log will explain the scenario, basically it is situation

Re: [Dev] Tests are not running on Windows

2012-10-12 Thread Krishantha Samaraweera
Fixed the issue. I will commit the changes after running product integration tests on Windows and Linux. Thanks, Krishantha. On Thu, Oct 11, 2012 at 10:21 AM, Krishantha Samaraweera krishan...@wso2.com wrote: Hi Samisa, On Thu, Oct 11, 2012 at 7:30 AM, Samisa Abeysinghe

[Dev] Clarification regarding OAth UI and Data Bridge - Data Receiver Aggregate features

2012-10-12 Thread Dileepa Jayakody
Hi All, I like to get a clarification regarding OAth ui feature and databridge.datareceiver features in our platform. 1. In OAth UI feature includedFeatures includedFeatureDeforg.wso2.carbon:org.wso2.carbon.jaxws.webapp.mgt.server.feature:4.0.2/includedFeatureDef

Re: [Dev] Tenant Registry (Mounted Sections) Not Available at Service Deployment Time

2012-10-12 Thread Anjana Fernando
Hi, Yeah, as Senaka said, it only happens if we go in this specific path, if you actually log into the mgt-console first, it works correctly, where the registry is loaded first, observe the following log:- [2012-10-13 08:41:31,250] INFO