2 Replies Latest reply on Mar 25, 2011 1:46 PM by everjava

    Differents configuration for jUDDI Transports, between documentation and file configured

    everjava

      I'm trying to install jbossesb + juddi and the documentation there's a code in 1.2.4 Using jUDDI Transports:

      http://docs.jboss.org/jbossesb/docs/4.9/manuals/html/Services_Guide/index.html#d0e113

       


      <proxyTransport>org.apache.juddi.v3.client.transport.RMITransport</proxyTransport>

       

      But, in the file esb.juddi.client.xml from jbossesb.sar(jboss5.1, jbossesb4.9) there's

       

      <proxyTransport>org.jboss.internal.soa.esb.registry.client.JuddiRMITransport</proxyTransport>

       

      I'd like know what's the best choice ?