Return-Path: Delivered-To: apmail-ws-juddi-dev-archive@www.apache.org Received: (qmail 88360 invoked from network); 26 Oct 2008 07:56:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2008 07:56:59 -0000 Received: (qmail 26233 invoked by uid 500); 26 Oct 2008 07:57:03 -0000 Delivered-To: apmail-ws-juddi-dev-archive@ws.apache.org Received: (qmail 26212 invoked by uid 500); 26 Oct 2008 07:57:03 -0000 Mailing-List: contact juddi-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: juddi-dev@ws.apache.org List-Id: Delivered-To: mailing list juddi-dev@ws.apache.org Received: (qmail 26201 invoked by uid 99); 26 Oct 2008 07:57:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Oct 2008 00:57:03 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.128.186] (HELO fk-out-0910.google.com) (209.85.128.186) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Oct 2008 07:55:48 +0000 Received: by fk-out-0910.google.com with SMTP id b27so1482044fka.0 for ; Sun, 26 Oct 2008 00:56:24 -0700 (PDT) Received: by 10.181.240.10 with SMTP id s10mr1452766bkr.12.1225007784291; Sun, 26 Oct 2008 00:56:24 -0700 (PDT) Received: from ?192.168.0.65? (LNeuilly-152-23-83-12.w217-128.abo.wanadoo.fr [217.128.214.12]) by mx.google.com with ESMTPS id 21sm2348123fkx.13.2008.10.26.00.56.22 (version=SSLv3 cipher=RC4-MD5); Sun, 26 Oct 2008 00:56:23 -0700 (PDT) Message-ID: <490422A5.90803@opensource.lk> Date: Sun, 26 Oct 2008 13:26:21 +0530 From: Sanjiva Weerawarana User-Agent: Thunderbird 2.0.0.14 (X11/20080505) MIME-Version: 1.0 Followup-To: dev@synapse.apache.org To: juddi-dev@ws.apache.org Subject: Re: jUDDI in Synapse References: <70bc554c0810121006u702c6912qf924022939d6150f@mail.gmail.com> <48F28C68.6070809@gmail.com> <70bc554c0810141206s833acficf73b13d702c74cb@mail.gmail.com> <4900C76D.6050001@gmail.com> <70bc554c0810250727p548313c0v3b0bbe8486e4b2f6@mail.gmail.com> In-Reply-To: <70bc554c0810250727p548313c0v3b0bbe8486e4b2f6@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org This question really belongs on dev@synapse.a.o but since I saw this let me try to answer it .. Synapse has a registry interface that it uses to talk to the registry that provides it with information of various sorts. If you wanted to use jUDDI then you'd need to write an implementation of that interface which bridges to jUDDI. Should be relatively simple - there are at least two implementations of that interface around for you to learn from; the default in-memory one and one that bridges to the WSO2 Registry. If you want to follow-up I suggest moving to dev@synapse; I set Followup-To accordingly. Sanjiva. Pasquale Campitiello wrote: > Ok Kurt, > > but I'm using jUDDI 0.9rc4 > is it possible > to link Synapse and jUDDi at this version? > I don't know how to configure jUDDI 2.0 there is no documentation... > > Thanks > > Pasquale > > > 2008/10/23 Kurt T Stam > > > Hi Paquale, > > jUDDI 2.0 implements the UDDIv2 API. So as if that is what you need > there should be no issues. We are currently working to support the > UDDIv3 spec. > > Cheers, > > --Kurt > > > Pasquale Campitiello wrote: >> Ok Kurt, >> >> for a university study I used BEA Aqualogic Service Bus as ESB and >> Aqualogic Service Registry as UDDI registry. I studied the phasis >> to publish or import services (ecc.) in external UDDI, that do >> this in automatic graphical procedures (Aqualogic Service Registry) . >> >> Then I tried to use Apache Synapse as ESB and Aqualogic Service >> Registry as UDDI registry, but the present Synapse implementation >> doesn't let to do (easily) what I need (publishing, importing and >> almost everything you do with UDDI registries). >> >> Now I have to try Apache Synapse as ESB and jUDDI as UDDI >> implementation. I want to know if is it possible or there are >> particular problems. And how can I configure the "connection" >> between jUDDI and Synapse to do what I need? Is there some >> specific documentation? Meantime i'm searching... >> >> Thanks. >> >> Pasquale >> >> >> >> 2008/10/13 Kurt T Stam > > >> >> Hi Paquale, >> >> I think you're going to be a little more specific with your >> questions, and you may get a better response at the Synapse >> forum, but I found this: >> >> "As for registry support, we simply need the capability to >> "look up" some XML. It might be a synapse configuration >> directive, a WSDL, an XSLT transform, etc. So we abstracted >> the concept of a "registry". At the moment the only >> implementation we have of this is to grab the XML from a URL >> (you might think of this as a REST Registry). We have an >> extensible interface for this, so we could support UDDI fairly >> simply. But at the moment no-one has asked us for that!" >> >> Hope that helps >> >> --Kurt >> >> >> Pasquale Campitiello wrote: >> >> Hi, >> >> I have to study the integration between the ESB Apache >> Synapse and an UDDI implentation like Apache jUDDI. >> Is it possible? How can I configure jUDDI and Synapse? >> >> Thank you >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org >> >> For additional commands, e-mail: juddi-dev-help@ws.apache.org >> >> >> > > -- Sanjiva Weerawarana, Ph.D. Founder & Director; Lanka Software Foundation; http://www.opensource.lk/ Founder, Chairman & CEO; WSO2, Inc.; http://www.wso2.com/ Member; Apache Software Foundation; http://www.apache.org/ Visiting Lecturer; University of Moratuwa; http://www.cse.mrt.ac.lk/ Blog: http://sanjiva.weerawarana.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org For additional commands, e-mail: juddi-dev-help@ws.apache.org