Re: [Dev] Errors AS and CSG start up.

2012-05-24 Thread Ashansa Perera
Hi, I got a full trunk update yesterday and could start AS without any issue. I couldn't find the CSG product pack and noticed that building product is commented in modules/distribution/pom.xml. Wonder why. On Thu, May 24, 2012 at 11:03 AM, Ramith Jayasinghe ram...@wso2.com wrote: Hi, I get

Re: [Dev] Buffer size problem

2012-05-24 Thread Antoine Louiset
Hi Guillaume, It works fine ! Thank you very much ! Have a nice day. Best regards, Le 23/05/2012 16:02, Guillaume Devianne a écrit : Antoine, It looks like the difference is that the transport used is HTTP/1.1 with Transfer-encoding=Chunked. The number it adds is used to separate chunks.

Re: [Dev] Exception after installing a feature and restart the server.

2012-05-24 Thread Afkham Azeez
Looks like ProvisioningPlan object, which is an instance of a non Serializable class, has been stored in the HTTP Session. When Tomcat was shutting down, and it tried to persist the HTTP session, it throws an error because ProvisioningPlan is non-serializable. The solution is not to put

Re: [Dev] Exception after installing a feature and restart the server.

2012-05-24 Thread Pradeep Fernando
Hi, this is a known issue and dileepa is working on this. --Pradeep ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Errors AS and CSG start up.

2012-05-24 Thread Ramith Jayasinghe
I took an update today. On Thu, May 24, 2012 at 11:31 AM, Ashansa Perera asha...@wso2.com wrote: Hi, I got a full trunk update yesterday and could start AS without any issue. I couldn't find the CSG product pack and noticed that building product is commented in modules/distribution/pom.xml.

[Dev] How to get JDBC information from the ndatasource component?

2012-05-24 Thread Tharindu Mathew
Hi, After getting a specific carbon data source I only saw this method. carbonDataSource.getDSMInfo().getDefinition().getDsXMLConfiguration() Do I have to parse this XML to get the DB connection info? -- Regards, Tharindu blog: http://mackiemathew.com/ M: +9459908

Re: [Dev] Exception after installing a feature and restart the server.

2012-05-24 Thread Dileepa Jayakody
Hi Pradeep and all, Actually what I corrected was a similar issue for FeatureWrapper class. Please refer the related jira: https://wso2.org/jira/browse/CARBON-13155 In feature manager, this is the wrapper object for features which is stored in the httpSession and reused. I'm not sure how this

Re: [Dev] How to add gadgets programmatically?

2012-05-24 Thread Nuwan Bandara
Hi Sinthuja, We havent done this programatically before, so you mite face road blocks. Please read through DashboardService. I belive addGadgetToUser method, does what you need. addGadgetToUser(String userId, String tabId, String url, String dashboardName, String gadgetGroup) Simply ignore the

Re: [Dev] How to add gadgets programmatically?

2012-05-24 Thread Sinthuja Ragendran
Hi, Thanks Nuwan. I'll try this method and update. Thanks, Sinthuja. On Thu, May 24, 2012 at 12:07 PM, Nuwan Bandara nu...@wso2.com wrote: Hi Sinthuja, We havent done this programatically before, so you mite face road blocks. Please read through DashboardService. I belive addGadgetToUser

Re: [Dev] How to add gadgets programmatically?

2012-05-24 Thread Tharindu Mathew
Sinthuja, Maybe we should expand on the requirement here. I believe it is not just adding a gadget but adding a whole dashboard, i.e. tabs + tab configuration of gadgets + gadgets. Nuwan, this is similar to what we had with dashboard.xml. We need this to deploy different dashboards for different

Re: [Dev] Compilation failure at org.wso2.carbon.um.ws.service

2012-05-24 Thread Amila Jayasekara
Hi Janaka, This is fixed. Please take a svn up in remote-usermgt. Sorry forgot to add Util class. Thanks AmilaJ On Thu, May 24, 2012 at 7:15 AM, Janaka Ranabahu jan...@wso2.com wrote: Hi All, Im getting the following compilation failure. Any idea why? [ERROR] Failed to execute goal

Re: [Dev] How to add gadgets programmatically?

2012-05-24 Thread Nuwan Bandara
Hi, Honestly right now, the dashboard is not that flexible. It was made up initially with a limited set of requirements. You might be able to accommodate these with some hacks, but I cannot think of a clean solution. We will be start doing a jaggery based dashboard solution within next few

