[Carbon-dev] Custom defined ports/portOffset does not work in current carbon-kernel

2012-02-17 Thread Kishanthan Thangarajah
Hi, When trying to start the server with custom ports/portOffSet values, the following occurs, 1. Server is not picking up the custom transport port parameters from carbon.xml. 2. When setting portOffset, the value is picked by the server, but it is not reflected in the console, where it still

Re: [Carbon-dev] Ground work for Admin Service port to JAX-WS

2012-02-17 Thread Afkham Azeez
Before doing a lot of work in this area please first do a thing slice, and compare the performance with existing admin services. We also need to figure out how to add customers parameters permissions to these services using annotations. -- Afkham Azeez Sent from my phone On Feb 17, 2012 1:01 PM,

Re: [Carbon-dev] Custom defined ports/portOffset does not work in current carbon-kernel

2012-02-17 Thread Afkham Azeez
Send the carbon.xml mgt-transports.xml -- Afkham Azeez Sent from my phone On Feb 17, 2012 1:34 PM, Kishanthan Thangarajah kishant...@wso2.com wrote: Hi, When trying to start the server with custom ports/portOffSet values, the following occurs, 1. Server is not picking up the custom

Re: [Carbon-dev] Carbon Does not Build on a Clean Repo on Windows

2012-02-17 Thread Senaka Fernando
Hi again, Ok I now understand what's going wrong here. The org.apache.tomcat-1.7.0.wso2v1.jar that gets fetched is corrupted. I opened it in a text editor and inside it I can see, Please access the maven central repository directly. Jarvana currently does not allow direct access to repository

[Carbon-dev] Feature management is not working in wso2as-4.5.0-SNAPSHOT

2012-02-17 Thread Aparna Karunarathna
Hi Exceptions are thrown when add p2-repo from feature management (through URL and Local) and null point exception throws in windows environment, not even loading feature management window. jira [1] was added to windows environment issue. [1] https://wso2.org/jira/browse/CARBON-12380 I got

Re: [Carbon-dev] Carbon kernel is Frozen for Commits from 9.00am IST on 14th Feb, 2012

2012-02-17 Thread Dileepa Jayakody
On Fri, Feb 17, 2012 at 12:09 PM, Amila Jayasekara ami...@wso2.com wrote: On Fri, Feb 17, 2012 at 11:53 AM, Dileepa Jayakody dile...@wso2.com wrote: Hi AmilaJ, As far as i understand we do not do any XML security processing within Kernal. So i am not sure whether this is used anywhere

Re: [Carbon-dev] Feature management is not working in wso2as-4.5.0-SNAPSHOT

2012-02-17 Thread Aparna Karunarathna
hi I used CSG specific repo [2] to add CSG agent features. [2] http://dist.wso2.org/downloads/csg/1.0.0-alpha/rc1/p2-repo.zip Regards, Aparna On Fri, Feb 17, 2012 at 3:08 PM, Aparna Karunarathna apa...@wso2.comwrote: Hi Exceptions are thrown when add p2-repo from feature management

Re: [Carbon-dev] Feature management is not working in wso2as-4.5.0-SNAPSHOT

2012-02-17 Thread Denis Weerasiri
This was reported few weeks back, https://wso2.org/jira/browse/CARBON-12287 On Fri, Feb 17, 2012 at 3:33 PM, Aparna Karunarathna apa...@wso2.comwrote: hi I used CSG specific repo [2] to add CSG agent features. [2] http://dist.wso2.org/downloads/csg/1.0.0-alpha/rc1/p2-repo.zip Regards,

Re: [Carbon-dev] Feature management is not working in wso2as-4.5.0-SNAPSHOT

2012-02-17 Thread Rajika Kumarasiri
Off the topic. RC2 is available now. http://dist.wso2.org/downloads/csg/1.0.0-alpha/rc2/ Rajika On Fri, Feb 17, 2012 at 3:33 PM, Aparna Karunarathna apa...@wso2.comwrote: hi I used CSG specific repo [2] to add CSG agent features. [2]

