I discourage you from trying to implement the Replication API. It's was the public UBR nodes use to replicate, and it requires a fair amount of care and feeding. It really was never intended for private registries. The v3 Subscription API is a much more reasonable way to perform replication, and it also supports selective replication (you can replicate just the stuff you're interested in).
Anne On 6/3/05, Steve Viens <[EMAIL PROTECTED]> wrote: > I'd prefer to see an implementation of the Replication API and/or the > Subscription API over building something specific to jUDDI. > > Some of the work to implement the Subscription API is already > available in jUDDI (in the form of subscription-API datatypes ... see > the "org.apache.juddi.datatype.subscription" package). > > As Anne indicated, if you're using a DBMS that supports replication > you may be able to achieve what you're after much quicker that way. > > Steve > > On 6/3/05, Anil Saldhana <[EMAIL PROTECTED]> wrote: > > If this feature is added to jUDDI, it will be a > > functionality specific to jUDDI. Would you like to > > work on this feature for jUDDI? > > > > "Necessity is the mother of invention" > > (http://www.bartleby.com/59/3/necessityist.html) > > > > --- csj <[EMAIL PROTECTED]> wrote: > > > > > Having two UDDI servers I would like to be able to > > > replicate all > > > information from the second into the first. > > > > > > On Fri, 3 Jun 2005, Anne Thomas Manes wrote: > > > > > > > What exactly are you trying to do in regards to > > > replication? > > > > > > > > jUDDI doesn't implement the UDDI Replication API. > > > Neither do any other > > > > commercial UDDI implementations (with one > > > exception: Oracle). > > > > > > > > Some people implement replication using database > > > replication -- but > > > > that only works of all the registries are using > > > the same UDDI > > > > implementation and the same underlying DBMS. > > > > > > > > Replication becomes much easier when using UDDI v3 > > > Subscription API. > > > > That's supported by Systinet and SOA Software. > > > > > > > > Anne > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around > > http://mail.yahoo.com > > >