Re: [Dev] How to get JDBC information from the ndatasource component?

2012-05-24 Thread Anjana Fernando
Hi Tharindu, On Thu, May 24, 2012 at 11:56 AM, Tharindu Mathew thari...@wso2.com wrote: Hi, After getting a specific carbon data source I only saw this method. carbonDataSource.getDSMInfo().getDefinition().getDsXMLConfiguration() Do I have to parse this XML to get the DB connection info?

Re: [Dev] How to get JDBC information from the ndatasource component?

2012-05-24 Thread Anjana Fernando
Also forgot to mention, the type of a specific data source can be found with: carbonDataSource.getDSMInfo().getDefinition().getType(), where for now the default shipped implementation has only ones with the type: RDBMSDataSourceConstants.RDBMS_DATASOURCE_TYPE. Cheers, Anjana. On Thu, May 24,

[Dev] Segmentation fault error

2012-05-24 Thread Antoine Louiset
Hi everybody, I'm in trouble with WSO2 php. I create a simple client to use web services provided by my ERP (dolibarr). I want to create a new user, and i send some information (firstname, lastname, phone, mail, ...) to the server through his web services. When I get the response, I get the

Re: [Dev] How to add gadgets programmatically?

2012-05-24 Thread Sinthuja Ragendran
Hi Nuwan, So when are you planning to complete/partially complete to the make use of the new dashborad? This requirement is for BAM toolboxes and planned to be in M6 of BAM2 according to the roadmap [1]. So what you would suggest whether to proceed with old dashboard or wait until newly

Re: [Dev] What is the usage of activate() and deactivate() methods in Governance Service API

2012-05-24 Thread Charitha Kankanamge
Any response? On Wed, May 23, 2012 at 11:48 AM, Charitha Kankanamge chari...@wso2.comwrote: Hi, Can someone please explain the purpose oforg.wso2.carbon.governance.api.services.dataobjects.Service#activate() and deactivate() methods? Thanks! Charitha Charitha Kankanamge cell: +94 718

Re: [Dev] How to add gadgets programmatically?

2012-05-24 Thread Nuwan Bandara
Hi, I would say for now, go with the old dashboard, once we do the new one we will migrate. Regards, /Nuwan On Thu, May 24, 2012 at 1:15 PM, Sinthuja Ragendran sinth...@wso2.comwrote: Hi Nuwan, So when are you planning to complete/partially complete to the make use of the new dashborad?

Re: [Dev] Setting Javascript Standards/Conventions in WSO2

2012-05-24 Thread Srinath Perera
Hi Nwuan, You should link this from https://sites.google.com/a/wso2.com/engineering/ --Srinath On Wed, May 23, 2012 at 2:01 PM, Tharindu Mathew thari...@wso2.com wrote: Hi Nuwan, +1 for the idea. Can we pick a subset of the tools and do a session on how to apply it? It might help to gain

Re: [Dev] Initializing TaskManagers for all tenants at serer startup

2012-05-24 Thread Anjana Fernando
Hi, On Tue, May 22, 2012 at 5:02 PM, Anjana Fernando anj...@wso2.com wrote: Hi, After having a chat with Dimuthu, she suggested that we keep a flag in super tenant's registry mentioning if a specific tenant is having any tasks. So we can check this at the startup and only load the

Re: [Dev] Have we written articles/ blog posts about Coordination component?

2012-05-24 Thread Anjana Fernando
Hi, On Thu, May 24, 2012 at 1:50 PM, Srinath Perera srin...@wso2.com wrote: $Subject Not yet, I've several article topics on my mind to write on .. just didn't get the time :) .. will keep a note on to write about the coordination stuff as well. Cheers, Anjana. --

Re: [Dev] Compilation failure at org.wso2.carbon.um.ws.service

2012-05-24 Thread Janaka Ranabahu
On Thu, May 24, 2012 at 12:31 PM, Amila Jayasekara ami...@wso2.com wrote: Hi Janaka, This is fixed. Please take a svn up in remote-usermgt. Sorry forgot to add Util class. Thanks Amila. Will try now. Thanks, Janaka Thanks AmilaJ On Thu, May 24, 2012 at 7:15 AM, Janaka Ranabahu

Re: [Dev] Compilation failure at org.wso2.carbon.um.ws.service