Re: [Carbon-dev] Carbon Does not Build on a Clean Repo on Windows

2012-02-17 Thread Afkham Azeez
This must be a new issue. I have built on a clean repo several times during the past few months. On Fri, Feb 17, 2012 at 3:05 PM, Senaka Fernando sen...@wso2.com wrote: Hi again, Ok I now understand what's going wrong here. The org.apache.tomcat-1.7.0.wso2v1.jar that gets fetched is

Re: [Carbon-dev] Carbon Does not Build on a Clean Repo on Windows

2012-02-17 Thread Keheliya Gallaba
Hi Senaka, I also came across this issue and it was caused by adding a proxy in Nexus to the external Jarvana Repository and this repo does not allow direct access. It's fixed now by removing this proxy in Nexus. Regards, Keheliya On Fri, Feb 17, 2012 at 4:24 PM, Afkham Azeez az...@wso2.com

Re: [Carbon-dev] G-reg automation scenarios

2012-02-17 Thread Krishantha Samaraweera
Hi Kishan, Please start automating given G-Reg features using admin services. For some cases, like custom handlers, you will have to write selenium tests. you can find the G-Reg test cases list at [1]. Thanks, Krishantha. [1]

Re: [Carbon-dev] Feature management is not working in wso2as-4.5.0-SNAPSHOT

2012-02-17 Thread Sameera Jayasoma
Hi Aparna, Dileepa is working on the Feature manager and P2 related tasks. He is working on improving this feature. We have refactor the feature manager code to work with the latest P2 version which is released with Equinox 3.7 Thanks, Sameera. On Fri, Feb 17, 2012 at 3:08 PM, Aparna

Re: [Carbon-dev] Ground work for Admin Service port to JAX-WS

2012-02-17 Thread Sameera Jayasoma
Hi Sagara, Please see my comments below. On Fri, Feb 17, 2012 at 1:00 PM, Sagara Gunathunga sag...@wso2.com wrote: I started to work on ${Subject} following are the sub tasks involve with this. 1.) Write a new Carbon based JAXWSDeployer to deploy a bundles as a Axis2 JAX-WS service.

[Carbon-dev] mediators develop error.

2012-02-17 Thread Jorge Infante Osorio
Hi all. I´m building a simple mediator, for testing, that extract some information from a LDAP server and enrich the message payload with this information. If I deploy the jar and use the class mediator like in [1] all work fine, but when I use the Factory and Serializer class like in [2]

Re: [Carbon-dev] combining two query result

2012-02-17 Thread Jorge Infante Osorio
You don´t have a similar configuration but for queries? My idea is to use 1 query that expose the results of two queries. My scenario: I have a query that return a set of Persons person id/id name/name Area id/id nameArea/nameArea /Area /person /Persons I extract the area

[Carbon-dev] [Bamboo-Build] Carbon-Kernel Carbon #36 has FAILED (11 tests failed, no failures were new). Change made by 7 authors.

2012-02-17 Thread Bamboo
--- Carbon-Kernel Carbon #36 failed. --- This build occurred because it is a dependant of WSO2CARBONKERNEL-CARBONCOREKERNELBUILD-20. 11/4684 tests failed, no

Re: [Carbon-dev] G-reg automation scenarios

2012-02-17 Thread Kishan Navaratne
Noted Thanks Regards, Kishan On Fri, Feb 17, 2012 at 5:40 PM, Krishantha Samaraweera krishan...@wso2.com wrote: Hi Kishan, Please start automating given G-Reg features using admin services. For some cases, like custom handlers, you will have to write selenium tests. you can find the

Re: [Carbon-dev] combining two query result

2012-02-17 Thread Amila Suriarachchi
On Sat, Feb 18, 2012 at 2:10 AM, Jorge Infante Osorio jorg...@uci.cuwrote: You don´t have a similar configuration but for queries? My idea is to use 1 query that expose the results of two queries. ** ** My scenario: ** ** I have a query that return a set of Persons