[open-ils-commits] r8883 - trunk/Open-ILS/examples

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Mar 6 11:59:28 EST 2008


Author: erickson
Date: 2008-03-06 11:26:58 -0500 (Thu, 06 Mar 2008)
New Revision: 8883

Modified:
   trunk/Open-ILS/examples/opensrf_core.xml.example.multidomain
Log:
added private client access to public router so error message from the private domain will be handled properly

Modified: trunk/Open-ILS/examples/opensrf_core.xml.example.multidomain
===================================================================
--- trunk/Open-ILS/examples/opensrf_core.xml.example.multidomain	2008-03-06 15:42:11 UTC (rev 8882)
+++ trunk/Open-ILS/examples/opensrf_core.xml.example.multidomain	2008-03-06 16:26:58 UTC (rev 8883)
@@ -94,6 +94,8 @@
                 <!-- allow private services to register with this router 
                      and public client to send requests to this router. -->
                 <server>private.localhost</server>
+                <!-- also allow private clients to send to the router so it can receive error messages -->
+                <client>private.localhost</client>
                 <client>public.localhost</client>
             </trusted_domains>
             <transport>



More information about the open-ils-commits mailing list