2012-05-24 Thread Kasun Gajasinghe
On Thu, May 24, 2012 at 12:31 PM, Amila Jayasekara ami...@wso2.com wrote: Hi Janaka, This is fixed. Please take a svn up in remote-usermgt. Sorry forgot to add Util class. It's working now. Thanks. --KasunG Thanks AmilaJ On Thu, May 24, 2012 at 7:15 AM, Janaka Ranabahu

[Dev] Stratos ESB REST invocation failure

2012-05-24 Thread Nirmal Fernando
Hi All, Finally I've been able to find the root cause for the $subject and the solution. *Scenario*: * A tenant change its main sequence to something like following. sequence xmlns=http://ws.apache.org/ns/synapse; name=main trace=enable in send endpoint address

Re: [Dev] Stratos ESB REST invocation failure

2012-05-24 Thread Nirmal Fernando
On Thu, May 24, 2012 at 2:33 PM, Nirmal Fernando nir...@wso2.com wrote: Hi All, Finally I've been able to find the root cause for the $subject and the solution. *Scenario*: * A tenant change its main sequence to something like following. sequence xmlns=http://ws.apache.org/ns/synapse;

Re: [Dev] Stratos ESB REST invocation failure

2012-05-24 Thread Afkham Azeez
Nice analysis. Proposed solution looks good. Please implement it test for any regression issues. On Thu, May 24, 2012 at 2:33 PM, Nirmal Fernando nir...@wso2.com wrote: Hi All, Finally I've been able to find the root cause for the $subject and the solution. *Scenario*: * A tenant change

Re: [Dev] Stratos ESB REST invocation failure

2012-05-24 Thread Nirmal Fernando
On Thu, May 24, 2012 at 3:18 PM, Afkham Azeez az...@wso2.com wrote: Nice analysis. Proposed solution looks good. Please implement it test for any regression issues. Ok, will do! Thanks for the feedback! On Thu, May 24, 2012 at 2:33 PM, Nirmal Fernando nir...@wso2.com wrote: Hi All,

Re: [Dev] [Commits] [Carbon] svn commit r124705 - in branches/carbon/3.2.0/dependencies/transports/1.1.0-wso2v6/modules/base/src/main/java/org/apache/axis2/transport/base/threads: . watermark

2012-05-24 Thread Supun Malinga
Hi azeez, I guess you meant commit this to the trunk? :) thnaks, On Wed, Apr 4, 2012 at 10:21 AM, az...@wso2.com wrote: Author: azeez Date: Wed Apr 4 00:51:20 2012 New Revision: 124705 URL: http://wso2.org/svn/browse/wso2?view=revrevision=124705 Log: Added functionality to be able to

[Dev] Andes Build Failure

2012-05-24 Thread Thilini Shanika
Hi all, I tried to build the Carbon platform and build was failed. But the kernal and orbit build was successful. I looked at the wso2 nexus, but the workbench jar wasn't there [INFO] [INFO] Reactor Build Order: [INFO]

[Dev] Jaggery site bug

2012-05-24 Thread Samisa Abeysinghe
It says Current Version 4.0 under change log. I saw this on jaggery.org - but I assume the same issue is there in product as well. Thanks, Samisa... Samisa Abeysinghe VP Engineering WSO2 Inc. http://wso2.com http://wso2.org ___ Dev mailing list

Re: [Dev] Jaggery site bug

2012-05-24 Thread Nuwan Bandara
Will fix it in the site. On Thu, May 24, 2012 at 4:46 PM, Samisa Abeysinghe sam...@wso2.com wrote: It says Current Version 4.0 under change log. I saw this on jaggery.org - but I assume the same issue is there in product as well. Thanks, Samisa... Samisa Abeysinghe VP Engineering

[Dev] ODE :: Hibernate DAO Implementation fails

2012-05-24 Thread Fazlan Sabar
I get the following, INFO] Scanning for projects... [INFO] [INFO] [INFO] Building ODE :: Hibernate DAO Implementation 1.3.5-SNAPSHOT [INFO] [INFO]

Re: [Dev] Jaggery site bug

2012-05-24 Thread Yumani Ranaweera
On Thu, May 24, 2012 at 4:56 PM, Nuwan Bandara nu...@wso2.com wrote: Will fix it in the site. On Thu, May 24, 2012 at 4:46 PM, Samisa Abeysinghe sam...@wso2.comwrote: It says Current Version 4.0 under change log. I saw this on jaggery.org - but I assume the same issue is there in

