[jboss-svn-commits] JBL Code SVN: r36981 - labs/jbossesb/trunk/product/install/jUDDI-registryV3.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Apr 29 15:58:57 EDT 2011


Author: tcunning
Date: 2011-04-29 15:58:57 -0400 (Fri, 29 Apr 2011)
New Revision: 36981

Modified:
   labs/jbossesb/trunk/product/install/jUDDI-registryV3/esb.juddi.client.xml
Log:
JBESB-3592
Change the RMITransport used to the apache one.    Tested it out and the Apache
one now works fine.


Modified: labs/jbossesb/trunk/product/install/jUDDI-registryV3/esb.juddi.client.xml
===================================================================
--- labs/jbossesb/trunk/product/install/jUDDI-registryV3/esb.juddi.client.xml	2011-04-29 07:17:27 UTC (rev 36980)
+++ labs/jbossesb/trunk/product/install/jUDDI-registryV3/esb.juddi.client.xml	2011-04-29 19:58:57 UTC (rev 36981)
@@ -28,7 +28,7 @@
                 <subscriptionListenerUrl>org.apache.juddi.api.impl.UDDISubscriptionListenerImpl</subscriptionListenerUrl>
                 <juddiApiUrl>org.apache.juddi.api.impl.JUDDIApiImpl</juddiApiUrl>
                 <!-- RMI Transport Settings
-                <proxyTransport>org.jboss.internal.soa.esb.registry.client.JuddiRMITransport</proxyTransport>
+                <proxyTransport>org.apache.juddi.v3.client.transport.RMITransport</proxyTransport>
                 <custodyTransferUrl>/juddiv3/UDDICustodyTransferService</custodyTransferUrl>
                 <inquiryUrl>/juddiv3/UDDIInquiryService</inquiryUrl>
                 <publishUrl>/juddiv3/UDDIPublicationService</publishUrl>



More information about the jboss-svn-commits mailing list