Re: [Carbon-dev] Dashboard not getting populated

2010-02-16 Thread Nuwan Bandara
Hi Tharindu, I think the problem is at from the registry side. The registry dump (dashboard.xml) is not getting restored. Regards /Nuwan On Wed, Feb 17, 2010 at 12:37 PM, Tharindu Mathew wrote: > Hi, > > I took an update today and the dashboard is not getting populated. Has > there been a chan

[Carbon-dev] Dashboard not getting populated

2010-02-16 Thread Tharindu Mathew
Hi, I took an update today and the dashboard is not getting populated. Has there been a change in the registry checkin client? Regards, Tharindu ___ Carbon-dev mailing list Carbon-dev@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Re: [Carbon-dev] What is the services-config.xml and why does it include in WSAS/repository/conf?

2010-02-16 Thread Lahiru Gunathilake
Sorry, it was my mistake, remove from the core. Lahiru On Wed, Feb 17, 2010 at 11:05 AM, Lahiru Gunathilake wrote: > Hi Hiranya, > > Did you add services-config.xml to core ? > > Lahiru > > On Wed, Feb 17, 2010 at 10:55 AM, Sumedha Rubasinghe wrote: > >> Lahiru, >> This looks like the content fo

Re: [Carbon-dev] What is the services-config.xml and why does it include in WSAS/repository/conf?

2010-02-16 Thread Lahiru Gunathilake
Hi Hiranya, Did you add services-config.xml to core ? Lahiru On Wed, Feb 17, 2010 at 10:55 AM, Sumedha Rubasinghe wrote: > Lahiru, > This looks like the content for service UI on G-Reg. Wonder how this got > ended up on WSAS.. ;-) > > /sumedha > > > On Wed, Feb 17, 2010 at 10:48 AM, Charitha Ka

Re: [Carbon-dev] Compilation failure in Identity Core

2010-02-16 Thread Dimuthu Leelarathne
Fixed. My Bad. -DimuthuL On Wed, Feb 17, 2010 at 9:45 AM, Senaka Fernando wrote: > Hi folks, > > Please fix this. > > [INFO] > > [INFO] Building WSO2 Carbon - Identity Core > [INFO]task-segment: [clean, install] > [INFO

Re: [Carbon-dev] What is the services-config.xml and why does it include in WSAS/repository/conf?

2010-02-16 Thread Sumedha Rubasinghe
Lahiru, This looks like the content for service UI on G-Reg. Wonder how this got ended up on WSAS.. ;-) /sumedha On Wed, Feb 17, 2010 at 10:48 AM, Charitha Kankanamge wrote: > @Subject. What is the purpose of including this config file in WSAS? > > Regards > Charitha > > Charitha Kankanamge > W

[Carbon-dev] What is the services-config.xml and why does it include in WSAS/repository/conf?

2010-02-16 Thread Charitha Kankanamge
@Subject. What is the purpose of including this config file in WSAS? Regards Charitha Charitha Kankanamge WSO2 Inc. http://wso2.org email: chari...@wso2.com cell: +94 718 359 265 blog: http://charithaka.blogspot.com ___ Carbon-dev mailing list Carbon-de

Re: [Carbon-dev] Axis2 repo path of carbon

2010-02-16 Thread Afkham Azeez
When I said hard coded, I meant that AARs & MARs are not deployed through Deployers, and the deployment of those have been hardcoded Azeez On Wed, Feb 17, 2010 at 10:34 AM, Isuru Suriarachchi wrote: > > > On Wed, Feb 17, 2010 at 9:51 AM, Afkham Azeez wrote: > >> We cannot have repository/axis2

Re: [Carbon-dev] Axis2 repo path of carbon

2010-02-16 Thread Isuru Suriarachchi
On Wed, Feb 17, 2010 at 9:51 AM, Afkham Azeez wrote: > We cannot have repository/axis2Services, repository/axis2Modules. Those are > not based on deployers and the deployment is hard coded. No. Actually in Axis2, it is not hard coded. You can specify the directory with the deployer. It is hard

Re: [Carbon-dev] Axis2 repo path of carbon