[Dev] Unified endpoint improvements to invoke Basic Auth enabled services via BPEL

2012-05-24 Thread Thilini Ishaka
Hi All, When we invoke an admin service via a BPEL process, we get HTTP 401 Unauthorized error. If you go through [1] you will understand the scenario better. This was an issue in appfactory product as all the services, we have there are administrative services and we invoke them via BPEL

Re: [Dev] Making GReg JCR API 100% JCR compliant : Progress Update

2012-05-24 Thread Subash Chaturanga
Hi, Now javax.jcr.version.simple is FULL compliant on greg repo. This is fully compliant with simple versioning ( which is supported by the underlying registry repository) with 99% TCK pass out. NOTE: 99% is because, when do a registry.copy, it doesn't allow copying the along with the history of

Re: [Dev] Unified endpoint improvements to invoke Basic Auth enabled services via BPEL

2012-05-24 Thread Kasun Indrasiri
In the UEP context, its ok to add any http headers to the transport configuration. However, I wonder that having password in plain text may cause some security issues. Fix looks good. On Thu, May 24, 2012 at 5:03 PM, Thilini Ishaka thil...@wso2.com wrote: Hi All, When we invoke an admin

Re: [Dev] Unified endpoint improvements to invoke Basic Auth enabled services via BPEL

2012-05-24 Thread Amila Jayasekara
On Thu, May 24, 2012 at 5:30 PM, Kasun Indrasiri ka...@wso2.com wrote: In the UEP context, its ok to add any http headers to the transport configuration. However, I wonder that having password in plain text may cause some security issues. +1 for not having plain text passwords. Cant we use a

Re: [Dev] Unified endpoint improvements to invoke Basic Auth enabled services via BPEL

2012-05-24 Thread Selvaratnam Uthaiyashankar
Eventually, we have to integrate with securevault. But, we have plain text password in all the places right? For example, if we have entitlement mediator, admin username, password is in plain text. As an improvement, we can include getting password from callback class. Shankar. On Thu, May 24,

Re: [Dev] Unified endpoint improvements to invoke Basic Auth enabled services via BPEL

2012-05-24 Thread Thilini Ishaka
On Thu, May 24, 2012 at 5:39 PM, Selvaratnam Uthaiyashankar shan...@wso2.com wrote: Eventually, we have to integrate with securevault. But, we have plain text password in all the places right? For example, if we have entitlement mediator, admin username, password is in plain text. As an

[Dev] C4 G-reg pack for functional testing

2012-05-24 Thread Charitha Kankanamge
Hi Senaka/Dimuthu, Will it be possible for us to get a C4 based testable G-reg pack for testing by tomorrow? We are supposed to start executing the test scenarios which we drafted in G-reg QA plan [1] [1]

[Dev] [Bamboo-Build] WSO2 Carbon platform #248 was SUCCESSFUL (with 2064 tests). Change made by 21 authors.

2012-05-24 Thread Bamboo
--- WSO2 Carbon platform #248 was successful. --- This build occurred because it is a dependant of WSO2CARBON-CARBONCOREKERNELBUILD-268. 2064 tests in total.

[Dev] Unable to deserialize cluster message issue when a node joins to LB

2012-05-24 Thread Sanjeewa Malalgoda
Hi, I was observing following message when a node joins to Load balancer (in node terminal). This started recently. We cant see this behavior with last released packs or old trunk. Any idea why this happens ? Anyway this did't gave any trouble and LB working fine. Thanks. [2012-05-23

[Dev] Compilation Failure Trunk.. Strators

