[jboss-svn-commits] JBL Code SVN: r25283 - labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/client.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Feb 15 18:59:02 EST 2009


Author: mark.little at jboss.com
Date: 2009-02-15 18:59:01 -0500 (Sun, 15 Feb 2009)
New Revision: 25283

Modified:
   labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/client/ServiceInvoker.java
Log:
https://jira.jboss.org/jira/browse/JBESB-2097 update.

Modified: labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/client/ServiceInvoker.java
===================================================================
--- labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/client/ServiceInvoker.java	2009-02-15 21:39:03 UTC (rev 25282)
+++ labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/client/ServiceInvoker.java	2009-02-15 23:59:01 UTC (rev 25283)
@@ -176,8 +176,9 @@
             logger.error("Illegal access while instantiating LoadBalancePolicy class = " + lbClass);
             throw new MessageDeliverException(iae.getMessage(), iae);
         } catch (final RegistryException ex) {
-        	logger.error("Problem encountered with the registry: "+ex);
-        	throw new MessageDeliverException("Problem encountered with the registry.", ex);
+        	// ignore this as it may be ok at construction time - assume service there later.
+        	
+        	logger.debug("Problem encountered with the registry: "+ex);
         }
     }
 




More information about the jboss-svn-commits mailing list