2010-02-16 Thread Afkham Azeez
We cannot have repository/axis2Services, repository/axis2Modules. Those are not based on deployers and the deployment is hard coded. When you specify the axis2 repository, Axis2 automatically assumes a structure, and automatically picks up directories such as lib under the repository. So, like I me

Re: [Carbon-dev] Axis2 repo path of carbon

2010-02-16 Thread Sanjiva Weerawarana
+1 to Ruwan's point .. repository/{axis2Services,axis2Modules,dataServices} etc.. Can we avoid camel casing? It looks weird for directory names .. While I understand Sameera's concern about familiarity with Axis2, I think given the breadth of the Carbon platform and given the different types of th

[Carbon-dev] Compilation failure in Identity Core

2010-02-16 Thread Senaka Fernando
Hi folks, Please fix this. [INFO] [INFO] Building WSO2 Carbon - Identity Core [INFO]task-segment: [clean, install] [INFO] [INFO] [clean:clean] [INF

[Carbon-dev] R: Securing an HTTP GET/POST request

2010-02-16 Thread Cappa Roberto
Because proxies publish wsdls, but my request is not a SOAP message and final endpoint is not a webservice. Can I use proxy also for normal HTTP requests? Also, I observed that the ESB proxy converst all my request to SOAP, but how can I send the original HTTP request to the endpoint without tra

[Carbon-dev] Building commons-vfs dependency

2010-02-16 Thread Rajika Kumarasiri
FYI, In case if you come across a build failure in commons-vfs dependency, building commons-vfs with test(at least once) should fix the problem. Rajika -- http://rajikak.blogspot.com/ ___ Carbon-dev mailing list Carbon-dev@wso2.org https://mail.wso2.or

Re: [Carbon-dev] Securing an HTTP GET/POST request

2010-02-16 Thread Prabath Siriwardena
To add more - next version of WSO2 Identity Server is enabled with OAuth support. So - the OAuth mediator comes with WSO2 ESB can be configured to talk to WSO2 IS. Thanks & regards. -Prabath Prabath Siriwardena wrote: > Hi Cappa; > > AFAIK you can't secure just a mediator with the available tem

Re: [Carbon-dev] Securing an HTTP GET/POST request

2010-02-16 Thread Paul Fremantle
Roberto I don't understand the question - can you explain a little more. Why do you want to add security to the mediator not the proxy? Paul On 16 February 2010 11:54, Cappa Roberto < roberto.ca...@guest.telecomitalia.it> wrote: > Hi, I need to mediate and secure a normal HTTP request. I tried

Re: [Carbon-dev] Securing an HTTP GET/POST request

2010-02-16 Thread Prabath Siriwardena
Hi Cappa; AFAIK you can't secure just a mediator with the available templates to support WS-Security. But - to cater your specific requirement - you can easily write a BasicAuth mediator. Also - another way of protecting HTTP requests is through 2-legged OAuth. Next version of WSO2 ESB ships

[Carbon-dev] Securing an HTTP GET/POST request

2010-02-16 Thread Cappa Roberto
Hi, I need to mediate and secure a normal HTTP request. I tried the routing with the ESB mediator, without success (see http://wso2.markmail.org/search/list:org.wso2.carbon-dev#query:list%3Aorg.wso2.carbon-dev+page:1+mid:iaoz74elfwomjafb+state:results), but now I'm evaluating the second problem:

Re: [Carbon-dev] Axis2 repo path of carbon

2010-02-16 Thread Afkham Azeez
Point taken. Let's rename repository/axis2 to repository/deployment Azeez On Tue, Feb 16, 2010 at 4:13 PM, Ruwan Linton wrote: > Afkham Azeez wrote: > > +1 for removing artifacts dir, but I think we need to retain the axis2 > > part. > Azeez, the problem with that model is, we need to add a syn

Re: [Carbon-dev] Persistence logic re-written

2010-02-16 Thread Ruwan Linton
Afkham Azeez wrote: > I'd like to take this up at the code review session next week. +1 Ruwan > > Azeez > > On Sat, Feb 13, 2010 at 2:57 PM, Isuru Suriarachchi > wrote: > > > > On Sat, Feb 13, 2010 at 1:24 PM, Ruwan Linton > wrote: > >

Re: [Carbon-dev] Axis2 repo path of carbon

2010-02-16 Thread Ruwan Linton
Afkham Azeez wrote: > +1 for removing artifacts dir, but I think we need to retain the axis2 > part. Azeez, the problem with that model is, we need to add a synapse directory into the repository as well, and may be an Ode directory. It is not logical to add mediators into a directory inside axis

Re: [Carbon-dev] Persistence logic re-written

2010-02-16 Thread Isuru Suriarachchi
On Tue, Feb 16, 2010 at 3:45 PM, Afkham Azeez wrote: > I'd like to take this up at the code review session next week. +1 Thanks, ~Isuru > > Azeez > > On Sat, Feb 13, 2010 at 2:57 PM, Isuru Suriarachchi wrote: > >> >> >> On Sat, Feb 13, 2010 at 1:24 PM, Ruwan Linton wrote: >> >>> +1 this was

Re: [Carbon-dev] Persistence logic re-written

2010-02-16 Thread Afkham Azeez
I'd like to take this up at the code review session next week. Azeez On Sat, Feb 13, 2010 at 2:57 PM, Isuru Suriarachchi wrote: > > > On Sat, Feb 13, 2010 at 1:24 PM, Ruwan Linton wrote: > >> +1 this was a major requirement, Thanks Isuru. >> >> BTW: did you added logs in this process of re-fac

Re: [Carbon-dev] Axis2 repo path of carbon

2010-02-16 Thread Afkham Azeez
+1 for removing artifacts dir, but I think we need to retain the axis2 part. Azeez On Tue, Feb 16, 2010 at 2:10 PM, Paul Fremantle wrote: > I know artifacts looks meaningful, but there is a completely pointless > extra directory - as you can see from the fact that server only has > artifacts in

Re: [Carbon-dev] Carbon 3.0.0 - Iridium - M2 builds

2010-02-16 Thread Samisa Abeysinghe
On Tue, Feb 16, 2010 at 2:57 PM, Sameera Jayasoma wrote: > In order to get the p2 repo, you need to build the following project, after > building all the projects. > > https://svn.wso2.org/repos/wso2/trunk/carbon/features/repository > > p2 repository will be available inside the target folder. >

Re: [Carbon-dev] Carbon 3.0.0 - Iridium - M2 builds

2010-02-16 Thread Sameera Jayasoma
In order to get the p2 repo, you need to build the following project, after building all the projects. https://svn.wso2.org/repos/wso2/trunk/carbon/features/repository p2 repository will be available inside the target folder. Thanks Sameera On Tue, Feb 16, 2010 at 2:48 PM, Samisa Abeysinghe wr

Re: [Carbon-dev] Carbon 3.0.0 - Iridium - M2 builds

2010-02-16 Thread Samisa Abeysinghe
How do I build the p2 repo? And what is the target location that the repo is built? Samisa... On Tue, Feb 16, 2010 at 2:40 PM, Sameera Jayasoma wrote: > Carbon feature repository is added to the location where products builds > available. Please update the following parameters in axis2_client.x

Re: [Carbon-dev] Carbon 3.0.0 - Iridium - M2 builds

2010-02-16 Thread Sameera Jayasoma
Carbon feature repository is added to the location where products builds available. Please update the following parameters in axis2_client.xml before you do any provisioning work. 100 100 I tried to set these values in axis2 client stub, but it seems there is a bug in Axis

Re: [Carbon-dev] Axis2 repo path of carbon

2010-02-16 Thread Paul Fremantle
I know artifacts looks meaningful, but there is a completely pointless extra directory - as you can see from the fact that server only has artifacts in it. Paul On 16 February 2010 04:53, Sameera Jayasoma wrote: > > > On Tue, Feb 16, 2010 at 10:13 AM, Isuru Suriarachchi wrote: > >> >> >> On Tue

Re: [Carbon-dev] Axis2 repo path of carbon

2010-02-16 Thread Afkham Azeez
artifacts at the top level seems too abstract. We will have a p2 repo as well, and people may wonder why those things cannot go into artifacts. Azeez On Tue, Feb 16, 2010 at 10:45 AM, Ruwan Linton wrote: > Isuru Suriarachchi wrote: > > > > > > On Tue, Feb 16, 2010 at 9:22 AM, Ruwan Linton >