2012-05-24 Thread Dushan Abeyruwan
Hi [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.wso2.carbon.billing.core --- [INFO] Compiling 35 source files to /home/dushan/wso2svntrunk/carbon/platform/trunk/components/stratos/billing/org.wso2.carbon.billing.core/target/classes [INFO]

Re: [Dev] ESB_HOME/lib/core/WEB-INF/classes Property files are not loading

2012-05-24 Thread Afkham Azeez
I don't like this System property name. config.location=repository/conf sounds better. No need to give $CARBON_HOME because the current directory is set to CARBON_HOME. We shouldn't be putting config files into lib. On Thu, May 24, 2012 at 5:59 PM, Dushan Abeyruwan dus...@wso2.com wrote: Hi

[Dev] sh scripts are not executable in the merged AS product

2012-05-24 Thread Afkham Azeez
Please note $subject. I have noticed most developers here run wso2server.sh as sh wso2server.sh instead of ./wso2server.sh. This may be the reason that this went unnoticed. -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation;

[Dev] Warning on AS startup

2012-05-24 Thread Afkham Azeez
[2012-05-24 20:17:40,571] WARN {org.wso2.carbon.identity.authenticator.saml2.sso.ui.internal.SAML2SSOAuthenticatorUIDSComponent} - Initialization failed for SSO Authenticator. Starting with the default authenticator -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com

[Dev] trunk/core/org.wso2.carbon.core/src/main/java/org/wso2/carbon/core/persistence/statistics ??

2012-05-24 Thread Afkham Azeez
Why do we need this in the kernel? -- *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 3320919 blog: **http://blog.afkham.org*

Re: [Dev] Unable to deserialize cluster message issue when a node joins to LB

2012-05-24 Thread Afkham Azeez
You have received a message from some other node running on the network. On Thu, May 24, 2012 at 5:46 PM, Sanjeewa Malalgoda sanje...@wso2.comwrote: Hi, I was observing following message when a node joins to Load balancer (in node terminal). This started recently. We cant see this behavior

Re: [Dev] Warning on AS startup

2012-05-24 Thread Supun Malinga
Hi, On Thu, May 24, 2012 at 8:18 PM, Afkham Azeez az...@wso2.com wrote: [2012-05-24 20:17:40,571] WARN {org.wso2.carbon.identity.authenticator.saml2.sso.ui.internal.SAML2SSOAuthenticatorUIDSComponent} - Initialization failed for SSO Authenticator. Starting with the default authenticator

Re: [Dev] trunk/core/org.wso2.carbon.core/src/main/java/org/wso2/carbon/core/persistence/statistics ??

2012-05-24 Thread Supun Malinga
Hi, On Thu, May 24, 2012 at 8:20 PM, Afkham Azeez az...@wso2.com wrote: Why do we need this in the kernel? we don't need this. I created this package for the earlier statistics persistence scheduler I was working on. But since some changes were made I moved the classes belonged to that

Re: [Dev] Warning on AS startup

2012-05-24 Thread Thilina Buddhika
Will fix this. Thanks, Thilina On Thu, May 24, 2012 at 8:54 PM, Supun Malinga sup...@wso2.com wrote: Hi, On Thu, May 24, 2012 at 8:18 PM, Afkham Azeez az...@wso2.com wrote: [2012-05-24 20:17:40,571] WARN

Re: [Dev] ODE :: Hibernate DAO Implementation fails

2012-05-24 Thread Denis Weerasiri
On Thu, May 24, 2012 at 4:57 PM, Fazlan Sabar faz...@wso2.com wrote: I get the following, INFO] Scanning for projects... [INFO] [INFO] [INFO] Building ODE :: Hibernate DAO Implementation 1.3.5-SNAPSHOT [INFO]

Re: [Dev] Setting Javascript Standards/Conventions in WSO2

2012-05-24 Thread Sanjiva Weerawarana
We also need to educate everyone on how to write adapters for services in Jaggery. We've got it a bit wrong in the API Store code by using Java stubs via host objects. The right approach should be to create a Jaggery module for the service starting with a generated stub. If necessary hand wrap it

Re: [Dev] Unified endpoint improvements to invoke Basic Auth enabled services via BPEL

2012-05-24 Thread Amila Jayasekara
On Thu, May 24, 2012 at 5:39 PM, Selvaratnam Uthaiyashankar shan...@wso2.com wrote: Eventually, we have to integrate with securevault. But, we have plain text password in all the places right? For example, if we have entitlement mediator, admin username, password is in plain text. As an

Re: [Dev] Setting Javascript Standards/Conventions in WSO2

2012-05-24 Thread Nuwan Bandara
Hi, On Thu, May 24, 2012 at 10:33 PM, Sanjiva Weerawarana sanj...@wso2.comwrote: We also need to educate everyone on how to write adapters for services in Jaggery. We've got it a bit wrong in the API Store code by using Java stubs via host objects. The right approach should be to create a

[Dev] [Bamboo-Build] Developer-Studio Eclipse-Tools #125 has FAILED. Change made by melan.

2012-05-24 Thread Bamboo
--- Developer-Studio Eclipse-Tools #125 failed. --- Code has been updated by melan. No failed tests found, a possible compilation error.

Re: [Dev] Andes Build Failure

2012-05-24 Thread Hasitha Hiranya
Hi Thilini, I built with a clean repository and the jar with dependency dependency groupIdorg.eclipse.ui/groupId artifactIdworkbench/artifactId version3.3.0-I20070608-1100/version /dependency was downloaded all right. Please find the jar at

Re: [Dev] Compilation Failure Trunk.. Strators

2012-05-24 Thread Amila Maha Arachchi
Hi Dushan, Have you built components/rule? Regards, AmilaM. On Thu, May 24, 2012 at 7:02 PM, Dushan Abeyruwan dus...@wso2.com wrote: Hi [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.wso2.carbon.billing.core --- [INFO] Compiling 35 source files to

[Dev] [Bamboo-Build] WSO2 Carbon platform #249 has FAILED. Change made by 26 authors.

2012-05-24 Thread Bamboo
--- WSO2 Carbon platform #249 failed. --- This build occurred because it is a dependant of WSO2CARBON-CARBONCOREKERNELBUILD-269. No failed tests found, a

[Dev] [Bamboo-Build] WSO2 Carbon platform #250 was SUCCESSFUL (with 2066 tests). Change made by shankar and lakmali.

2012-05-24 Thread Bamboo
--- WSO2 Carbon platform #250 was successful. --- This build occurred because it is a dependant of WSO2CARBON-CARBONCOREKERNELBUILD-270. 2066 tests in total.

Re: [Dev] C4 G-reg pack for functional testing

2012-05-24 Thread Dimuthu Leelarathne
Hi Charitha, Next packs are going to be merged. Greg merging is done. We can give you a pack from Bamboo only for Greg if it is blocking. Others are not ready yet. thanks, dimuthu On Thu, May 24, 2012 at 5:44 PM, Charitha Kankanamge chari...@wso2.comwrote: Hi Senaka/Dimuthu, Will it be

[Dev] Welcome Sajith Kariyawasam as WSO2 committer

2012-05-24 Thread Damitha Kumarage
Hi Devs, It is my pleasure to welcome Sajith Kariyawasam as WSO2 Committer. Sajith has been an excellent contributor for Ozone/Tropos over the last few months and Cloud-Platform MC has voted for Sajitha as a committer. Thank you very much for all your hard work. Sajitha, welcome aboard and

Re: [Dev] Welcome Sajith Kariyawasam as WSO2 committer

2012-05-24 Thread Amila Maha Arachchi
Congrats Sajith!! AmilaM. On Fri, May 25, 2012 at 8:25 AM, Damitha Kumarage dami...@wso2.com wrote: Hi Devs, It is my pleasure to welcome Sajith Kariyawasam as WSO2 Committer. Sajith has been an excellent contributor for Ozone/Tropos over the last few months and Cloud-Platform MC has

Re: [Dev] C4 G-reg pack for functional testing

2012-05-24 Thread Dimuthu Leelarathne
Hi, Please find the Greg pack at http://wso2.org/bamboo/browse/WSO2CARBON-PRODUCTS-141/artifact/JOB1/GREG thanks, dimuthu On Fri, May 25, 2012 at 9:33 AM, Charitha Kankanamge chari...@wso2.comwrote: Hi Dimuthu, Please give us a G-reg pack, we will look into other packs only after

Re: [Dev] Compilation Failure Trunk.. Strators

2012-05-24 Thread Dushan Abeyruwan
Hi Should I ? because once run root pom in platform, all depenendants should build first rite, I took rule component svn up separately yesterday around 6.p.m and tried and it was still failed well I will try now cheers Dushan On Fri, May 25, 2012 at 12:38 AM, Amila Maha Arachchi

[Dev] How do you set a custom SOAP header in WSO2?

2012-05-24 Thread Sameera Jayasoma
Hi Devs, How do you do subject? I heard that only simple valued headers can be added using using the header mediator. But my requirement is to add a header like following to the outgoing request. soapenv:Header urn:AuthenticationInfo urn:userNametemp/urn:userName

Re: [Dev] Compilation Failure Trunk.. Strators

2012-05-24 Thread Amila Maha Arachchi
On Fri, May 25, 2012 at 9:49 AM, Dushan Abeyruwan dus...@wso2.com wrote: Hi Should I ? because once run root pom in platform, all depenendants should build first rite, I took rule component svn up separately yesterday around 6.p.m and tried and it was still failed well I will try now No

Re: [Dev] How do you set a custom SOAP header in WSO2?

2012-05-24 Thread Kasun Indrasiri
Hi, You can use enrich mediator to add a custom header to the message. Please have a look at [1]. [1] http://wso2.org/project/esb/java/4.0.3/docs/samples/message_mediation_samples.html#Sample15 On Fri, May 25, 2012 at 9:52 AM, Sameera Jayasoma same...@wso2.com wrote: Hi Devs, How do you do

Re: [Dev] C4 G-reg pack for functional testing

2012-05-24 Thread Senaka Fernando
Hi all, Please note that #5 (from Dimuthu's guidelines) of the G-Reg pack is not done yet, but the rest of it has been completed. We will get that done asap, and be done with the merging. Thanks, Senaka. On Fri, May 25, 2012 at 9:45 AM, Dimuthu Leelarathne dimut...@wso2.comwrote: Hi, Please

Re: [Dev] How do you set a custom SOAP header in WSO2?

2012-05-24 Thread Hasini Gunasinghe
Hi Sameera, Can you please also mention the use case where you need to send user credentials in a custom header? Just wondering whether you could send them in security header as user name token? If not, I hope this communication happens over TLS since the custom header contains credentials.

Re: [Dev] C4 G-reg pack for functional testing

2012-05-24 Thread Evanthika Amarasiri
Noticed the following minor issue while extracting the G-Reg pack. inflating: wso2greg-4.0.0-SNAPSHOT/samples/asset-models/ApplicationModel/handler-def/handlers.xml inflating: wso2greg-4.0.0-SNAPSHOT/samples/asset-models/ApplicationModel/registry-extensions/application.rxt replace

Re: [Dev] How do you set a custom SOAP header in WSO2?

2012-05-24 Thread Kasun Indrasiri
Hi Sameera, You can do something like this. proxy name=HeaderEnrichProxy transports=https http startOnLoad=true trace=disable target inSequence log level=full/ header xmlns:urn=urn:FOOBAR_WS name=urn:AuthInf value=foo/ enrich

Re: [Dev] How do you set a custom SOAP header in WSO2?

2012-05-24 Thread Sameera Jayasoma
Thanks Kasun, It worked. Sameera. On Fri, May 25, 2012 at 5:27 AM, Kasun Indrasiri ka...@wso2.com wrote: Hi Sameera, You can do something like this. proxy name=HeaderEnrichProxy transports=https http startOnLoad=true trace=disable target inSequence

Re: [Dev] How do you set a custom SOAP header in WSO2?

2012-05-24 Thread Sameera Jayasoma
Hi Hasini, On Fri, May 25, 2012 at 4:58 AM, Hasini Gunasinghe has...@wso2.com wrote: Hi Sameera, Can you please also mention the use case where you need to send user credentials in a custom header? Just wondering whether you could send them in security header as user name token? If not, I

Re: [Dev] C4 G-reg pack for functional testing

2012-05-24 Thread Aparna Karunarathna
Hi, Following exception was thrown continuously when start the GReg and we are able to login to the management console. Currently we are doing a smoke test and will report the other issues. org.wso2.carbon.registry.core.exceptions.RegistryException: The path

[Dev] Having Control over starting and stopping Zookeeper through coordination component

2012-05-24 Thread Charith Wickramarachchi
Hi Anjana, Do we have $subject support in the coordination component. Requirement is we need to have control over starting and turning off zookeeper through coordination component instead of coordination component starting zookeeper when its get activated by default. Do we have a OSGI service

Re: [Dev] C4 G-reg pack for functional testing

2012-05-24 Thread Dimuthu Leelarathne
Hi Aparna, We - the AppFactory team also experienced that. According to Supun this is fixed in revision r128159. So you can use a pack built before 24th May or wait for the next build coming after a platform build. thanks, dimuthu On Fri, May 25, 2012 at 11:13 AM, Aparna Karunarathna

[Dev] [Bamboo-Build] WSO2 Carbon Products #142 Default Job has FAILED. Change made by 12 authors.

2012-05-24 Thread Bamboo
WSO2 Carbon Products #142 Default Job failed. This build was manually triggered by BambooBuilder. No failed tests found, a possible